summaryrefslogtreecommitdiff
path: root/emulators/wine/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2002-08-05 11:50:34 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2002-08-05 11:50:34 +0000
commit518747a7443e3cf1016ac6abfe8d9df5cd741f46 (patch)
treeb4609996f5591779deea2a57d0680c6f91565c19 /emulators/wine/files
parentFork off x11/xscreensaver port as of yesterday and add some long awaited (diff)
Update to the 2002.08.04 version of Wine. (This also removes
patch-winefile.h, which probably shouldn't have been committed.) Approved by: obrien (mentor)
Notes
Notes: svn path=/head/; revision=64041
Diffstat (limited to 'emulators/wine/files')
-rw-r--r--emulators/wine/files/patch-ba12
-rw-r--r--emulators/wine/files/patch-gb44
-rw-r--r--emulators/wine/files/patch-winefile.h10
3 files changed, 27 insertions, 39 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba
index 32b1b06d0387..5f77887e1984 100644
--- a/emulators/wine/files/patch-ba
+++ b/emulators/wine/files/patch-ba
@@ -1,20 +1,20 @@
---- Make.rules.in.orig Mon Mar 19 20:19:23 2001
-+++ Make.rules.in Sun Apr 8 14:31:40 2001
-@@ -25,7 +25,7 @@ SHELL = /bin/sh
+--- Make.rules.in.orig Fri Aug 2 21:34:21 2002
++++ Make.rules.in Mon Aug 5 13:07:21 2002
+@@ -29,7 +29,7 @@ SHELL = /bin/sh
CC = @CC@
CPP = @CPP@
- CFLAGS = @CFLAGS@
+ CFLAGS = @CFLAGS@ $(EXTRACFLAGS)
-OPTIONS = @OPTIONS@ -D_REENTRANT
+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
-@@ -80,7 +80,7 @@ INSTALL_DATA = @INSTALL_DATA@
+@@ -100,7 +100,7 @@ INSTALL_DATA = @INSTALL_DATA@ $(INSTA
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
-libdir = @libdir@
+libdir = @libdir@/wine
+ datadir = @datadir@
infodir = @infodir@
mandir = @mandir@
- prog_manext = 1
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb
index 6b7a9ac0b3b5..f33701ad54cd 100644
--- a/emulators/wine/files/patch-gb
+++ b/emulators/wine/files/patch-gb
@@ -1,23 +1,21 @@
-*** Makefile.in.orig Thu Jul 11 10:36:16 2002
---- Makefile.in Thu Jul 11 10:36:38 2002
-*************** install-lib:: $(INSTALLLIBSUBDIRS:%=%/__
-*** 87,104 ****
- install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__)
-
- install::
-- -$(LDCONFIG)
-- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \
-- then \
-- echo "*************************************************" ; \
-- echo "*************************************************" ; \
-- echo "The installed Wine libraries will not be found!" ; \
-- echo "You can either:" ; \
-- echo " Add the line '$(libdir)' to /etc/ld.so.conf" ; \
-- echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \
-- echo "*************************************************" ; \
-- echo "*************************************************" ; \
-- fi
-
- .PHONY: install-lib install-dev
-
---- 87,92 ----
+--- Makefile.in.orig Fri Aug 2 21:34:21 2002
++++ Makefile.in Mon Aug 5 13:10:16 2002
+@@ -91,18 +91,6 @@ install-lib:: $(INSTALLLIBSUBDIRS:%=%/__
+ install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) install-aclocal
+
+ install:: install-aclocal
+- -$(LDCONFIG)
+- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \
+- then \
+- echo "*************************************************" ; \
+- echo "*************************************************" ; \
+- echo "The installed Wine libraries will not be found!" ; \
+- echo "You can either:" ; \
+- echo " Add the line '$(libdir)' to /etc/ld.so.conf" ; \
+- echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \
+- echo "*************************************************" ; \
+- echo "*************************************************" ; \
+- fi
+
+ uninstall::
+ $(RM) $(datadir)/aclocal/wine.m4
diff --git a/emulators/wine/files/patch-winefile.h b/emulators/wine/files/patch-winefile.h
deleted file mode 100644
index 157fb4733c05..000000000000
--- a/emulators/wine/files/patch-winefile.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- programs/winefile/winefile.h.old Wed Jun 12 13:11:02 2002
-+++ programs/winefile/winefile.h Wed Jun 12 13:11:07 2002
-@@ -38,7 +38,6 @@
- #include <commctrl.h>
- #include <shellapi.h>
- #include <stdlib.h>
--#include <malloc.h>
- #include <stdio.h>
- #include <tchar.h>
- #include <ctype.h>