aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kdevelop-php-docs
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-03 03:55:50 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:33:54 +0800
commitc90755fc7c6ea470c3e37b71b0a964306c531df4 (patch)
tree6d3531dcee1a83af675855cca748317a504c9054 /devel/kdevelop-php-docs
parentf8396d6e819ff07eadb26babe060e2910855d682 (diff)
downloadfreebsd-ports-gnome-gstreamer.tar.gz
freebsd-ports-gnome-gstreamer.tar.zst
freebsd-ports-gnome-gstreamer.zip
Update to 2.0.2gstreamer
Changes: https://docs.djangoproject.com/en/2.0/releases/2.0.2/ Security: d696473f-9f32-42c5-a106-bf4536fb1f74 MFH: 2018Q1
Diffstat (limited to 'devel/kdevelop-php-docs')
0 files changed, 0 insertions, 0 deletions
an> | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * Handle an edge-case where lang/gawk is installed prior to any autoconf*ade2008-07-151-1/+1 | | | | | | | | | | | | ports, which then results in an implicit dependency on gawk, with the obvious bad things happening should gawk be later removed. Note that because this is an edge case, which most folks will not run into, and because it doesn't change the default package, I am not bumping PORTREVISION as suggested in the original patch. PR: 125101 Who: matthias <dot> andree <at> gmx <dot> de * Missed patch. Sigh.ade2008-05-181-5/+5 | * Fix missed comment updateade2008-05-181-1/+1 | * Introduce autoconf 2.62, which can now be used by other ports with theade2008-05-183-14/+13 | | | | | | | appropriate USE_AUTOTOOLS stanza. Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place at a later date. * Cosmetic fix for manpages. Correctly use -2.61 for references.ade2007-07-291-4/+3 | | | | Submitted by: Jan Henrisk Sylvester <me@janh.de> and others * Fix automake-1.10 and autoconf-2.61 correctly.ade2007-07-281-1/+1 | | | | One bad merge out of 25. Sigh. * Update to the autotools new world order.ade2007-07-286-110/+107 | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-23