summaryrefslogtreecommitdiff
path: root/games/xboing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix sound initialisation problemDirk Meyer2003-08-046-160/+101
| | | | | | | | - new option WITHOUT_AUDIO default now supports sound on alpha Notes: svn path=/head/; revision=86259
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* Fixing a build error listed on bentoDirk Meyer2002-09-231-0/+11
| | | | | | | | PR: 43276 Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=67047
* unbreak port, took maintainership.Dirk Meyer2002-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. Notes: svn path=/head/; revision=66678
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-081-0/+11
| | | | Notes: svn path=/head/; revision=65830
* Remove janek@gaja.ipan.lublin.pl as MAINTAINER; mail has been bouncingBill Fenner2002-07-221-1/+1
| | | | | | | for 2 months. Notes: svn path=/head/; revision=63362
* More spaces -> tabs for the games category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37979
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-311-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Rename PLIST.alpha to pkg-plist.alpha.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33515
* Install setgid gamesKris Kennaway2000-09-091-0/+6
| | | | Notes: svn path=/head/; revision=32463
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Disable sound support on the Alpha. Also move the manpage from the PLISTSteve Price1999-06-224-8/+103
| | | | | | | to the Makefile. Notes: svn path=/head/; revision=19686
* remove -m486 option for alpha.Hidetoshi Shimokawa1999-01-051-1/+1
| | | | | | | xboing is still broken on alpha for lack of sound support. Notes: svn path=/head/; revision=15847
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Correct the define of READMEP_FILE.Vanilla I. Shu1998-07-161-2/+2
| | | | Notes: svn path=/head/; revision=11931
* Update to 2.4Vanilla I. Shu1997-11-264-280/+585
| | | | | | | PR: 5514 Notes: svn path=/head/; revision=8846
* Update to 2.4Vanilla I. Shu1997-11-261-1/+1
| | | | | | | PR: 5514 Notes: svn path=/head/; revision=8845
* *** empty log message ***Vanilla I. Shu1997-11-261-4/+18
| | | | Notes: svn path=/head/; revision=8844
* Update to 2.4Vanilla I. Shu1997-11-261-5/+4
| | | | | | | PR: 5114 Notes: svn path=/head/; revision=8843
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-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} Notes: svn path=/head/; revision=5186
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+4
| | | | Notes: svn path=/head/; revision=4570
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Added comment about chmods. By the way, the previous commit was -Satoshi Asami1995-04-081-0/+1
| | | | | | | Submitted by: Anthony Yee-Hang Chan <yeehang@netcom.com> Notes: svn path=/head/; revision=1305
* Upgrade, 2.2 -> 2.3!Satoshi Asami1995-04-088-107/+205
| | | | Notes: svn path=/head/; revision=1304
* Add the checksum while I'm here.Satoshi Asami1995-04-021-0/+1
| | | | Notes: svn path=/head/; revision=1277
* Make it compile by specifying ftp site that actually carries this baby.Satoshi Asami1995-04-021-2/+3
| | | | | | | Preblem reported by: jmb@kryten.Atinc.COM Notes: svn path=/head/; revision=1276
* xboing used to lock the score file against itself. This has been dueJoerg Wunsch1995-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. Notes: svn path=/head/; revision=1274
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.Andreas Schulz1995-03-301-0/+1
| | | | Notes: svn path=/head/; revision=1255
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-201-1/+1
| | | | Notes: svn path=/head/; revision=1159
* Added sounds directory to list.Steven Wallace1995-03-061-58/+2
| | | | Notes: svn path=/head/; revision=1101
* Added sound support.Steven Wallace1995-03-063-51/+83
| | | | Notes: svn path=/head/; revision=1100
* Converted Makefiles as much as I could.Satoshi 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! Notes: svn path=/head/; revision=935
* New port.Joshua Peck Macdonald1995-02-025-0/+237
Reviewed by: Submitted by: JKOKOT@demeter.ipan.lublin.pl Obtained from: Notes: svn path=/head/; revision=868