aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-06 22:22:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-06 22:22:16 +0000
commit943fc1582ce5f4bf7b55a853f4205bdfcc433080 (patch)
treeac2c25a96137df8131596439cbb8a50b05189c45 /emulators/wine
parentf81be346a00e03c5abc35fc75acfbe80531dffcb (diff)
downloadports-943fc1582ce5f4bf7b55a853f4205bdfcc433080.tar.gz
ports-943fc1582ce5f4bf7b55a853f4205bdfcc433080.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile9
-rw-r--r--emulators/wine/distinfo4
-rw-r--r--emulators/wine/files/patch-gb12
-rw-r--r--emulators/wine/files/patch-tools27
-rw-r--r--emulators/wine/pkg-plist1
5 files changed, 8 insertions, 45 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 6692cf4d0e97..951cf0e334bf 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= wine
-PORTVERSION= 20050930
+PORTVERSION= 0.9
+PORTEPOCH= 1
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-DISTNAME= Wine-${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gerald@FreeBSD.org
COMMENT= Microsoft Windows compatibility layer for Unix-like systems
@@ -31,6 +31,7 @@ USE_GMAKE= yes
USE_GL= yes
USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut.
USE_XPM= yes
+USE_BZIP2= yes
.include <bsd.port.pre.mk>
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index f54f613b0c46..ec6587f919a3 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -1,2 +1,2 @@
-MD5 (Wine-20050930.tar.gz) = b8cb96e2cb2c89daeba415c734ae4218
-SIZE (Wine-20050930.tar.gz) = 12838537
+MD5 (wine-0.9.tar.bz2) = 20858ca2bcfc6ae765007c40e5cdd550
+SIZE (wine-0.9.tar.bz2) = 10036834
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb
deleted file mode 100644
index 428621682509..000000000000
--- a/emulators/wine/files/patch-gb
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig Wed Apr 9 08:10:49 2003
-+++ Makefile.in Wed Apr 9 08:14:06 2003
-@@ -82,8 +82,7 @@
- install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal
-
- install:: install-lib install-dev install-aclocal
-- -$(LDCONFIG)
-- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \
-+ @if false ; \
- then \
- echo "*************************************************" ; \
- echo "*************************************************" ; \
diff --git a/emulators/wine/files/patch-tools b/emulators/wine/files/patch-tools
deleted file mode 100644
index a6d6085cc0ac..000000000000
--- a/emulators/wine/files/patch-tools
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: tools/makedep.c
-===================================================================
-RCS file: /home/wine/wine/tools/makedep.c,v
-retrieving revision 1.17
-diff -u -3 -p -r1.17 makedep.c
---- makedep.c 20 Jun 2003 21:31:13 -0000 1.17
-+++ makedep.c 23 Feb 2004 22:36:23 -0000
-@@ -67,7 +67,8 @@ static const char Usage[] =
- " -Idir Search for include files in directory 'dir'\n"
- " -Cdir Search for source files in directory 'dir'\n"
- " -fxxx Store output in file 'xxx' (default: Makefile)\n"
-- " -sxxx Use 'xxx' as separator (default: \"### Dependencies\")\n";
-+ " -sxxx Use 'xxx' as separator (default: \"### Dependencies\")\n"
-+ " -Dxxx This is a no-op, to work around bugs in other tools\n";
-
-
- /*******************************************************************
-@@ -503,6 +504,9 @@ static void parse_option( const char *op
- case 'C':
- if (opt[2]) SrcDir = opt + 2;
- else SrcDir = NULL;
-+ break;
-+ case 'D':
-+ /* Simply ignore -D... options. */
- break;
- case 'f':
- if (opt[2]) OutputFileName = opt + 2;
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index b89bb3930ed2..6fe17d0fc213 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -302,6 +302,7 @@ include/wine/windows/schnlsp.h
include/wine/windows/schemadef.h
include/wine/windows/sddl.h
include/wine/windows/secext.h
+include/wine/windows/security.h
include/wine/windows/sensapi.h
include/wine/windows/sensevts.h
include/wine/windows/sensevts.idl