Commit graph

872 commits

Author SHA1 Message Date
agc
98e0cb997a Initial import of twin-3.1.14 into NetBSD Packages Collection.
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com)

"Willows TWIN is a GNU software package for emulating the Microsoft
Win32 API.  It consists of a library set and an emulator program.  The
emulator program allows the execution of Windows binary applications
on supported platforms; using the native Intel x86 processors, or
through the built-in instruction set interpreter.  The native
libraries allow programmers natively to build Win32 and MFC
applications from source code."
2001-05-15 09:46:37 +00:00
dmcmahill
68a57288f7 forgot to cvs add these patches. noted by thomas klausner and the
weekly-pkgsrc check.  these eliminate the use of regparm on non-i386
systems.
2001-05-11 11:17:39 +00:00
wiz
11f722dadd regen (no patch-an or patch-ao in patches/) 2001-05-11 09:21:37 +00:00
wiz
1720001b39 Make version number dewey-conformant. 2001-05-11 09:14:00 +00:00
wiz
20c71609d8 Use SHA1, and add size. 2001-05-09 21:26:06 +00:00
wiz
b3768e66bf Use SHA1 for patch. 2001-05-09 21:24:01 +00:00
wiz
d7ac42ddd2 Use SHA1, and add size. 2001-05-09 21:23:18 +00:00
dmcmahill
34777848b8 get hercules to compile on non-i386 by not using i386 assembly code
on those platforms.  Also remove a zillion warnings by
surrounding the i386 specific "regparm" attribute by
#ifdef __i386__

only minimal testing done on an alpha.  Hercules starts up and lets me
run "quit".
2001-05-08 23:23:49 +00:00
dmcmahill
ddf5ea3a02 add missing shared lib (libcurses.so.2) for the alpha version of the
pkg.
2001-05-07 12:51:25 +00:00
manu
699f4a3668 Added LibXm (OpenMotif) requiered by the JDK (PR pkg/12764), also added
sandpoint in the list of supported platforms
2001-04-30 23:01:58 +00:00
jtb
a0a1e3ff21 Add missing "libi386.so.0.2" and "libkeycap.so.0.0". 2001-04-28 01:28:05 +00:00
jtb
5967670354 Add missing xbeeb.1 to PLIST. 2001-04-28 01:00:54 +00:00
wiz
4c5fe5e3a7 Move HOMEPAGE from DESCR to Makefile. 2001-04-27 14:59:42 +00:00
agc
4ff99aad0b Add and enable x48 2001-04-27 14:57:25 +00:00
agc
aac9d2d5b6 Initial import of x48-0.4.1 into the packages collection.
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se>

This emulator is capable of providing a faithful replication of the
HP48. In order to do so, it requires a copy of the ROM software
from YOUR calculator. In order to avoid breaking copyright laws,
and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before
running this program. Of course you can run this program without a
copy of the ROM software in order to write trivial machine code
programs but you will not be able to access any of the calculator
functionality.

WWW: http://home.earthlink.net/~rmmlgetz/
2001-04-27 14:56:27 +00:00
agc
4558064fb4 Add and enable gpsim 2001-04-27 14:44:50 +00:00
agc
c447c64513 Initial import of gpsim into the packages collection.
Provided in PR 12490 by Shelby <snoonan@dragonfly.tbearsiberians.com>
Minor modifications by myself.

gpsim is a PIC simulator that supports X, stimulii, and modules
2001-04-27 14:43:55 +00:00
tron
1c69902cec Add missing file size. 2001-04-25 21:24:28 +00:00
tron
2bb6b73e9c Add and enable "suse_vmware" package. 2001-04-25 21:23:10 +00:00
tron
426d7baf55 Import new "suse_vmware" package:
Linux compatibility package to support running VMware
2001-04-25 21:21:47 +00:00
agc
7e2fedb405 Move to sha1 digests, and add distfile sizes. 2001-04-20 10:49:52 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
manu
67a6930f80 We now check that /emul/linux/lib/ld.so.1 exists, and add a link from
/emul/linux to /usr/pkg/emul/linux if not.
2001-04-16 11:52:55 +00:00
jtb
ec6f96aa73 Add and enable mmix. 2001-04-12 21:54:43 +00:00
jtb
f27dd7325a Initial import of mmix:
Simulators for MMIX, a RISC machine designed by Professor Donald Knuth
to replace MIX in the ultimate editions of his monumental opus
``The Art of Computer Programming''.

The programs are described in

  MMIXware by Donald E. Knuth
  Lecture Notes in Computer Science 1750 (Springer Verlag, Heidelberg, 1999).
2001-04-12 21:52:13 +00:00
kristerw
b0c164387c The license says that "selling is not allowed". Add that to RESTRICTED. 2001-04-04 22:14:13 +00:00
manu
6d86aa1671 Fixed wrong checksum for xpm-3.4k-1.ppc.rpm, and bumped pkg version number 2001-04-04 17:04:00 +00:00
kristerw
377fcdee00 Update xmame to 0.37b13.1.
Changes since 0.37b12.1
   - Everything from MAME 0.37b13.
   - Numerous updates to the OpenGL target.  (Sven Goethel)
   - Added Photon2 display support for the QNX target.  (Travis Coady)
   - You can now run "make clean68k" before building with a different 68k
     core.  (Mike Coates)
   - Applied a patch from StretchMAME that prevents a bunch of games from
     segfaulting on startup.  (Shyouzou Sugitani)
   - A fix for the sprites in CVS games.  (Nicola Salmoria)
2001-03-31 18:59:30 +00:00
dmcmahill
bbbaa67b67 the ${FILESDIR}/endian.sh stuff needs to come after bsd.pkg.mk to make
sure FILESDIR is defined.  Problem noted by several people (Christoph,
Mycroft, etc.).
2001-03-30 14:37:01 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
kristerw
49da6a763d Update to xmame-0.37b12.1 2001-03-24 19:52:33 +00:00
agc
c11911a0b2 Patches from Wofgang Solfrank:
"Disabling the O_SYNC option when opening printer or punch.

Change the timeout value from 1 usec to 10 msec in the timer thread.
At least with unproven-pthreads, the comment above that is wrong
when stating that a 1 usec timeout would be stretched to the next
system clock tick.

A minor correction to the computation of the SIO rate.

With these changes, I get a decent performance of the system and can
actually get MVS to run."

Require the fixed version of unproven-pthreads.
Bump the hercules version number.
2001-03-23 16:20:55 +00:00
kristerw
aa98e03e66 Update UAE to 0.8.16.
User-visible changes in 0.8.16:
  - AGA playfield support (again) (Toni Wilen)
  - In addition to plain mono and stereo, there's a new sound setting "mixed".
  - There's a new option to set CPU speeds more accurately, it's called
    "finegrain_cpu_speed".
  - Numerous bug fixes
  - Graphics should be faster; optimized code was accidentally commented out
    in the previous release.
2001-03-17 19:37:14 +00:00
kei
65cf5a814f fit lines to 80 columns with tab width == 8 as possible. cosmetic changes
only.
2001-03-16 15:52:57 +00:00
wiz
9c82eb852e Add patch provided by Andrew Dyer in pkg/11820 for better I/O support
for the printer port.
2001-03-16 13:59:54 +00:00
wiz
d51e0f9c2e Standardize patches. 2001-03-16 13:58:58 +00:00
wiz
89ee2c787f Fix compilation on -current after 2001/01/18 (since zconf.h doesn't
defined OF() anymore). Fixes pkg/12255 by Rui-Xiang Guo.
2001-03-13 13:46:56 +00:00
dmcmahill
6f6263ecb7 add and enable osf1_lib 2001-03-11 23:24:40 +00:00
dmcmahill
6dca2fd2dc Initial import of osf1_lib.
Package submitted by Eric Schnoebelen, eric@cirr.com
in PR pkg/11953 and simplified some by me.

DEC Tru64/OSF1 compatibility package based upon the Tru64/OSF1
shared libraries provided by Compaq to support running Netscape on
Linux/Alpha.

This package supports running Tru64/OSF1 binaries that do not make use
of MACH system calls.

