Commit graph

7 commits

Author SHA1 Message Date
Alexander Logvinov
a60bfd868f - Forgot to include bsd.port.pre.mk and bsd.port.post.mk.
Reported by:	QAT
2009-10-12 09:49:37 +00:00
Alexander Logvinov
555cca9d05 - Fix .if condition 2009-10-12 09:44:54 +00:00
Alexander Logvinov
1bf8a74fba - Update to 0.14
- Mark IGNORE for OSVERSION >= 800074

PR:		ports/139328
Submitted by:	myself
Approved by:	maintainer, portmgr (miwi)
2009-10-12 09:41:50 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Martin Wilke
aa68ce9288 - Update to 0.13.1
PR:		132805
Submitted by:	Ilya Bakulin <webmaster@kibab.com> (maintainer)
2009-03-20 23:20:50 +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
47bc99b045 SynCE is a project for connecting to devices running Windows CE or Pocket PC.
synce-hal manages device connection process and advertises device info
to other programs through HAL interface.

WWW: http://synce.sourceforge.net/

PR:		ports/125438
Submitted by:	Ilya Bakulin <webmaster at kibab.com>
2008-07-27 14:39:21 +00:00