Commit graph

111 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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +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
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Sergey Matveychuk
cd4a3ea32a - Remove obsolated USE_GCC=3.4+
- Add NOT_FOR_ARCHS=sparc64 (does not build)
2007-08-14 15:11:44 +00:00
Sergey Matveychuk
6060d4b13d - Get rid of 4.x hacks. 2007-04-11 13:57:28 +00:00
Sergey Matveychuk
f944cc91a1 - Fix build on current
- Fix an issue with configure
- While I'm here: minor style changes, get rid of alpha mentioning

Submitted by:	Alex Lyashkov (Umka@RusNet)
Reported by:	kris mail
2006-09-17 07:17:58 +00:00
Kris Kennaway
0e76218c7a BROKEN on 7.0: does not compile 2006-09-10 23:39:40 +00:00
Sergey Matveychuk
3a100837b4 - Update to 2.3.12 2006-07-23 04:00:02 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Sergey Matveychuk
57e1225942 - Fix install after an additional documentation removal
Reported by:	kris mail
Approved by:	portmgr (marcus)
2006-02-28 06:53:37 +00:00
Sergey Matveychuk
44368500d1 - Remove old, obsoleted and unsupported documentation. 2006-02-21 13:56:35 +00:00
Sergey Matveychuk
2d249e8ce0 - Remove USE_REINPLACE from my ports 2006-02-07 17:56:16 +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
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Kris Kennaway
1ad120e812 Now builds on 6.x. 2005-07-19 16:58:16 +00:00
Sergey Matveychuk
4ef3349064 - Fix build on CURRENT (we have more math functions now)
Reported by:	kris via pointyhat
2005-05-08 09:35:37 +00:00
Kris Kennaway
760935df10 BROKEN on 6.0: Does not compile 2005-05-07 02:57:00 +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
Kris Kennaway
2f4867842c Previous commit was in error, the port was fixed 5 days ago
Pointy hat to:	kris
Approved by:	portmgr (self)
2005-03-27 19:32:22 +00:00
Kris Kennaway
091c27ec82 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2005-03-26 21:22:13 +00:00
Sergey Matveychuk
d87abb1b71 - Fix build on RELENG_5 after math.h MFC
Reported by:    kris via pointyhat
Approved by:    portmgr (marcus)
2005-03-22 08:22:31 +00:00
Sergey Matveychuk
936ee6eb6a - Fix build on CURRENT
Reported by:	kris via pointyhat
2005-01-29 20:11:07 +00:00
Sergey Matveychuk
c71f872b94 - Fix plist on 4.x
Submitted by:	pointyhat via kris
2004-12-26 11:50:10 +00:00
Sergey Matveychuk
f1c64c7036 - Does not build on alpha 4.x 2004-12-18 17:31:58 +00:00
Sergey Matveychuk
a5261ba95e - Fix build on 4.10. 2004-11-24 03:27:17 +00:00
Sergey Matveychuk
06a42a3658 - Unbreak on 5.3+ 2004-11-17 09:20:41 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Sergey Matveychuk
163b384ab8 Mark broken while I have no work around for gcc 3.4 build 2004-08-10 06:53:03 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Kirill Ponomarev
e50992e9e2 - Fix defaults with BATCH=yes
PR:		ports/64128
Submitted by:	maintainer
2004-03-12 09:09:33 +00:00
Mark Linimon
9e504f8f2b Add missing files for lifecycle; utilize OPTIONS; add SIZE.
PR:		ports/62886
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2004-02-25 05:38:13 +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
Sergei Kolobov
a709d2e9be - Remove patch not needed anymore
PR:		59270
Submitted by:	maintainer
2003-11-16 10:10:42 +00:00
Sergei Kolobov
6ae5233f79 - Update to 2.3.11
- USE_AUTOCONF
- gcc 3.2 -> 3.3 on -stable

PR:		58014
Submitted by:	maintainer
2003-11-05 08:08:02 +00:00
Kirill Ponomarev
06dbece8c9 - Use ${PTHREAD_LIBS}
PR:		56761
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-09-25 20:04:54 +00:00
Edwin Groothuis
7c7f149cf5 tarball rerolled, only changes in the comments in the file doc/doc.ps.
Noticed thanks to: Sergey Matveychuk <sem@ciam.ru>
2003-09-08 09:01:17 +00:00
Edwin Groothuis
c33228bd0e [MAINTAINER] devel/mico: fix docs fetch
Documentation has gone from master site (I hope accidently),
	so I've put it on my home page to fix fetching.

Doesn't fix the checksum problem.

PR:		ports/56568
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-09-08 08:33:31 +00:00
Kirill Ponomarev
a54c6d4835 - Utilize DOCSDIR and EXAMPLESDIR
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}

PR:		55946
Submitted by:	maintainer
2003-08-25 12:37:51 +00:00
Kirill Ponomarev
709455dd16 Fix build on 4.x
PR:		55010
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-29 13:18:33 +00:00
Daichi GOTO
183c7829f7 update devel/mico:
- fix build and enable CSL2 on -STABLE with gcc32 port
  - add patch for externalize service from developers
  - change WITH_GCC32 to WITH_SYSTEM_GCC. Mico builds best with gcc32,
    so it's default now
  - bump PORTVERSION

PR:		54350
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-07-14 06:41:27 +00:00
Erwin Lansing
202ac8971e Fix typo USE_XLIBS -> USE_XLIB
PR:		54357
Submitted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer
2003-07-11 12:23:23 +00:00
Daichi GOTO
af74ba5d88 fix devel/mico:
- fix and enable lifecycle service
  - WITHOUT_SREVICES=yes to build only ORB
  - fixes to externalize service

PR:		54117
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-07-07 07:24:02 +00:00
Daichi GOTO
3c251ab3e7 update devel/mico: 2.3.10 --> 2.3.10_1
- install HTML documentation
  - add build options: WITH_X11, WITH_QT, TITH_GTK, WITH_TCL
  - fix PLIST and make it flexible and depended on build options
  - add WITH_GCC32 option to build with lang/gcc32 on -STABLE
  - add patches and rename old
  - many style fixes
  - change COMMENT to correspond to Mico current state
  - decrease pkg-descr to 24 lines

PR:		53988
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-07-02 13:02:29 +00:00
Erwin Lansing
538a315bdf * Add detailed description about Mico features.
* Remove broken URL
* I'v broke mico on -STABLE accidentally. This patch fix it.
* remove dependency on gcc 3.2. it's uselessly;
* add multithread, SSL and full CORBA support;
* pass maintainership to submitter

PR:		53623
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-06-24 19:13:37 +00:00
Tilman Keskinoz
5cb34ba408 Update to 2.3.10
Unbreak on -CURRENT

PR:		53610
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-06-22 18:23:31 +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
Tilman Keskinoz
5721e20d13 Unbreake by using USE_GCC= 3.2
Submitted by:	flynn@energyhq.homeip.net (Miguel Mendez)
2003-05-09 23:49:54 +00:00