Note that this is not a complete set of Tru64/OSF1 shared libraries,
but rather the minimal set required to run netscape.
2001-03-11 23:22:50 +00:00
tron
f36f0d3802 Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11 16:19:45 +00:00
agc
f4ed546ffd Remove the pentium and pentiumpro machine switches from the gcc flags
in the makefile, and regenerate patch-sum.
2001-03-09 16:37:34 +00:00
wiz
d5f7b51ec9 Move COMMENT to correct place. 2001-03-05 16:41:17 +00:00
wiz
9bb9c6f83f add patch-sum 2001-03-01 13:38:07 +00:00
wiz
6460addae0 Remove a bogus line and a deprecated one, and move a line for pkglint. 2001-02-28 10:47:23 +00:00
wiz
63f93b3058 Fix documentation bug (PR #11821). 2001-02-27 17:20:09 +00:00
tron
ac2223fc09 Fix build of "esound" driver. 2001-02-26 22:13:34 +00:00
tron
ba49fd4548 Manually add "libncurses.so.2.1" to package list. This softlink is not
part of the RPM archive, it is created by "ldconfig".
This fixes PR pkg/12091 by Johnny C. Lam.
2001-02-26 21:24:24 +00:00
agc
41e994c9c8 Add a patch to stop the Hercules emulator dumping core when exitting, from
Wolfgang Solfrank (ws@tools.de)
2001-02-26 14:49:34 +00:00
kristerw
baf3af7881 Update to 1.6. Changes since 1.5:
** C64 changes
- Fixed REU snapshot bug.
- Added Warpspeed and Dinamic cartridge support.
- Fixed a bug in NTSC sprite timing.
- Pitfall 2 cartridge works again.
- Added a symbol file for the built-in monitor which allows moni-
  toring of ROM sections (use 'll "c64mem.sym"' inside the monitor)

** C128 changes
- The Z80 emulation is almost complete now.

** VIC20 changes
- Fixed geometry settings. Games that enlarge the screen work now.

** Drive changes
- The drive emulation can also read error information from a 40 track
  D64 image now.
- Fixed a bug in vdrive BAM allocation.

** Unix changes
- ESD and aRts sound support has been added.

** C1541 changes
- Commands to read/write GEOS formatted disks have been added.
2001-02-25 19:35:52 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
manu
db3617254f Modified the package so that it uses rpm2pkg. Enabled extraction of some files
that were not extracted before, but that were requiered in order to run
Netscape.
2001-02-24 18:08:35 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
INSTALL -d 	=> INSTALL_*_DIR
 INSTALL	=> INSTALL_*

Beware that only invocations are changed that don't set special
values for owner, mode or group!

Cleanup suggested by zuntum@IRC
2001-02-24 02:09:27 +00:00
agc
879ce8316f Be a bit more verbose in the description 2001-02-22 16:52:47 +00:00
agc
b7381663e5 Add a dependency on hercules-images (the mftr33 images with which to IPL
Hercules).
2001-02-22 16:49:35 +00:00
agc
32a0f6e0fb Add and enable Hercules-images 2001-02-22 16:46:34 +00:00
agc
6c33a45b94 Import of the mftr images for Hercules into the packages collection.
These are images with which you can IPL Hercules, the S/370 emulator,
and include DASD images, etc.

 From the Hercules FAQ:

3.  Alternatively, you can download the mftr33.tar.gz package which
contains a minimal MFT system on a 3330 image, with some minimal
documentation.  The configuration is that of a 370/145 with 2
megabytes of main storage, running OS/MFT Release 21.0, with several
volumes of pre-loaded DASD.  2 program partitions (P0 and P1) have
been genned.  There is no working TOD clock, and no SMF.  Volume
DLIB01 which is specified does not exist in the zipped file, but can
be created using a plf file with the CDROM of OS/360.  DLIB01 can be
commented-out from the config (cnf) file if desired.  The mftr33
package also includes the IPL text and program for the standalone
IBCDASD program as file "ibcdasdi.rdr" which can be used if desired.
2001-02-22 16:45:49 +00:00
agc
b6af12f488 Add one more patch, correcting sign extension in two places:
> From Wofgang Solfrank (ws@tools.de)
> What I discovered was a problem in ckddasd.c, where there are two lseeks
> with an offset of -(CKDDASD_RECHDR_SIZE).  Now CKDDASD_RECHDR_SIZE is
> defined (in hercules.h) as sizeof(CKDDASD_RECHDR), which happens to be
> an unsigned int.  Since the offset in the lseek (and in the ckd_lseek
> that is used as an interface routine to it) is of type off_t, i.e. 64-bit,
> the unsigned is zero-extended to 64 bits, and thus the sign is lost.
2001-02-22 11:34:58 +00:00
agc
c6a4881e75 Switch to using unproven-pthreads from pth - it makes the emulator get
further before dying.  From ws@tools.de (Wolfgang Solfrank)
2001-02-21 10:18:16 +00:00
agc
9ae8493329 Remove -malign-double from the makefile - it doesn't work as expected
on NetBSD, since our library doesn't conform to this restriction.
 From ws@tools.de (Wolfgang Solfrank)
2001-02-21 09:19:23 +00:00
agc
290b1f17bc Place the executables in the correct directory - from Wolfgang
Solfrank <ws@tools.de>
2001-02-20 16:42:33 +00:00
agc
15ec7fb4a3 Correct the homepage. 2001-02-20 15:58:16 +00:00
wiz
5f37108cc9 Update to 0.3 because the distfile changed. Bugfixes and enhancements. 2001-02-20 11:33:52 +00:00
agc
268e686f1a Add and enable hercules 2001-02-19 12:36:12 +00:00
agc
206e2832c3 Initial import of hercules, an S/390 emulator, into the packages
collection.

Hercules is an open source software implementation of the mainframe
System/370 and ESA/390 architectures, in addition to the new 64-bit
z/Architecure.  Hercules runs under Linux, Windows 98, Windows NT,
Windows 2000, and NetBSD.  Hercules was created by Roger Bowler and is
maintained by Jay Maynard.  Jan Jaeger designed and implemented many
of the advanced features of Hercules, including dynamic
reconfiguration, integrated console, interpretive execution, and
z/Architecture support.
2001-02-19 12:35:21 +00:00
wiz
311d465268 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 18:38:11 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
26d51239d9 Add three patches supplied by Dieter Baron <dillo@giga.or.at>:
- When pilot is off, don't redraw contents of screen, clear it
- bind hardware buttons to keys (F9-F12 Applications, pgup/pgdown,
  ESC (power))
- make cursor keys work (left/right, next/previous field)
XXX: homepage (== main download site) doesn't seem to exist any more.
2001-02-12 14:09:24 +00:00
wiz
c84d837c41 add and enable compat14, netbsd32_compat14 and netbsd32_compat15 2001-02-08 13:34:55 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
fde576536f Apply cosmetic changes suggested by Tomasz Luchowski in PR pkg/12129. 2001-02-04 21:33:11 +00:00
mrg
d7f5dee4b8 initial import of compat14-1.4.3:
Shared libraries for NetBSD 1.4 (and earlier) compatibility


this has only been done for i386 & sparc so far, and deals with using
/emul/aout for these systems that are ELF now.


XXX: port to alpha, m68k, mips*, arm32 and ns32k (anything else?)
2001-02-04 08:03:39 +00:00
mrg
c0dadc4266 initial import of netbsd32_compat14-1.0:
32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:16:30 +00:00
mrg
d1dc28f14d initial import of netbsd32_compat15-1.0:
32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:15:59 +00:00
kristerw
1127963d94 Update UAE to 0.8.15, fixes PR 12018
User-visible changes in 0.8.15:
  - A few changes in the core of the custom chip emulation; this should mean
    more accuracy in general, but likely also a few new bugs in this version.
    It may be a little slower as well.
  - "68040" emulation.  Dedicated to all the clueless folks out there.
    (with thanks to Christian Bauer)
2001-02-02 22:17:20 +00:00
wiz
a77340dd8c Remove test target that I forgot I had added. 2001-02-01 10:30:55 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
tron
380851123b Use updated "shlibs-2.1.3-155.i386.rpm" distribution file to avoid possible
root exploit due to a bug in "ld-linux.so.2". Bump version number of the
package to "6.4nb2".
2001-01-28 09:19:54 +00:00
tv
d76b0dfff3 Set MAINTAINER to packages@netbsd.org. 2001-01-25 21:43:58 +00:00
tron
61278b4e5d Depend on "suse_base" 6.4 or newer. 2001-01-25 09:29:10 +00:00
tron
8fc288c071 Fix oversight in last commit. 2001-01-25 09:27:48 +00:00
tron
9562a10bb1 Because GLX is pretty useless without X11 depend on "suse_x11" instead
of "suse_base".
2001-01-25 09:27:18 +00:00
tron
4d4197a1bc Depend on "suse_base" 6.4 or newer. 2001-01-25 09:19:01 +00:00
tron
94deb1519d Remove "rpm2pkg" which is a separate package now and bump version number
to 6.4nb1.
2001-01-25 09:16:24 +00:00
tron
ed88ec8f69 Don't use path to "rpm2pkg" in build dependence for "rpm2pkg" us the
variable.
2001-01-25 09:09:54 +00:00
tron
e086a68756 "rpm2pkg" is a seperate package now. 2001-01-25 09:05:34 +00:00
hubertf
898c40328a I guess this was committed accidentally. 2001-01-24 03:00:53 +00:00
manu
7314a329cf Added linuxppc_lib 2001-01-23 22:32:37 +00:00
manu
470e7732ed Libraries to run Linux binaries on powerpc 2001-01-23 22:28:44 +00:00
dent
03b5b152e9 Fix typo. 2001-01-11 21:21:17 +00:00
tron
0360b65f62 Remove obsolete "pre-build" target. 2001-01-07 17:07:13 +00:00
tron
f6ba3d0b30 Install all BIOS images. 2001-01-07 14:58:26 +00:00
tron
185bfcb968 Update "plex86" to 2001-01-06 sources. Changes since 2000-12-25:
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Jan  6 23:39:58 EST 2001
  Integrated updates to write-cache from Tom Vijlbrief.
  Reorganized docs/ a little.  Split the xml docs into 2 docbooks.
    There is now a PUG (Plex86 User's Guide) and a
    PIG (Plex86 Internals Guide).  I removed the tarball out of
    the CVS tree, and will upload pre-generated docs to the FTP
    server periodically.  Look for docs-yyyy_hhmm.tar.gz.
    The tarball now contains both HTML and PS formats.
    There's also some notes on what packages are needed to generate
    and develop your own docs.  (docs/xml/README)  This release should
    make it easier for people to help out.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan  1 23:26:44 EST 2001
  Added another docs chapter (17) to the user's manual, relating to
    dynamic translation (DT) ideas for maintaining linear to translated
    code address mappings and some other stuff.  You can update from
    CVS and just untar the docs/ tarball if you want.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan  1 11:04:34 EST 2001
  Integrated write-cache plugin from Tom Vijlbrief, and his related
    mods to the hard drive code, to handle > 32-bit file IO.
  Integrated small FreeBSD Makefile mods from Alexander Langer.
  Regenerated configure.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Dec 30 10:17:23 EST 2000
  Integrated FreeBSD host port by Alexander Langer <alex@big.endian.de>
    Note: this port does not work yet, but was uploaded so others
    can work on it.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 13:51:50 EST 2000
  Integrated LBA patches from Tom Vijlbrief, to rombios.c and harddrv.cc.
    I modified the patches slightly, and have not tested them much.
    Am uploading changes to let Tom test them as integrated.
    Tom was able to access up to 2GB partitions with his changes.
  Generated new BIOS.  Changed all conf files to use new BIOS.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 10:32:57 EST 2000
  Added dt-testbed dir.  This is just a small separate testbed program
    for developing thoughts about generated code for a quasi-dynamic
    translation scheme.  If you're interested in such developments,
    look at the README file in that dir.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Tue Dec 26 16:34:49 EST 2000
  Added framework for write-cache buffering (for "persistent disks").
    Created new plugin, in directory user/plugins/write-cache/.  It
    does nothing currently, other than pass disk accesses to libc.
    This is to make it easier for others to implement the actual logic,
    without having to know much about plex86 internals.  There are some
    notes in the plugin C code.
  I also created a new button (really lame) on the GUI.  This triggers
    a call to the plugin, so the user can select when to flush (commit)
    the writes in the write-cache to disk and clear the cache.
    Eventually, a nice menu system might do this with a "Are you sure?"
    dialog or something similar.
  It is possible that a large number of disk writes may exceed the
    size of the write-cache (which should be configured by an option
    to the plugin eventually).  In that case, it would be good to present
    the user with 2 options: 1) Quit altogether and ignore writes,
    and 2) commit writes and continue.  This should eventually be
    GUI oriented, by stdin would be OK for now.
