diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
commit | f06d462fb4f8f2d4cabafbe305fe53c6b43b7d0c (patch) | |
tree | b7d88e487bfceca6129d1b184803a08fc0f76327 /emulators | |
parent | 054fec6636c7523b985549f6e8c61c231afe6016 (diff) | |
download | ports-f06d462fb4f8f2d4cabafbe305fe53c6b43b7d0c.tar.gz ports-f06d462fb4f8f2d4cabafbe305fe53c6b43b7d0c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 10 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ar | 29 | ||||
-rw-r--r-- | emulators/wine/Makefile | 10 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/files/patch-ar | 29 |
6 files changed, 28 insertions, 54 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 93e7ce4bf522..4c24adca9423 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,12 +3,12 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.64 1998/10/13 04:39:18 jseger Exp $ +# $Id: Makefile,v 1.65 1998/10/13 11:06:04 jseger Exp $ # -DATE= 980927 +DATE= 981211 DISTNAME= Wine-${DATE} -PKGNAME= wine-98.09.27 +PKGNAME= wine-98.12.11 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -21,10 +21,6 @@ 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-devel/distinfo b/emulators/wine-devel/distinfo index ab71f8fb5b32..67dee011184a 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1 @@ -MD5 (Wine-980927.tar.gz) = 879a40564002a34d24fe5b2cffe09a65 +MD5 (Wine-981211.tar.gz) = dc51f8faa2bef9053c5f61cd32fa2d62 diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar index 00a464f7e514..5f71f30e6fa6 100644 --- a/emulators/wine-devel/files/patch-ar +++ b/emulators/wine-devel/files/patch-ar @@ -1,37 +1,28 @@ -*** configure.orig Sun Sep 27 19:09:55 1998 ---- configure Fri Oct 2 21:29:19 1998 +*** configure.orig Wed Dec 23 19:24:45 1998 +--- configure Wed Dec 23 19:26:33 1998 *************** -*** 2355,2359 **** +*** 2616,2620 **** ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_extern_prefix="yes" ---- 2354,2358 ---- +--- 2616,2620 ---- ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$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 **** +*** 2657,2661 **** ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_asm_string="yes" ---- 2395,2399 ---- +--- 2657,2661 ---- ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$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 ---- - - trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 -+ -+ LDLIBS="$LDLIBS -lxpg4" - - DEFS=-DHAVE_CONFIG_H diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 93e7ce4bf522..4c24adca9423 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.64 1998/10/13 04:39:18 jseger Exp $ +# $Id: Makefile,v 1.65 1998/10/13 11:06:04 jseger Exp $ # -DATE= 980927 +DATE= 981211 DISTNAME= Wine-${DATE} -PKGNAME= wine-98.09.27 +PKGNAME= wine-98.12.11 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -21,10 +21,6 @@ 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 ab71f8fb5b32..67dee011184a 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-980927.tar.gz) = 879a40564002a34d24fe5b2cffe09a65 +MD5 (Wine-981211.tar.gz) = dc51f8faa2bef9053c5f61cd32fa2d62 diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar index 00a464f7e514..5f71f30e6fa6 100644 --- a/emulators/wine/files/patch-ar +++ b/emulators/wine/files/patch-ar @@ -1,37 +1,28 @@ -*** configure.orig Sun Sep 27 19:09:55 1998 ---- configure Fri Oct 2 21:29:19 1998 +*** configure.orig Wed Dec 23 19:24:45 1998 +--- configure Wed Dec 23 19:26:33 1998 *************** -*** 2355,2359 **** +*** 2616,2620 **** ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_extern_prefix="yes" ---- 2354,2358 ---- +--- 2616,2620 ---- ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$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 **** +*** 2657,2661 **** ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_asm_string="yes" ---- 2395,2399 ---- +--- 2657,2661 ---- ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$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 ---- - - trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 -+ -+ LDLIBS="$LDLIBS -lxpg4" - - DEFS=-DHAVE_CONFIG_H |