summaryrefslogtreecommitdiffstats
path: root/games/xboing
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a build error listed on bentodinoex2002-09-231-0/+11
| | | | | PR: 43276 Submitted by: edwin@mavetju.org
* unbreak port, took maintainership.dinoex2002-09-193-13/+2
| | | | | | removed bogus patch: patch-ae 1.1 10 days kris Fix build on -current (machine/soundcard.h -> sys/soundcard.h) apply changes in existing patchfile.
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-09-081-0/+11
|
* Remove janek@gaja.ipan.lublin.pl as MAINTAINER; mail has been bouncingfenner2002-07-221-1/+1
| | | | for 2 months.
* More spaces -> tabs for the games category.olgeni2001-02-051-1/+1
|
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-01-311-1/+1
| | | | files.
* Rename PLIST.alpha to pkg-plist.alpha.asami2000-10-081-1/+1
|
* Install setgid gameskris2000-09-091-0/+6
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Disable sound support on the Alpha. Also move the manpage from the PLISTsteve1999-06-224-8/+103
| | | | to the Makefile.
* remove -m486 option for alpha.simokawa1999-01-051-1/+1
| | | | xboing is still broken on alpha for lack of sound support.
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Correct the define of READMEP_FILE.vanilla1998-07-161-2/+2
|
* Update to 2.4vanilla1997-11-264-280/+585
| | | | PR: 5514
* Update to 2.4vanilla1997-11-261-1/+1
| | | | PR: 5514
* *** empty log message ***vanilla1997-11-261-4/+18
|
* Update to 2.4vanilla1997-11-261-5/+4
| | | | PR: 5114
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andobrien1997-01-031-1/+3
| | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-5/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* 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