aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aalib
Commit message (Collapse)AuthorAgeFilesLines
* use INFO macroedwin2005-12-042-3/+1
|
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-021-2/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* SIZEify.trevor2004-01-291-0/+1
|
* de-pkg-commentknu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* PERL -> REINPLACE_CMDijliao2002-07-081-3/+4
| | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* use WITHOUT_X11 instead of WITH_X11ijliao2002-04-301-1/+2
| | | | bump PORTREVISION
* Update to 1.4.r5pat2002-03-037-66/+81
| | | | | PR: 35480 Submitted by: Norikatsu Shigemura <nork@ninth-nine.com>
* Fix a building error.okazaki2002-01-201-2/+2
| | | | | | Don't update the timestamp of "${WRKSRC}/acconfig.h". PR: 33680
* Re-added workaround (see 1.18) to prevent intermittent failuresmarkp2001-09-021-0/+1
| | | | depending on where the distfile was fetched.
* Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.markp2001-08-294-56/+6
| | | | | PR: 29823 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use random() because rand() is just too lamekris2001-03-034-1/+79
| | | | | Fix a potential buffer overflow I noticed while in here Bump PORTREVISION
* Bump PORTREVISION, since patch-af changes the package.nbm2001-02-021-0/+1
| | | | Submitted by: okazaki
* Fix a typo which prevents aalib being used from C++.dfr2001-02-021-0/+11
| | | | Reviewed by: wca
* There are two different tarballs for aalib-1.2 on the internet.roger2000-11-152-0/+2
| | | | | | | | | | | | | | 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
* Add MASTER_SITE_SUNSITE (recent fennerism).trevor2000-11-031-1/+3
|
* Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.will2000-07-164-21/+21
| | | | | PR: 19926 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-9/+6
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* PORTNAME / PORTVERSION syntax conversionobrien2000-04-131-2/+2
|
* forgot to cvs add/remove patchesmharo2000-04-021-0/+11
|
* * do not configure X11 driver when NO_X11 is defined.mharo2000-04-022-4/+45
| | | | | | | | | * 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 <okazaki@be.to>
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-062-9/+2
| | | | the .la file.
* a.out shlib names should be listed if it doesn't end with ".0" (otherwiseasami1998-09-231-1/+1
| | | | how is bsd.port.mk supposed to figure out the minor number? ;)
* Convert aalib to elf.vanilla1998-09-222-3/+8
|
* Fix these up somewhat. Don't precede COMMENT with PKGNAME.hoek1998-06-152-7/+8
| | | | | | There's an extremely high probability that this port is also missing its ldconfig -m line, but I really wasn't planning to make even this commit...
* - sources changed without bumping the version numberandreas1998-04-193-70/+18
| | | | | | | | | | | - 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
* Remove BROKEN tag as this now builds.steve1998-03-291-3/+1
|
* Keep auto* from autospewing errors if installed.steve1998-03-291-0/+60
| | | | Found by: Satoshi Asami
* Mark this port broken, doesn't build.asami1998-03-291-1/+3
|
* Upgrade to version 1.2.steve1998-03-282-6/+8
| | | | | PR: 6079 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* reimport aalib.vanilla1997-12-195-0/+44
PR: ports/5339 Submitted by: frankch@waru.life.nthu.edu.tw