| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Reviewed by: tijl
Differential Revision: https://reviews.freebsd.org/D40827
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also add license information.
TODO:
- Fix fontconfig error (looking for fonts in /etc/fonts)
- Fix issue with codeintel failing to start
- Attempt to create a native port
Submitted by: allanjude (maintainer)
Reviewed by: mmokhi
Differential Revision: https://reviews.freebsd.org/D15140
Notes:
svn path=/head/; revision=468357
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
MFH: 2017Q4
Notes:
svn path=/head/; revision=457148
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=457026
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also pass maintainership of the port to allanjude
Submitted by: allanjude
Reviewed by: mat (mentor), netchild
Approved by: mat (mentor), maintainer (implicit)
Sponsored by: Essen Hackathon 2017
Differential Revision: https://reviews.freebsd.org/D11543
Notes:
svn path=/head/; revision=445754
|
|
|
|
|
|
|
| |
When use RESTRICT it implies the former ones.
Notes:
svn path=/head/; revision=436473
|
|
|
|
|
|
|
|
|
|
|
|
| |
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
Notes:
svn path=/head/; revision=421496
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Notes:
svn path=/head/; revision=413438
|
|
|
|
|
|
|
|
|
|
|
|
| |
- allow build with CentOS 6 linux bases.
PR: 195169
Differential Revision: https://reviews.freebsd.org/D1200
Submitted by: Jan Beich <jbeich@vfemail.com>
Approved by: koobs (mentor)
Notes:
svn path=/head/; revision=372909
|
|
|
|
|
|
|
| |
- Remove always false condition
Notes:
svn path=/head/; revision=369582
|
|
|
|
|
|
|
|
|
|
| |
Pet portlint some while here.
PR: 192071
Submitted by: Allan Jude
Notes:
svn path=/head/; revision=363051
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362705
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=356059
|
|
|
|
|
|
|
| |
editors)
Notes:
svn path=/head/; revision=327720
|
|
|
|
|
|
|
|
|
| |
otherwise, assume the worse and disallow any use.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=315185
|
|
|
|
| |
Notes:
svn path=/head/; revision=310871
|
|
|
|
|
|
|
|
|
| |
- Fix DESKTOP entry
Reported by: dougb
Notes:
svn path=/head/; revision=299937
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
- Fix DESKTOP_ENTRIES
Reported by: Skull <skull@skull.ru> [1]
Notes:
svn path=/head/; revision=295110
|
|
|
|
|
|
|
| |
python files are not included (*.pyc, *.pyo)
Notes:
svn path=/head/; revision=294713
|
|
|
|
| |
Notes:
svn path=/head/; revision=294509
|
|
|
|
|
|
|
| |
as broken for more than 6 month
Notes:
svn path=/head/; revision=294459
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=282686
|
|
|
|
| |
Notes:
svn path=/head/; revision=281984
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a security warning from portaudit.
Security: CVE-2009-1194
VuXML: 4b172278-3f46-11de-becb-001cc0377035
Thanks to: Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info)
Notes:
svn path=/head/; revision=269666
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=265195
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=258035
|
|
|
|
|
|
|
|
| |
Feature safe: yes
Reported by: pointyhat
Notes:
svn path=/head/; revision=256798
|
|
|
|
|
|
|
|
| |
PR: 145927
Submitted by: RX <rx@sigint.ws>
Notes:
svn path=/head/; revision=256082
|
|
|
|
| |
Notes:
svn path=/head/; revision=252615
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
|
| |
PR: 144159
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=250148
|
|
|
|
|
|
|
| |
Reported by: PH via erwin
Notes:
svn path=/head/; revision=237009
|
|
|
|
| |
Notes:
svn path=/head/; revision=236876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
Notes:
svn path=/head/; revision=230420
|
|
|
|
|
|
|
|
|
|
| |
- Take over maintainship [2]
PR: 125696 [1]
Approved by: arved (former maintainer) [1] [2]
Notes:
svn path=/head/; revision=216929
|
|
|
|
| |
Notes:
svn path=/head/; revision=211401
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=207640
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=207549
|
|
Notes:
svn path=/head/; revision=207178
|