2001-01-07 14:44:18 +00:00
simonb
878986a768 Enable on alpha - this works enough to boot rescue-small. 2001-01-04 22:51:53 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
hubertf
19400f6e31 Make it a bit clearer what to set BSDSRCDIR to. 2001-01-03 16:21:58 +00:00
kleink
bb3b8eaeba Fix BIOS pathname substitution. 2001-01-02 14:18:17 +00:00
dmcmahill
076d50e9ca fix compilation on alpha. 2000-12-27 14:08:39 +00:00
tron
024e057c1b Update "plex86" to 2000-12-25 sources. Changes since 2000-12-16:
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sun Dec 24 19:07:34 EST 2000
  Integrated mods from Warwick Duncan for some remaining C++ -> C
    comment conversions in plugin directories.
  Added dynamic translation idea chapter to docs.
2000-12-25 23:50:52 +00:00
tsarna
9a481c3d69 Remove me as maintainer. I haven't used this in ages. 2000-12-24 21:44:31 +00:00
wiz
0a7f57b00f No patches -> dummy patch-sum file. 2000-12-21 12:36:08 +00:00
tron
61e11e7f2c Depend on version 6.3 or newer of the SuSE packages. 2000-12-17 21:49:40 +00:00
wiz
bb7a355e94 Fix path. 2000-12-17 21:18:30 +00:00
tron
49756c9973 Only compress VGA font in "post-build" target if it wasn't compressed yet.
This way a second "make build" doesn't fail.
2000-12-17 17:43:18 +00:00
tron
72be9b8832 Correct directory for "suse_x11" package. 2000-12-17 15:52:13 +00:00
tron
4419bdbc55 Use "g77.rpm" as replacement for the obsolete "f77.rpm". 2000-12-17 13:18:38 +00:00
tron
1382094832 Remove obsolete comment concering "ncurses-p1.rpm". 2000-12-17 13:13:26 +00:00
tron
1a34af6f27 Forgot to add "suse_glx" to dependence list. 2000-12-17 13:06:24 +00:00
tron
50dc37a7ee Use SuSE 6.4 as base for all SuSE packages. We can't use 7.0 now because
it is XFree86 4.x based while NetBSD still uses XFree86 3.3.6 which
causes problem with shared files.
2000-12-17 13:05:41 +00:00
tron
50698d94cd Rename "suse.mk" to "Makefile.common" which is the standard name for
make include files shared between packages.
2000-12-16 22:37:30 +00:00
wiz
6f05b53acc Modify path in (previously unused) MASTER_SITES entry, and enable it.
Fixes pkg/11751 and pkg/11752.
2000-12-16 14:53:38 +00:00
fvdl
d5ce9d2773 Update to snapshot dated 2000-12-16. Includes a fix from Lennart
Augustsson to avoid false 'device busy' errors.
2000-12-16 12:43:13 +00:00
tv
5035df2c1f Flesh out the installation infrastructure. Currently this is done in the
pkg's Makefile, but should someday be part of the plex86 distribution.
2000-12-15 00:10:32 +00:00
tv
bd0716127c Feh. Tabs->spaces on comment-only line. 2000-12-14 19:45:49 +00:00
tv
48c40486ee Remove duplication of bsd.pref.mk include. This include needs to be AFTER
the BSDSRCDIR?= definition to make sure the user actually sets it.
2000-12-14 19:45:11 +00:00
hubertf
6c73c755f5 Update to 0.20001214.2 - the NetBSD changes are now in the anoncvs
repository. Uses new tarball from there.

While there, pull in bsd.prefs.mk so BSDSRCDIR has a chance to be defined.
2000-12-14 16:45:01 +00:00
tsarna
a5f0cdf2ab path-sum 2000-12-14 16:41:12 +00:00
tsarna
49fed6108c Make patch actually apply. 2000-12-14 16:40:57 +00:00
tv
58606abd65 One more thing: Actually pass the source dir to ./configure! 2000-12-14 15:53:33 +00:00
tv
9cd29592ec Add a comment to indicate why we now do the BSDSRCDIR?= dance with
bsd.prefs.mk.
2000-12-14 15:52:38 +00:00
tv
e63a20f6d4 Do not assume that /usr/src has been set by mk.conf, and DEFINITELY don't
assume blindly that /usr/src is the appropriate kernel source tree.  Force
the user to set it explicitly in either the environment or mk.conf.
2000-12-14 15:51:25 +00:00
kei
6560c4d700 Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL. 2000-12-14 14:39:44 +00:00
hubertf
6ccfce95d6 bring a bit further on -current 2000-12-14 06:03:54 +00:00
hubertf
ea1dc112d7 the source is in MASTER_SITE_LOCAL for now, it's a tarfile of
a anoncvs checkout (unchanged)
2000-12-14 04:34:40 +00:00
hubertf
422c111f21 add & enable plex86 2000-12-14 04:27:04 +00:00
hubertf
9bc9bfa81e The goal of the Plex86 project is to create an extensible open source
PC virtualization software program which will allow PC and workstation
   users  to  run  multiple  operating  systems  concurrently on the same
   machine.

   Plex86  will  run  as  much  of  the  operating system and application
   software  natively  as  possible,  the  rest  being emulated by the PC
   virtualization monitor.

   A  highly  visible  and  often  requested  use,  would be to allow for
   Windows  software  to  be  run  inside of GNU/Linux or other UNIX like
   operating  system.  This  gives  users  a migration path towards UNIX,
   allowing   them   to   run  legacy  software  until  native  ports  or
   alternatives  are available. It also provides a transitionary step for
   software  vendors who plan to port their product to UNIX, but have not
   yet done so. Users could buy the Windows version product and run it at
   near  native speeds on UNIX, using Plex86, until a UNIX native version
   is ready.
2000-12-14 04:25:52 +00:00
hubertf
f297a044f3 Slurp in suse_png-7.0, and bump to suse_linux-6.3nb3 2000-12-13 20:59:44 +00:00
jdolecek
0a82dce34a add and enable suse_libpng 2000-12-13 20:07:42 +00:00
jdolecek
e60a6fa734 SuSe 7.0 libpng package
created using suse_libjpeg as a template
2000-12-13 20:06:01 +00:00
kei
c68aba7ec5 Add and enable "xm7" package. 2000-12-13 17:13:53 +00:00
kei
9d51806bb7 Initial import of "xm7" package.
X11-based FM-7 emulator
2000-12-13 17:12:19 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
wiz
39d2efbbc7 install HTML documentation into share/doc/html 2000-12-11 23:20:48 +00:00
abs
6f988f0a07 If we are not on a CPU known by mame, determine risc or risc_lsb based on
<machine/endian.h>. Fixed xmame on arm32.
2000-12-07 12:58:13 +00:00
wiz
7747de7c1e add and enable suse_glx 2000-12-06 23:29:53 +00:00
wiz
e0cb3515a5 Import suse_glx package provided by Jared D. McNeill in pkg/11650:
SuSE GLX package for Linux GLX compatibility
2000-12-06 23:24:58 +00:00
wiz
8b3076e790 Check for DGA lib in X11BASE, based on a suggestion by hubertf. 2000-11-16 19:14:12 +00:00
wiz
2197b31408 remove trailing whitespace 2000-11-16 02:54:07 +00:00
wiz
0ddf0141f4 Update to 1.32. Changes are mainly bugfixes (see the installed CHANGES.TXT).
Package change: DGA detection, instead of hardcoding on i386.
2000-11-16 02:27:04 +00:00
wiz
4a2ade2d92 Fix package compilation to work on non-i386/ELF. Assembler only used
on i386/ELF, even though it could perhaps be made to work on i386/a.out.
DGA is also only enabled on i386 for now -- don't know of a good way
to check for DGA support.
2000-11-09 17:25:54 +00:00
wiz
f0ec3c1f7e add and enable snes9x 2000-11-09 16:44:17 +00:00
wiz
eeeb3fc79a Import snes9x, a SNES (Super Nintendo) emulator. Package provided by
Jared D. McNeill in pkg/11439, touched up by me.

XXX: i386/ELF only for now, patch-ab and patch-ac improve compilation on
a.out, but linking fails (underbar problems).
2000-11-09 16:43:40 +00:00
mycroft
92a8856745 Update for 0.37b6.1. 2000-11-05 00:43:30 +00:00
lukem
bdad9c40bd if using pkgsrc libintl, need
LIBINTL=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl
not
  LIBINTL=-L${LOCALBASE} -lintl
cVS: ----------------------------------------------------------------------
2000-11-04 00:08:49 +00:00
itojun
8be9b95138 comment on librpm -> libintl dependency 2000-11-01 16:08:02 +00:00
itojun
a945e1d7e2 librpm (misc/rpm) requires libintl.a. use USE_LIBINTL.
From: bernd@arresum.inka.de (Bernd Ernesti)
2000-11-01 16:03:26 +00:00
wiz
90598e3fd6 Update to darcnes-20001011. Changes are some CPU fixes and some code
shuffling (for details visit the homepage).
2000-10-28 23:04:31 +00:00
hubertf
9e387e2fb9 Also pull in suse_libjpeg 2000-10-19 23:16:43 +00:00
hubertf
1f34645c46 Add & enable suse_libjpeg 2000-10-19 23:16:20 +00:00
hubertf
0a064bbb64 libpeg needed by somse linux progs (opera, ...).
Closes PR 11153.
2000-10-19 23:15:48 +00:00
jlam
b56bc45bfc Group logical expressions correctly. 2000-10-14 00:17:18 +00:00
jlam
943a1e9a35 Run ldconfig after installing/deinstalling shared libraries. We need to
do this manually since it's not automatically handled by bsd.pkg.mk.
2000-10-14 00:01:56 +00:00
jlam
9be7e73f42 Make these install into /usr on most platforms, and into /emul/aout/usr
on platforms transitioning to ELF (currently only i386).  The /emul/aout
installation occurs much like the suse_linux and freebsd_lib packages.

