diff options
author | junyoung <junyoung@pkgsrc.org> | 2002-10-10 16:48:08 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2002-10-10 16:48:08 +0000 |
commit | 941899c6c4bbe13a1c5b801ce363d75dda05b656 (patch) | |
tree | a89efcb1d0aa7843508ef6a7106d2f74e5372348 /emulators/wine | |
parent | 0a12e7b60b40aacffe6128176114430db6d5f7ae (diff) | |
download | pkgsrc-941899c6c4bbe13a1c5b801ce363d75dda05b656.tar.gz |
Fix a bug that configure messes up sonames, as provided in PR pkg/18588
by Frank van der Linden.
Bump PKGREVISION.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/distinfo | 3 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ac | 40 |
3 files changed, 45 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bcd5ffecf90..ec72ea3eb7e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2002/10/10 10:48:20 junyoung Exp $ +# $NetBSD: Makefile,v 1.36 2002/10/10 16:48:08 junyoung Exp $ DISTNAME= Wine-20021007 PKGNAME= ${DISTNAME:S/W/w/} -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/wine-20021007 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index bb2ef59ea52..6ca7d265a0f 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2002/10/10 10:48:20 junyoung Exp $ +$NetBSD: distinfo,v 1.11 2002/10/10 16:48:08 junyoung Exp $ SHA1 (Wine-20021007.tar.gz) = 004544a9c9688799decc2bfd04b0b0fdfc439c6d Size (Wine-20021007.tar.gz) = 7846765 bytes SHA1 (patch-aa) = 3b903517cdde2dbe338bd41819de5a2787e5d0de +SHA1 (patch-ac) = a2555dca0eb87ebc63ba239428f030815ce97604 diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac new file mode 100644 index 00000000000..ed01ba4d2f0 --- /dev/null +++ b/emulators/wine/patches/patch-ac @@ -0,0 +1,40 @@ +$NetBSD: patch-ac,v 1.5 2002/10/10 16:48:09 junyoung Exp $ + +--- configure.orig Tue Oct 8 11:03:41 2002 ++++ configure Fri Oct 11 00:54:07 2002 +@@ -10982,7 +10982,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'` ++ ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.so | sed 's/^.*=>[ ]*\(.*\)[ ]*/\1/'` + if test "x$ac_cv_lib_soname_X11" = "x" + then + ac_cv_lib_soname_X11="libX11.so" +@@ -11048,7 +11048,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'` ++ ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed 's/^.*=>[ ]*\(.*\)[ ]*/\1/'` + if test "x$ac_cv_lib_soname_Xext" = "x" + then + ac_cv_lib_soname_Xext="libXext.so" +@@ -11114,7 +11114,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'` ++ ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.so | sed 's/^.*=>[ ]*\(.*\)[ ]*/\1/'` + if test "x$ac_cv_lib_soname_Xrender" = "x" + then + ac_cv_lib_soname_Xrender="libXrender.so" +@@ -11180,7 +11180,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.so | sed 's/^[ ]*\([^ ]*\)[ ]*=>.*$/\1/'` ++ ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.so | sed 's/^.*=>[ ]*\(.*\)[ ]*/\1/'` + if test "x$ac_cv_lib_soname_freetype" = "x" + then + ac_cv_lib_soname_freetype="libfreetype.so" |