aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2008-12-28 02:10:15 +0800
committergerald <gerald@FreeBSD.org>2008-12-28 02:10:15 +0800
commit519db515aa36b080236f9cc91d1bc2a1c2b95b60 (patch)
tree2b284a673192ec02015f3541cb0d0a457b61d15a /emulators
parente97f2031e9083e163d2401dcba211175f7c65511 (diff)
downloadfreebsd-ports-gnome-519db515aa36b080236f9cc91d1bc2a1c2b95b60.tar.gz
freebsd-ports-gnome-519db515aa36b080236f9cc91d1bc2a1c2b95b60.tar.zst
freebsd-ports-gnome-519db515aa36b080236f9cc91d1bc2a1c2b95b60.zip
Address a problem related to (incorrect) use of _mkdir by backporting
part of the full fix that has been applied upstream past 1.1.11. Bump PORTREVISION, giving wine-1.1.11_1,1.tbz which is kind of nice. :-) PR: 129951 Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine-devel/files/patch-configure10
-rw-r--r--emulators/wine/Makefile1
-rw-r--r--emulators/wine/files/patch-configure10
4 files changed, 22 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 4ffb412cd357..9a5b98101bf1 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.1.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SFE \
diff --git a/emulators/wine-devel/files/patch-configure b/emulators/wine-devel/files/patch-configure
new file mode 100644
index 000000000000..031280210d93
--- /dev/null
+++ b/emulators/wine-devel/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig 2008-12-24 20:12:58.000000000 +0100
++++ configure 2008-12-24 20:13:00.000000000 +0100
+@@ -17789,7 +17789,6 @@
+
+
+ for ac_func in \
+- _mkdir \
+ _pclose \
+ _popen \
+ _snprintf \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 4ffb412cd357..9a5b98101bf1 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.1.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SFE \
diff --git a/emulators/wine/files/patch-configure b/emulators/wine/files/patch-configure
new file mode 100644
index 000000000000..031280210d93
--- /dev/null
+++ b/emulators/wine/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig 2008-12-24 20:12:58.000000000 +0100
++++ configure 2008-12-24 20:13:00.000000000 +0100
+@@ -17789,7 +17789,6 @@
+
+
+ for ac_func in \
+- _mkdir \
+ _pclose \
+ _popen \
+ _snprintf \