Commit graph

28 commits

Author SHA1 Message Date
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Marcelo Araujo
1b94979474 - Update to 0.8.2.
- Pass maintainer to submitter.

PR:		ports/137811
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-19 02:35:01 +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
Pietro Cerutti
1318c2cf76 - Update to 0.8.1
- Remove NLS since port doesn't install NLS files anymore
- Put only installed file in PLIST_FILES

Approved by:	miwi (mentor)
2008-04-08 18:40:31 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Stanislav Sedov
76a80c7776 - Update to 0.7.2
- Step down maintainership (i don't use it any longer, so will not be
  able to garantee if it's workable).
2007-09-09 15:28:56 +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
Stanislav Sedov
6963a4f758 - Change my email.
Suggested by:	skv
2007-03-27 22:12:03 +00:00
Shaun Amott
efe02823d7 - Add missing locale files to plist.
- Pass maintainership to submitter.

PR:		ports/101513
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-07 02:05:13 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
20489eb044 Update to version 0.7.1
PR:		ports/78738
Submitted by:	Ports Fury
2005-03-13 09:29:48 +00:00
Kirill Ponomarev
12053e5b49 Support WITHOUT_NLS 2004-07-10 20:40:06 +00:00
Kirill Ponomarev
6ae3e7efd3 - Update to version 0.7
PR:		ports/64471
Submitted by:	Ports Fury
2004-03-19 19:41:35 +00:00
Kris Kennaway
35cf04d8ed BROKEN on 5.x: Does not build after ache's getopt changes 2004-03-17 12:32:49 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
26bed7b742 - Fix build
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2003-11-14 06:15:38 +00:00
Kirill Ponomarev
2f70bd5160 - Update to version 0.6
PR:		59127
Submitted by:	Ports Fury
2003-11-10 19:06:46 +00:00
Edwin Groothuis
df3c9e78bd ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:48:08 +00:00
FUJISHIMA Satsuki
b53baaf9b8 get rid of libgnugetopt dependency for -CURRENT.
configure script tests getopt_long() but does not use its result;
getopt.o and getopt1.o will always be linked. So libgnugetopt
dependency is just redundant.
2003-07-14 02:36:46 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Ying-Chieh Liao
2e7af15429 add filtermail 0.2.4
Filter mail on a pop3 server: saves downloading spam

PR:		37905
Submitted by:	Harry Newton <harry_newton@telinco.co.uk>
2002-09-18 14:09:50 +00:00