Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-06-04 | Update dependence to "kdebase" package to version 1.1.1. | tron | 1 | -2/+2 | |
XXX I didn't test a mixture of kde 1.1 and 1.1.1. Use it on your own risk! | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -13/+13 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -6/+2 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-02 | Update to baduki-0.2.7. | bad | 2 | -4/+4 | |
1999-05-02 | Update to GNUgo 2.0. | bad | 3 | -31/+13 | |
1999-04-26 | add USE_X11=yes | garbled | 4 | -4/+8 | |
1999-04-24 | pkglint: "MASTER_SITES" must come before "DISTFILES". | tron | 1 | -3/+3 | |
1999-04-24 | Fix run time library search path. | tron | 1 | -2/+2 | |
1999-04-23 | Get rid of old-style chown usage. | kleink | 1 | -2/+2 | |
1999-04-16 | nethack-x11 _really_ wants to depend on nethack-lib and xpm. | abs | 1 | -3/+3 | |
Found by ahorn@anim.dreamworks.com | |||||
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 8 | -24/+16 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-05 | Rename package to nethack-all-3.2.2 to avoid any conflicts with the other | hubertf | 1 | -2/+2 | |
nethack package. | |||||
1999-04-05 | More EXTRACT_CMD fallout. | mycroft | 2 | -5/+8 | |
NOTE: These are not tested! | |||||
1999-04-05 | Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk | mycroft | 1 | -2/+2 | |
does. | |||||
1999-04-05 | Oops; GZCAT, not GUNZIP_CMD. | mycroft | 1 | -2/+2 | |
1999-04-05 | EXTRACT_CMD doesn't work the same any more... | mycroft | 1 | -2/+3 | |
1999-04-05 | We need a ${DISTDIR} here to make the extract work. | mycroft | 1 | -2/+2 | |
1999-04-02 | run mkfontdir also on "make install" time | hubertf | 1 | -1/+4 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 2 | -7/+4 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-04-01 | Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix | agc | 1 | -3/+3 | |
release. | |||||
1999-03-28 | actually install these files | hubertf | 1 | -2/+2 | |
1999-03-23 | Remove unnecessary "--x-inc" and "--x-lib" kludges. | tron | 1 | -4/+2 | |
1999-03-23 | - Make sure that "configure" finds JPEG, TIFF and PNG library. | tron | 1 | -2/+5 | |
- Depend on new "qwspritefield" package. | |||||
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -3/+2 | |
1999-03-15 | Fix PR7160: critical bug fix to xdoom | sommerfe | 2 | -0/+61 | |
1999-03-11 | Exit freedom, enter GNUgo. | bad | 6 | -39/+0 | |
1999-03-11 | Remove freedom. Add and enable gnugo. | bad | 1 | -3/+2 | |
1999-03-11 | Initial import of gnugo-2.0-beta. Supercedes games/freedom. | bad | 6 | -0/+55 | |
1999-03-08 | Add missing dependence for "xpm" package. Fixes PR pkg/7104 by | tron | 1 | -1/+3 | |
John F. Woods. | |||||
1999-03-07 | use ${WORKDIR} instead of "work". Fixes PR 7096 reported by | hubertf | 1 | -2/+2 | |
Julian Assange <proff@suburbia.net> | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 3 | -9/+3 | |
1999-02-20 | Update "kdegames" package to version 1.1. | tron | 5 | -51/+284 | |
1999-02-19 | Adapt to new gtk10 package | rh | 1 | -2/+3 | |
1999-02-18 | Add missing @dirrm rules. | frueauf | 1 | -1/+3 | |
1999-02-15 | Ignore not updated KDE sub packages for now. | tron | 1 | -1/+3 | |
1999-02-10 | pkglint: cleanup Makefile and add missing rcs ids. | frueauf | 8 | -15/+29 | |
1999-02-08 | Enable gnuchess. | frueauf | 1 | -2/+2 | |
1999-02-08 | Initial import of gnuchess-4.0.79, the "classic" GNU chess. | frueauf | 10 | -0/+212 | |
1999-02-07 | add and enable nighthawk | hubertf | 1 | -1/+2 | |
1999-02-07 | C=64 Paradroid clone | hubertf | 12 | -0/+442 | |
1999-02-01 | Oops, this got lost. Must use BSD_INSTALL_SCRIPT. | bad | 1 | -2/+2 | |
1999-02-01 | Fix path of file to patch. | bad | 1 | -3/+3 | |
1999-01-31 | Oops, s/BUILD_USES_X11/USE_X11/ | bad | 2 | -4/+4 | |
1999-01-31 | Update for new address of IGS. | bad | 1 | -0/+19 | |
1999-01-31 | Add and enable baduki, cgoban, and freedom. | bad | 1 | -2/+4 | |
1999-01-31 | Baduki is a gtk+ based Go playing program which can also be run under Cgoban. | bad | 8 | -0/+77 | |
1999-01-31 | Freedom, a Go playing program based on GNU Go 1.2 for use with Cgoban. | bad | 6 | -0/+39 | |
1999-01-31 | Cgoban, a full featured Go server client and SGF viewer/editor. | bad | 6 | -0/+68 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 23 | -46/+46 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". |