| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
| |
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
Notes:
svn path=/head/; revision=523282
|
|
|
|
| |
Notes:
svn path=/head/; revision=514572
|
|
|
|
| |
Notes:
svn path=/head/; revision=507535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages. Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available. The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.
With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.
Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
Notes:
svn path=/head/; revision=506352
|
|
|
|
| |
Notes:
svn path=/head/; revision=499464
|
|
|
|
| |
Notes:
svn path=/head/; revision=492546
|
|
|
|
| |
Notes:
svn path=/head/; revision=483160
|
|
|
|
| |
Notes:
svn path=/head/; revision=479845
|
|
|
|
| |
Notes:
svn path=/head/; revision=470958
|
|
|
|
|
|
|
|
|
| |
. Install either the i386 or amd64 version of the JDK, depending upon the
value of LINUX_ARCH.
. Add appropriate packing list conditionals to account for this.
Notes:
svn path=/head/; revision=462764
|
|
|
|
|
|
|
|
|
| |
http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html
MFH: 2018Q1
Notes:
svn path=/head/; revision=460350
|
|
|
|
| |
Notes:
svn path=/head/; revision=452684
|
|
|
|
|
|
|
| |
MFH: 2017Q3
Notes:
svn path=/head/; revision=447701
|
|
|
|
| |
Notes:
svn path=/head/; revision=438822
|
|
|
|
| |
Notes:
svn path=/head/; revision=432685
|
|
|
|
| |
Notes:
svn path=/head/; revision=424357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.
- bsd.port.mk:
- Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
- Put USE_LINUX_PREFIX handling after USES processing.
- Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
give these variables a different default value.
- When a package needs to run Linux ldconfig check before installation if
Linux support is enabled.
- emulators/linux_base-*:
- Use USES=linux and remove duplication.
- Remove files/lp. FreeBSD or CUPS lp(1) should work.
- Remove files/yp.conf. No longer seems to be used.
- Remove pkg-deinstall and move pkg-install into pkg-plist.
- Update pkg-descr and pkg-message.
- Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
to use FreeBSD mkdir so mkdir -p $path creates $path and not
/compat/linux/$path.
PR: 211645
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=421387
|
|
|
|
| |
Notes:
svn path=/head/; revision=418974
|
|
|
|
| |
Notes:
svn path=/head/; revision=413802
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
| |
Notes:
svn path=/head/; revision=411963
|
|
|
|
|
|
|
| |
PR: 207076
Notes:
svn path=/head/; revision=408671
|
|
|
|
|
|
|
| |
MFH: 2016Q1
Notes:
svn path=/head/; revision=407247
|
|
|
|
| |
Notes:
svn path=/head/; revision=400100
|
|
|
|
|
|
|
|
| |
PR: 202696
Submitted by: xmj@
Notes:
svn path=/head/; revision=395449
|
|
|
|
| |
Notes:
svn path=/head/; revision=392115
|
|
|
|
| |
Notes:
svn path=/head/; revision=384311
|
|
|
|
| |
Notes:
svn path=/head/; revision=382186
|
|
|
|
| |
Notes:
svn path=/head/; revision=380574
|
|
|
|
| |
Notes:
svn path=/head/; revision=377783
|
|
|
|
| |
Notes:
svn path=/head/; revision=372030
|
|
|
|
| |
Notes:
svn path=/head/; revision=365897
|
|
|
|
| |
Notes:
svn path=/head/; revision=362022
|
|
|
|
| |
Notes:
svn path=/head/; revision=351572
|
|
|
|
| |
Notes:
svn path=/head/; revision=351369
|
|
|
|
| |
Notes:
svn path=/head/; revision=351021
|
|
|
|
| |
Notes:
svn path=/head/; revision=350768
|
|
WWW: http://www.oracle.com/us/technologies/java/index.html
Notes:
svn path=/head/; revision=349819
|