<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/finance/quantlib, branch release/7.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-08-21T06:18:49Z</updated>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 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 -&gt; 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)
</content>
</entry>
<entry>
<title>Update to 0.8.1</title>
<updated>2007-09-02T17:52:24Z</updated>
<author>
<name>Tilman Keskinoz</name>
<email>arved@FreeBSD.org</email>
</author>
<published>2007-09-02T17:52:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eff6ec1faee3855542c2b3c071c713a071194a54'/>
<id>urn:sha1:eff6ec1faee3855542c2b3c071c713a071194a54</id>
<content type='text'>
PR:		115982
Submitted by:	Kevin Way &lt;kevin@insidesystems.net&gt;
</content>
</entry>
<entry>
<title>- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script</title>
<updated>2007-07-23T09:36:51Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-07-23T09:36:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f935a609c53c5c6031e6848db95c7debed127e27'/>
<id>urn:sha1:f935a609c53c5c6031e6848db95c7debed127e27</id>
<content type='text'>
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
</content>
</entry>
<entry>
<title>- Fix build with boost 1.34.0: The Boost unit test framework shared library</title>
<updated>2007-07-09T07:35:11Z</updated>
<author>
<name>Simon Barner</name>
<email>barner@FreeBSD.org</email>
</author>
<published>2007-07-09T07:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6c8ea5d536e5d87668f29d05173228031455962'/>
<id>urn:sha1:c6c8ea5d536e5d87668f29d05173228031455962</id>
<content type='text'>
  no longer contains main(), so set the right #defines.

  Reference: http://lists.boost.org/boost-users/2007/04/27361.php
- Notified by:	pointyhat via pav
</content>
</entry>
<entry>
<title>- Bump boost shared library version to 4</title>
<updated>2007-07-04T15:10:58Z</updated>
<author>
<name>Simon Barner</name>
<email>barner@FreeBSD.org</email>
</author>
<published>2007-07-04T15:10:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ff9f11c4da9aae59f797f0053b0bfa2caecbe80c'/>
<id>urn:sha1:ff9f11c4da9aae59f797f0053b0bfa2caecbe80c</id>
<content type='text'>
- Bump PORTREVISION
</content>
</entry>
<entry>
<title>- Update to 0.4.0</title>
<updated>2007-03-24T13:14:37Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-03-24T13:14:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7a2a5a2a9b6fd03629bb9c76a298b5ae0bdf3c9'/>
<id>urn:sha1:b7a2a5a2a9b6fd03629bb9c76a298b5ae0bdf3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- s,INSTALLS_SHLIB,USE_LDCONFIG,g</title>
<updated>2006-08-14T23:06:39Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2006-08-14T23:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=10ddcca177d6d91079be1d2569dae59e314d70c9'/>
<id>urn:sha1:10ddcca177d6d91079be1d2569dae59e314d70c9</id>
<content type='text'>
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin &lt;gslin_AT_gslin dot org&gt;
</content>
</entry>
<entry>
<title>Remove USE_REINPLACE from all categories starting with F</title>
<updated>2006-05-07T11:09:22Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-05-07T11:09:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c8a818ace5e1e3d9991c0b189713eee2c620024b'/>
<id>urn:sha1:c8a818ace5e1e3d9991c0b189713eee2c620024b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add SHA256</title>
<updated>2005-11-24T16:18:42Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2005-11-24T16:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7b8e2758ed6b82787e92e280a7ccf72b8d281fa3'/>
<id>urn:sha1:7b8e2758ed6b82787e92e280a7ccf72b8d281fa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>At Kris's request, back out the MACHINE_ARCH spelling correction until</title>
<updated>2005-04-12T03:26:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-04-12T03:26:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3d8037aeba75366ed06e02fbc981e15b46e7d0a'/>
<id>urn:sha1:c3d8037aeba75366ed06e02fbc981e15b46e7d0a</id>
<content type='text'>
after 5.4-RELEASE.
</content>
</entry>
</feed>
