Commit graph

113 commits

Author SHA1 Message Date
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Matthias Andree
d2b93068f0 Demote CONFLICTS to CONFLICTS_INSTALL.
Bump PORTREVISION on slave ports to pull in master port bugfix for trainbogo.sh.
2011-08-31 10:32:13 +00:00
Matthias Andree
fa640c6e9b Fix contrib/trainbogo.sh to use md5 rather than md5sum.
Reported by: RW

Split CPPFLAGS from CONFIGURE_ENV.
Reported by: portlint
2011-08-31 10:19:57 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Matthias Andree
ca56b9fa53 Update to new upstream version 1.2.2. Remove now-obsolete patch. 2010-07-19 22:43:21 +00:00
Matthias Andree
abd3050dfb Fix crash in base64 decoder. Pending CVE assignment from oss-security@.
Also pending vulndb entry.

Approved by:  garga (mentor, implicit)
Feature safe: yes
2010-07-06 09:03:44 +00:00
Wen Heping
6905d4a0d8 - Bump PORTREVISION to chase the update of math/gsl 2010-03-29 01:12:27 +00:00
Matthias Andree
f3ce4983d6 Update to new upstream release 1.2.1.
Submitted by: lwhsu@
PR:           ports/141417
Approved by:  garga@ (mentor)
2010-01-07 15:17:59 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Mark Linimon
93c7eadf59 Mark as broken on sparc64: fails self-tests.
Hat:		portmgr
2009-08-16 04:32:24 +00:00
Martin Wilke
3fcd9d1387 Update to late May SVN snapshot to
- Fix quoted-printable decoding in the presence of excess CR characters
  (continuation lines)
- Fix parallel build by removing two files that were accidentally shipped

PR:		135149
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-06-02 21:43:10 +00:00
Mark Linimon
cd2de3d556 Mark as broken on sparc64: fails self-tests. 2009-05-29 04:26:22 +00:00
Philip M. Gollucci
fddc819e25 - Update to 1.4.20
- Bump PORTREVISION for SHLIB bump

PR:             ports/134596
Submitted by:   lwshu
2009-05-17 06:35:19 +00:00
Martin Wilke
2961515b93 - Update to 1.2.0, resetting PORTREVISION where set.
- use bsd.database.mk framework (USE_BDB/USE_SQLITE)
- set MAKE_JOBS_SAFE for parallel builds

PR:		134323
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-05-13 08:49:43 +00:00
Philip M. Gollucci
2b72de428f - Update to 4.1.16
- Bump PORTREVISION for SHLIB bump
2009-04-25 00:34:39 +00:00
Mark Linimon
2e408b73ec Mark bogofilter and slave ports as broken on sparc64: coredump while
installing.
2009-02-03 06:16:40 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Martin Wilke
f2ad124582 - Set CONFLICT with mail/bogofilter-tc.
PR:		127039
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-01-08 16:00:18 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Ion-Mihai Tetcu
a0d0239042 - update to 1.1.7 [1]
- use SF macro [2]

PR:		ports/123420 [1]
Submitted by:	maintainer [1], itetcu@ (me) [2]
2008-05-06 22:21:00 +00:00
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Martin Wilke
3d3b1212f3 - Update to 1.1.6
PR:		118846
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2007-12-22 00:16:03 +00:00
Cheng-Lung Sung
626871cd3d - Add missing file in pkg-plist.
- bump PORTREVISION

PR:		ports/114425
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
Reviewed by:	maintainer (Matthias Andree)
Approved by:	maintainer
2007-08-14 10:13:17 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Cheng-Lung Sung
8d3d532a3f - Update to 1.1.5
PR:		ports/107967
Submitted by:	maintainer (Matthias Andree)
2007-01-16 06:14:03 +00:00
Martin Wilke
3d45221cc4 - Update to 1.1.4
- Add mandir to INSTALL_TARGET

PR:		ports/107907
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2007-01-15 15:10:14 +00:00
Ion-Mihai Tetcu
7acaa2dca9 - Update to 1.0.3
PR:		ports/100085
Submitted by:	maintainer
2006-07-11 14:07:25 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +00:00
Pav Lucistnik
f072cbc776 - Update to 1.0.2
PR:		ports/94468
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2006-03-15 15:11:04 +00:00
Andrey Slusar
c3dfc34ff0 - Update to 1.0.1
PR:		ports/91269
Submitted by:	maintainer
2006-01-03 20:14:38 +00:00
Emanuel Haupt
c256f1c65f - Update to 1.0.0
- Skip t.lock3 which is prone to run out of retries on busy machines
- Revise pkg-descr
- Nuke files/patch-tests-nolocalconfig (merged upstream)

PR:		89823
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-12-02 13:41:35 +00:00
Marcus Alves Grando
c18c7b4aec Update to 0.96.6
PR:		88951
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-11-13 22:08:27 +00:00
Marcus Alves Grando
f603b23756 Update to 0.96.5
PR:		88654
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-11-08 12:06:21 +00:00
Renato Botelho
df106be6f3 - update contrib/ to match upstream
- fix up bash-isms from contrib/randomtrain (patch), that should be the last
  bash-ism in contrib/ (also fixed in upcoming upstream 0.96.4 release)
- Remove bash dependency

PR:		ports/88121
Submitted by:	maintainer
2005-10-28 11:17:04 +00:00
Marcus Alves Grando
0dfdc464b6 Fix string size in files/patch-mimetypes
PR:		88054
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-10-26 19:56:26 +00:00
Marcus Alves Grando
f81ab08cf0 Update to 0.96.3
PR:		88016
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-10-26 13:02:49 +00:00
Renato Botelho
9207a2488d - Fix NOPORTDOCS "make install" and packaging,
reported by Stanislaw Halik (bcc'd to protect his mail address).
- Clean up CONFLICTS
- Run t.lock3 in bogofilter-sqlite again
- Bump port revision after pkg-plist change.

PR:		ports/87890
Submitted by:	maintainer
2005-10-24 14:25:38 +00:00
Marcus Alves Grando
f6294199ee Update to 0.96.2
PR:		87820
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-10-22 00:06:41 +00:00
Michael Johnson
0423637370 - Update to 0.96.0
PR:		ports/85421
Submitted by:	Matthias Andree (maintainer)
2005-08-29 02:55:06 +00:00
Vsevolod Stakhov
7d54061840 Update to 0.95.2
PR:		ports/83906
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	perky (mentor)
2005-07-25 15:15:06 +00:00
Florent Thoumie
07487e2a7e - Fix bf_resize bash'isms.
PR:		ports/82441
Submitted by:	maintainer
Noticed by:	ache
2005-06-21 14:44:17 +00:00
Jean-Yves Lefort
36b89598f3 Update to 0.94.14
PR:		ports/82208
Submitted by:	maintainer
2005-06-14 13:13:51 +00:00
Florent Thoumie
f3829d13e2 - Bump PORTREVISION. 2005-05-31 17:32:19 +00:00