Also add SHLIB_HANDLING=NO to ensure library links aren't clobbered.

This should fix PR#9011.
2000-10-13 23:36:37 +00:00
hubertf
b01ca56c10 make this work on alpha 2000-09-24 23:14:01 +00:00
hubertf
5605729e74 ELF shlib fix 2000-09-24 19:29:55 +00:00
fredb
5378397b19 Remove redundant DEPENDS on xpm; USE_XPM covers that. 2000-09-11 03:44:02 +00:00
wiz
dcc3df439b Use gmake instead of make (handles implicit rules differently).
Addresses pkg/9778 and pkg/10887.
2000-09-10 22:14:46 +00:00
wiz
44c531efdd Update MASTER_SITE, as noted in pkg/9831.
XXX: This package should probably be updated after the freeze.
2000-09-09 17:56:06 +00:00
jlam
13b6a5a982 Fix dependency line: we were depending on suse_base, but building in
suse_linux.
2000-09-08 02:17:58 +00:00
fredb
a11708aa74 No need for the binary package to run "mkfontdir". 2000-09-05 16:55:42 +00:00
wiz
ed8232cba2 remove trailing whitespace 2000-09-04 16:05:12 +00:00
wiz
17fe3cbd0c move line to be more pkglint friendly 2000-09-03 10:01:41 +00:00
fvdl
d5519022f5 Regen for new patch-af. 2000-09-01 14:51:21 +00:00
fvdl
f66b3024f9 Patch to make bochs accept 2.88 floppies in the bochsrc file. 2000-09-01 14:50:45 +00:00
hubertf
f7662c3bf5 add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
tron
79c40a58b4 Add dependence on "suse_audio" package and bump version number to 6.3nb2. 2000-08-29 12:36:29 +00:00
tron
2416a2a60a Add and enable "suse_audio". 2000-08-29 12:35:55 +00:00
tron
ba923cd141 Initial import of new "suse_audio" package:
Linux compatibility package for audio libraries
2000-08-29 12:33:22 +00:00
wiz
9ba8bdaa98 Update to 1.5. Changes since 1.2:
** General changes
- Screenshots can be saved now.
- Fixed slowdown bug with flickering drive led.
** C128 changes
- The Z80 emulation has been improved.  CP/M will boot now.
- The VDC can display flashing and reverse text attributes now.
** C64 changes
- Fixed crash caused by VIC-II memory corruption.
- Expert cartridge is emulated now.
- Some NTSC fixes. Now the border looks a bit small, but most NTSC
  programs should work.
- Fixed CIA TOD initialization.
- Super Snapshot V5 and REX fastload carts are emulated now.
- The REU emulation has been improved.
- Sprites in non-visible parts of the screen should not crash the
  emulator anymore.
- A sprite snapshot bug has been fixed.
** VIC20 changes
- Fixed VIC crash.
- Fixed VIC display bug.
** Unix changes
- Palette changes work better now.
- Added support for gettext based national language support.
  Initial german translation for Unix based UIs is provided.
- NTSC timing is correct now (100% 60fps).
- The emulator keeps running when menus are used.
- Fixed some crashs and memory leaks in the XAW file selector
  widget.
- New GNOME port of VICE. (not activated in package)
- G64 images can be created now.
** Drive changes
- Fixed a bug in the 1581 true drive emulation that prevented the
  use as drive #9.
- Fixed a bug in the 8050 vdrive emulaton.
- Fixed a bug that caused drive #8 to be diabled if file system
  access for drive #11 is disabled and all disks are detached.
- Fixed IEC initialization bug that broke true drive emulation.
- D71 BAM calculation has been fixed.
- A drive RAM expansion is available now.
- New 2040, 3040 and 4040 disk drive support.
** Tape changes
- Now saving TAPs should work for big endian machines too.
** Miscellaneous changes
- The REU can be used with Super Snapshot 5 or Expert Cartridge.
- The monitor "z" command has been fixed.
- Fixed some tape counter bugs.
- Fixed a crash with ZIP archives.
- Fixed a bug that prevented writing to gzipped disk images.
- Fixed a crash if the image content lister is used on disk images
  with many files.
- There is some experimental read only REL file support in the vdrive
  emulation now.
2000-08-27 14:08:31 +00:00
kristerw
eae335e8e1 Updated UAE to version 0.8.14.
User-visible changes in 0.8.14:
  - More bug fixes:
    * CPU emulation problem that could have caused copy protection schemes to
      malfunction has been fixed.
    * Some AGA problems fixed (one of them visible in ECS modes).
    * UAE should work again on non-x86 systems.
  - By default the emulator will try to approximate an A500 in CPU speed.
    This setting existed before, but it's a bit more accurate now and on by
    default.
  - There is a new option to control the number of emulated disk drives.
  - Software autofire for the keyboard joystick replacements
2000-08-26 19:25:38 +00:00
jlam
7fa5e584e1 Add appropriate definitions of LDD so check-shlibs works correctly. 2000-08-25 00:20:21 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
ac1a68df22 Properly mark as BROKEN on ELF systems. 2000-08-23 15:33:39 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
6369a4ed4f Update darcnes to 9a0804.
Changes since last version:
o Changed the cpu6502 core to use lazy flag evaluation.
o Changed the NES PPU to draw sprites from the tilecache.
o Added a bitdepth-independant generic palette system.
o Added CD audio playback to the PCD CD driver.
2000-08-10 11:56:32 +00:00
tron
3c4ce8e495 Remove mirror on "ftp.varesearch.com" from master site list because it
no longer has the SuSE Linux files.
2000-08-10 08:33:00 +00:00
abs
b6c77130c2 Add suse_gtk 2000-08-09 13:09:49 +00:00
abs
cd0c105c5c Linux 'gtk' libraries. Necessary but not sufficient to run linux netscape
6.00PR2 test release. Netscape can be installed, but fails to make network
connections.
2000-08-09 13:03:11 +00:00
wiz
b2f397c00a Update to 2.2. Enable sound.
Changes since last version (2.1):
* Interrupt system rewritten.
* Mapper management rewritten.
* Keyboard assignments changed again. Check the documentation!
* Made a new MSDOS port of fMSX (still in development).
* Integrated modular AY8910 emulation.
* Integrated modular SCC emulation.
* Integrated SndUnix/SndWin/SndMSDOS sound drivers.
* Sound track is now logged to MIDI files.
* Added a table of I/O handler functions to Z80 core for easy expansion.
* Added ability to load flat (no mapper) 64kB ROMs.
* Added automatic MegaROM mapper guessing (-rom 6).
* Added standard PAL/NTSC timings.
* Added V9958 version flag in MSX2+ mode (VDP S1).
* Added correct emulation of HR/VR flags (VDP S2).
* Fixed border color in SCREEN8 (VDP R7).
* Fixed blinking frequency in TEXT80 (VDP R13).
* Added ADJUST register emulation (VDP R18).
* Added V9938 character scrolling to SCREEN0 and TEXT80 (VDP R23).
* Added scrolling to SCREEN1, SCREEN2, and SCREEN3 (VDP R23).
* Fixed scrolling bug in SCREEN6 and SCREEN7 (VDP R23).
* Made left/right borders 9/7 pixels in SCREEN0 and TEXT80.
* Added -home option to tell fMSX where to find system ROMs.
* Added -auto option for auto fire on pressing SPACE.
* Fixed information printed on -help.
* Fixed crash in fMSX-Windows when switching from 8kB to 16kB MegaROMs.
* Fixed trash in MSX2 logo in fMSX-Windows that appeared after reset.
* Better resizing in fMSX-Windows Setup panel.
2000-08-06 14:45:04 +00:00
kristerw
2021486cdd Make the cpu emulation work for non-i386 machines.
Removed the 'NOT_FOR_PLATFORM'.
2000-07-28 19:27:58 +00:00
martin
1011b2eed5 Added fmsx pkg. 2000-07-28 15:56:08 +00:00
martin
8a261ca440 fMSX is a portable emulator of MSX home computers written in C.
This pkg was submitted by SUNAGAWA Keiki in PR pkg/6731, modified
slightly by me.
2000-07-28 15:54:26 +00:00
martin
934cd4665a Updated pkg to version 0.8.13 (and fixed source location on main site). 2000-07-24 20:10:10 +00:00
dmcmahill
8a6b9887fe override HOME during the build otherwise the build system attemts to access
$HOME/.atari800 which may or may not be readable.  In addition, it may not
have correct settings.

