View | Details | Raw Unified | Return to bug 105758
Collapse All | Expand All

(-)/home/trasz/basiliskII/Makefile (-5 / +1 lines)
Lines 9-24 Link Here
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	3
10
PORTREVISION=	3
11
CATEGORIES=	emulators
11
CATEGORIES=	emulators
12
MASTER_SITES=	http://www.gibix.net/projects/basilisk2/files/
12
MASTER_SITES=	http://gwenole.beauchesne.info/projects/basilisk2/files/
13
MASTER_SITE_SUBDIR=	basilisk
13
MASTER_SITE_SUBDIR=	basilisk
14
DISTNAME=	BasiliskII_src_01052006
14
DISTNAME=	BasiliskII_src_01052006
15
15
16
MAINTAINER=	mmendez@energyhq.be
16
MAINTAINER=	mmendez@energyhq.be
17
COMMENT=	A free, portable, Open Source 68k Mac emulator
17
COMMENT=	A free, portable, Open Source 68k Mac emulator
18
19
#BROKEN=		Does not compile
20
#DEPRECATED=	${BROKEN}
21
#EXPIRATION_DATE=2006-12-01
22
18
23
WRKSRC=		${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
19
WRKSRC=		${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
24
20
(-)/home/trasz/basiliskII/files/patch-src-Unix-configure (+131 lines)
Line 0 Link Here
1
--- configure.orig	Mon May  1 15:31:31 2006
2
+++ configure	Wed Nov 22 22:08:45 2006
3
@@ -23521,69 +23521,69 @@
4
 if [ -z "$sigsegv_recovery" ]; then
5
   echo "$as_me:$LINENO: checking whether your system supports extended signal handlers" >&5
6
 echo $ECHO_N "checking whether your system supports extended signal handlers... $ECHO_C" >&6
7
-if test "${ac_cv_have_extended_signals+set}" = set; then
8
-  echo $ECHO_N "(cached) $ECHO_C" >&6
9
-else
10
-
11
-
12
-
13
-    ac_ext=cc
14
-ac_cpp='$CXXCPP $CPPFLAGS'
15
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18
-
19
-    if test "$cross_compiling" = yes; then
20
-      ac_cv_have_extended_signals=no
21
-
22
-else
23
-  cat >conftest.$ac_ext <<_ACEOF
24
-/* confdefs.h.  */
25
-_ACEOF
26
-cat confdefs.h >>conftest.$ac_ext
27
-cat >>conftest.$ac_ext <<_ACEOF
28
-/* end confdefs.h.  */
29
-
30
-      #define HAVE_SIGINFO_T 1
31
-      #define CONFIGURE_TEST_SIGSEGV_RECOVERY
32
-      #include "vm_alloc.cpp"
33
-      #include "sigsegv.cpp"
34
-
35
-_ACEOF
36
-rm -f conftest$ac_exeext
37
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38
-  (eval $ac_link) 2>&5
39
-  ac_status=$?
40
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
41
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
42
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43
-  (eval $ac_try) 2>&5
44
-  ac_status=$?
45
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46
-  (exit $ac_status); }; }; then
47
+#if test "${ac_cv_have_extended_signals+set}" = set; then
48
+#  echo $ECHO_N "(cached) $ECHO_C" >&6
49
+#else
50
+#
51
+#
52
+#
53
+#    ac_ext=cc
54
+#ac_cpp='$CXXCPP $CPPFLAGS'
55
+#ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56
+#ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57
+#ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58
+#
59
+#    if test "$cross_compiling" = yes; then
60
+#      ac_cv_have_extended_signals=no
61
+#
62
+#else
63
+#  cat >conftest.$ac_ext <<_ACEOF
64
+#/* confdefs.h.  */
65
+#_ACEOF
66
+#cat confdefs.h >>conftest.$ac_ext
67
+#cat >>conftest.$ac_ext <<_ACEOF
68
+#/* end confdefs.h.  */
69
+#
70
+#      #define HAVE_SIGINFO_T 1
71
+#      #define CONFIGURE_TEST_SIGSEGV_RECOVERY
72
+#      #include "vm_alloc.cpp"
73
+#      #include "sigsegv.cpp"
74
+#
75
+#_ACEOF
76
+#rm -f conftest$ac_exeext
77
+#if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
78
+#  (eval $ac_link) 2>&5
79
+#  ac_status=$?
80
+#  echo "$as_me:$LINENO: \$? = $ac_status" >&5
81
+#  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
82
+#  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
83
+#  (eval $ac_try) 2>&5
84
+#  ac_status=$?
85
+#  echo "$as_me:$LINENO: \$? = $ac_status" >&5
86
+#  (exit $ac_status); }; }; then
87
 
88
     sigsegv_recovery=siginfo
89
     ac_cv_have_extended_signals=yes
90
 
91
-else
92
-  echo "$as_me: program exited with status $ac_status" >&5
93
-echo "$as_me: failed program was:" >&5
94
-sed 's/^/| /' conftest.$ac_ext >&5
95
-
96
-( exit $ac_status )
97
-ac_cv_have_extended_signals=no
98
-fi
99
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
100
-fi
101
-    ac_ext=c
102
-ac_cpp='$CPP $CPPFLAGS'
103
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
104
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
105
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
106
-
107
-
108
-
109
-fi
110
+#else
111
+#  echo "$as_me: program exited with status $ac_status" >&5
112
+#echo "$as_me: failed program was:" >&5
113
+#sed 's/^/| /' conftest.$ac_ext >&5
114
+#
115
+#( exit $ac_status )
116
+#ac_cv_have_extended_signals=no
117
+#fi
118
+#rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
119
+#fi
120
+#    ac_ext=c
121
+#ac_cpp='$CPP $CPPFLAGS'
122
+#ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
123
+#ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
124
+#ac_compiler_gnu=$ac_cv_c_compiler_gnu
125
+#
126
+#
127
+#
128
+#fi
129
 echo "$as_me:$LINENO: result: $ac_cv_have_extended_signals" >&5
130
 echo "${ECHO_T}$ac_cv_have_extended_signals" >&6
131
 
(-)/home/trasz/basiliskII/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a
1
Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a
2
copy of a 512K or 1MB Mac ROM and a copy of MacOS 7.x or 8.x to run.
2
copy of a 512K or 1MB Mac ROM and a copy of MacOS 7.x or 8.x to run.
3
3
4
WWW: http://www.gibix.net/projects/basilisk2/
4
WWW: http://gwenole.beauchesne.info/projects/basilisk2/

Return to bug 105758