Commit graph

1578 commits

Author SHA1 Message Date
Mike Silbersack
fdd8b072a2 Fix that pesky panic when the rtc module is unloaded.
PR:	ports/57465
2004-01-23 09:07:51 +00:00
Joe Marcus Clarke
4be8889692 Fix the install by stripping the i386 tag out of DISTFILES.
Reported by:	Stephen Hilton <nospam@hiltonbsd.com>
Tested by:	Stephen Hilton <nospam@hiltonbsd.com>
2004-01-22 17:43:26 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Joe Marcus Clarke
68342fefe1 Remove the two checksums for redhat-release-7.1-1.noarch.rpm from each
distinfo file, and instead fetch this one from from the i386 directory for
both Alpha and i386 architectures.  Based on the previous commit that
duplicated these entries in the plist, these files should be more or
less identical. Note: ftp-master will be updated soon with the correct
distfile. [1]

Also, remove redundant slashes from the jail message. [2]

PR:		61660 [1]
		61697 [2]
Submitted by:	Linh Pham <question@closedsrc.org> [2]
2004-01-22 01:39:09 +00:00
Eric Anholt
9dfc919e10 Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.

PR:		ports/61549
Submitted by:	Ken Stailey <kstailey@yahoo.com>
2004-01-22 00:10:11 +00:00
Pav Lucistnik
d3ced2683a - Update to 1.7
PR:		ports/61599
Submitted by:	No-Name <arundel@gmx.net> (maintainer)
2004-01-21 22:43:20 +00:00
Mike Silbersack
12f8a5958e Bump the port revision to note the vm_page_alloc_contig -> contigalloc
change which is required for 5.x systems.
2004-01-21 22:40:22 +00:00
Mike Silbersack
9adc302b40 Update the kernel module to use contigmalloc instead of the now obsolete
vm_page_alloc_contig.
2004-01-21 22:36:50 +00:00
Pav Lucistnik
d2ecb8d505 - Nuke useless empty file 2004-01-21 22:28:14 +00:00
Mike Silbersack
4c73ff2ad7 Make the linprocfs check succeed if linprocfs is already mounted, and
make the error message (hopefully) more descriptive.
2004-01-21 22:10:20 +00:00
Kirill Ponomarev
ffc486df06 - Use new knobs from bsd.sdl.mk
Approved by:	portmgr
2004-01-20 21:18:12 +00:00
Eric Anholt
e0c097a049 Update to 2.1. Try to provide a better set of default options and a better
default configuration (VESA enabled, which is very popular, and the config file
has the clock synchronizing to the host as default).  Simplify the Makefile
greatly.
2004-01-17 23:22:07 +00:00
Kirill Ponomarev
f4f2e50bde - Update to 2.3 and use ${DATADIR}
PR:		61321
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-13 18:52:26 +00:00
Clement Laforet
16eb92ad2f - Update to 0.5.4
- Fix build on bento

PR:             59902
Submitted by:   Nikisha <nishika@manbow.com> (maintainer)
Approved by:    erwin (mentor) (implicitly)
2004-01-12 13:53:23 +00:00
Pav Lucistnik
fec3f1ec6d - Update to 0.77.1 (chase xmame port)
PR:		ports/61206
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-01-12 12:15:21 +00:00
Pav Lucistnik
8a8308fdf6 - Update to 0.77.1
PR:		ports/61205
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2004-01-12 12:14:49 +00:00
Edwin Groothuis
fe087e6c25 remove spaces in favour of a tabs. 2004-01-10 12:04:05 +00:00
Edwin Groothuis
7eebd8d39b Update emulators/sim to 3.0-2
Make portlint -A happy and update the port to the current version.

PR:		ports/58644
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout
2004-01-10 12:03:04 +00:00
Joe Marcus Clarke
0ecea7d9d6 Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD.  This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools.  To most users, this change
is a no-op.

PR:		61090
Submitted by:	linimon
2004-01-10 07:18:55 +00:00
Pav Lucistnik
4056c20493 - Quiet Fenner's distfile survey
PR:		ports/61136
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>
2004-01-09 20:12:35 +00:00
Pete Fritchman
130f642c18 It turns out this port really depends on the nvidia-driver for libGLcore.so.1,
it's not optional.  Make this a hard dependency instead of suggesting it
in pkg-message, and note that we really do require an nVidia card.

Submitted by:	maintainer
2004-01-09 05:46:28 +00:00
Pav Lucistnik
08691ea4fb - Set --with-xmame-dir properly
- Raise portrevision

PR:		ports/60941
Submitted by:	Ulrich Spoerlein <q@uni.de> (xmame maintainer)
Approved by:	maintainer
2004-01-06 00:00:32 +00:00
Pete Fritchman
5245de9cc0 Change the linux_base-8 dependency to be a bit more strict (depend on a file
that only exists in linux_base-8).

Submitted by:	maintainer
2004-01-05 03:54:40 +00:00
Dirk Meyer
3561c82c83 - use INFO
- Fix x64 sound problmes (gcc bug) in STABLE
2003-12-30 21:03:47 +00:00
Pav Lucistnik
1a5489618e - Fix dependencies
- Fix install
- Add plugins

PR:		ports/60718
Submitted by:	Travis Poppe <tlp@LiquidX.org> (maintainer)
2003-12-30 12:57:49 +00:00
Gerald Pfeifer
b96c82c80a Get sound working by ignoring errors from our dummy SOUND_MIXER_INFO ioctl.
Bump PORTREVISION.

Reported by:	Travis Poppe <tlp@LiquidX.org>
Tested by:	Travis Poppe <tlp@LiquidX.org>
Discussed with:	matk
2003-12-28 13:16:21 +00:00
Kirill Ponomarev
93bb3e964a - Update to version 0.97.5
PR:		60629
Submitted by:	maintainer
2003-12-27 23:56:01 +00:00
Pav Lucistnik
cad561d693 Add linux-geepee32, a linux binary version of GP32 emulator. GP32 is
a handheld used mainly in Korea.

PR:		ports/57685
Submitted by:	No Name <arundel@gmx.net>
2003-12-26 23:54:19 +00:00
Pav Lucistnik
34e9c562a2 - Axe bogus text
PR:		ports/60601
Submitted by:	Travis Poppe <tlp@LiquidX.org> (maintainer)
2003-12-26 23:41:23 +00:00
Pav Lucistnik
a205417f3e - Update to 1.75
PR:		ports/59673
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2003-12-26 23:17:58 +00:00
Pav Lucistnik
1c2cc3300c - Update to 1.7
PR:		ports/59672
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2003-12-26 23:09:33 +00:00
Pav Lucistnik
a930cb6297 - Update to 1.15
PR:		ports/59671
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2003-12-26 23:06:04 +00:00
Pav Lucistnik
5a25befeea - Update to 1.6.0
PR:		ports/59670
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2003-12-26 23:01:39 +00:00
Pav Lucistnik
06a8d715bc Add linux-mupen64, a linux binary version of Nintendo 64 emulator.
PR:		ports/57626
Submitted by:	Travis Poppe <tlp@LiquidX.org>
2003-12-26 22:50:25 +00:00
Gerald Pfeifer
b4ffc8fdc1 rfork() requires that the RFTHREAD flag is given with RFPROC and RFMEM. Add
a patch to fix this port and bump PORTREVISION.

PR:		60508
Submitted by:	David Beck <dbeck@beckground.hu>
2003-12-26 12:39:15 +00:00
Kirill Ponomarev
2b28c6ab65 - Update to version 1.3.2
PR:		60562
Submitted by:	Ports Fury
2003-12-25 17:57:39 +00:00
Pete Fritchman
a33071bc50 - update to 0.34b
- only for i386 now, maintainer doesn't have time to remove gcc i386-isms
  and test on other archs.

PR:		60466
Submitted by:	maintainer
2003-12-21 02:39:23 +00:00
Sergei Kolobov
8bf7269a4e - Use canonical form (ports@FreeBSD.org) in MAINTAINER line 2003-12-21 00:23:25 +00:00
Pav Lucistnik
26eec49cd2 - Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)
Approved by:	maintainer timeout (1 month) (xmame part)
2003-12-19 23:25:11 +00:00
David E. O'Brien
be52cc2b3c Update to 6.0.
Submitted by:	grehan
2003-12-15 08:51:55 +00:00
Gerald Pfeifer
64a5f5ad11 Fix an installation bug, which did not trigger during my local testing. 2003-12-14 18:13:12 +00:00
Gerald Pfeifer
dfd2236499 Update to the 20031212 snapshot of Wine, which brings some simplifications.
Remove specific versions of Windows from pkg-descr and COMMENT, as there are
simply too many now, due to Microsoft's marketing.
2003-12-14 01:18:02 +00:00
Pav Lucistnik
96a980ce17 - Update to 20030723
PR:		ports/59609
Submitted by:	Ports Fury
2003-12-13 15:32:41 +00:00
Alexander Leidinger
8697f3d4a9 s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (the
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.

I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
2003-12-12 13:43:05 +00:00
Oliver Lehmann
e0ed504765 fix build on 5 2003-12-11 17:13:00 +00:00
Max Khon
715fb58da6 Fix build on 5.x. 2003-12-10 14:46:40 +00:00
Max Khon
f85c3bea3a USE_MESA -> USE_GL 2003-12-10 13:38:42 +00:00
Max Khon
623ee7e9b6 USE_MESA -> USE_GL, remove -lglut from LDFLAGS 2003-12-10 13:36:50 +00:00
Joerg Wunsch
3f3cd6af1f Clean up historical baggage, and move the old local distfiles that
used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own
public_distfiles.

No version changes involved.
2003-12-09 21:33:03 +00:00
Mark Linimon
ff354b2a71 Patched to support newer xmame versions.
PR:		ports/59567
Submitted by:	Travis Poppe <tlp@LiquidX.org> (maintainer)
2003-12-08 07:56:52 +00:00