summaryrefslogtreecommitdiff
path: root/devel/yacl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
|
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"Adam Weinberger2002-11-071-0/+2
| | | | | | in this case. Approved by: pat
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* portlint:Dirk Froemberg2001-12-251-1/+1
| | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters
* Remove albast@xs4all.nl as MAINTAINER; mail has been bouncing for 3 months.Bill Fenner2001-01-071-2/+0
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+4
|
* - Don't tromple the contents of MAKE_ENV otherwise MOTIF_LIB isn't defined.Steve Price2000-02-275-4/+117
| | | | | | - Properly pass MAKE_ENV along. - Fix build errors on -current. - Minor cleanup to some echo'd text.
* Fix compilation errors when gcc2.95 is the system compiler.Steve Price1999-11-013-0/+54
| | | | | PR: 13754 Submitted by: maintainer
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* awk -> ${AWK}Michael Haro1999-08-221-8/+8
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-1/+3
| | | | | | with, my dear." [That's lupus for "Add WWW:"]
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-011-7/+3
|
* Programming library for C++, portable across Windows, OS/2 and various UnicesSatoshi Taoka1999-03-208-0/+1349
PR: ports/6017 Submitted by: Jeroen Hogeveen <albast@xs4all.nl>