summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
1998-06-22Update package Makefile for automatic manual page handling.agc1-3/+1
1998-06-19"wine" builds fine with our "make".tron1-2/+1
1998-06-19Get package to work with NetBSD 1.3, 1.3.1 and 1.3.2.tron1-4/+8
1998-06-19Package conflicts with "wine-980215".tron1-1/+3
1998-06-18Update Wine to 14-Jun-98 snapshot.tron17-1415/+1554
XXX Audio support is probably broken due to massive use of unsupported XXX Linux stuff in the OSS interface which I commented out. However XXX I don't have an application to test it.
1998-06-11Fix the location a bit more cleanly. Use ${ECHO} instead of echo.agc1-3/+3
1998-06-04add dependency on xpm, per PR 5537 from Ty Sarnahubertf1-1/+3
1998-05-28"spim" really wants be configured twice, fixes PR pkg/5505.tron1-1/+3
1998-05-26Enable "spim", fixes PR pkg/5375.tron1-2/+2
1998-05-26New "spim-6.1" package created from the FreeBSD port by Matt Debergalis.tron6-0/+88
1998-05-13Only set -malign-functions=2 -malign-jumps=2 -malign-loops=2 on i386agc1-14/+21
architecture, as pointed out by pk.
1998-05-08add (/emul/linux)/usr/local/lib to shut up (linux') ldconfighubertf2-2/+4
1998-05-08Cleanup "Makefile" and fix broken package list.tron2-6/+9
1998-05-08Replace "LIB_DEPENDS" with "DEPENDS", use "ONLY_FOR_ARCHS" instead oftron2-12/+6
"pre-fetch" hack and fix broken package list creation.
1998-05-08Use "ONLY_FOR_ARCHS" instead of "pre-fetch" hack and fix broken packagetron2-10/+6
list creation.
1998-04-24Move to relative paths in the pkgsrc tree.agc3-13/+11
1998-04-24Cosmetic change: ln -> ${LN}agc1-5/+5
1998-04-23Remove libc.so.5.4.23, as it is widely recognized as broken, and causes MatLabmycroft2-4/+6
to fail. Also, use -f when making the /dev/dsp symlink.
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-11/+11
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc6-35/+12
Remove redundant (and sometimes erroneous) comments.
1998-03-26ONLY_FOR_ARCHS doesn't check ARCH; it checks MACHINE_ARCH. Change this totv2-4/+14
a shell check as changing <bsd.port.mk> is more than it should be.
1998-03-20Tidy this up, and make me the `maintainer'.mycroft1-6/+4
1998-03-19Enable wine since its in the tree.frueauf1-2/+2
1998-03-19portlint: remove double "post-install:"; reorder EXTRACT_SUFX.frueauf1-4/+3
1998-03-19portlint: reorder EXTRACT_SUFX; blank line after *_DEPENDS section.frueauf1-2/+3
1998-03-17Add compat11 and compat12, and enable them. These don't work for alltv1-1/+3
arches (as not all architectures had a 1.1 or 1.2 release), but are restricted as such....
1998-03-17Import of NetBSD 1.2[.1] shared library compat packagetv5-0/+71
1998-03-17Import of NetBSD 1.1 shared library compat packagetv5-0/+73
1998-03-16portlint: use standard comment header.frueauf1-2/+2
1998-03-16portlint: add comment with NetBSD Id.frueauf1-0/+1
1998-03-16Run ldconfig here, too.mycroft1-1/+4
1998-03-16Enable the joystick on the i386 port.mycroft1-23/+19
1998-03-16Run ldconfig at installation time.mycroft1-0/+2
1998-03-16Build libwine shared.mycroft4-631/+1415
Port some of the audio stuff.
1998-03-16WINE, the Windows emulatormycroft7-0/+659
1998-03-15Clean up the audio setup a bit.mycroft1-4/+26
1998-03-05 - Use the linux ldconfig to DTRThubertf1-2/+4
- Link /dev/sound to (/emul/linux)/dev/dsp, inspired by Charles Hannum and Neil McRae
1998-02-20This depends von Xpm installed; reported by Markus Illenseer.hubertf1-1/+2
1998-02-14Add and enable xmame-0.30.1, fixes PR pkg/4991.tron1-1/+2
1998-02-14Initial import of "xmame-0.30.1" package based on work by Tim Rightnour.tron10-0/+370
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-24portlint: add RCS Id, nuke empty linehubertf1-1/+1
1998-01-24portlint: add Date created, move ONLY_FOR_ARCHS, fix ldconfig, no / before ↵hubertf1-5/+5
${PREFIX}
1998-01-22Set MIRROR_DISTFILE to "no" in package Makefiles which might haveagc1-1/+6
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here.
1997-12-29linux_lib workshubertf1-2/+2
1997-12-29We use /emul/linux, not /compat/linux.hubertf1-3/+5
1997-12-29These are the libraries necessary for linux compatibility.hubertf5-0/+332
From FreeBSD - work fine for Quake 1 & 2. :-)
1997-11-26Add NetBSD RCS Id.agc1-22/+23
Comment out all the subdirectories.
1997-11-26Initial import of Makefile, from FreeBSD, into NetBSD packagesagc1-0/+27
collection. This is really just a placeholder, as we don't have any emulator packages yet.