got finished correctly in the first place.
Note that this reverts two things in gabor's original bsd.perl.mk rewrite
that were never actually used/tested:
- ability of USE_PERL5 and other variables to specify a version.
- conditional inclusion of bsd.perl.mk based on USE_PERL5 or similar.
What this commit does is to make bsd.perl.mk be _exactly_ the current
code from bsd.port.mk (modulo a few comments).
Work to test the former would be welcome. The problem with the latter
is that multiple attempts over the last N years to test it inevitably
showed INDEX breakage. My own conclusion is that that simply makes the
tree too fragile (and is the reason I kept putting off working on it in
the first place). Others will disagree.
Hopefully this change will make the perl-specific bits in bsd.*.mk easier
to maintain.
While here, fix a bogus comment (CCFLAGS).
Adding to pointy hat collection: linimon
reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64.
Provide a placeholder and proper IGNORE for tier-2 [1]
- remove obsolete check for /usr/share/mk/bsd.port.options.mk [2]
- add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3]
PR: ports/155017 [2],
ports/159288 [3]
Submitted by: linimon (discussed with acm),
eadler,
crees
- bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the ports tree [1]
- bsd.port.mk: call target "install-rc-script" before "post-install" [2]
- [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3]
- [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while [4]
- [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5]
- [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed [6]
PR: ports/156575 [1],
ports/139116 [2],
ports/152498 [3],
ports/155983 [4],
ports/155510 [5],
ports/156340 [6]
Submitted by: Florent Thoumie <flz@xbsd.org> [1],
Sergey Skvortsov <skv@freebsd.org> [2],
Olli Hauer <ohauer@FreeBSD.org> [3],
Eitan Adler <lists@eitanadler.com> [4],
Eitan Adler <lists@eitanadler.com> [5],
Eitan Adler <lists@eitanadler.com> [6]
to support future apache versions and the transition to apache22.
Existing and new USE_APACHE* parameters:
USE_APACHE set apache and apxs as build and run dependency
USE_APACHE_BUILD set apache and apxs as build dependency
USE_APACHE_RUN set apache and apxs as run dependency
The following example is representative of all three possible parameters to use:
USE_APACHE= 22 specify exact version
USE_APACHE= 1.3+ specify [min] version, no [max] version
USE_APACHE= 13-22 specify [min]-[max] range
USE_APACHE= -2.2 specify [max] version, no [min] version
Values can be specified with and without "." (dot) between major and minor
version numbers. For example 22 is equal to 2.2
For documentation and full changelist please take a look into
Mk/bsd.apache.mk or http://wiki.freebsd.org/bsd.apache.mk
Commit with hat apache@
PR: ports/156533
Submitted by: ohauer
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@)
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457
- allow checking STRIP when WITH_DEBUG is defined [2]
- unify the message with real URL by removing superfluous slash [3]
PR: 152102 [1],
153539 [2],
154653 [3]
Submitted by: az [1],
Anonymous <swell dot k at gmail dot com> [2],
sunpoet [3]
Mozilla ports:
USE_FIREFOX: Add runtime dependency on Firefox.
Available values: yes 36+ 35+ 36 35
NOTE: Default value 36 is used in case of USE_FIREFOX=yes
USE_FIREFOX_BUILD: Add buildtime dependency on Firefox.
Available values: see USE_FIREFOX
USE_SEAMONKEY: Add runtime dependency on SeaMonkey.
Available values: yes 11+ 20+ 11 20
NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey
1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon.
USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey.
Available values: see USE_SEAMONKEY
USE_THUNDERBIRD: Add runtime dependency on Thunderbird.
Available values: yes 31+ 30+ 31 30
NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes
USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird.
Available values: see USE_THUNDERBIRD
PR: ports/153018
Exp-run by: erwin
Approved by: portmgr (erwin)
- Remove Legacy USE_BISON in bsd.port.mk [2]
- Remove Legacy 2004 Hack in bsd.port.mk [3]
- CONFLICT handling in has been reworked. There are two new variables in bsd.ports.mk:
- CONFLICTS_BUILDS: Check for conflicts prior to build
- CONFLICTS_INSTALL: Check for conflicts prior to installation stage
The existing CONFLICTS checks for conflicts prior to build and installation stage.
Users could defer the conflict check of CONFLICTS_BUILDS and CONFLICTS to the installation stage by using DEFER_CONFLICTS_CHECK.
As already possible with CONFLICTS the new conflict checks could be disabled by using DISABLE_CONFLICTS.
This patch was submitted by beat@
PR: ports/149670 [1]
ports/151806 [2] [3]
Subitted by: bf <bf1783@gmail.com> [1]
Eitan Adler <lists@eitanadler.com> [2] [3]
can lead to files containing whitespace and funny characters; thus strip all
non-alphanumeric characters
PR: ports/147701 (adapted)
Submitted by: Warren Block <wblock@wonkity.com>
- Change package-noinstall target to create package with pkg_create -b instead
of specifying all the arguments
PR: ports/144164
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk
- Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving
Approved by: wen (via e-mail)