diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-17 05:54:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-17 05:54:45 +0000 |
commit | 7375a899332253a46bc7f1f587cebc8254f7625f (patch) | |
tree | 32f8617ea3e090ef67e18f00af54e102a4b1904c /emulators/pearpc | |
parent | 51af8c7c832e7ea9a2c2eade847a81e373c83503 (diff) | |
download | ports-7375a899332253a46bc7f1f587cebc8254f7625f.tar.gz ports-7375a899332253a46bc7f1f587cebc8254f7625f.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 5 | ||||
-rw-r--r-- | emulators/pearpc/distinfo | 4 | ||||
-rw-r--r-- | emulators/pearpc/files/patch-configure | 23 | ||||
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc | 11 | ||||
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc | 12 |
5 files changed, 4 insertions, 51 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index fbd862e9ac88..e7063450fa23 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pearpc -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +17,7 @@ COMMENT= PowerPC emulator USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_OPTIMIZED_CFLAGS) diff --git a/emulators/pearpc/distinfo b/emulators/pearpc/distinfo index 103515118cc1..184791139af2 100644 --- a/emulators/pearpc/distinfo +++ b/emulators/pearpc/distinfo @@ -1,2 +1,2 @@ -MD5 (pearpc-0.1.2.tar.gz) = b65835ba666faaa426a069eb250ea38b -SIZE (pearpc-0.1.2.tar.gz) = 675804 +MD5 (pearpc-0.2.0.tar.gz) = 1cf100ba0f9bbd05acbdc9ecdf87f5f5 +SIZE (pearpc-0.2.0.tar.gz) = 702392 diff --git a/emulators/pearpc/files/patch-configure b/emulators/pearpc/files/patch-configure deleted file mode 100644 index 2c12c0fd62fd..000000000000 --- a/emulators/pearpc/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun May 23 23:18:16 2004 -+++ configure Sun May 23 23:18:55 2004 -@@ -697,9 +697,9 @@ - fi - - if test "x$enable_release" = "xyes"; then -- FLAGS_ALL="-g -O2 -Wall -fsigned-char" -+ FLAGS_ALL="-Wall -fsigned-char" - else -- FLAGS_ALL="-g -O0 -Wall -fsigned-char" -+ FLAGS_ALL="-Wall -fsigned-char" - fi - - if test "x$enable_fpo" = "xyes"; then -@@ -1007,7 +1007,7 @@ - USE_CPU_JITC_X86_FALSE= - fi - --FLAGS_ALL="-D_FILE_OFFSET_BITS=64 -pipe $FLAGS_ALL"; -+FLAGS_ALL="-D_FILE_OFFSET_BITS=64 $CFLAGS $FLAGS_ALL"; - - CXXFLAGS="$FLAGS_ALL" - CFLAGS="$FLAGS_ALL" diff --git a/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc deleted file mode 100644 index 2ef3d6116269..000000000000 --- a/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- /usr/ports/emulators/pearpc/work/pearpc-0.1.2/src/io/3c90x/3c90x.cc Thu May 20 18:00:21 2004 -+++ src/io/3c90x/3c90x.cc Sat May 22 13:56:19 2004 -@@ -47,6 +47,8 @@ - #include "config.h" - #endif - -+#define WIN32 -+ - #if defined(WIN32) || defined(__WIN32__) - #else - diff --git a/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc b/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc deleted file mode 100644 index e66c37773489..000000000000 --- a/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/io/3c90x/if_posix.cc.orig Sat May 8 03:27:32 2004 -+++ src/io/3c90x/if_posix.cc Sat May 22 13:12:17 2004 -@@ -20,6 +20,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ -+ -+#define WIN32 /* Dirty hack :-) */ -+ - #if defined(WIN32) || defined(__WIN32__) - #else - |