summaryrefslogtreecommitdiffstats
path: root/games/xboing
Commit message (Collapse)AuthorAgeFilesLines
* Added comment about chmods. By the way, the previous commit was -asami1995-04-081-0/+1
| | | | Submitted by: Anthony Yee-Hang Chan <yeehang@netcom.com>
* Upgrade, 2.2 -> 2.3!asami1995-04-088-107/+205
|
* Add the checksum while I'm here.asami1995-04-021-0/+1
|
* Make it compile by specifying ftp site that actually carries this baby.asami1995-04-021-2/+3
| | | | Preblem reported by: jmb@kryten.Atinc.COM
* xboing used to lock the score file against itself. This has been duejoerg1995-04-011-0/+134
| | | | | | | | to a wrong understanding of how the locking works. It locks on files, not descriptors, hence it's not sufficient to close the descriptor of a locked file. The patch fixes this.
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.ats1995-03-301-0/+1
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+1
|
* Added sounds directory to list.swallace1995-03-061-58/+2
|
* Added sound support.swallace1995-03-063-51/+83
|
* Converted Makefiles as much as I could.asami1995-02-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* New port.jmacd1995-02-025-0/+237
Reviewed by: Submitted by: JKOKOT@demeter.ipan.lublin.pl Obtained from:
OpenPOWER on IntegriCloud