| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
| |
this fixes the installation of mutt-lite
Notes:
svn path=/head/; revision=260608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replace an .error with an IGNORE [1]
- s/WITH_NCURSES_PORT/WITH_NCURSES [1]
- pet portlint for fatal errors and capitalization of IGNORE lines
- invert SGML logic for Alpha architecture
PR: ports/149061 [1]
Submitted by: David DEMELIER [demelier.david gmail.com]
Reviewed by: Chip Camden [sterling camdensoftware.com] (during last bugathon)
Approved by: maintainer timeout (21 days)
Notes:
svn path=/head/; revision=260125
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat (make index)
Pointy hat to: pgollucci
Notes:
svn path=/head/; revision=227971
|
|
|
|
| |
Notes:
svn path=/head/; revision=225300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 117823
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=208062
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
|
| |
PR: 113079
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=192375
|
|
|
|
|
|
|
|
| |
PR: 112076
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=190828
|
|
|
|
| |
Notes:
svn path=/head/; revision=189305
|
|
|
|
|
|
|
|
|
| |
PR: ports/105141
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Notes:
svn path=/head/; revision=176445
|
|
|
|
|
|
|
|
|
| |
PR: ports/103924
Submitted by: shaun (me)
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=174375
|
|
|
|
|
|
|
|
| |
PR: 100478
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=168146
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.securityfocus.com/bid/18642
PR: ports/99614 [1], ports/99610 [2]
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1],
J.P. Dinger <jpd@vvtp.tudelft.nl> [2]
Approved by: ahze (mentor)
Notes:
svn path=/head/; revision=166659
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
| |
PR: ports/81248
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=136347
|
|
|
|
|
|
|
|
| |
PR: ports/81205
Submitted by: maintainer
Notes:
svn path=/head/; revision=135551
|
|
|
|
|
|
|
|
| |
PR: ports/81174
Submitted by: maintainer
Notes:
svn path=/head/; revision=135544
|
|
|
|
|
|
|
|
|
|
| |
autoconf213/automake14.
PR: ports/80855
Submitted by: maintainer
Notes:
svn path=/head/; revision=135015
|
|
|
|
|
|
|
|
|
|
|
| |
- Add the MUTT_LITE knob for those who want to build mutt with
minimal effort.
PR: ports/80785
Submitted by: maintainer
Notes:
svn path=/head/; revision=134865
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=134842
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
| |
PR: ports/79076
Submitted by: maintainer
Notes:
svn path=/head/; revision=131822
|
|
|
|
|
|
|
|
|
|
| |
out of order due to massive spamming.
PR: ports/75959
Submitted by: maintainer
Notes:
svn path=/head/; revision=125858
|
|
|
|
|
|
|
|
|
|
| |
prior installation
PR: ports/68815
Submitted by: maintainer
Notes:
svn path=/head/; revision=113215
|
|
|
|
|
|
|
|
| |
PR: ports/67620
Submitted by: maintainer
Notes:
svn path=/head/; revision=110934
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
|
|
|
|
|
|
|
|
| |
the vim editor.
- Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv
if that knob is not defined.
PR: ports/66443
Submitted by: maintainer
Notes:
svn path=/head/; revision=108822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: ports/62865
Submitted by: maintainer
Notes:
svn path=/head/; revision=100967
|
|
|
|
|
|
|
|
|
|
| |
- Add another mirror site for some patches
PR: ports/62723
Submitted by: maintainer
Notes:
svn path=/head/; revision=100752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update mutt to version 1.4.2.
This version fixes a buffer overflow that can be
triggered by incoming messages. There are reports
about spam that has actually triggered this problem
and crashed mutt.
- Add SIZEs to distinfo
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
PR: 62695
Notes:
svn path=/head/; revision=100691
|
|
|
|
|
|
|
|
|
|
|
| |
instead of PIDs
- Bump PORTREVISION
PR: ports/62568
Submitted by: maintainer
Notes:
svn path=/head/; revision=100497
|
|
|
|
|
|
|
|
|
|
| |
- Add $PREFIX/etc/mime.types.dist
PR: 62452
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Notes:
svn path=/head/; revision=100335
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
|
|
|
|
| |
PR: ports/62254
Submitted by: maintainer
Notes:
svn path=/head/; revision=99808
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
| |
PR: 61312
Submitted by: maintainer
Notes:
svn path=/head/; revision=98073
|
|
|
|
|
|
|
|
|
|
|
|
| |
set to non-standard values.
- Striping of binaries is no longer needed (it's done by install -s).
- Be less verbose.
PR: 58558
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=92200
|
|
|
|
|
|
|
| |
Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes:
svn path=/head/; revision=89246
|
|
|
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
Notes:
svn path=/head/; revision=89169
|
|
|
|
|
|
|
|
| |
resoves conflitcs with bsd.openssl.mk
Approved by: Udo.Schweigert@siemens.com
Notes:
svn path=/head/; revision=88181
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|