| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.12
|
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 ) |
27 Jul 2008 14:18:41
0.12
|
miwi  |
- Update to 0.12
- Pass maintainership to submitter
PR: Bakulin Ilya <webmaster@kibab.com> |
23 Jul 2007 10:36:52
0.9.3
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
25 Jan 2007 23:50:29
0.9.3
|
anray  |
Update to 0.9.3 |
15 Aug 2006 01:56:24
0.9.1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
0.9.1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 17:09:22
0.9.1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.9.1
|
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. |
29 Oct 2005 05:25:00
0.9.1
|
lawrance  |
Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working. |
01 Aug 2005 18:10:36
0.9.1
|
lawrance  |
Update to 0.9.1
PR: ports/84333
Submitted by: Andrej Zverev <az@inec.ru> |
12 Apr 2005 14:00:32
0.9.0
|
lawrance  |
Set my ports to their shiny new MAINTAINER address.
Approved by: clement (mentor) |
12 Apr 2005 04:26:57
0.9.0
|
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.0
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
08 Jan 2005 21:39:58
0.9.0
|
pav  |
- Update to 0.9.0
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer) |
30 Mar 2004 20:56:44
0.8.9
|
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
14 Mar 2004 06:17:56
0.8.9
|
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. |
12 Mar 2004 10:34:17
0.8.9
|
krion  |
- Update to version 0.8.9
PR: ports/64125
Submitted by: maintainer |
16 Dec 2003 19:48:07
0.8.1
|
pav  |
- Update to 0.8.1
PR: ports/60291
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer) |
28 Aug 2003 09:32:06
0.8
|
erwin  |
Update to 0.8
PR: 56057
Submitted by: maintainer |
28 Jul 2003 11:00:18
0.7
|
arved  |
Add libsynce, a library to support communication with Windows CE devices
PR: 53311
Submitted by: Sam Lawrance <boris@brooknet.com.au> |