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

(-)/usr/ports/emulators/pearpc/Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pearpc
8
PORTNAME=	pearpc
9
PORTVERSION=	0.1.2
9
PORTVERSION=	0.2.0
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-24 Link Here
17
USE_XLIB=	yes
17
USE_XLIB=	yes
18
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
20
CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
		LDFLAGS="-L${X11BASE}/lib"
22
PKGMESSAGE=	${WRKDIR}/pkg-message
21
PKGMESSAGE=	${WRKDIR}/pkg-message
23
22
24
.if defined(WITH_OPTIMIZED_CFLAGS)
23
.if defined(WITH_OPTIMIZED_CFLAGS)
(-)/usr/ports/emulators/pearpc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (pearpc-0.1.2.tar.gz) = b65835ba666faaa426a069eb250ea38b
1
MD5 (pearpc-0.2.0.tar.gz) = 1cf100ba0f9bbd05acbdc9ecdf87f5f5
2
SIZE (pearpc-0.1.2.tar.gz) = 675804
2
SIZE (pearpc-0.2.0.tar.gz) = 702392
(-)/usr/ports/emulators/pearpc/files/patch-configure (-23 lines)
Lines 1-23 Link Here
1
--- configure.orig	Sun May 23 23:18:16 2004
2
+++ configure	Sun May 23 23:18:55 2004
3
@@ -697,9 +697,9 @@
4
 fi
5
 
6
 if test "x$enable_release" = "xyes"; then
7
-	FLAGS_ALL="-g -O2 -Wall -fsigned-char"
8
+	FLAGS_ALL="-Wall -fsigned-char"
9
 else
10
-	FLAGS_ALL="-g -O0 -Wall -fsigned-char"
11
+	FLAGS_ALL="-Wall -fsigned-char"
12
 fi
13
 
14
 if test "x$enable_fpo" = "xyes"; then
15
@@ -1007,7 +1007,7 @@
16
   USE_CPU_JITC_X86_FALSE=
17
 fi
18
 
19
-FLAGS_ALL="-D_FILE_OFFSET_BITS=64 -pipe $FLAGS_ALL";
20
+FLAGS_ALL="-D_FILE_OFFSET_BITS=64 $CFLAGS $FLAGS_ALL";
21
 
22
 CXXFLAGS="$FLAGS_ALL"
23
 CFLAGS="$FLAGS_ALL"
(-)/usr/ports/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc (-11 lines)
Lines 1-11 Link Here
1
--- /usr/ports/emulators/pearpc/work/pearpc-0.1.2/src/io/3c90x/3c90x.cc	Thu May 20 18:00:21 2004
2
+++ src/io/3c90x/3c90x.cc	Sat May 22 13:56:19 2004
3
@@ -47,6 +47,8 @@
4
 #include "config.h"
5
 #endif
6
 
7
+#define WIN32
8
+
9
 #if defined(WIN32) || defined(__WIN32__)
10
 #else
11
 
(-)/usr/ports/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc (-12 lines)
Lines 1-12 Link Here
1
--- src/io/3c90x/if_posix.cc.orig	Sat May  8 03:27:32 2004
2
+++ src/io/3c90x/if_posix.cc	Sat May 22 13:12:17 2004
3
@@ -20,6 +20,9 @@
4
  *	along with this program; if not, write to the Free Software
5
  *	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
6
  */
7
+
8
+#define WIN32 /* Dirty hack  :-) */
9
+
10
 #if defined(WIN32) || defined(__WIN32__)
11
 #else
12

Return to bug 68010