Commit graph

28 commits

Author SHA1 Message Date
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
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Stefan Walter
2d56d286af Set USE_GCC=3.2+ to fix build on 4.x.
Reported by:	Chad R. Larson
2007-01-23 18:14:36 +00:00
Stefan Walter
5030804752 - Update mail/spamprobe to 1.4d.
- Add an UPDATING entry to point out changes regarding the database backend(s).
2007-01-07 15:06:30 +00:00
Stefan Walter
d32007cc10 Utilize USE_BDB.
PR:		107110
Submitted by:	leeym
2007-01-01 18:12:15 +00:00
Stefan Walter
a8f97fb786 Convert MAINTAINER to my freebsd.org account. 2006-05-07 13:32:13 +00:00
Volker Stolz
d900f457a8 Drop USE_GCC: No longer necessary (reported by Mikhail Teterin)
PR:		ports/94094
Submitted by:	maintainer
2006-04-09 14:56:37 +00:00
Marcus Alves Grando
4609556789 - Update to 1.4b
PR:		93532
Submitted by:	maintainer
2006-02-18 21:16:19 +00:00
Renato Botelho
72e8cf1064 - Update to 1.4a
PR:		ports/92567
Submitted by:	maintainer
2006-02-01 09:45:33 +00:00
Edwin Groothuis
71792b58f4 Remove empty pkg-message
Noticed by: Stefan Walter <sw@gegenunendlich.de>
2006-01-03 20:26:05 +00:00
Edwin Groothuis
d516adfb99 [PATCH] mail/spamprobe: update to 1.4, take maintainership
- Update to 1.4
	- Take maintainership
	- Optionally depend on libungif
	- Remove local patch for gcc 2.x; instead, depend on gcc 3.2+ (untested on 4.x -
	  I hope it makes it work without any patches there).
	- Remove local patch for using OpenSSL's MD5 implementation.

	Removed file(s):
	- files/patch-md5
	- files/patch-strings

PR:		ports/91232
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2006-01-02 22:29:08 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
Pav Lucistnik
cac0d11e3a - Update to 1.2a
- More download locations

PR:		ports/85343
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2005-08-31 11:47:31 +00:00
Mikhail Teterin
ad12d82a6a Update from 1.0a to 1.2. Fix to use OpenSSL's (optimized) md5 routines
instead of compiling the vendor's (as every other package seems to be
doing now) -- again.
2005-06-23 12:58:01 +00:00
Patrick Li
b11c51c208 Update to 1.0a
PR:		ports/82077
Submitted by:	ports fury
2005-06-10 08:03:01 +00:00
Volker Stolz
27259d6565 Remove 1-line plists in favour of PLIST_FILES 2005-03-14 17:36:06 +00:00
Mark Linimon
fb1c009fee With portmgr hat on, reset maintainership of ports whose committer has
been inactive for more than 6 months and who has not responded to email
about his status.
2004-12-05 06:59:59 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Maxim Sobolev
bf849d5465 Update to 0.9h.
Approved by:	maintainer timeout
2004-02-19 00:17:19 +00:00
Matthew N. Dodd
4388b0c683 And I missed setting the correct version.
Reminded gently by:	 Andrew Stuart <elitetek@tekrealm.net>
			 Jim Mock <jim@FreeBSD.org>
2003-04-29 05:48:48 +00:00
Matthew N. Dodd
b4ad016f96 Omitted in previous update. 2003-04-29 05:32:45 +00:00
Matthew N. Dodd
b9b33f4d05 Update to 0.8b 2003-04-29 00:18:11 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Mikhail Teterin
cec1f9fdbd Pass MAKE_ENV to post-build and post-install MAKE invocations to ensure
the things like PREFIX are correct. BTW, this software compiles/link
with db4 as well as db3 now, but the port unconditionally uses db3.
2002-10-09 00:17:30 +00:00
Mikhail Teterin
3e2361eb5a Update to 0.7c. Respect C(XX)FLAGS. The new version uses md5 checksums
to identify messages -- force it to use our -lmd instead of letting it
install the N+1st implementation. Use the tiny piece of sprint(3)
to convert the 16-byte digest into the printable 32-char string (the
wisdom of storing such a string instead of the raw digest discussed
with the author already).

Don't copy the manpage from FILESDIR -- compress and/or install it
directly from FILESDIR.

Approved by:	maintainer timeout
2002-10-08 23:48:39 +00:00
Matthew N. Dodd
41fd565306 Update to 0.7a.
WARNING!  Database format has changed.  Rebuild required.
2002-09-16 19:36:22 +00:00
Matthew N. Dodd
d55218add9 Spam detector using Bayesian analysis of word counts. 2002-09-05 19:40:10 +00:00