| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=523277
|
|
|
|
| |
Notes:
svn path=/head/; revision=514571
|
|
|
|
| |
Notes:
svn path=/head/; revision=508880
|
|
|
|
| |
Notes:
svn path=/head/; revision=507533
|
|
|
|
| |
Notes:
svn path=/head/; revision=506379
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=503500
|
|
|
|
| |
Notes:
svn path=/head/; revision=499462
|
|
|
|
| |
Notes:
svn path=/head/; revision=492544
|
|
|
|
| |
Notes:
svn path=/head/; revision=483161
|
|
|
|
| |
Notes:
svn path=/head/; revision=479842
|
|
|
|
| |
Notes:
svn path=/head/; revision=470939
|
|
|
|
| |
Notes:
svn path=/head/; revision=466603
|
|
|
|
|
|
|
|
|
| |
. 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=462763
|
|
|
|
|
|
|
|
|
| |
http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html
MFH: 2018Q1
Notes:
svn path=/head/; revision=460350
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=455775
|
|
|
|
| |
Notes:
svn path=/head/; revision=452683
|
|
|
|
|
|
|
| |
MFH: 2017Q3
Notes:
svn path=/head/; revision=447701
|
|
|
|
| |
Notes:
svn path=/head/; revision=438821
|
|
|
|
|
|
|
| |
. Fix @javavm directive.
Notes:
svn path=/head/; revision=432683
|
|
|
|
| |
Notes:
svn path=/head/; revision=424329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=419367
|
|
|
|
| |
Notes:
svn path=/head/; revision=418972
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
| |
Notes:
svn path=/head/; revision=413801
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
| |
Notes:
svn path=/head/; revision=411962
|
|
|
|
|
|
|
| |
PR: 207077
Notes:
svn path=/head/; revision=408670
|
|
|
|
|
|
|
| |
MFH: 2016Q1
Notes:
svn path=/head/; revision=407246
|
|
|
|
| |
Notes:
svn path=/head/; revision=400099
|
|
|
|
| |
Notes:
svn path=/head/; revision=395450
|
|
|
|
| |
Notes:
svn path=/head/; revision=392117
|
|
|
|
| |
Notes:
svn path=/head/; revision=384311
|
|
|
|
| |
Notes:
svn path=/head/; revision=382186
|
|
|
|
| |
Notes:
svn path=/head/; revision=380573
|
|
|
|
| |
Notes:
svn path=/head/; revision=377782
|
|
|
|
| |
Notes:
svn path=/head/; revision=372560
|
|
|
|
| |
Notes:
svn path=/head/; revision=372031
|
|
|
|
| |
Notes:
svn path=/head/; revision=365896
|
|
|
|
| |
Notes:
svn path=/head/; revision=362021
|
|
|
|
|
|
|
| |
Reported by: eadler
Notes:
svn path=/head/; revision=357516
|
|
|
|
| |
Notes:
svn path=/head/; revision=351572
|
|
|
|
| |
Notes:
svn path=/head/; revision=351369
|