This fixes recently noted compile problems.
2000-07-22 12:03:38 +00:00
wiz
de02ce703e Update to 20000710. Extracts from the Changelog:
Fixed the instruction cycle timings in the cpu6502 core.
Cleaned up the per-driver menu interface somewhat.
Started adding support for multilevel per-driver menus.
Started adding menus for the Disk ][ drives (not working yet).
Added preliminary FDS disk write emulation (doesn't save the changed disk,
  but whatever).
Added preliminary FDS timer IRQs (still need write support, but most of my
   test images are playable now).
2000-07-21 19:23:06 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
martin
b75dc92e46 Update pkg to version 0.37b4.1 2000-07-13 20:54:01 +00:00
kristerw
e503dc2862 Updated UAE to version 0.8.12:
Changes from last packaged version:

User-visible changes in 0.8.12:
  - Several bugfixes

User-visible changes in 0.8.11:
  - Finally, an accurate copper emulation, thanks to Sam Jordan.
  - Sprite emulation fixes, also due to Sam Jordan.
  - Some CPU emulation fixes (Keith Rollin, Toni Wilen, Lauri Pesonen)
  - Old command line options actually work now.
  - Some floppy related lockups removed.

User-visible changes in 0.8.10:
  - Audio interpolation
  - Bugfixes for
    * disk emulation
    * FPU emulation
    * CPU prefetch emulation (the "compatible" setting).
    * some 2.0+ filesystem packets
    * text-based UI (should compile again)
    * some other parts
  - People like me who liked the old command line options better can now use
    (most of) them again.

User-visible changes in 0.8.9:
  - The filesystem emulation should be able to emulate an Amiga FS more
    accurately.  Script/Pure bits and filenotes are kept.
  - Patrick Ohly contributed SCSI support (currently Linux only) that allows
    you to (e.g.) use CD writers with the emulator.


The package has ben changed to use the NetBSD sound driver instead of oss.
2000-07-13 17:34:38 +00:00
wiz
24d5fa5f30 Make this package compile on NetBSD. Untested for lack of ARM executables.
Remove ONLY_FOR_PLATFORM line.
2000-07-07 23:35:56 +00:00
dmcmahill
383fe23df2 mark as only for solaris because the pkg does not contain netbsd support 2000-07-07 02:32:48 +00:00
wiz
3010a779bc Update darcnes to 20000625.
Changes from the web-page:
o Added driver-specific menu support to the X version.
o Broke all non-X versions (what, you didn't see this coming?).
o Added a reset menu item for the Apple ][ driver (it's now somewhat
  usable).
o Fixed unix sound and CD interfaces to automatically detect what type
  of system to compile for.
o Added support for Inserting/Removing FDS disks, and changing which
  side is up.
o Fixed "Error 24" problem reading many FDS disks (still need write
  support and timer IRQs).
o Fixed GTK version (yes, this one is tested).
o Fixed Makefile to allow overriding gtk-config (necessary for my system).
o More tweaks to the 68000 core (no it doesn't work).
o Cleaned up mapper 23 code (untested).
o Removed mapper vsync hooks (they weren't being used).
o Fixed NES palette mirroring (longstanding oops).
o More untested fixes to the Allegro and SVGALib ports (let's hope
  they work this time).
2000-07-02 01:05:11 +00:00
skrll
47324d693a Correct URL of referenced web site. 2000-06-05 18:12:57 +00:00
wiz
2e1ba9f8de Update to 2000-05-30.
Changes since the last version, from the authors web page:
Moved some event queue code out from pce.c to event.[ch].
Added automatic dependancy support to the Makefile.
Cleaned several things up to make porting easier.
Cleaned several things up to make cross-compilation easier.
Changed a couple headers to compile cleanly with a C++ compiler.
Added support for expansion cards to the Apple ][ emulation.
Added support for the language card to the Apple ][ emulation.
Added code to load more roms to the Apple ][ emulation.
Added preliminary Apple ][ disk support (can't use it without gdb, though).
Fixed color on Apple ][ text mode.
Added Apple ][ hires graphics mode.
Added a first approximation of Apple ][ lores graphics mode.
Added IRQ support to the emu68k core (no, genesis emulation still doesn't
work).
Added a new 6502 core (only used on NES right now, may be slightly buggy).
Made many improvements/fixes to the emu68k core (no, it _still_ doesn't
work).
Fixed genesis memory access to mask down to 24 bit addresses.
Fixed Apple ][ space bar key.
Removed the (unused) m6280 core.
Changed most NES mappers to not need to know how large the PRG ROM is.
Cleaned up the NES sprite renderer slightly.
Changed the video interface to not use procpointers.
2000-06-03 10:57:11 +00:00
skrll
32ecae0579 Add a man page, improve MESSAGE file handling and other clean up. 2000-06-01 20:47:00 +00:00
skrll
3ef16cad9d EXTRACT_SUFX was missing.
Thanks to Bernd Ernesti for pointing this out.
2000-06-01 18:20:54 +00:00
dmcmahill
82a9b0ca8e -ELF -Wl,-R fix
-work around a pmax/sparc compiler bug.  Don't optimize on the problem file
 on either of these 2 arch's.  Fixes recently noted compile problems.
2000-05-31 15:01:00 +00:00
dmcmahill
5819d2c606 add ONLY_FOR_PLATFORM 2000-05-31 05:01:21 +00:00
dmcmahill
2a63258945 work around a c++ -O2 bug on sparc and pmax by not using -O2 for the problem
file on those 2 machines.

fixes recently noted compile problems.
2000-05-31 04:57:20 +00:00
skrll
e42ce94b82 Add and enable xbeeb. 2000-05-22 22:26:01 +00:00
skrll
4d9e077300 Import of xbeeb package.
Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by
myself.
2000-05-22 22:13:11 +00:00
agc
1a5554d305 Add and enable swarm 2000-05-17 12:58:46 +00:00
agc
f4ba1a41f3 Initial import of Michael Dales' swarm, a software arm6 core emulator,
into the NetBSD packages collection.
2000-05-17 12:58:07 +00:00
sakamoto
b82557a60d depend suse_base instead of suse_linux.
Use nonmatching option at rpm extracting
instead of "mv locale locale.orig; install; deinstall; mv locale.orig locale".
2000-05-12 05:19:09 +00:00
sakamoto
8a50d1b317 Update linux-locale to 2.1.1.
These RPM files are supplementary locales for Linux.
Many languages are not supproted by default by GNU libc.
  af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl
  he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro
  ru sk sl sr sv th tr uk vi wa zh
2000-04-28 10:23:43 +00:00
tron
caf222b25c Depend on "unzip" 5.40 or newer. 2000-04-20 22:45:50 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
soren
0f6e2f1fcb These patches are no longer necessary. 2000-03-16 15:40:18 +00:00
wiz
abdb06ae6c add RCS tags 2000-03-16 12:41:22 +00:00
wiz
3f4cbd902f grep -> ${GREP} 2000-03-16 12:32:27 +00:00
soren
62642c68e7 Update to 0.36b16.1.
Includes new NetBSD audio code from kristerw.
2000-03-14 11:42:47 +00:00
soren
f7c8329070 Passing down DESTDIR is not necessary. 2000-03-13 22:23:15 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
413387bff1 Update of darcnes to 20000305.
Changes:
o Added keyboard support to Apple ][ driver (only works under X).
o Added a couple more instructions to the emu68k core (and still nothing runs).
o Added range checking to ROM accesses in the genesis driver.
o Disabled I/O logging of FM chip writes in the genesis driver.
o Fixed a bug with MMC3 IRQs (SMB3 fortress now works correctly).
o Cleaned up the NES PPU code somewhat.
o Cleaned up the SMS sprite renderers somewhat.
o Rebuilt command line parsing for X version and added (but failed to
  document) a command to override system detection (needed to access the
  Apple ][ driver).
2000-03-08 01:42:12 +00:00
wiz
b4dc8b8bf2 Another week, another darcnes. Changes:
o Fixed some problems with GG sprite clipping and tile rendering (only
  affects 8-bit mode).
o Fixed X toplevel window to resize properly.
o Cleaned up some of the X video code.
o Added (untested) 24bpp support to X video code.
o Cleaned up the FDS emulation code.
o Added a lot of (inaccessible) extra FDS functionality.
2000-03-02 20:34:58 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
soren
3f7e84e38a Work around a gmake dependency problem.
Still dies at first keypress when I run it.
2000-02-23 19:51:57 +00:00
wiz
c2480cce01 replace 'find' by '${FIND}' where appropriate 2000-02-20 22:05:37 +00:00
wiz
3de5bbda60 Updated darcnes to 2000-02-19.
Changes:
o Unified cd_freebsd.c and cd_linux.c into cd_unix.c.
o Added support for NetBSD CDROM (untested), and sound interfaces
  (thanks to Thomas Klausner for the NetBSD changes).
o Changed the nes bank 4 and 6 I/O hooks.
o Fixed FDS mapper to compile again.
o Fixed some problems with the PCE timer.
o Changed the PCE VDP interface not to use procpointers.
o Added clipping sprites to the right side of the screen to the PCE VDP.
o Removed the old (disabled) ROM type identification routine.
o Fixed the battery file handling to not use a cheap hack to get the
  filename (this breaks all gg savegames until you rename the battery
  file).
2000-02-20 18:15:13 +00:00
wiz
347657391c added appropriate LICENSE 2000-02-19 01:38:01 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
wiz
281084befd First try at making darcnes work on non-i386-platforms 2000-02-14 02:44:31 +00:00
wiz
e8ae2370c9 fix typo 2000-02-14 01:42:25 +00:00
wiz
84b5de0aa9 add and enable darcnes 2000-02-13 23:28:49 +00:00
wiz
c9ace3bb33 Initial import of DarcNES, a multi-system emulator. Currently emulates
NES, SMS, and GG with sound, PCE without, and has basic support for some
other systems (SMD, Coleco, Atari ][).

This will not work on MSB-machines, for lack of access. The code
should support it, so if anyone's willing...
2000-02-13 23:28:06 +00:00
wiz
fe8633e381 remove unneeded md5 files 2000-02-12 17:18:34 +00:00
tron
2acbf123f2 Complete "readline" to "edit" library transition so that this package
works on ELF systems.
2000-02-08 11:37:54 +00:00
wiz
809a2e13df vice updated to 1.2. Now compiles with SUN audio system, instead
of OSS. From the ChangeLog (changes since 1.0):

* Changes in VICE 1.2
=====================
** C64 changes
---------------
- Epyx Fastload and Westermann Learning Cartridges are supported now.

** C128 changes
---------------
- The VDC hardware cursor has been implemented.
- The machine can boot up in Z80 mode now.  However CP/M does not work
  currently.

** PET changes
---------------
- The CRTC emulation has been made pretty cycle-exact. You can now
  use timed raster effects.

** CBM-II changes
---------------
- The CRTC emulation has been made pretty cycle-exact. You can now
  use timed raster effects.

** Drive changes
----------------
- D64 images with error codes are supported now.
- The virtual drive emulation can process filenames containing zero
  bytes now.- The virtual drive commandline parser has been improved.
- The fsdevice and the virtual drive emulation support memory read
  commands now.
- Invalid scratch commands do not crash the fsdevice emulation.

** Unix changes
---------------
- C64/C128 NTSC support (experimental).

** MS-DOS changes
-----------------
- VDC grafic mode does not crash the emulator any more.

** MS-Windows changes
---------------------
- New mouse emulation.
- C64/C128 NTSC support (experimental).
- The datasette status is displayed now.
- Changing the palette works on-the-fly now.
- A new VIC20 settings dialog.

** OS/2 changes
---------------
- Sound, drive and joystick settings are implemented now.


* Changes in VICE 1.1
=====================

** General changes
------------------
- The datasette emulation supports saving to TAP images now.
- Autostarting TAP tape images has been improved.
- A command line option feeding the keyboard buffer on startup has
  been added.

** C64 changes
---------------
- Fixed a bug in the REU emulation.  GoDot now works.
- Atomic Power cartridge is supported now.

** C128 changes
---------------
- 80 column screen is emulated now.  Currently the hardware cursor
  is missing, but Infocom adventures and GEOS128 work.
- REU emulation is available now.
- Fixed an IO banking bug.

** VIC20 changes
----------------
- New datasette emulation.
- True 1581 emulation works now.

** PET changes
--------------
- New datasette emulation.

** CBM-II changes
-----------------
- New datasette emulation.

** Drive changes
----------------
- New 8050, 8250 and SFD1001 emulation using D80 and D82 disk images.
- The virtual drive emulation, image contents lister and monitor block
  commands fully support G64 disk images.

** C1541 changes
----------------
- G64 disk image format is fully supported now.

** Unix changes
---------------
- A dialog for creating empty disk images has been added.
- The name of currently attached disk images is displayed now.
- The disk image flip list can be maintained by a separate menu by
  clicking on the status bar.

** MS-Windows changes
---------------------
- Run/Stop key is also present at ESC key, but it's still present at
  CAPS/LOCK, altough the latter doesn't work on Win98 with German and
  French keyboard layouts.
- There is a disk/tape image contents lister now.
- The RESTORE key is present now (PAGE UP).
- Browse button in the device manager dialog works now.

** Miscellaneous changes
------------------------
- The `$xx' feature for specifying hexcodes on the command-line now
  works correctly.
- Some P00 wildcard bug has been fixed.
- An image content lister crash has been fixed.


* Changes in VICE 1.0a
======================

** MS-DOS changes
-----------------
- x64 does not crash on start-up anymore.
- Calling the emulator from a relative path works again.
- 1541-II firmware is found now.
2000-02-08 03:44:16 +00:00
wiz
93111f9f12 remove unnecessary whitespace 2000-02-05 18:33:29 +00:00
wiz
f2ca249a82 grammar fix 2000-02-05 18:16:32 +00:00
drochner
11f7d0d5ad update to 2000_0104c
changes since 991023a:
-various bugfixes
-soundblaster emulation
-cdrom emulation
-new fpu emulator
moved out of ${X11BASE}, there is little reason to have it there
2000-01-31 21:18:43 +00:00
tron
66a3dbb896 Use "/dev/sound" instead of "/dev/mixer" as suggested by maximum entropy
in PR pkg/9250.
2000-01-22 23:44:30 +00:00
soren
19e8dc02fa Update to version 0.36b14.1. 2000-01-20 18:54:49 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
sakamoto
7e75de5ba7 add \ for "(", ")" in BROKEN. 2000-01-13 11:03:56 +00:00
sakamoto
6aca41bf33 BROKEN="linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)" 2000-01-11 10:13:31 +00:00
tls
ff4b7e677c Update this package to SuSE-6.3 so that glibc-2.1 applications are supported. 2000-01-09 07:10:37 +00:00
sakamoto
6d92b57cfb Add and enable linux-locale 2000-01-07 05:24:38 +00:00
sakamoto
8e8e794754 Initial import of linux-locale-0.4.11
Linux wcsmbs preload libraries and locales
2000-01-07 05:23:30 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
4f4685e521 Makefile: lines reordered,
DESCR: empty line removed,
RCS tags added
1999-12-29 01:47:59 +00:00
wiz
5eb10280bd RCS tags added/changed for pkglint (no # before $NetBSD$) 1999-12-29 01:45:39 +00:00
wiz
b02b0915d9 fewer pkglint warnings by removing unnecessary lines in pkg/DESCR
and reordering lines in Makefile
1999-12-29 01:43:57 +00:00
wiz
f620f1ac58 replaced some commands by their ${COMMAND} counterparts,
reordered lines for fewer pkglint warnings
1999-12-29 01:41:00 +00:00
christos
0fe4271bbf makemake makemakepatchpatchsumsum 1999-12-18 22:10:30 +00:00
christos
45bf2691a2 Use objcopy to make the binary file and load it directly,
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18 22:10:02 +00:00
abs
9b8f869869 Add a version (1.1) 1999-12-18 13:41:29 +00:00
christos
219f3b29a4 redo 1999-12-18 01:49:28 +00:00
christos
5f8c4e3ce0 typo in patch 1999-12-18 01:48:56 +00:00
christos
4a386d6675 New patch checksum 1999-12-18 01:46:51 +00:00
christos
eacffdb43a - Fix Makefile to work with elf
- Fix RO string that got written
- Add mmap() when we run ELF, because we need to map lomem
- Fix uninitialized reference in di->location
- Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-18 01:46:29 +00:00
soren
0503858922 Handle EOF on command input. 1999-12-10 15:14:02 +00:00
soren
89ddb2f8f7 Use strtoq(3) in place of strtoll(). 1999-12-10 13:55:14 +00:00
soren
12a54b98e2 Add / to homepage URL. 1999-12-10 13:54:32 +00:00
agc
c796d50e0e Add and enable ia64sim 1999-12-10 12:59:34 +00:00
agc
74f5fe8ff0 Import an IA64 simulator into the NetBSD packages collection. 1999-12-10 12:59:02 +00:00
rh
85d22e901a defuzz 1999-11-27 21:24:46 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
soren
1f01d3d2dc Changed patches. 1999-11-10 08:01:29 +00:00
soren
feaf11b64b Xmess is now part of xmame. 1999-11-10 07:58:36 +00:00
soren
3b9f25b706 Update xmame to 0.36b8.1.
Xmess is now integrated in xmame.
1999-11-10 07:54:45 +00:00
drochner
3b0218ccff Update bochs to 991023a.
relevant changes since 980707:
new BIOS
many many fixes
integrated debugger additions
Pentium emulation

It's now possible to boot NetBSD inside bochs. (Remaining problems:
missing BIOS INT15/86 (delay), IDE disk recognition, timer interrupt too
fast, pccons-isapnp clash)
1999-10-25 16:05:37 +00:00
garbled
63b9afb04f I know.. I know.. No updates of pkgs.. Especially this one from
0.98 to 0.99a.  However, the author removed the old distfile from his
site, and the package wouldn't build anymore.
1999-10-21 07:45:47 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
8aa2518468 Remove "MIRROR_DISTFILE= no". We now have the source RPMs on our FTP
server so that we are allowed to mirror the binary RPMs.
1999-10-04 21:06:58 +00:00
tron
0a90e90abe Correct sub directory which got messed up during the update to 6.1p1.
Problem noted by "wiz" in PR pkg/8501.
1999-09-27 20:18:34 +00:00
tron
38c732d8bb Check all symbolic links after the complete RPM file has been written to
disk. If they point to a file store them like files in the package list
instead of using an "@exec" "@unexec" pair.
1999-09-26 11:28:11 +00:00
tron
3b714f779b Remove outdated Linux emulation package which completely lacks support
for "glibc2".
1999-09-23 07:58:28 +00:00
tron
41c6e8b1dd Assign "DIST_SUBDIR", "MIRROR_DISTFILE", "WRKSRC" and "MANCOMPRESSED" with
"?=" so that they can be overwritten by a package.
1999-09-20 00:51:41 +00:00
tron
0493ff5580 Remove unnecessary "post-install" target. 1999-09-19 23:59:34 +00:00
tron
b6583e7e9b Update SuSE Linux emulation package to version 6.1p1. This patch level
invents a complete new "rpm2pkg" utility which is faster, easier to use
and creates a correct package list more reliably.
1999-09-19 23:58:36 +00:00
tron
2e5729deb0 Initialize variable "pilot.threads" to "0" so that shared memory handling
works. Patch supplied by Nagae Hidetake in PR pkg/8400.
1999-09-13 21:31:51 +00:00
agc
6d48c1f1af Provide an error message if an attempt is made to build this package
on a NetBSD/i386 ELF platform.
1999-08-27 15:28:46 +00:00
tron
721a60010d Add and enable "suse_devel" package. Fixes PR pkg/8264 by
Dr. Lex Wennmacher.
1999-08-24 21:27:18 +00:00
tron
ca4cd4dcbb New "suse_devel" package based on PR pkg/8264 by Dr. Lex Wennmacher:
Linux compatibility package - development tools
1999-08-24 21:24:57 +00:00
tron
4cb7e4ccbb Retarget symbol links so that the Linux emulation can resolve them, too. 1999-08-24 21:15:30 +00:00
tron
71a7a90c41 Modify symbolic links so that "pkg_create" will turn them into relative
links which will prevent emulation problems later.
1999-08-24 20:39:01 +00:00
mycroft
50bae43abb ELF rpath issues. 1999-07-27 08:38:36 +00:00
mycroft
60c066dec6 More magic. 1999-07-27 03:25:03 +00:00
mycroft
0471d2680d ELF rpath issues. 1999-07-27 03:20:38 +00:00
deberg
86b31fd611 update 6.1 to 6.2 1999-07-17 19:24:48 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
jlam
895be09d41 * Update ncurses dependency. 1999-07-06 08:01:26 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tron
2ae683baeb Include "bash" and "ncurses" in package:
+ increases compatibility
+ brings "ldd" one step closer to working
  (our ELF loader still needs a compatibility kludge)
- requires yet another 1.8MB of distribution files
1999-06-29 22:48:19 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tron
0eb0234d0d UAE doesn't build on arm32. 1999-06-20 20:49:28 +00:00
tron
2ad074e0ab Use "/dev/sound" instead of "/dev/dsp". 1999-06-19 15:30:56 +00:00
tron
e7d1a1c424 Fix a typo in a comment. 1999-06-19 14:56:49 +00:00
tron
29d006f66f Add and enable "uae" package. 1999-06-19 14:40:08 +00:00
tron
60cba3e7f9 Import new "uae" package:
The UAE Amiga Emulator
1999-06-19 14:38:08 +00:00
tron
1e9ca24cf5 Add "ONLY_FOR_PLATFORM= NetBSD-*-i386". 1999-05-24 21:27:14 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
42a1a676be Adapt freebsd_lib's "smart /emul" script to suse_base. 1999-05-24 20:11:10 +00:00
tv
13fea383e3 Add and enable atari800. 1999-05-23 05:17:58 +00:00
tv
8fe0f51e6c An Atari 800/XL/5200 emulator for the X Window System. 1999-05-23 05:17:04 +00:00
tv
1d2e3546d5 Xmess moved! Update master site, homepage, and distro filename (which is
an otherwise identical file).
1999-05-22 19:41:31 +00:00
tv
d8a71cfed0 Forcibly specify that the shlib type is a.out, so that ELF systems won't
run into trouble with the automatic shlib handling.
1999-05-22 19:33:49 +00:00
tv
f62bec75b3 Clean this up a bit:
- actually extract to ${WRKDIR} and use find, xargs, and ${INSTALL_DATA{,_DIR}}
  to get the permissions right
- add a "smart-/emul" script that will automatically add a symlink from
  /emul/freebsd (adding /emul directory as necessary) only in the cases where
  this will not clobber something; otherwise print a message at install time
  that the user must do this.  Note that this still works if /emul is a
  symlink to ${LOCALBASE}/emul, though that is no longer required.
- issue a message at install time reminding the user to add COMPAT_FREEBSD
  to the kernel configuration.
1999-05-22 19:31:07 +00:00
tv
50265bfb0c Update to 2.3d. 1999-05-22 18:36:45 +00:00
tron
6a9ed6610e Add "suse_compat" package to dependence list. 1999-05-21 01:00:58 +00:00
tron
3bb338ae67 Add and enable "suse_compat". 1999-05-21 00:58:02 +00:00
tron
7df7881117 Import new "suse_compat" package:
Linux compatibility package with old shared libraries
1999-05-21 00:55:59 +00:00
tron
e15495c99b Don't use "DISTFILES" for a single distribution file. 1999-05-21 00:48:45 +00:00
tron
d9cc6fccaa Don't extract RPM files to "/tmp" but to target directory directly. 1999-05-21 00:09:27 +00:00
tv
c1dfbc61b5 Add and enable stella. (The misimport into the top level was corrected
on the CVS server.)
1999-05-18 23:16:40 +00:00
tv
fbe9d42ecb Import stella-1.1, an Atari 2600 VCS (and compatibles) emulator written in
C++.  Took hints from the FreeBSD port, but rewrote this one from scratch.
1999-05-18 23:14:16 +00:00
tv
27933be85c Update to 1.0, clean up, remove xpm dependency and check (...only used for
window icon when iconified), and add third party configs for 4064, SX-64,
and C64 Game System.
1999-05-18 08:45:48 +00:00
tron
1bb9cc38ec Remove the "linux_SuSE" package. It is replaced by the "suse_*" packages. 1999-05-17 23:07:24 +00:00
tron
bb4d12896b Add and enable "suse_linux". 1999-05-17 22:14:26 +00:00
tron
a50029f688 Import meta package for new SuSE Linux package collection. 1999-05-17 22:12:03 +00:00
tron
b1c00c6a58 Add and enable "suse_xforms". 1999-05-17 12:03:22 +00:00
tron
0f6b0c7ed7 New "suse_xforms" package:
Linux compatibility package for xforms binaries
1999-05-17 12:01:52 +00:00
tron
d7ed2a2ab6 Add mirror on "ftp.cs.unm.edu" to master site list. 1999-05-17 02:24:27 +00:00
tron
0b7a57bce8 Use "tar" to copy files because "cp -Rp" clobbers the directory
permissions from the "aaa_dir" RPM file.
1999-05-17 02:16:07 +00:00
tron
79eeaccfb1 Handle symlinks pointing to files smarter in automatically created
package list so that decompressing the manual pages will work.
1999-05-17 01:54:01 +00:00
thorpej
708b192ed8 Get the RPM from the right directory. 1999-05-17 00:52:31 +00:00
tron
e600ee82c4 Don't attempt to decompress manual pages because that will fail horribly
with out automatically generated package lists.
1999-05-17 00:36:44 +00:00
tron
264c0dd97a Add "suse_*" to conflict list.
XXX If the new SuSE packages work out this package can be removed.
1999-05-17 00:19:36 +00:00
tron
3aa88a5d09 Add "linux_SuSE-*" and "suse_*" to conflict list. 1999-05-17 00:18:15 +00:00
tron
85c1e5c718 Add and enable new SuSE packages. 1999-05-17 00:16:43 +00:00
tron
d9820297bf Import new modular Linux compatibility system for i386 based on SuSE 6.1
Linux distribution:

suse_base-6.1       Linux compatibility package
suse_x11-6.1        Linux compatibility package for X11 binaries
suse_libc5-6.1      Linux compatibility package for libc5 binaries

These packages are dedicated to Jason 'clone' Thorpe.
1999-05-17 00:14:49 +00:00
ross
615998b2dd Fix compile problems. Enable on alpha. 1999-05-10 02:17:50 +00:00
tv
af4a0239f6 Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
1999-04-27 11:53:39 +00:00
tv
68304cdae0 Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete
time, respectively.
1999-04-27 11:52:38 +00:00
tv
6f97dcce50 Match Matthias's changes for MASTER_SITE_SUBDIR. 1999-04-15 20:54:29 +00:00
tv
6815aa3407 Add and enable wine-current. 1999-04-15 20:51:26 +00:00
tv
f87edd07bd Add Wine 990328 as "wine-current", since this release makes Win32
nonfunctional on NetBSD 1.4 and earlier.  (It is, however, more stable for
Win16 applications.)
1999-04-15 20:50:46 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tv
a346e72da2 Add and enable compat13. 1999-04-15 16:38:56 +00:00
tv
c508d502cb NetBSD 1.3.x compatibility package for 1.4 and beyond. 1999-04-15 16:36:14 +00:00
tv
cea0293f59 ONLY_FOR_OPSYS=NetBSD. 1999-04-15 16:35:13 +00:00
garbled
958c6e540d Remove NOT_FOR_ARCH alpha... this now works on 1.4 1999-04-14 20:51:44 +00:00
garbled
4d1c0ee35a Add new patch-af from Thomas Gerner to fix endian bug on pcemu. Closes PR
#7632.
1999-04-12 06:46:15 +00:00
abs
a05dffe161 Update DEPENDS to catch up with other packages' version changes. 1999-04-06 02:03:00 +00:00
mycroft
c3f4544ef6 0.35b8.1 1999-04-03 21:45:16 +00:00
garbled
e08a56e322 document and enable pcemu. 1999-03-31 06:38:29 +00:00
garbled
09e4abae98 Initial import of pcemu-1.01a. An 8086/8088 CPU emulator.
Closes PR 7294 by Eric Fox.
1999-03-31 06:34:07 +00:00
simonb
933c508f7b Add / to rc directory name after stat() not before.
Patch has been sent to maintainer.
1999-03-15 13:54:24 +00:00
nathanw
f0bc35c243 Remove mc68k/custom.c from distribution after unpacking. It's a generated
file that only applies on i386. Let the build system rebuild it for
the current platform.
Tweak the fab_custom build rule.
1999-02-23 23:56:32 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
nathanw
1d2cc34769 Duh. Add and enable xcopilot. 1999-02-10 04:18:31 +00:00
nathanw
d230a89bd3 Initial import of XCopilot package, a PalmPilot (tm) emulator. 1999-02-05 07:38:14 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
a733747fb2 reflect update of unzip to 5.40 1998-12-28 13:46:12 +00:00
mycroft
d29e27fb4f 0.34b8.1 1998-12-15 10:34:34 +00:00
tv
1959a4d000 Update to 981211. Works even better now, though the compile-for-native
still does not work quite right (the global constructors created by
wrc don't work).
1998-12-14 02:17:10 +00:00
frueauf
7206b18044 Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes make fetch work again. 1998-12-12 18:10:31 +00:00
sommerfe
b59a4d1d8c sigaddset() on an automatic variable works much better if preceded by
sigemptyset().  (this used to work, by chance, when sigmasks fit in a
register).

doscmd now seems to work on 1.3I
1998-11-29 23:39:30 +00:00
tron
a95bea1dbc Sync package list with updated RPM archives. 1998-11-19 23:00:18 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
tron
bf5859df91 Update checksums with reality. 1998-11-15 18:23:24 +00:00
frueauf
3adea051ce Some more pkglint stuff. 1998-11-12 23:20:09 +00:00
frueauf
4a9b2ad461 Fix some more pkglint nits. 1998-11-12 23:03:39 +00:00
tron
9e9b8b4b4c Depend on "rpm-2.5.4". 1998-11-06 17:23:46 +00:00
mycroft
9e9688ab7a 0.34b5.2 1998-11-05 16:00:57 +00:00
mycroft
32b4298521 Missed a CONFLICT. 1998-11-04 14:06:03 +00:00
mycroft
3087bb9f66 0.34b5.2 1998-11-04 14:05:32 +00:00
tron
e3e3123e6d Add a "@" before command in "post-install". 1998-10-31 00:23:34 +00:00
tron
b42672d32a Add and enable "linux_SuSE-5.3". 1998-10-31 00:22:32 +00:00
tron
92cf84c114 New "linux_SuSE-5.3" package:
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports aout and ELF binaries linked with libc 5 or libc 6.
However, there are no aout libraries included. You can add Linux RPM
packages to this package with "linux-rpm -i ..." and remove them with
"linux-rpm -e ..." again.
1998-10-31 00:18:47 +00:00
hubertf
5d5202affd Add changes to compile on current; still works on 1.3(.1)
Reported and tested by Bernhard Riedel <bernhard@sdg.de>
1998-10-28 01:29:16 +00:00
mycroft
71fff45316 0.5b2.2 1998-10-25 22:06:23 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
matthias
0db9d8591e Change $ii to $$ii in post-install for loop. 1998-09-16 09:37:28 +00:00
garbled
ca9f6b74d2 Add MIRROR_DISTFILE=no until I talk to the author about the legality of
the commodore ROMS he is providing.
1998-09-13 14:58:41 +00:00
garbled
087d380c77 Oops.. forgot to clean this up.. 1998-09-12 17:47:03 +00:00
garbled
6d938c986a roms distfile was not needed..pointed out by Krister Walfridsson. 1998-09-12 17:46:23 +00:00
mycroft
6d86d230f3 Fix message at end of install. 1998-09-07 23:20:04 +00:00
mycroft
74dd473061 Temporary patch around .h file lossage. 1998-09-07 23:03:43 +00:00
mycroft
f839fbc662 Catch up with a Makefile change. 1998-09-07 22:58:24 +00:00
mycroft
a7098e90c5 Update to 0.34b2.2. 1998-09-07 22:54:50 +00:00
garbled
f99075b391 Actually handle info files correctly, pointed out by Thorsten. Needs
exec and unexec for binary pkgs
1998-09-07 10:17:19 +00:00
frueauf
08e00b32aa Never list info/dir in PLIST. 1998-09-07 08:38:46 +00:00
garbled
5a50076c48 document and enable vice-0.15.0 1998-09-06 23:50:28 +00:00
garbled
bb4ed4478d New pkg for vice-0.15.0
an emulator for C64, C128, PET and VIC20's
1998-09-06 23:47:26 +00:00
garbled
f7d356449d Enable and note in the changes document addition of bochs. 1998-09-06 06:53:52 +00:00
garbled
3f0ef23883 Add new pkg for bochs-980707
an i386 machine emulator capable of running dos/windows
(couldn't get this working on alpha, works great on i386, reports from
other arches would be much appreciated)
1998-09-06 06:51:04 +00:00
mycroft
6c1a320995 Add conflict. 1998-09-05 12:37:58 +00:00
mycroft
c2dff22aae Update to 0.34b2.1. 1998-09-05 12:27:39 +00:00
explorer
c85255a9b1 provide a pointer to the source 1998-09-04 12:06:13 +00:00
frueauf
d2fc629ac7 portlint: remove unnecesary blank line. 1998-09-03 11:03:52 +00:00
frueauf
37eb08d711 portlint: this should be a one-liner. 1998-09-03 11:02:25 +00:00
explorer
a5d6bb8cb8 Initial import of FreeBSD compatability libraries, needed for
the COMPAT_FREEBSD kernel option to do any good.  This makes
the FreeBSD Netscape run at least.
1998-09-02 20:57:02 +00:00
mycroft
f7003c89fc Use -DACORN to fix up unaligned accesses on non-i386en. 1998-09-01 06:58:13 +00:00
mycroft
a492d4b886 Allow the display type to be overridden from the pkg Makefile. 1998-08-31 08:12:19 +00:00
mycroft
4afffc3a12 Use a gmake construct rather than a pmake construct. 1998-08-29 21:32:04 +00:00
frueauf
5d85905c33 Readd rcs ids again. 1998-08-29 19:41:59 +00:00
frueauf
246cdf5335 Remove old checksums. 1998-08-29 19:39:56 +00:00
mycroft
cfa5dad7f0 Update list of emulated systems. 1998-08-29 04:27:20 +00:00
mycroft
bca6b08c2b Update to 0.2b4.1. 1998-08-29 04:24:28 +00:00
mycroft
43ef5bd8d9 Update to 0.34b1.1. 1998-08-29 04:08:12 +00:00
frueauf
2ecee52ba8 Remove unnecessery blank lines. 1998-08-23 21:03:07 +00:00
frueauf
02ee94729c Whitespace police. 1998-08-23 20:45:01 +00:00
tron
c055fe9704 pkglint:
- replace "${MKDIR} -p" by "${MKDIR}"
- move "RUN_DEPENDS" and "DEPENDS" to the correct place
1998-08-23 19:29:51 +00:00
tron
69dfee3ca9 Activate joystick supports on all ports which have it not only on i386. 1998-08-23 19:25:40 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
tron
9105098fca Install package in "${LOCALBASE}/emul/linux", fixes PR pkg/5980. 1998-08-17 20:09:51 +00:00
tv
2dc95eff91 Fix DISTNAME/PKGNAME differences. 1998-08-17 18:35:34 +00:00
tv
b22f665916 This time, save the editor buffer completely before committing. 1998-08-17 18:20:06 +00:00
tv
4a191dc825 Stopgap hack to make this build and install for PR #5980. This will be
fixed in a better way later this week.
1998-08-17 18:14:07 +00:00
tv
bb2a45e08a Consolidate and clean up compat11/compat12. Now there is only one pkg
(compat12), which uses MACHINE_ARCH and does not supply libkvm.
1998-08-13 02:17:37 +00:00
tv
4b05a40caa Add rcsid. 1998-08-12 22:44:52 +00:00
tv
2ef7220551 A pkg for Bob Supnik's simh processor simulator. Can simulate the IBM
1401, Nova, and PDP-{1,4,5,7,8,9,11,15} on both big and little endian
processors.  (Can run the free binary distribution of V6 and V7.)
1998-08-12 22:44:31 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
mycroft
aad2f21ae2 Enable MIT-SHM, as pointed out by Mario Kemper. 1998-07-23 09:38:09 +00:00
frueauf
e42ccc53c4 Give xmame the chance to compile on non-i386 machines too. 1998-07-22 10:02:31 +00:00
frueauf
d128c1533b Give xmess the chance to compile on non-i386 machines too. 1998-07-22 09:41:15 +00:00
agc
51f3ba3f68 Make this package install correctly if MANZ is defined. 1998-07-21 12:08:39 +00:00
frueauf
09f4669016 Add and enable xmess. 1998-07-21 11:21:13 +00:00
tsarna
ebdad8f3b7 Improve wording 1998-07-19 18:08:50 +00:00
tsarna
1e5f78bc9c An MS-DOS emulator (NetBSD/i386 only) 1998-07-18 04:58:17 +00:00
tsarna
d461e99bc3 An MS-DOS emulator (NetBSD/i386 only) 1998-07-18 04:46:11 +00:00
agc
c5543eb5a0 Use automatic shared object handling 1998-07-15 11:57:30 +00:00
mycroft
460839434c Initial port of the XMESS game console emulator. 1998-07-09 12:34:56 +00:00
mycroft
7310ab5c42 Translate to English. 1998-07-09 12:29:34 +00:00
mycroft
e9242f8057 Work around a small bug in this beta. 1998-07-05 11:43:45 +00:00
mycroft
21dd22cc5f Update to 0.33b6.1. 1998-07-04 12:05:06 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
tron
ea3fd44915 Don't mirror distribution files which are kept locally anyway. 1998-07-03 23:30:09 +00:00
agc
a8fbf965c0 Update package Makefile for automatic manual page handling. 1998-06-22 12:29:06 +00:00
tron
d3bf11fa35 "wine" builds fine with our "make". 1998-06-19 23:20:16 +00:00
tron
9e2024fe58 Get package to work with NetBSD 1.3, 1.3.1 and 1.3.2. 1998-06-19 18:47:18 +00:00
tron
b3ad86ba67 Package conflicts with "wine-980215". 1998-06-19 17:27:36 +00:00
tron
3ce05840ff Update Wine to 14-Jun-98 snapshot.
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-18 23:48:52 +00:00
agc
3510abfc45 Fix the location a bit more cleanly. Use ${ECHO} instead of echo. 1998-06-11 12:32:01 +00:00
hubertf
2cc8b82206 add dependency on xpm, per PR 5537 from Ty Sarna 1998-06-04 07:20:44 +00:00
tron
75092d6744 "spim" really wants be configured twice, fixes PR pkg/5505. 1998-05-28 17:39:11 +00:00
tron
da7621af2b Enable "spim", fixes PR pkg/5375. 1998-05-26 21:20:07 +00:00
tron
2cc08e783e New "spim-6.1" package created from the FreeBSD port by Matt Debergalis. 1998-05-26 21:19:18 +00:00
agc
28c1dc49e6 Only set -malign-functions=2 -malign-jumps=2 -malign-loops=2 on i386
architecture, as pointed out by pk.
1998-05-13 10:13:25 +00:00
hubertf
f84c1cc430 add (/emul/linux)/usr/local/lib to shut up (linux') ldconfig 1998-05-08 23:57:02 +00:00
tron
9bde162ff5 Cleanup "Makefile" and fix broken package list. 1998-05-08 23:17:58 +00:00
tron
1cf427c528 Replace "LIB_DEPENDS" with "DEPENDS", use "ONLY_FOR_ARCHS" instead of
"pre-fetch" hack and fix broken package list creation.
1998-05-08 21:33:21 +00:00
tron
0260abe254 Use "ONLY_FOR_ARCHS" instead of "pre-fetch" hack and fix broken package
list creation.
1998-05-08 21:22:35 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
agc
1f37a0c6a7 Cosmetic change: ln -> ${LN} 1998-04-24 09:07:55 +00:00
mycroft
403bcd26bf Remove libc.so.5.4.23, as it is widely recognized as broken, and causes MatLab
to fail.
Also, use -f when making the /dev/dsp symlink.
1998-04-23 09:36:41 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
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-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tv
c729d5c38c ONLY_FOR_ARCHS doesn't check ARCH; it checks MACHINE_ARCH. Change this to
a shell check as changing <bsd.port.mk> is more than it should be.
1998-03-26 17:35:39 +00:00
mycroft
5d75342f14 Tidy this up, and make me the `maintainer'. 1998-03-20 06:51:55 +00:00
frueauf
5e2d51f15c Enable wine since its in the tree. 1998-03-19 14:17:10 +00:00
frueauf
2f7d0c480b portlint: remove double "post-install:"; reorder EXTRACT_SUFX. 1998-03-19 11:11:55 +00:00
frueauf
94ba740b89 portlint: reorder EXTRACT_SUFX; blank line after *_DEPENDS section. 1998-03-19 11:07:32 +00:00
tv
501ae915b9 Add compat11 and compat12, and enable them. These don't work for all
arches (as not all architectures had a 1.1 or 1.2 release), but are
restricted as such....
1998-03-17 21:37:13 +00:00
tv
26ca2f7615 Import of NetBSD 1.2[.1] shared library compat package 1998-03-17 21:32:54 +00:00
tv
9064606119 Import of NetBSD 1.1 shared library compat package 1998-03-17 21:31:39 +00:00