diff options
author | junyoung <junyoung@pkgsrc.org> | 2002-03-15 04:14:49 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2002-03-15 04:14:49 +0000 |
commit | e115bd34f2c7b6e050359aba7640c6876595daa6 (patch) | |
tree | 91853cff42ec38a1798f9fb70d79a30ecf0e5944 /emulators | |
parent | a8545ea051dfec45b84c65677fc9bebf854f5ff3 (diff) | |
download | pkgsrc-e115bd34f2c7b6e050359aba7640c6876595daa6.tar.gz |
Obsoleted; remove.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-current/DESCR | 10 | ||||
-rw-r--r-- | emulators/wine-current/MESSAGE | 8 | ||||
-rw-r--r-- | emulators/wine-current/Makefile | 37 | ||||
-rw-r--r-- | emulators/wine-current/PLIST | 14 | ||||
-rw-r--r-- | emulators/wine-current/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-current/patches/patch-aa | 45 | ||||
-rw-r--r-- | emulators/wine-current/patches/patch-ab | 91 | ||||
-rw-r--r-- | emulators/wine-current/patches/patch-ac | 11 | ||||
-rw-r--r-- | emulators/wine-current/patches/patch-ad | 12 |
9 files changed, 0 insertions, 236 deletions
diff --git a/emulators/wine-current/DESCR b/emulators/wine-current/DESCR deleted file mode 100644 index a5b157b5d2f..00000000000 --- a/emulators/wine-current/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -Wine is a program which allows running Microsoft Windows programs -(including DOS, Windows 3.x and Win32 executables) on Unix. It consists -of a program loader which loads and executes an Microsoft Windows binary, -and a library that implements Windows API calls using their Unix or X11 -equivalents. The library may also be used for porting Win32 code into -native Unix executables. - -Wine is free software, and its license (contained in the file LICENSE) is -BSD style. Basically, you can do anything with it except claim that you -wrote it. diff --git a/emulators/wine-current/MESSAGE b/emulators/wine-current/MESSAGE deleted file mode 100644 index 16ffdb50f70..00000000000 --- a/emulators/wine-current/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/10/31 23:54:16 zuntum Exp $ - -Wine is capable of running most Win16 (Windows 3.11-compatible) -applications under NetBSD 1.3 and 1.4. It currently does not support -Win32 applications, though it will do so under a later release of NetBSD. - -=========================================================================== diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile deleted file mode 100644 index 497c2c386d5..00000000000 --- a/emulators/wine-current/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2001/12/26 20:10:31 wiz Exp $ - -DISTNAME= Wine-990328 -PKGNAME= wine-990328 -WRKSRC= ${WRKDIR}/${PKGNAME} -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} - -MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.winehq.com/ -COMMENT= Beta Windows (3.1x, 95, NT) emulator - -ONLY_FOR_PLATFORM= NetBSD-*-i386 - -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-dll -CONFIGURE_ENV= CC="${CC} -idirafter ${BUILDLINK_DIR}/include" -MAKE_ENV= LDOPTIONS="${LDFLAGS}" -USE_BUILDLINK_ONLY= YES - -# [n]curses' menu.h is found before wine's menu.h, but isn't needed anyway -post-configure: - ${RM} ${BUILDLINK_DIR}/include/menu.h - -post-install: - ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example - -.include "../../mk/bsd.prefs.mk" - -.if ${OBJECT_FMT} == "ELF" -BROKEN= Does not work on ELF systems. -.endif - -.include "../../devel/ncurses/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/x11.buildlink.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/wine-current/PLIST b/emulators/wine-current/PLIST deleted file mode 100644 index 4e97c06be23..00000000000 --- a/emulators/wine-current/PLIST +++ /dev/null @@ -1,14 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:16 zuntum Exp $ -bin/dosmod -bin/wine -etc/wine.conf.example -include/wine/windef.h -include/wine/windows.h -include/wine/wingdi.h -include/wine/winuser.h -lib/libwine.so -lib/libwine.so.1 -lib/libwine.so.1.0 -lib/wine.sym -man/man1/wine.1 -@dirrm include/wine diff --git a/emulators/wine-current/distinfo b/emulators/wine-current/distinfo deleted file mode 100644 index 301202df5a1..00000000000 --- a/emulators/wine-current/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:50:00 agc Exp $ - -SHA1 (Wine-990328.tar.gz) = 395eab09bdf09f8e8f144610801aa737dda515a4 -Size (Wine-990328.tar.gz) = 3276188 bytes -SHA1 (patch-aa) = 18f9e21e41dd7d00721104abd6c8f507289aea6e -SHA1 (patch-ab) = ec7dfa4d086d4ce708a8ce295f5fc4c052a1c9e9 -SHA1 (patch-ac) = 8b9f8d7a847067cad4a779746508691c85c9b7a2 -SHA1 (patch-ad) = 67b2ff10754db1190b158ff8d255360b0bd8784b diff --git a/emulators/wine-current/patches/patch-aa b/emulators/wine-current/patches/patch-aa deleted file mode 100644 index 7f43ba64246..00000000000 --- a/emulators/wine-current/patches/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/12/29 01:47:59 wiz Exp $ ---- configure.in.orig Mon Apr 12 22:40:51 1999 -+++ configure.in Mon Apr 12 22:40:54 1999 -@@ -304,29 +304,29 @@ - LDSHARED="" - if test "$LIB_TARGET" = "libwine.so.1.0" - then -- AC_CACHE_CHECK("whether we can build a Linux dll", -- ac_cv_c_dll_linux, -+ AC_CACHE_CHECK("whether we can build a NetBSD dll", -+ ac_cv_c_dll_netbsd, - [saved_cflags=$CFLAGS -- CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0" -- AC_TRY_LINK(,[return 1],ac_cv_c_dll_linux="yes",ac_cv_c_dll_linux="no") -+ CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive" -+ AC_TRY_LINK(,[return 1],ac_cv_c_dll_netbsd="yes",ac_cv_c_dll_netbsd="no") - CFLAGS=$saved_cflags - ]) -- if test "$ac_cv_c_dll_linux" = "yes" -+ if test "$ac_cv_c_dll_netbsd" = "yes" - then - DLLFLAGS="-fPIC" -- LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so" -+ LDSHARED="ld -Bshareable -Bforcearchive" - else -- AC_CACHE_CHECK("whether we can build a NetBSD dll", -- ac_cv_c_dll_netbsd, -+ AC_CACHE_CHECK("whether we can build a Linux dll", -+ ac_cv_c_dll_linux, - [saved_cflags=$CFLAGS -- CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive" -- AC_TRY_LINK(,[return 1],ac_cv_c_dll_netbsd="yes",ac_cv_c_dll_netbsd="no") -+ CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0" -+ AC_TRY_LINK(,[return 1],ac_cv_c_dll_linux="yes",ac_cv_c_dll_linux="no") - CFLAGS=$saved_cflags - ]) -- if test "$ac_cv_c_dll_netbsd" = "yes" -+ if test "$ac_cv_c_dll_linux" = "yes" - then - DLLFLAGS="-fPIC" -- LDSHARED="ld -Bshareable -Bforcearchive" -+ LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so" - fi - fi - if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_netbsd" = "no" diff --git a/emulators/wine-current/patches/patch-ab b/emulators/wine-current/patches/patch-ab deleted file mode 100644 index 7e3f0f97433..00000000000 --- a/emulators/wine-current/patches/patch-ab +++ /dev/null @@ -1,91 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1999/12/29 01:47:59 wiz Exp $ ---- configure.orig Mon Apr 12 22:40:50 1999 -+++ configure Mon Apr 12 22:41:23 1999 -@@ -3487,13 +3487,13 @@ - LDSHARED="" - if test "$LIB_TARGET" = "libwine.so.1.0" - then -- echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6 --echo "configure:3492: checking "whether we can build a Linux dll"" >&5 --if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then -+ echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6 -+echo "configure:3492: checking "whether we can build a NetBSD dll"" >&5 -+if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - saved_cflags=$CFLAGS -- CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0" -+ CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive" - cat > conftest.$ac_ext <<EOF - #line 3499 "configure" - #include "confdefs.h" -@@ -3504,31 +3504,31 @@ - EOF - if { (eval echo configure:3506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* -- ac_cv_c_dll_linux="yes" -+ ac_cv_c_dll_netbsd="yes" - else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- ac_cv_c_dll_linux="no" -+ ac_cv_c_dll_netbsd="no" - fi - rm -f conftest* - CFLAGS=$saved_cflags - - fi - --echo "$ac_t""$ac_cv_c_dll_linux" 1>&6 -- if test "$ac_cv_c_dll_linux" = "yes" -+echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6 -+ if test "$ac_cv_c_dll_netbsd" = "yes" - then - DLLFLAGS="-fPIC" -- LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so" -+ LDSHARED="ld -Bshareable -Bforcearchive" - else -- echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6 --echo "configure:3527: checking "whether we can build a NetBSD dll"" >&5 --if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then -+ echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6 -+echo "configure:3527: checking "whether we can build a Linux dll"" >&5 -+if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - saved_cflags=$CFLAGS -- CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive" -+ CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0" - cat > conftest.$ac_ext <<EOF - #line 3534 "configure" - #include "confdefs.h" -@@ -3539,23 +3539,23 @@ - EOF - if { (eval echo configure:3541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* -- ac_cv_c_dll_netbsd="yes" -+ ac_cv_c_dll_linux="yes" - else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- ac_cv_c_dll_netbsd="no" -+ ac_cv_c_dll_linux="no" - fi - rm -f conftest* - CFLAGS=$saved_cflags - - fi - --echo "$ac_t""$ac_cv_c_dll_netbsd" 1>&6 -- if test "$ac_cv_c_dll_netbsd" = "yes" -+echo "$ac_t""$ac_cv_c_dll_linux" 1>&6 -+ if test "$ac_cv_c_dll_linux" = "yes" - then - DLLFLAGS="-fPIC" -- LDSHARED="ld -Bshareable -Bforcearchive" -+ LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so" - fi - fi - if test "$ac_cv_c_dll_linux" = "no" -a "$ac_cv_c_dll_netbsd" = "no" diff --git a/emulators/wine-current/patches/patch-ac b/emulators/wine-current/patches/patch-ac deleted file mode 100644 index 7d8aa2b5de0..00000000000 --- a/emulators/wine-current/patches/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ac,v 1.2 1999/12/29 01:47:59 wiz Exp $ ---- server/Makefile.in.orig Tue Apr 13 17:46:37 1999 -+++ server/Makefile.in Tue Apr 13 17:46:46 1999 -@@ -34,6 +34,6 @@ - @MAKE_RULES@ - - wineserver: $(OBJS) $(MAIN_OBJS) -- $(CC) -o $(PROGRAMS) $(OBJS) $(MAIN_OBJS) $(LIBS) -+ $(CC) -o $(PROGRAMS) $(OBJS) $(MAIN_OBJS) $(LDOPTIONS) $(LIBS) - - ### Dependencies: diff --git a/emulators/wine-current/patches/patch-ad b/emulators/wine-current/patches/patch-ad deleted file mode 100644 index c5e338dd341..00000000000 --- a/emulators/wine-current/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.2 1999/12/29 01:48:00 wiz Exp $ ---- Makefile.in.orig Wed Apr 14 17:25:20 1999 -+++ Makefile.in Wed Apr 14 17:25:28 1999 -@@ -183,7 +183,7 @@ - $(RANLIB) $@ - - libwine.so.1.0: $(LIBOBJS) $(X11OBJS) -- $(LDSHARED) -o$@ $(LIBOBJS) $(X11OBJS) $(LDOPTIONS) -+ $(LDSHARED) -o$@ $(LIBOBJS) $(X11OBJS) - ln -sf $@ libwine.so - - install_emu: install_lib |