diff options
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r-- | emulators/basiliskII/Makefile | 39 | ||||
-rw-r--r-- | emulators/basiliskII/distinfo | 3 | ||||
-rw-r--r-- | emulators/basiliskII/files/patch-src-Unix-configure | 131 | ||||
-rw-r--r-- | emulators/basiliskII/pkg-descr | 4 | ||||
-rw-r--r-- | emulators/basiliskII/pkg-message | 8 | ||||
-rw-r--r-- | emulators/basiliskII/pkg-plist | 5 |
6 files changed, 0 insertions, 190 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile deleted file mode 100644 index 02cc72754ff4..000000000000 --- a/emulators/basiliskII/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: BasiliskII -# Date created: 17 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= basiliskII -PORTVERSION= 1.0 -PORTREVISION= 10 -CATEGORIES= emulators -MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ -MASTER_SITE_SUBDIR= basilisk -DISTNAME= BasiliskII_src_01052006 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A free, portable, Open Source 68k Mac emulator - -DEPRECATED= Distfile is no more available official website has older distfiles -EXPIRATION_DATE= 2011-05-01 - -WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix - -USE_BZIP2= yes -USE_GNOME= esound gtk20 -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae ac_cv_have_33bit_addressing=no ac_cv_file__dev_ptmx=no \ - --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= BasiliskII.1 -CFLAGS= -fpermissive - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/basiliskII/distinfo b/emulators/basiliskII/distinfo deleted file mode 100644 index 9f8c36c099c7..000000000000 --- a/emulators/basiliskII/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (BasiliskII_src_01052006.tar.bz2) = dfe9e088649133485bae28a713979481 -SHA256 (BasiliskII_src_01052006.tar.bz2) = 6782f2ed3587d7790557a0994f5b7472d7a27ded0f1598b9380efabde16bd3cc -SIZE (BasiliskII_src_01052006.tar.bz2) = 1310908 diff --git a/emulators/basiliskII/files/patch-src-Unix-configure b/emulators/basiliskII/files/patch-src-Unix-configure deleted file mode 100644 index 362d4febcd39..000000000000 --- a/emulators/basiliskII/files/patch-src-Unix-configure +++ /dev/null @@ -1,131 +0,0 @@ ---- configure.orig Mon May 1 15:31:31 2006 -+++ configure Wed Nov 22 22:08:45 2006 -@@ -23521,69 +23521,69 @@ - if [ -z "$sigsegv_recovery" ]; then - echo "$as_me:$LINENO: checking whether your system supports extended signal handlers" >&5 - echo $ECHO_N "checking whether your system supports extended signal handlers... $ECHO_C" >&6 --if test "${ac_cv_have_extended_signals+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- -- -- -- ac_ext=cc --ac_cpp='$CXXCPP $CPPFLAGS' --ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' --ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' --ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -- -- if test "$cross_compiling" = yes; then -- ac_cv_have_extended_signals=no -- --else -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- -- #define HAVE_SIGINFO_T 1 -- #define CONFIGURE_TEST_SIGSEGV_RECOVERY -- #include "vm_alloc.cpp" -- #include "sigsegv.cpp" -- --_ACEOF --rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -+#if test "${ac_cv_have_extended_signals+set}" = set; then -+# echo $ECHO_N "(cached) $ECHO_C" >&6 -+#else -+# -+# -+# -+# ac_ext=cc -+#ac_cpp='$CXXCPP $CPPFLAGS' -+#ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+#ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+#ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+# -+# if test "$cross_compiling" = yes; then -+# ac_cv_have_extended_signals=no -+# -+#else -+# cat >conftest.$ac_ext <<_ACEOF -+#/* confdefs.h. */ -+#_ACEOF -+#cat confdefs.h >>conftest.$ac_ext -+#cat >>conftest.$ac_ext <<_ACEOF -+#/* end confdefs.h. */ -+# -+# #define HAVE_SIGINFO_T 1 -+# #define CONFIGURE_TEST_SIGSEGV_RECOVERY -+# #include "vm_alloc.cpp" -+# #include "sigsegv.cpp" -+# -+#_ACEOF -+#rm -f conftest$ac_exeext -+#if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+# (eval $ac_link) 2>&5 -+# ac_status=$? -+# echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+# (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -+# { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+# (eval $ac_try) 2>&5 -+# ac_status=$? -+# echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+# (exit $ac_status); }; }; then - - sigsegv_recovery=siginfo - ac_cv_have_extended_signals=yes - --else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --( exit $ac_status ) --ac_cv_have_extended_signals=no --fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -- ac_ext=c --ac_cpp='$CPP $CPPFLAGS' --ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' --ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' --ac_compiler_gnu=$ac_cv_c_compiler_gnu -- -- -- --fi -+#else -+# echo "$as_me: program exited with status $ac_status" >&5 -+#echo "$as_me: failed program was:" >&5 -+#sed 's/^/| /' conftest.$ac_ext >&5 -+# -+#( exit $ac_status ) -+#ac_cv_have_extended_signals=no -+#fi -+#rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+#fi -+# ac_ext=c -+#ac_cpp='$CPP $CPPFLAGS' -+#ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+#ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+#ac_compiler_gnu=$ac_cv_c_compiler_gnu -+# -+# -+# -+#fi - echo "$as_me:$LINENO: result: $ac_cv_have_extended_signals" >&5 - echo "${ECHO_T}$ac_cv_have_extended_signals" >&6 - diff --git a/emulators/basiliskII/pkg-descr b/emulators/basiliskII/pkg-descr deleted file mode 100644 index 8b56171a388d..000000000000 --- a/emulators/basiliskII/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a -copy of a 512K or 1MB Mac ROM and a copy of MacOS 7.x or 8.x to run. - -WWW: http://gwenole.beauchesne.info/projects/basilisk2/ diff --git a/emulators/basiliskII/pkg-message b/emulators/basiliskII/pkg-message deleted file mode 100644 index 12929c1e3aad..000000000000 --- a/emulators/basiliskII/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -******************************************************************************** - - NOTE: You have to get a copy of the original Mac ROM image and a copy of MacOS - to run BasiliskII. Be aware that the only legal way to get ROM image is - to rip it out from your Mac computer. See BasiliskII home page to get - details. - -******************************************************************************** diff --git a/emulators/basiliskII/pkg-plist b/emulators/basiliskII/pkg-plist deleted file mode 100644 index 95dfd91b2370..000000000000 --- a/emulators/basiliskII/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/BasiliskII -share/BasiliskII/fbdevices -share/BasiliskII/keycodes -share/BasiliskII/tunconfig -@dirrm share/BasiliskII |