| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.0.20040308_3
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 18:56:05
0.0.20040308_3  |
miwi  |
- 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) |
20 Mar 2008 09:19:39
0.0.20040308_3
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
01 Feb 2007 02:42:06
0.0.20040308_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
03 May 2006 06:14:35
0.0.20040308_3
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
0.0.20040308_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
17 Nov 2005 19:10:31
0.0.20040308_2
|
fjoe  |
Add SHA256 checksum. |
15 Nov 2005 06:52:12
0.0.20040308_2
|
ade  |
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. |
25 Nov 2004 21:52:15
0.0.20040308_2
|
fjoe  |
Fix build on FreeBSD 4.x.
Bump PORTREVISION. |
25 Nov 2004 15:27:27
0.0.20040308_1
|
fjoe  |
Allow mspack.h to be included in C++ source code
(replace "this" with "self"). |
25 Nov 2004 14:02:55
0.0.20040308
|
fjoe  |
New port: libmspack-0.0.20040308
The purpose of libmspack is to provide both compression and decompression
of some loosely related file formats used by Microsoft. |