| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: ports/127135
Submitted by: chinsan@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
expressions involving in-pattern options and branches, potentially
leading to arbitrary code execution.
PR: ports/126471
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
|
|
|
|
| |
PR: ports/123585
Submitted by: leeym
|
|
|
|
|
| |
PR: ports/120098
Submitted by: leeym
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/115847
Submitted by: rafan
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
| |
|
|
|
|
| |
Submitted by: mnag
|
| |
|
|
|
|
|
|
| |
default.
Bump PORTREVISION on all dependent ports.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/105116
Submitted by: girgen
|
|
|
|
| |
Submitted by: andrew clarke <mail@ozzmosis.com>
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
| |
PR: ports/87526 ports/87527
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: krion (maintainer)
|
|
|
|
|
|
| |
CXX patches flamed by: #bsd-unix
Approved by: krion (maintainer)
Special thanks to: fjoe@, vsevolod@, Umka
|
|
|
|
|
|
|
| |
structures for compilation of jumbo-sized patterns.
PR: ports/74369
Submitted by: David Landgren <david (at) landgren dot net>
|
| |
|
|
|
|
| |
Approved by: marcus (portmgr hat)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
|
|
|
| |
Prompted by: trevor
|
|
|
|
|
|
|
| |
- use PORTDOCS
- set homepage to freshmeat (under control of the author)
Approved by: marcus (mentor)
|
|
|
|
| |
Approved by: marcus (mentor)
|
|
|
|
|
| |
PR: 58039
Submitted by: maintainer
|
|
|
|
| |
serve the distfile myself for now.
|
|
|
|
|
|
|
|
|
| |
- use libtool from ports
- assign maintainership to submitter
PR: 56966
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: maintainer
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reviewed by: maintainer
Upgrade devel/pcre to 4.3
|
|
|
|
|
| |
PR: 48521
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
| |
|
|
|
|
|
| |
PR: 48496
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
|
|
|
|
|
|
| |
- Temporarily disable USE_BZIP2 due to corrupted distfile
on SourceForge mirrors
PR: ports/42067
Submitted by: Sergei Kolobov <sergei@kolobov.com>
(no response from MAINTAINER)
|
|
|
|
|
| |
PR: 32103
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 27923
Submitted by: maintainer
Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
|
|
|
|
|
|
|
| |
Also add a pointer to the homepage.
PR: 27053
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/24430
Submitted by: yds@dppl.com
No response from: maintainer
|
|
|
|
|
|
|
|
| |
in the pre-install target otherwise we get a broken pgrep shell script
installed instead of the binary we really want.
PR: 21508
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: bento
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
using that bane of every porters life, libtool. Unfortunately,
the libtool support in this library is decidely non-standard, so
it still installs .la files. They aren't in the PLIST though.
PR: 17294
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
|
|
| |
PR: 13708, 14000
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>,
Mike Fisher <mfisher@parsons.rh.rit.edu>
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
|
| |
PR: 11730
Submitted by: Ollivier Robert roberto@keltia.freenix.fr
|
|
|
|
|
| |
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
|
|
A Perl Compatible Regular Expressions library.
PR: 7216
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
|