The FreeBSD Ports Archive
FreeBSD graphics : aalib4>
An ascii art library
AA-lib is a low-level graphics library similar to many other libraries
except for the fact that AA-lib does not require a graphics device! In
fact, no "graphical" output is possible. AA-lib uses a modern, high-tech
ascii-art renderer in place of outmoded and cumbersome graphical output.
The AA-lib API is designed to be similar to that of other graphics
libraries so learning its API should be simple.
http://aa-project.sourceforge.net/aalib/
|
aalib history
v. 1.41
date: 2007/09/23 11:19:50; author: edwin; state: Exp; lines: +2 -2
[DEPS] graphics/aalib USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115464
Submitted by: Martin Matuska
Approved by: maintainer timeout
v. 1.40
date: 2007/05/19 20:08:33; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.39
date: 2007/02/01 02:41:38; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38
date: 2006/06/19 20:06:52; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.37
date: 2006/05/24 10:53:46; author: garga; state: Exp; lines: +1 -1
Pass maintainership to submitter
PR: ports/97747
Submitted by: Shaun Amott
v. 1.36
date: 2006/05/07 23:45:49; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.35
date: 2006/02/23 10:36:49; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.34
date: 2005/12/04 07:29:39; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.33
date: 2005/11/15 06:49:23; author: ade; state: Exp; lines: +1 -1
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.
v. 1.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +3 -2
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; author: marcus; state: Exp; lines: +1 -1
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
v. 1.30
date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1
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.
v. 1.29
date: 2003/02/20 18:07:56; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.28
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.27
date: 2002/11/06 22:45:18; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.26
date: 2002/07/08 10:41:25; author: ijliao; state: Exp; lines: +4 -3
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.25
date: 2002/04/30 02:43:21; author: ijliao; state: Exp; lines: +2 -1
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
v. 1.24
date: 2002/03/02 17:49:28; author: pat; state: Exp; lines: +30 -3
Update to 1.4.r5
PR: 35480
Submitted by: Norikatsu Shigemura
v. 1.23
date: 2002/01/19 22:53:18; author: okazaki; state: Exp; lines: +3 -3
Fix a building error.
Don't update the timestamp of "${WRKSRC}/acconfig.h".
PR: 33680
v. 1.22
date: 2001/09/02 09:31:17; author: markp; state: Exp; lines: +2 -1
Re-added workaround (see 1.18) to prevent intermittent failures
depending on where the distfile was fetched.
v. 1.21
date: 2001/08/29 11:39:05; author: markp; state: Exp; lines: +6 -8
Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.
PR: 29823
Submitted by: KATO Tsuguru
v. 1.20
date: 2001/03/03 00:45:13; author: kris; state: Exp; lines: +2 -2
Use random() because rand() is just too lame
Fix a potential buffer overflow I noticed while in here
Bump PORTREVISION
v. 1.19
date: 2001/02/02 09:31:43; author: nbm; state: Exp; lines: +2 -1
Bump PORTREVISION, since patch-af changes the package.
Submitted by: okazaki
v. 1.18
date: 2000/11/15 10:03:39; author: roger; state: Exp; lines: +2 -1
There are two different tarballs for aalib-1.2 on the internet.
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.
The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.
So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.
Submitted by: bento which found the problem while the authors site was down
v. 1.17
date: 2000/11/03 00:46:51; author: trevor; state: Exp; lines: +4 -2
Add MASTER_SITE_SUNSITE (recent fennerism).
v. 1.16
date: 2000/07/15 16:48:04; author: will; state: Exp; lines: +9 -14
Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.
PR: 19926
Submitted by: KATO Tsuguru
v. 1.15
date: 2000/06/16 21:50:43; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.14
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.13
date: 2000/06/15 17:12:37; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.12
date: 2000/04/17 00:17:41; author: reg; state: Exp; lines: +7 -10
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.11
date: 2000/04/13 06:28:02; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.10
date: 2000/04/01 21:49:44; author: mharo; state: Exp; lines: +19 -1
* do not configure X11 driver when NO_X11 is defined.
* declare USE_XLIB when XFree86 is installed and NO_X11 is not defined.
* fix configure.in more to use built-in ncurses if exist, and turn on USE_AUTOCONF.
* remove patches already obsoleted by USE_LIBTOOL.
PR: 17004
Submitted by: OKAZAKI Tetsurou
v. 1.9
date: 2000/03/29 07:18:37; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.8
date: 1999/08/25 06:13:40; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/06/05 19:00:35; author: mharo; state: Exp; lines: +2 -7
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
v. 1.6
date: 1998/09/22 15:30:37; author: vanilla; state: Exp; lines: +4 -1
Convert aalib to elf.
v. 1.5
date: 1998/04/19 10:26:47; author: andreas; state: Exp; lines: +6 -9
- sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
(configure) using several patches, you loose the overview what
is patches in one file and it makes it difficult to maintain
patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
v. 1.4
date: 1998/03/29 01:33:10; author: steve; state: Exp; lines: +1 -3
Remove BROKEN tag as this now builds.
v. 1.3
date: 1998/03/28 19:19:25; author: asami; state: Exp; lines: +3 -1
Mark this port broken, doesn't build.
v. 1.2
date: 1998/03/28 14:33:26; author: steve; state: Exp; lines: +7 -5
Upgrade to version 1.2.
PR: 6079
Submitted by: Andrey Zakhvatov
v. 1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp; lines: +0 -0
reimport aalib.
PR: ports/5339
Submitted by: frankch@waru.life.nthu.edu.tw
=============================================================================
v. 1.41
date: 2007/09/23 11:19:50; author: edwin; state: Exp; lines: +2 -2
[DEPS] graphics/aalib USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115464
Submitted by: Martin Matuska
Approved by: maintainer timeout
v. 1.40
date: 2007/05/19 20:08:33; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.39
date: 2007/02/01 02:41:38; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38
date: 2006/06/19 20:06:52; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.37
date: 2006/05/24 10:53:46; author: garga; state: Exp; lines: +1 -1
Pass maintainership to submitter
PR: ports/97747
Submitted by: Shaun Amott
v. 1.36
date: 2006/05/07 23:45:49; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.35
date: 2006/02/23 10:36:49; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.34
date: 2005/12/04 07:29:39; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.33
date: 2005/11/15 06:49:23; author: ade; state: Exp; lines: +1 -1
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.
v. 1.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +3 -2
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; author: marcus; state: Exp; lines: +1 -1
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
v. 1.30
date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1
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.
v. 1.29
date: 2003/02/20 18:07:56; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.28
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.27
date: 2002/11/06 22:45:18; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.26
date: 2002/07/08 10:41:25; author: ijliao; state: Exp; lines: +4 -3
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.25
date: 2002/04/30 02:43:21; author: ijliao; state: Exp; lines: +2 -1
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
v. 1.24
date: 2002/03/02 17:49:28; author: pat; state: Exp; lines: +30 -3
Update to 1.4.r5
PR: 35480
Submitted by: Norikatsu Shigemura
v. 1.23
date: 2002/01/19 22:53:18; author: okazaki; state: Exp; lines: +3 -3
Fix a building error.
Don't update the timestamp of "${WRKSRC}/acconfig.h".
PR: 33680
v. 1.22
date: 2001/09/02 09:31:17; author: markp; state: Exp; lines: +2 -1
Re-added workaround (see 1.18) to prevent intermittent failures
depending on where the distfile was fetched.
v. 1.21
date: 2001/08/29 11:39:05; author: markp; state: Exp; lines: +6 -8
Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.
PR: 29823
Submitted by: KATO Tsuguru
v. 1.20
date: 2001/03/03 00:45:13; author: kris; state: Exp; lines: +2 -2
Use random() because rand() is just too lame
Fix a potential buffer overflow I noticed while in here
Bump PORTREVISION
v. 1.19
date: 2001/02/02 09:31:43; author: nbm; state: Exp; lines: +2 -1
Bump PORTREVISION, since patch-af changes the package.
Submitted by: okazaki
v. 1.18
date: 2000/11/15 10:03:39; author: roger; state: Exp; lines: +2 -1
There are two different tarballs for aalib-1.2 on the internet.
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.
The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.
So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.
Submitted by: bento which found the problem while the authors site was down
v. 1.17
date: 2000/11/03 00:46:51; author: trevor; state: Exp; lines: +4 -2
Add MASTER_SITE_SUNSITE (recent fennerism).
v. 1.16
date: 2000/07/15 16:48:04; author: will; state: Exp; lines: +9 -14
Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.
PR: 19926
Submitted by: KATO Tsuguru
v. 1.15
date: 2000/06/16 21:50:43; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.14
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.13
date: 2000/06/15 17:12:37; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.12
date: 2000/04/17 00:17:41; author: reg; state: Exp; lines: +7 -10
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.11
date: 2000/04/13 06:28:02; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.10
date: 2000/04/01 21:49:44; author: mharo; state: Exp; lines: +19 -1
* do not configure X11 driver when NO_X11 is defined.
* declare USE_XLIB when XFree86 is installed and NO_X11 is not defined.
* fix configure.in more to use built-in ncurses if exist, and turn on USE_AUTOCONF.
* remove patches already obsoleted by USE_LIBTOOL.
PR: 17004
Submitted by: OKAZAKI Tetsurou
v. 1.9
date: 2000/03/29 07:18:37; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.8
date: 1999/08/25 06:13:40; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/06/05 19:00:35; author: mharo; state: Exp; lines: +2 -7
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
v. 1.6
date: 1998/09/22 15:30:37; author: vanilla; state: Exp; lines: +4 -1
Convert aalib to elf.
v. 1.5
date: 1998/04/19 10:26:47; author: andreas; state: Exp; lines: +6 -9
- sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
(configure) using several patches, you loose the overview what
is patches in one file and it makes it difficult to maintain
patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
v. 1.4
date: 1998/03/29 01:33:10; author: steve; state: Exp; lines: +1 -3
Remove BROKEN tag as this now builds.
v. 1.3
date: 1998/03/28 19:19:25; author: asami; state: Exp; lines: +3 -1
Mark this port broken, doesn't build.
v. 1.2
date: 1998/03/28 14:33:26; author: steve; state: Exp; lines: +7 -5
Upgrade to version 1.2.
PR: 6079
Submitted by: Andrey Zakhvatov
v. 1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp; lines: +0 -0
reimport aalib.
PR: ports/5339
Submitted by: frankch@waru.life.nthu.edu.tw
=============================================================================
v. 1.41
date: 2007/09/23 11:19:50; author: edwin; state: Exp; lines: +2 -2
[DEPS] graphics/aalib USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115464
Submitted by: Martin Matuska
Approved by: maintainer timeout
v. 1.40
date: 2007/05/19 20:08:33; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.39
date: 2007/02/01 02:41:38; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38
date: 2006/06/19 20:06:52; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.37
date: 2006/05/24 10:53:46; author: garga; state: Exp; lines: +1 -1
Pass maintainership to submitter
PR: ports/97747
Submitted by: Shaun Amott
v. 1.36
date: 2006/05/07 23:45:49; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.35
date: 2006/02/23 10:36:49; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.34
date: 2005/12/04 07:29:39; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.33
date: 2005/11/15 06:49:23; author: ade; state: Exp; lines: +1 -1
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.
v. 1.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +3 -2
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; author: marcus; state: Exp; lines: +1 -1
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
v. 1.30
date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1
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.
v. 1.29
date: 2003/02/20 18:07:56; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.28
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.27
date: 2002/11/06 22:45:18; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.26
date: 2002/07/08 10:41:25; author: ijliao; state: Exp; lines: +4 -3
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.25
date: 2002/04/30 02:43:21; author: ijliao; state: Exp; lines: +2 -1
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
v. 1.24
date: 2002/03/02 17:49:28; author: pat; state: Exp; lines: +30 -3
Update to 1.4.r5
PR: 35480
Submitted by: Norikatsu Shigemura
v. 1.23
date: 2002/01/19 22:53:18; author: okazaki; state: Exp; lines: +3 -3
Fix a building error.
Don't update the timestamp of "${WRKSRC}/acconfig.h".
PR: 33680
v. 1.22
date: 2001/09/02 09:31:17; author: markp; state: Exp; lines: +2 -1
Re-added workaround (see 1.18) to prevent intermittent failures
depending on where the distfile was fetched.
v. 1.21
date: 2001/08/29 11:39:05; author: markp; state: Exp; lines: +6 -8
Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.
PR: 29823
Submitted by: KATO Tsuguru
v. 1.20
date: 2001/03/03 00:45:13; author: kris; state: Exp; lines: +2 -2
Use random() because rand() is just too lame
Fix a potential buffer overflow I noticed while in here
Bump PORTREVISION
v. 1.19
date: 2001/02/02 09:31:43; author: nbm; state: Exp; lines: +2 -1
Bump PORTREVISION, since patch-af changes the package.
Submitted by: okazaki
v. 1.18
date: 2000/11/15 10:03:39; author: roger; state: Exp; lines: +2 -1
There are two different tarballs for aalib-1.2 on the internet.
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.
The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.
So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.
Submitted by: bento which found the problem while the authors site was down
v. 1.17
date: 2000/11/03 00:46:51; author: trevor; state: Exp; lines: +4 -2
Add MASTER_SITE_SUNSITE (recent fennerism).
v. 1.16
date: 2000/07/15 16:48:04; author: will; state: Exp; lines: +9 -14
Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.
PR: 19926
Submitted by: KATO Tsuguru
v. 1.15
date: 2000/06/16 21:50:43; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.14
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.13
date: 2000/06/15 17:12:37; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.12
date: 2000/04/17 00:17:41; author: reg; state: Exp; lines: +7 -10
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.11
date: 2000/04/13 06:28:02; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.10
date: 2000/04/01 21:49:44; author: mharo; state: Exp; lines: +19 -1
* do not configure X11 driver when NO_X11 is defined.
* declare USE_XLIB when XFree86 is installed and NO_X11 is not defined.
* fix configure.in more to use built-in ncurses if exist, and turn on USE_AUTOCONF.
* remove patches already obsoleted by USE_LIBTOOL.
PR: 17004
Submitted by: OKAZAKI Tetsurou
v. 1.9
date: 2000/03/29 07:18:37; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.8
date: 1999/08/25 06:13:40; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/06/05 19:00:35; author: mharo; state: Exp; lines: +2 -7
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
v. 1.6
date: 1998/09/22 15:30:37; author: vanilla; state: Exp; lines: +4 -1
Convert aalib to elf.
v. 1.5
date: 1998/04/19 10:26:47; author: andreas; state: Exp; lines: +6 -9
- sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
(configure) using several patches, you loose the overview what
is patches in one file and it makes it difficult to maintain
patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
v. 1.4
date: 1998/03/29 01:33:10; author: steve; state: Exp; lines: +1 -3
Remove BROKEN tag as this now builds.
v. 1.3
date: 1998/03/28 19:19:25; author: asami; state: Exp; lines: +3 -1
Mark this port broken, doesn't build.
v. 1.2
date: 1998/03/28 14:33:26; author: steve; state: Exp; lines: +7 -5
Upgrade to version 1.2.
PR: 6079
Submitted by: Andrey Zakhvatov
v. 1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/19 08:59:36; author: vanilla; state: Exp; lines: +0 -0
reimport aalib.
PR: ports/5339
Submitted by: frankch@waru.life.nthu.edu.tw
=============================================================================
|
| |

|