Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SIZEify. | Trevor Johnson | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | fix build on 5 | Oliver Lehmann | 2003-12-11 | 1 | -10/+17 |
| | |||||
* | Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN | Kris Kennaway | 2003-06-04 | 1 | -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 Kennaway | 2003-05-18 | 1 | -1/+7 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-20 | 2 | -1/+1 |
| | |||||
* | Make emulators/bsvc work on -current again | Edwin Groothuis | 2002-11-24 | 6 | -14/+77 |
| | | | | | PR: ports/44852 Submitted by: Volker Stolz <vs@foldr.org> | ||||
* | Update WWW URL; add site to ${MASTER_SITES}. | Joseph Koshy | 2002-10-22 | 2 | -2/+3 |
| | |||||
* | Remove jseger and torstenb from maintainership of their ports, they | David W. Chapman Jr. | 2001-09-17 | 1 | -1/+1 |
| | | | | | | have been inactive for too long Approved by: will | ||||
* | Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when | Satoshi Asami | 2000-09-25 | 1 | -2/+2 |
| | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris | ||||
* | PORTNAME/VERSION stuff | Michael Haro | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Woops, "timeval" -> "struct timeval" | R. Imura | 2000-02-12 | 1 | -1/+1 |
| | |||||
* | Fix new compiler error in -current. | R. Imura | 2000-02-12 | 1 | -0/+11 |
| | | | | | Noticed by: bento All no response from: maintainer | ||||
* | Add WWW. | Tim Vanderhoek | 1999-11-06 | 1 | -0/+2 |
| | |||||
* | Upgrade to bsvc-2.1 | Justin M. Seger | 1999-09-07 | 8 | -37/+122 |
| | | | | | Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER. | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | awk -> ${AWK} | Michael Haro | 1999-08-22 | 1 | -3/+3 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | Do not write anything to ${PATCHDIR} by doing the awk trick to | Satoshi Asami | 1998-10-06 | 1 | -16/+16 |
| | | | | | the patched file (Makefile.common) in post-patch, instead of the patch itself (${FILESDIR}/patch-aa.in) in pre-patch. | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | Satoshi Asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Be careful when you touch DISTNAME, it affect WRKSRC.... | Satoshi Asami | 1998-04-05 | 1 | -4/+3 |
| | |||||
* | Distfile disappeared from old master site. Use a new one. | Justin M. Seger | 1998-04-04 | 1 | -6/+8 |
| | | | | Portlint. | ||||
* | Add virtual category 'tk41'. | Wolfram Schneider | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | ${RM} -> ${RM} -f. | Thomas Gellekum | 1997-03-07 | 1 | -2/+2 |
| | |||||
* | Don't forget to delete a patch we created. | Satoshi Asami | 1997-03-06 | 1 | -1/+4 |
| | |||||
* | Import of the bsvc port. bsvc is an extensible hardware simulation | Thomas Gellekum | 1997-03-05 | 5 | -0/+84 |
framework with MC68K support. Closes PR #2881. Submitted by: Dan Cross <tenser@spitfire.ecsel.psu.edu> |