| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.9.9
|
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 ) |
16 Jan 2008 15:46:05
0.9.9
|
roam  |
Update to mhash-0.9.9, fixing several style issues, lots of memory
leaks, and two serious (even if not easily triggered) bugs. |
20 Sep 2006 17:33:24
0.9.7.1
|
garga  |
- Update to 0.9.7.1
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS
PR: ports/93730 (based on)
Submitted by: cy
Discussed with: portmgr (erwin)
Approved by: maintainer timeout (over 6 months) |
23 Feb 2006 10:40:45
0.9.2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:03:33
0.9.2
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.9.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. |
18 Jul 2005 09:14:57
0.9.2
|
pav  |
- Update to 0.9.2
PR: ports/80238
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (3 months) |
12 Apr 2005 04:26:57
0.9.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.9.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
30 Dec 2004 12:48:29
0.9.1
|
roam  |
Update mhash to version 0.9.1, which provides three new hashes.
Shorten COMMENT at portlint's suggestion.
Install a couple of docfiles. |
01 Nov 2004 17:09:55
0.8.18
|
roam  |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
31 Mar 2004 04:12:58
0.8.18
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.8.18
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
01 Sep 2003 12:42:22
0.8.18
|
roam  |
Update to 0.8.18.
PR: 56167
Submitted by: foxfair |
05 Mar 2003 11:28:13
0.8.17
|
roam  |
Update to 0.8.17. |
19 Feb 2003 16:07:30
0.8.14
|
roam  |
Remove pkg-comment files in my ports. |
21 May 2002 18:53:20
0.8.14
|
roam  |
Update to 0.8.14. |
20 Feb 2002 11:03:42 
|
roam  |
Update to 0.9.13. In the process, fix an autoconf-2.52 bug in using
$target_alias as a program prefix even if it is exactly the same as
$host_alias. Also, remove the installation of the library .la file. |
29 Mar 2001 17:35:19 
|
sobomax  |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
23 Feb 2001 16:07:17 
|
roam  |
Update to 0.8.9 |
16 Dec 2000 14:46:33 
|
roam  |
Update to 0.8.4. |
22 Nov 2000 10:20:14 
|
roam  |
update my email address - roam@orbitel.bg -> roam@FreeBSD.org |
02 Nov 2000 00:36:05 
|
jeh  |
Update to version 0.8.3 New Maintainer |
08 Oct 2000 08:30:58 
|
asami  |
Convert category security to new layout. |
01 Oct 2000 11:59:09 
|
reg  |
Whitespace changes and PLIST sorting. |
14 Jul 2000 17:46:20 
|
will  |
Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Use
USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this
port loose upon the world. This update is needed for aide port. |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 10:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |