1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

1376 Commits

Author SHA1 Message Date
Hye-Shik Chang
7cc5f661b1 Remove pre-install target running ${PKGREQ}. It's replaced by CONFLICT.
Pointed out by:	kris
2003-07-11 17:18:29 +00:00
Gerald Pfeifer
b6d65070d7 Adjust to the (relatively) new default directory layout used by Wine,
which closely follows what this port used to look anyways.
2003-07-10 16:39:10 +00:00
Gerald Pfeifer
70fda5fd30 Update to the 20030709 snapshot of Wine. Change the PORTVERSION scheme
from 2003.07.09 to 20030709 to match upstream versioning.
2003-07-10 10:57:27 +00:00
Makoto Matsushita
d92a57aef9 Remove unneeded backslash for escaping a single quote. Since this message
is not a part of installation contents, no revision bump.
2003-07-10 06:50:08 +00:00
Makoto Matsushita
26d8ec9bec Set checksum value to IGNORE, since this file is listed as IGNOREFILES.
Found by: SHIOZAKI Takehiko <st@be.to>
2003-07-10 06:40:12 +00:00
Daichi GOTO
8006b733b5 update emulators/x48: enhancements to emulators/x48
PR:		53912
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-09 07:40:20 +00:00
Gerald Pfeifer
88853a7848 Add -L${PREFIX}/lib to LDFLAGS so that the presence of FreeType is properly
detected during configury.  Bump PORTREVISION.

Reported by:	Matthew Reimer <mreimer@vpop.net>
2003-07-08 09:02:40 +00:00
Makoto Matsushita
12d533cc1c Fix installation messages to users. No content changes, no bump.
Submitted by:	SHIOZAKI Takehiko <st@be.to> (mostly)
2003-07-07 15:44:38 +00:00
Dirk Meyer
7ce58609f1 CATEGORIES stripped, no "tcl84" and "tk84" entrys,
was denied by portmgr when the base ports where created.

date: 2001/11/24 04:18:38;
ports/lang/tcl84, ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.
2003-07-06 09:19:38 +00:00
Dirk Meyer
3686f408b6 - update to use tk84 2003-07-06 09:05:17 +00:00
Trevor Johnson
43a3ce9a00 security fix: update the XFree86 libraries to 4.2.1 because of
what is described at <URL:http://www.xfree86.org/security/> as "an
Xlib problem that made it possible to load (and execute) arbitrary
code in privileged clients"

"local users [may] gain root privileges via a modified LD_PRELOAD
environment variable that points to a malicious module"
--CAN-2002-1472
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1472>

The hash matches the one in RHSA-2003:067-19 at
<URL:http://rhn.redhat.com/errata/RHSA-2003-067.html>.
2003-07-03 16:35:54 +00:00
Hye-Shik Chang
f75d8b16d5 - Utilize "CONFLICTS" instead of pkg-req [1]
- Set maintainer to ports@FreeBSD.org

Spotted by:	trevor [1]
2003-07-03 14:53:40 +00:00
Trevor Johnson
57597c1200 Register conflicts among linux_base ports. 2003-07-03 14:38:31 +00:00
Trevor Johnson
a62f32ec86 new i386-only linux_base port, which installs bits from release 8.0
of a Linux distribution
2003-07-03 14:29:29 +00:00
Yen-Ming Lee
5770f9426e Patch to use DOCSDIR and DATADIR
PR:		53898
Noticed by:	Jimmy Olgeni <olgeni@FreeBSD.org>
Submitted by:	Simon Dick <simond@irrelevant.org>
2003-06-30 02:15:44 +00:00
Joe Marcus Clarke
e8fd51a658 Fix build on bento by adding a dependency on gnomelibs.
Reported by:	bento via kris
2003-06-28 05:52:49 +00:00
Gerald Pfeifer
7f49b4c581 Adjust the note on required kernel options for FreeBSD 5.x and above, and
also make the situation more clear for FreeBSD 4.x.

Prompted by:	Eli Moore <eli.moore@newburynetworks.com>
2003-06-24 15:07:35 +00:00
Gerald Pfeifer
74de3a3e58 Update to the 2003.06.18 snapshot of Wine. 2003-06-18 22:39:59 +00:00
Dirk Meyer
c537e5691a - Update to 1.12 2003-06-15 09:20:51 +00:00
Trevor Johnson
1cf930b9cc Lars Eggert reports:
Installation of linux_base-7.1_2 fails when linprocfs is
	mounted.  Unmounting linprocfs before installing works
	around the issue.

At Lars' suggestion, this script also mounts the linprocfs after
installation.  I assume that if the user has a linprocfs entry in
/etc/fstab, the user wants it to be mounted.  It also seemed like
a good idea to un-mount it before de-installation.

PR:	46172
2003-06-10 14:57:03 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Adam Weinberger
db11af1806 Make USE_GNOME list valid.
Reported by:	kris
2003-06-04 16:26:44 +00:00
Adam Weinberger
b9b2df0e61 Update to 0.4.1.
PR:		ports/52700
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2003-06-02 01:29:09 +00:00
Trevor Johnson
885cb8d505 security update:
The function gzprintf within zlib, when called with a string
	longer than Z_PRINTF_BUFZISE (= 4096 bytes), can overflow
	without giving a warning.  zlib-1.1.4 and earlier exhibit
	this behavior. There are no known exploits of the gzprintf
	overrun, and only a few programs, including rpm2html and
	gimp-print, are known to use the gzprintf function.  The
	problem has been fixed by checking the length of the output
	string within gzprintf.

--<URL:http://rhn.redhat.com/errata/RHSA-2003-079.html>
2003-06-01 08:23:28 +00:00
Eric Anholt
6990a60695 Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX on
emulated processor versions that can't support it.

PR:		ports/52347
Submitted by:	keramida (mostly)
2003-05-20 18:02:52 +00:00
Gerald Pfeifer
96a0b44e6b Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problem
introduced by the previous revision.

Submitted by:	petef
2003-05-20 16:53:20 +00:00
Dmitry Sivachenko
42eedefcd2 Install a script into etc/rc.d/ to run ldconfig after reboots so
Wine libraries could be found.

Approved by:	maintainer
2003-05-19 10:07:37 +00:00
Yoshio MITA
13718d41d6 Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included into
package.  libstdc++-2.96 is a core package that is referenced by many
linux_base applications such as linux-eagle.  For instance, linux-eagle
doesn't work with linux_base-7.1_3.

Despite the importance, libstdc++-2.96 has been forgotten to be extracted
since 6 months.  (Actually, the RPM package is listed in the Makefile,
but was badly defined so that no extraction was performed.)

Since linux_base is an important package, I hesitated to commit this
correction (for a long time :).  If there is any incovenience in the
way of package definition, please feel free to correct my change.
2003-05-19 06:26:25 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Martin Blapp
09bbd91bf7 Bump portrevision 2003-05-15 13:07:42 +00:00
Martin Blapp
8f11d2a89b Fix panic if the rtc module gets loaded twice: Make rtc_dev static
and destroy the device on cleanup.

Submitted by:	Orlando Bassotto <orlando.bassotto@ieo-research.it>
2003-05-15 13:06:57 +00:00
Martin Blapp
ab71b37e95 VMware-workstation-3.2.0-2230.tar.gz has disappeared everywhere on the
mirrors. Replace it with VMware-workstation-3.2.1-2237.tar.gz and fix the
patchset to work with this version.

Only issue a warning about needed system shm-patches if we are running a
old CURRENT.
2003-05-14 19:43:56 +00:00
Eric Anholt
56799712cd Update to 0.4.0.
PR:		ports/52149
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2003-05-13 22:05:31 +00:00
Brian Feldman
20b2ef033f Correct USB joystick support for 4.x (used the wrong version of the
hid_report_size(3) API).

Submitted by:	Sean Welch <welchsm@earthlink.net>
2003-05-13 17:10:53 +00:00
Pete Fritchman
fa9e557204 Master site has moved.
Noticed by: 	fenner's portsurvey
2003-05-10 14:49:04 +00:00
Gerald Pfeifer
e5d8980284 Update to the 20030508 snapshot of Wine. 2003-05-09 09:28:35 +00:00
Brian Feldman
96c18c40dd Mirror the distfile since the download section on the master site is dead.
Unbreak by updating for new -lusbhid in current.
2003-05-08 01:33:09 +00:00
Kris Kennaway
488b213183 BROKEN: Does not compile 2003-05-07 00:12:29 +00:00
Kris Kennaway
6777f867da As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove ports that have been broken for >4 months (in many cases much longer)
with no sign of a fix.
2003-05-06 03:56:26 +00:00
Kris Kennaway
28e7382123 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
2003-05-06 03:49:05 +00:00
Maho Nakata
78cab6939a small clean up
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-05-05 11:07:41 +00:00
Munechika SUMIKAWA
75a5f843a7 Fixed dependency. 2003-05-05 11:03:14 +00:00
Matthew N. Dodd
fde5a97d49 Update to 0.67.2
Submitted by:	 maintainer
2003-05-04 19:06:49 +00:00
Makoto Matsushita
d96f3b1ef3 Fixup for package cluster building.
- Mark NO_PACKAGE since these ports require VMware itself.
  (and avoid using .ifdef(PACKAGE_BUILDING) also)
- Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
2003-05-04 14:39:21 +00:00
Poul-Henning Kamp
ffc9c36caa Add dependency on devel/gettext 2003-05-03 20:47:56 +00:00
Munechika SUMIKAWA
dade58f65f Add dosbox 0.55, an emulator of a PC with DOS.
PR:		41082
Submitted by:	Tom Carrick <knyghtmare@knyghtmare.com>
2003-05-01 22:19:27 +00:00
Poul-Henning Kamp
53afbdd500 Forgot cvs add on this one: This makes things compile. 2003-04-29 05:17:56 +00:00
Adam Weinberger
5f89699019 This is phk's port now. 2003-04-29 04:48:59 +00:00
Poul-Henning Kamp
a623dd1113 Update to version 2.17.1 2003-04-28 19:43:06 +00:00
Gerald Pfeifer
d0dc7a25ef Add three missing items. 2003-04-27 11:37:57 +00:00