Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USE_REINPLACE for categories starting with a G | edwin | 2006-05-07 | 1 | -1/+0 |
| | |||||
* | [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE | edwin | 2006-04-06 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports: games/doom games/linux-quake3 games/linux-quake4 games/qcc games/quake-data games/quake-source games/quake2-data games/quake2-source games/quake2forge games/quake2lnx games/quake3 games/quake3-data games/rtcw PR: ports/93546 Submitted by: Alejandro Pulver <alejandro@varnet.biz> | ||||
* | - Integrate with "doom-data". | barner | 2005-11-17 | 3 | -19/+20 |
| | | | | | | | | | | - Use REINPLACE_CMD instead of PERL (to convert dos text files). - Update MASTER_SITES. - Add SHA256 PR: ports/86445 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: maintainer timeout (2 months) | ||||
* | Use ${X11BASE} instead of /usr/X11R6 in makefiles. | jmz | 2005-10-28 | 2 | -7/+17 |
| | |||||
* | Sanitize the fetch target. | jmz | 2005-10-10 | 4 | -23/+38 |
| | | | | | | | | Update version number. Replace post-patch with real patch files. PR: ports/87111 Submitted by: edwin | ||||
* | Add size data. | trevor | 2004-03-18 | 1 | -0/+2 |
| | | | | Approved by: maintainers | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | Define USE_PERL5_BUILD, not erroneous USE_PERL. | trevor | 2003-11-20 | 1 | -1/+1 |
| | | | | Submitted by: Oliver Eikemeier | ||||
* | Define USE_PERL to make Perl available for (mostly deprecated) | trevor | 2003-11-20 | 1 | -0/+1 |
| | | | | "perl -pi -e" construction. | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Remove $Log$ string from patch file (maintainer not reachable). | archie | 2002-07-26 | 1 | -7/+1 |
| | |||||
* | Fix the build on -stable and -current. | jmz | 2002-07-24 | 3 | -3/+12 |
| | | | | | PR: ports/40949 Submitted by: Gavin Atkinson <gavin@ury.york.ac.uk> | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -3/+3 |
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. | ||||
* | Fix build on -current | kris | 2002-01-26 | 1 | -0/+3 |
| | |||||
* | Add doom1v18.wad.gz to files/md5 to unbreak the build. | kris | 2000-04-30 | 1 | -0/+1 |
| | | | | Noticed by: bento | ||||
* | PORTNAME/PORTVERSION stuff | mharo | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Respect CC and CFLAGS | kris | 2000-02-07 | 2 | -5/+27 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Mark this port "only for i386". | steve | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Remove dead master site. | cpiazza | 1999-06-20 | 1 | -3/+2 |
| | |||||
* | Switch to using USE_ZIP along with minor cleanups to some ports. | jseger | 1999-05-01 | 1 | -8/+3 |
| | |||||
* | Add NO_CDROM. I asked IDsoftware and the reply was: | jmz | 1999-02-10 | 1 | -2/+4 |
| | | | | | "The DOOM source should not be redistributed on any physical media whatsoever." | ||||
* | Fetch the .wad file so that the game is playable. | jmz | 1999-02-10 | 3 | -8/+42 |
| | | | | | | | Files are now installed in share/doom/ and libexec/doom/. bin/doom is now a script. Now the linuxddom port is useful only if one wants joystick support or the musserver program. | ||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. | ||||
* | Add PKGNAME to match directory names. | asami | 1999-01-18 | 1 | -1/+2 |
| | |||||
* | Move all files from doomsrc/ to doom/ | jmz | 1999-01-15 | 14 | -819/+149 |
| | |||||
* | Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. | simokawa | 1999-01-07 | 1 | -1/+3 |
| | |||||
* | Don't write stuff to places other than ${WRKDIR}. | asami | 1998-12-13 | 1 | -6/+5 |
| | |||||
* | Make this install correctly. | jseger | 1998-03-22 | 1 | -1/+1 |
| | | | | PR: 5352 | ||||
* | Correct spelling of MAINTAINER. | jseger | 1997-11-29 | 1 | -2/+2 |
| | |||||
* | /bin/sh -> ${SH} | max | 1997-07-13 | 1 | -2/+2 |
| | |||||
* | BUILD_DEPENDS on ld.so; | erich | 1996-12-19 | 2 | -2/+3 |
| | | | | | modload the linuxulator if we can't run the linux binary in the build process. | ||||
* | Remove unnecessary EXTRACT_SUFX (DISTFILES list is defined). | asami | 1996-12-12 | 1 | -2/+1 |
| | |||||
* | new port of linux Doom, this has most (maybe all) of Amancio's | erich | 1996-12-11 | 6 | -0/+840 |
joystick/music/sound stuff! |