Commit graph

30 commits

Author SHA1 Message Date
Martin Wilke
3ee5591a69 - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 15:04:08 +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
Martin Wilke
7d01e7820f - Respect NOPORTEXAMPLES
Reported by:	ionbot
2008-05-23 20:51:11 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
1e48ead47e - Respect DESTDIR for all my ports
Reviewed by:	gabor
Approved by:	krion (mentor)
2006-08-07 07:58:28 +00:00
Martin Wilke
10591c2463 Obey conventions and change my mail to @FreeBSD.org address
Approved by:	krion (mentor)
2006-06-16 22:17:25 +00:00
Sergey Matveychuk
2ecf6265a2 - Update to 0.8.41
- Pass maintainership to submitter

PR:		ports/96023
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-19 07:48:50 +00:00
Pav Lucistnik
2c39b78ee6 - Add SHA256 2005-11-23 23:37:45 +00:00
Edwin Groothuis
b460bd6543 Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
2005-11-14 10:56:29 +00:00
Volker Stolz
4dabedf15e Fix plist
Submitted by: krisbot
2005-10-09 14:15:10 +00:00
Volker Stolz
48c21d76cf Cleanup:
- no need for separate Makefile-patch
 - nuke static lib
2005-09-27 14:03:00 +00:00
Florent Thoumie
4f02559f47 - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Florent Thoumie
12a7f133fc - Bump lzo lib version.
- Bump PORTREVISION.
2005-05-31 17:57:11 +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
Clement Laforet
ad7c0170df - Update to 0.8.39
- install shlibs and preserve config file
2005-01-18 21:04:22 +00:00
Kirill Ponomarev
c83a0c91ce - Fix configure warning
PR:		65668 65669 65670 65671 65672 65673
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:12:38 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Pav Lucistnik
a58471abd6 - Update to 0.8.35
PR:		ports/61088
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-09 00:24:57 +00:00
Ying-Chieh Liao
17e6abe1b1 upgrade to 0.8.34 2003-12-13 12:58:08 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Max Khon
79f2f14d7d Fix fetching
PR:		47568
2003-01-27 22:36:08 +00:00
Ying-Chieh Liao
9a5ab277e6 chase mcrypt lib version 2003-01-03 19:24:34 +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
Ying-Chieh Liao
a11c6021ce - Conditionalize dependency for archivers/bzip2
- Support install macros
- Bump portrevision

PR:		38704
Submitted by:	Ports Fury
2002-05-30 18:00:33 +00:00
Ying-Chieh Liao
d920b9a25e add dact 0.8.11
Dynamic Adaptive Compression Tool
2002-05-02 03:55:26 +00:00