1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Stanislav Sedov
fb91e7faf6 - Fix build after the boehm-gc update.
Reported by:	pav
2009-12-17 22:08: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
Ion-Mihai Tetcu
430838889b - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
compiled with proper thread locking.
- bump PORTVERSION

PR:		ports/122525
Submitted by:	maintainer
2008-05-09 17:11:13 +00:00
Vanilla I. Shu
6653ee67f4 Upgrade to 2.0.1131.
PR:		ports/120082
Submitted by:	maintainer
2008-01-29 09:36:03 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Jean Milanez Melo
f4e79e7bfc - Update mastersite.
PR:		ports/105690
Submitted by:	Simun Mikecin <numisemis@yahoo.com> (maintainer)
2006-12-05 15:01:18 +00:00
Thierry Thomas
3403f5bc68 Unbreak.
PR:		ports/100557
Submitted by:	Simun Mikecin <numisemis (at) yahoo.com> (maintainer)
2006-07-19 22:53:57 +00:00
Mark Linimon
848c1e4897 Mark as broken: fail to install. 2006-07-16 21:09:05 +00:00
Renato Botelho
a3e270a910 - Fix: If summer-time daylight saving is in effect, getHours() returns
wrong value.
- Change .if defined(WITH_GC) -> ;if !defined(WITHOUT_GC) since it's on
  by default.

PR:		ports/94996
Submitted by:	maintainer
2006-04-11 15:39:41 +00:00
Renato Botelho
b8bd6b9c12 - Update to 1.3.1
PR:		ports/92674
Submitted by:	maintainer
2006-02-01 11:46:17 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Florent Thoumie
02ca22d004 - Add new locations in MASTER_SITES.
PR:		ports/90201
Submitted by:	maintainer
2005-12-10 18:50:03 +00:00
Renato Botelho
31e5ef581c - Register CONFLICTS with see-devel 2005-10-31 14:43:04 +00:00
Jean-Yves Lefort
c63852595e Fix build on amd64, ia64 and alpha.
Reported by:	pointyhat
Approved by:	maintainer
2005-04-25 16:31:26 +00:00
Jean-Yves Lefort
75c6b086e2 Fix return value of local timezone methods such as getHours().
PR:		ports/80198
Submitted by:	Simun Mikecin <sime@logos.hr> (maintainer)
Approved by:	adamw (mentor, implicit)
2005-04-21 19:11:08 +00:00
Jean-Yves Lefort
3f8a8df742 Fix some declarations, allowing programs to link against libsee.
Submitted by:	Simun Mikecin <sime@logos.hr>
Approved by:	adamw (mentor)
2005-04-18 15:59:06 +00:00
Jean-Yves Lefort
deb865467b Library that provides an ECMAScript (JavaScript) run-time environment.
PR:		ports/72055
Submitted by:	Simun Mikecin <sime@logos.hr>
Approved by:	adamw (mentor)
2005-04-15 17:08:03 +00:00