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)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove from virtual category "net" and add to "www".
- Remove pkg-message.in and patch-libprozilla_src_Makefile.in (now the
upstream version installs headers under a "prozilla" subdirectory).
- Change pkg-plist and remove patch-libprozilla_ltmain.sh to install .la
(libtool archive) files.
Approved by: garga (mentor)
and is not necessary to run prozilla.
Bump PORTREVISION
PR: 92021
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Reported by: Chris Chou (PR 92002)
- Remove local patches since they've been integrated in the release) [1].
- Use bzip2 distfile [1].
- Fix issue with non-standard PREFIX/LOCALBASE.
PR: ports/88815 [1]
Submitted by: maintainer [1]
This is a bug-fix version of ProZilla. Among the changes are:
* fix buffer overflows (possibility of remote exploitation)
* missing space in the User-Agent HTTP header
* hidden passwords in ftp downloads
While I'm here:
- Remove etc/prozilla.conf if it was not changed
- Utilize %%DOCSDIR%%
PR: ports/76630
Submitted by: Sergio Mangialardi <sergio(at)softshark.org>