summaryrefslogtreecommitdiff
path: root/emulators/bsvc (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 Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* Make emulators/bsvc work on -current againEdwin Groothuis2002-11-246-14/+77
| | | | | | | | PR: ports/44852 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=70982
* Update WWW URL; add site to ${MASTER_SITES}.Joseph Koshy2002-10-222-2/+3
| | | | Notes: svn path=/head/; revision=68583
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-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 Notes: svn path=/head/; revision=33101
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Woops, "timeval" -> "struct timeval"R. Imura2000-02-121-1/+1
| | | | Notes: svn path=/head/; revision=25696
* Fix new compiler error in -current.R. Imura2000-02-121-0/+11
| | | | | | | | Noticed by: bento All no response from: maintainer Notes: svn path=/head/; revision=25695
* Add WWW.Tim Vanderhoek1999-11-061-0/+2
| | | | Notes: svn path=/head/; revision=22941
* Upgrade to bsvc-2.1Justin M. Seger1999-09-078-37/+122
| | | | | | | | Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER. Notes: svn path=/head/; revision=21346
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* awk -> ${AWK}Michael Haro1999-08-221-3/+3
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Do not write anything to ${PATCHDIR} by doing the awk trick toSatoshi Asami1998-10-061-16/+16
| | | | | | | | the patched file (Makefile.common) in post-patch, instead of the patch itself (${FILESDIR}/patch-aa.in) in pre-patch. Notes: svn path=/head/; revision=13683
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Be careful when you touch DISTNAME, it affect WRKSRC....Satoshi Asami1998-04-051-4/+3
| | | | Notes: svn path=/head/; revision=10427
* Distfile disappeared from old master site. Use a new one.Justin M. Seger1998-04-041-6/+8
| | | | | | | Portlint. Notes: svn path=/head/; revision=10412
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* ${RM} -> ${RM} -f.Thomas Gellekum1997-03-071-2/+2
| | | | Notes: svn path=/head/; revision=5903
* Don't forget to delete a patch we created.Satoshi Asami1997-03-061-1/+4
| | | | Notes: svn path=/head/; revision=5894
* Import of the bsvc port. bsvc is an extensible hardware simulationThomas Gellekum1997-03-055-0/+84
framework with MC68K support. Closes PR #2881. Submitted by: Dan Cross <tenser@spitfire.ecsel.psu.edu> Notes: svn path=/head/; revision=5848