summaryrefslogtreecommitdiff
path: root/graphics/aalib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-3/+4
| | | | | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62647
* use WITHOUT_X11 instead of WITH_X11Ying-Chieh Liao2002-04-301-1/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=58349
* Update to 1.4.r5Patrick Li2002-03-027-66/+81
| | | | | | | | PR: 35480 Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> Notes: svn path=/head/; revision=55405
* Fix a building error.OKAZAKI Tetsurou2002-01-191-2/+2
| | | | | | | | | Don't update the timestamp of "${WRKSRC}/acconfig.h". PR: 33680 Notes: svn path=/head/; revision=53363
* Re-added workaround (see 1.18) to prevent intermittent failuresMark Pulford2001-09-021-0/+1
| | | | | | | depending on where the distfile was fetched. Notes: svn path=/head/; revision=47314
* Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.Mark Pulford2001-08-294-56/+6
| | | | | | | | PR: 29823 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47083
* Use random() because rand() is just too lameKris Kennaway2001-03-034-1/+79
| | | | | | | | Fix a potential buffer overflow I noticed while in here Bump PORTREVISION Notes: svn path=/head/; revision=39000
* Bump PORTREVISION, since patch-af changes the package.Neil Blakey-Milner2001-02-021-0/+1
| | | | | | | Submitted by: okazaki Notes: svn path=/head/; revision=37903
* Fix a typo which prevents aalib being used from C++.Doug Rabson2001-02-011-0/+11
| | | | | | | Reviewed by: wca Notes: svn path=/head/; revision=37887
* There are two different tarballs for aalib-1.2 on the internet.Roger Hardiman2000-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 Notes: svn path=/head/; revision=35161
* Add MASTER_SITE_SUNSITE (recent fennerism).Trevor Johnson2000-11-031-1/+3
| | | | Notes: svn path=/head/; revision=34693
* Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.Will Andrews2000-07-154-21/+21
| | | | | | | | PR: 19926 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30661
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29614
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-9/+6
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27470
* forgot to cvs add/remove patchesMichael Haro2000-04-011-0/+11
| | | | Notes: svn path=/head/; revision=27253
* * do not configure X11 driver when NO_X11 is defined.Michael Haro2000-04-012-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> Notes: svn path=/head/; revision=27252
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27113
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-052-9/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* a.out shlib names should be listed if it doesn't end with ".0" (otherwiseSatoshi Asami1998-09-221-1/+1
| | | | | | | how is bsd.port.mk supposed to figure out the minor number? ;) Notes: svn path=/head/; revision=13314
* Convert aalib to elf.Vanilla I. Shu1998-09-222-3/+8
| | | | Notes: svn path=/head/; revision=13308
* Fix these up somewhat. Don't precede COMMENT with PKGNAME.Tim Vanderhoek1998-06-142-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... Notes: svn path=/head/; revision=11428
* - sources changed without bumping the version numberAndreas Klemm1998-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 Notes: svn path=/head/; revision=10580
* Remove BROKEN tag as this now builds.Steve Price1998-03-291-3/+1
| | | | Notes: svn path=/head/; revision=10377
* Keep auto* from autospewing errors if installed.Steve Price1998-03-291-0/+60
| | | | | | | Found by: Satoshi Asami Notes: svn path=/head/; revision=10374
* Mark this port broken, doesn't build.Satoshi Asami1998-03-281-1/+3
| | | | Notes: svn path=/head/; revision=10362
* Upgrade to version 1.2.Steve Price1998-03-282-6/+8
| | | | | | | | PR: 6079 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=10349
* reimport aalib.Vanilla I. Shu1997-12-195-0/+44
PR: ports/5339 Submitted by: frankch@waru.life.nthu.edu.tw Notes: svn path=/head/; revision=9133