Commit graph

86 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
Kris Kennaway
b0a20f4027 Fix build after objformat removal
Submitted by:	maintainer
PR:		ports/108767, ports/108768, ports/108769
2007-02-04 19:43:37 +00:00
Rong-En Fan
1a10f4bdae - Shuffle MASTER_SITES for bdb ports to share load
Requested by:	Matthias Andree (maintainer)
2006-11-08 15:43:20 +00:00
Rong-En Fan
942169e2b6 - Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by:	pav
Approved by:	Matthias Andree (maintainer)
2006-11-08 10:15:45 +00:00
Rong-En Fan
8b105cf1a3 - Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG

PR:		ports/105268
Submitted by:	Matthias Andree (maintainer)
2006-11-08 05:19:50 +00:00
Ion-Mihai Tetcu
05cdb31dfd - unquote IGNORE
- install .la files and bump PORTVERSION for plist change

PR:		ports/99020
Submitted by:	maintainer
2006-06-17 11:15:43 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +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
Cheng-Lung Sung
457ee86262 - chase distfiles (change MASTER_SITES)
PR:		ports/77505
Submitted by:	Matthias Andree (maintainer)
2005-02-14 16:19:31 +00:00
Pav Lucistnik
9acddbe8db - Add WITH_TCL_VER knob
PR:		ports/60473
Submitted by:	Roberto Grassi <r.grassi@obicon.it>
Approved by:	maintainer
2004-07-06 00:12:42 +00:00
Mark Linimon
ec0dbcdb71 Fix typos and reword to make a little bit clearer.
PR:		docs/68450
Submitted by:	Michel Lavondes <fox at vader dot aacc dot cc dot md dot us>
2004-06-30 05:58:02 +00:00
Kirill Ponomarev
9153fd6879 - Update MASTER_SITES
- Switch two ?= to = as there is no slave port, to fix portlint
  warnings
- Add SIZE to distinfo

PR:		ports/66259
Submitted by:	maintainer
2004-05-04 19:50:03 +00:00
Kirill Ponomarev
b8864c4e1e - Fix configure warning
PR:		65674 65675 65676 65677 65678 65679
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:20:31 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
a65df1d0c5 - support NOPORTDOCS.
- replace pkg-plist bloat by PORTDOCS=*
- don't patch docdir in Makefile, pass it as make argument
  instead
- kill empty "splash" directory at install time already
- bump PORTREVISION

PR:		61378
Submitted by:	maintainer
2004-01-15 13:25:31 +00:00
Edwin Groothuis
0c43deceea Make some fields ?= so it can become a master-port for for example
databases/db3-tcl

PR:		ports/60473 (related)
2003-12-29 06:44:52 +00:00
Sergei Kolobov
c761a84114 - Pass maintainership to Matthias Andree <matthias.andree@web.de>
- Clarify COMMENT
- Fix portlint(1) warning

PR:		59002
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-11-06 13:45:43 +00:00
Norikatsu Shigemura
579ce7870b Fix build on recent current (by -pthread option is deprecated).
PR:		ports/56551
Submitted by:	KONDOU, Kazuhiro <kazuhiro@alib.jp>
2003-09-07 14:03:37 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Joe Marcus Clarke
7c02c7bdb6 Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the older
downloaded one, the CVS Id in the context portion of the diffs changed
(probably since the files were checked out/in through CVS on the 10th).
In any event, the patch still applies cleanly.

Reported by:	Lee Blevins <leeb@digitalgraphics.net>
2003-01-18 01:41:00 +00:00
David E. O'Brien
bc6672dcfb Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}. 2002-11-19 21:06:24 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ade Lovett
283fe409ce Relinquish all my ports. 2002-09-07 08:44:49 +00:00
Ade Lovett
76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Ade Lovett
0cb6fd221e (1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
2002-08-21 21:04:12 +00:00
Maxim Sobolev
47d2777b16 Use USE_REINPLACE. 2002-07-18 17:58:57 +00:00
Pete Fritchman
29421e3724 Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.

PR:		38750
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
2002-05-30 23:02:40 +00:00
David W. Chapman Jr.
0c62bdd3eb Update maintainer's email to match what he uses on send-pr to avoid
confusion

Submitted by:	maintainer
2002-05-23 15:11:55 +00:00
Bill Fumerola
52e4fa35b4 follow the bouncing {MASTER,PATCH}_SITES
PR:		ports/37978
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	maintainer
2002-05-13 22:48:43 +00:00
Patrick Li
3efdae7893 Make port LOCALBASE safe
PR:		34513
Submitted by:	Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
Approved by:	maintainer
2002-02-04 22:31:49 +00:00
Ying-Chieh Liao
446ba750fc PORTEPOCH remains 1
Submitted by:	Joe Clarke <marcus@marcuscom.com>
2001-12-26 02:04:54 +00:00
Ying-Chieh Liao
b7ca6197d5 fix conflict db3 with other db's
db* utils now with `db3_' prefix (like in db4 port)
sort pkg-plist

PR:		33165
Submitted by:	maintainer
2001-12-25 12:41:10 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
fcdf17994d Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR:		30920
Submitted by:	MAINTAINER
Prompted by:	Mike Meyer <mwm@mired.org>
2001-10-07 17:04:00 +00:00
Maxim Sobolev
0433feb657 Bump PORTEPOCH because we have decreased PORTVERSION number.
Overlooked by:	knu
2001-08-02 17:00:53 +00:00
Akinori MUSHA
00a8157778 Back out the db3 update for the moment, due to the incompatibilty
problem that broke the openldap2 build.
2001-08-01 11:51:53 +00:00
Akinori MUSHA
fc1fd20d7c Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so
links.

PR:		ports/29304
Submitted by:	"Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
2001-08-01 07:16:15 +00:00
Anton Berezin
adbf9c9815 Fix missing libs in databases/db3 package-list.
PR:		29230
Submitted by:	maintainer
2001-07-27 15:45:11 +00:00
Akinori MUSHA
73f7cbcc88 Update to 3.3.11.
PR:		ports/29220
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
2001-07-25 15:03:03 +00:00
Dima Dorfman
23f7c1be92 Update to reflect setting DIST_SUBDIR. Checksums didn't change, just
the paths.

PR:		29195, 29207
Submitted by:	Steve Coltrin <spcoltri@hrothgar.omcl.org> and
		    Edwin Groothuis <edwin@mavetju.org>, respectively
2001-07-25 08:52:59 +00:00
Akinori MUSHA
d5aa72c2c0 - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.
- Replace $(..) with ${..}.
2001-07-24 16:19:23 +00:00
Akinori MUSHA
d32b34cdee Properly make *.so symlinks to *.so.x. (previously all that were
backwards)

PR:		ports/27065
Submitted by:	Barry Pederson <bpederson@geocities.com>
2001-07-24 16:13:22 +00:00
Jimmy Olgeni
9d61fc7685 Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
Approved by:	maintainer
2001-06-22 20:03:03 +00:00
Ade Lovett
96493092d3 Add two post-3.2.9 patches from Sleepycat themselves.
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.

Approved by:	maintainer
Obtained from:	Sleepycat
2001-05-14 14:49:53 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00