Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-30 | the ${FILESDIR}/endian.sh stuff needs to come after bsd.pkg.mk to make | dmcmahill | 1 | -16/+17 | |
sure FILESDIR is defined. Problem noted by several people (Christoph, Mycroft, etc.). | |||||
2001-03-24 | Update to xmame-0.37b12.1 | kristerw | 5 | -59/+32 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-07 | If we are not on a CPU known by mame, determine risc or risc_lsb based on | abs | 2 | -2/+10 | |
<machine/endian.h>. Fixed xmame on arm32. | |||||
2000-11-05 | Update for 0.37b6.1. | mycroft | 5 | -37/+42 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+4 | |
2000-07-13 | Update pkg to version 0.37b4.1 | martin | 6 | -63/+83 | |
2000-04-20 | Depend on "unzip" 5.40 or newer. | tron | 1 | -2/+2 | |
2000-03-16 | These patches are no longer necessary. | soren | 2 | -54/+0 | |
2000-03-16 | add RCS tags | wiz | 2 | -0/+2 | |
2000-03-14 | Update to 0.36b16.1. | soren | 5 | -139/+69 | |
Includes new NetBSD audio code from kristerw. | |||||
2000-03-13 | Passing down DESTDIR is not necessary. | soren | 1 | -2/+2 | |
2000-01-20 | Update to version 0.36b14.1. | soren | 4 | -21/+24 | |
1999-11-10 | Changed patches. | soren | 8 | -144/+115 | |
1999-11-10 | Update xmame to 0.36b8.1. | soren | 5 | -20/+22 | |
Xmess is now integrated in xmame. | |||||
1999-07-27 | More magic. | mycroft | 1 | -2/+2 | |
1999-07-27 | ELF rpath issues. | mycroft | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+10 | |
1999-05-10 | Fix compile problems. Enable on alpha. | ross | 2 | -3/+40 | |
1999-04-03 | 0.35b8.1 | mycroft | 12 | -110/+129 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -4/+1 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-12-28 | reflect update of unzip to 5.40 | hubertf | 1 | -2/+2 | |
1998-12-15 | 0.34b8.1 | mycroft | 6 | -87/+101 | |
1998-11-19 | Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary | agc | 1 | -2/+2 | |
DEPENDS definition. | |||||
1998-11-12 | Some more pkglint stuff. | frueauf | 2 | -3/+5 | |
1998-11-05 | 0.34b5.2 | mycroft | 1 | -21/+0 | |
1998-11-04 | Missed a CONFLICT. | mycroft | 1 | -2/+2 | |
1998-11-04 | 0.34b5.2 | mycroft | 1 | -3/+4 | |
1998-10-25 | 0.5b2.2 | mycroft | 2 | -23/+44 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-07 | Fix message at end of install. | mycroft | 1 | -5/+5 | |
1998-09-07 | Temporary patch around .h file lossage. | mycroft | 1 | -0/+21 | |
1998-09-07 | Catch up with a Makefile change. | mycroft | 1 | -2/+1 | |
1998-09-07 | Update to 0.34b2.2. | mycroft | 3 | -13/+18 | |
1998-09-05 | Add conflict. | mycroft | 1 | -2/+2 | |
1998-09-05 | Update to 0.34b2.1. | mycroft | 4 | -46/+43 | |
1998-09-01 | Use -DACORN to fix up unaligned accesses on non-i386en. | mycroft | 1 | -1/+1 | |
1998-08-31 | Allow the display type to be overridden from the pkg Makefile. | mycroft | 2 | -10/+21 | |
1998-08-29 | Use a gmake construct rather than a pmake construct. | mycroft | 1 | -2/+2 | |
1998-08-29 | Readd rcs ids again. | frueauf | 2 | -0/+4 | |
1998-08-29 | Remove old checksums. | frueauf | 1 | -2/+1 | |
1998-08-29 | Update to 0.34b1.1. | mycroft | 6 | -130/+101 | |
1998-08-23 | pkglint: | tron | 1 | -4/+4 | |
- replace "${MKDIR} -p" by "${MKDIR}" - move "RUN_DEPENDS" and "DEPENDS" to the correct place | |||||
1998-08-23 | Activate joystick supports on all ports which have it not only on i386. | tron | 2 | -5/+11 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-07-23 | Enable MIT-SHM, as pointed out by Mario Kemper. | mycroft | 1 | -2/+11 | |