| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
20 Apr 2008 16:31:14
1.2.2
|
araujo  |
- Update to 1.2.2.
PR: ports/122651
Submitted by: Wen Heping <wenheping@gmail.com> |
23 Jul 2007 10:36:52
1.1.13
|
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 |
29 Jun 2007 17:29:19
1.1.13
|
araujo  |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
28 Jan 2007 09:07:47
1.1.13
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
18 Jan 2007 08:28:48
1.1.13
|
itetcu  |
- update to 1.1.13
- pet portlint
- pass maintainership to submitter
PR: ports/108049
Submitted by: Marcelo Araujo |
15 Aug 2006 01:29:13
1.1.11_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
10 May 2006 15:46:48
1.1.11_1
|
ale  |
Chase gmp library and bump PORTREVISION. |
23 Jan 2006 09:33:30
1.1.11
|
garga  |
- Update to 1.1.11
PR: ports/92030
Submitted by: maintainer |
25 Nov 2005 15:48:16
1.1.10
|
pav  |
- Add SHA256 |
12 Nov 2005 11:15:48
1.1.10
|
pav  |
- Bail out when older version is installed, because the compilation would fail
PR: ports/88567
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
03 Nov 2005 21:21:35
1.1.10
|
pav  |
- Add more master sites, the original site have 10 slots limit and is full
Reported by: krismail |
01 Nov 2005 23:58:14
1.1.10
|
pav  |
- Update to 1.1.10
PR: ports/88347
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
29 Oct 2005 00:20:46
1.1.9
|
kris  |
BROKEN on ia64: Does not compile |
07 Jun 2005 09:39:31
1.1.9
|
pav  |
- Revert recent libtool damage, unbreak on 4.X
PR: ports/81958
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Pointy hat to: oliver |
02 Jun 2005 21:28:41
1.1.9
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
14 Feb 2005 08:12:42
1.1.9
|
ijliao  |
upgrade to 1.1.9 |
18 Dec 2004 20:23:23
1.1.8
|
kris  |
Don't try and remove pkgconfig at deinstall |
30 Sep 2004 06:32:00
1.1.8
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
16 Aug 2004 20:32:40
1.1.8
|
krion  |
Update to verion 1.1.8
PR: ports/70544
Submitted by: Ports Fury |
14 Aug 2004 22:57:56
1.1.6_1
|
oliver  |
take care of $PREFIX/libdata/pkgconfig |
09 Jul 2004 18:43:11
1.1.6_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
17 Mar 2004 18:29:46
1.1.6_1
|
trevor  |
SIZEify. |
14 Mar 2004 06:17:56
1.1.6_1
|
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. |
07 Mar 2004 05:43:33
1.1.6_1
|
kris  |
BROKEN on sparc64: Does not compile |
04 Feb 2004 05:10:27
1.1.6_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
31 Jan 2004 04:09:48
1.1.6
|
arved  |
Update to 1.1.6, now with AMD64 support. |
29 Jan 2004 16:13:06
1.1.5_1
|
trevor  |
SIZEify. |
10 Oct 2003 18:52:21
1.1.5_1
|
krion  |
- Add dependency for devel/stlport on 4-stable
(to build math/GiNaC properly)
- Utilize INFO
PR: 57834
Submitted by: Ports Fury |
20 Feb 2003 18:42:25
1.1.5
|
knu  |
De-pkg-comment. |
31 Jul 2002 10:36:03
1.1.5
|
ijliao  |
upgrade to 1.1.5
PR: 41172
Submitted by: Ports Fury |
25 Jun 2002 08:09:44
1.1.4_1
|
ijliao  |
bump libgmp4 libversion |
18 Apr 2002 09:20:53
1.1.4_1
|
ijliao  |
libgmp3 -> libgmp4 |
13 Mar 2002 03:18:41

|
ijliao  |
upgrade to 1.1.4
drop maintainership |
05 Oct 2001 05:34:44 
|
ijliao  |
add missing file to PLIST |
08 Sep 2001 09:29:19 
|
ijliao  |
upgrade to 1.1.2 |
31 Aug 2001 16:20:29 
|
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
12 Jun 2001 06:45:51 
|
ijliao  |
upgrade to 1.1.1 |
12 Feb 2001 14:55:45 
|
ijliao  |
readd cln to math |