diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 13:32:34 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 13:32:34 +0800 |
commit | 6886169f804dfb529b7e52838f9fb3767213b4bd (patch) | |
tree | f63b4be4ffde00e20eda8308a2be4f8fef2a786c /emulators/wine | |
parent | 5b4b74d58b53ad210dfe943092cc320a3033ee7f (diff) | |
download | freebsd-ports-gnome-6886169f804dfb529b7e52838f9fb3767213b4bd.tar.gz freebsd-ports-gnome-6886169f804dfb529b7e52838f9fb3767213b4bd.tar.zst freebsd-ports-gnome-6886169f804dfb529b7e52838f9fb3767213b4bd.zip |
Update to 980927.
Submitted by: Stefan Esser <se@mi.uni-koeln.de>
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/files/patch-ar | 40 |
3 files changed, 42 insertions, 12 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 93702f15801d..05c9a4d051a1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,12 +3,12 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.60 1998/09/15 11:13:06 asami Exp $ +# $Id: Makefile,v 1.61 1998/09/17 00:32:31 asami Exp $ # -DATE= 980517 +DATE= 980927 DISTNAME= Wine-${DATE} -PKGNAME= wine-98.05.17 +PKGNAME= wine-98.09.27 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -17,10 +17,14 @@ MAINTAINER= se@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/wine${DATE} +WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes MAN1= wine.1 +post-extract: + -${MKDIR} ${WRKSRC}/include/asm + ${CP} ${FILESDIR}/bitops.h ${WRKSRC}/include/asm/bitops.h + pre-configure: @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ >> ${WRKSRC}/autoconf.h diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 0c0647835678..ab71f8fb5b32 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-980517.tar.gz) = cec344cafc35c17360c3ad85eed32428 +MD5 (Wine-980927.tar.gz) = 879a40564002a34d24fe5b2cffe09a65 diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar index 60c8a2836a98..00a464f7e514 100644 --- a/emulators/wine/files/patch-ar +++ b/emulators/wine/files/patch-ar @@ -1,11 +1,37 @@ -*** configure~ Wed Dec 24 11:12:03 1997 ---- configure Wed Dec 24 11:18:45 1997 +*** configure.orig Sun Sep 27 19:09:55 1998 +--- configure Fri Oct 2 21:29:19 1998 *************** -*** 2462,2465 **** ---- 2462,2467 ---- - trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 +*** 2355,2359 **** + ; return 0; } + EOF +! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_extern_prefix="yes" +--- 2354,2358 ---- + ; return 0; } + EOF +! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_extern_prefix="yes" +*************** +*** 2396,2400 **** + ; return 0; } + EOF +! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_asm_string="yes" +--- 2395,2399 ---- + ; return 0; } + EOF +! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_asm_string="yes" +*************** +*** 3440,3443 **** +--- 3439,3444 ---- -+ LDLIBS="$LDLIBS -lxpg4" + trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 + - DEFS=-DHAVE_CONFIG_H ++ LDLIBS="$LDLIBS -lxpg4" + DEFS=-DHAVE_CONFIG_H |