Index: head/emulators/generator-cbiere/files/patch-hdr_generator.h =================================================================== --- head/emulators/generator-cbiere/files/patch-hdr_generator.h (revision 141960) +++ head/emulators/generator-cbiere/files/patch-hdr_generator.h (nonexistent) @@ -1,30 +0,0 @@ ---- hdr/generator.h.orig Sun Aug 28 14:44:26 2005 -+++ hdr/generator.h Sun Aug 28 22:33:12 2005 -@@ -257,17 +257,26 @@ - #include "registers.h" - #endif - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+ - #if defined(linux) - - #include - #define SWAP16(x) bswap_16((x)) - #define SWAP32(x) bswap_32((x)) - --#elif defined(__FreeBSD__) -+#elif defined(__FreeBSD__) && __FreeBSD_version >=500000 - - #include - #define SWAP16(x) bswap16((x)) - #define SWAP32(x) bswap32((x)) -+ -+#elif defined(__FreeBSD__) -+#include -+#define SWAP16(x) (be16toh(x)) -+#define SWAP32(x) (be32toh(x)) - - #elif defined(__NetBSD__) - Property changes on: head/emulators/generator-cbiere/files/patch-hdr_generator.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/generator-cbiere/Makefile =================================================================== --- head/emulators/generator-cbiere/Makefile (revision 141960) +++ head/emulators/generator-cbiere/Makefile (revision 141961) @@ -1,63 +1,63 @@ # New ports collection makefile for: emulators/generator-cbiere # Date created: 7 Jun 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= generator -PORTVERSION= 0.35.r1 +PORTVERSION= 0.35.r2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://www.ghostwhitecrab.com/generator/ \ http://www.ghostwhitecrab.de/generator/ PKGNAMESUFFIX= -cbiere -DISTNAME= ${PORTNAME}-0.35${PKGNAMESUFFIX}-r1 +DISTNAME= ${PORTNAME}-0.35${PKGNAMESUFFIX}-r2 MAINTAINER= alejandro@varnet.biz COMMENT= SEGA Genesis emulator LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes USE_SDL= sdl USE_GMAKE= yes USE_GNOME= gtk12 OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ RAZE "Use RAZE z80 emulation (only for i386)" on \ SDL_AUDIO "Use SDL for audio" off GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name=s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/ CONFIGURE_ARGS+= --with-gtk CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}-gtk LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include .if defined(WITHOUT_OPTIMIZED_CFLAGS) CONFIGURE_ARGS+= --without-gcc .endif .if defined(WITH_RAZE) && ${ARCH} == "i386" BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm CONFIGURE_ARGS+= --with-raze .else CONFIGURE_ARGS+= --with-cmz80 .endif .if defined(WITH_SDL_AUDIO) CONFIGURE_ARGS+= --with-sdl-audio .endif .include Property changes on: head/emulators/generator-cbiere/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/emulators/generator-cbiere/distinfo =================================================================== --- head/emulators/generator-cbiere/distinfo (revision 141960) +++ head/emulators/generator-cbiere/distinfo (revision 141961) @@ -1,2 +1,2 @@ -MD5 (generator-0.35-cbiere-r1.tar.bz2) = 94cbc31f778f5ec6cc2979520aae26d6 -SIZE (generator-0.35-cbiere-r1.tar.bz2) = 445802 +MD5 (generator-0.35-cbiere-r2.tar.bz2) = 2076c20e0ad1b20d9ac15cab8cb12ad5 +SIZE (generator-0.35-cbiere-r2.tar.bz2) = 446101 Property changes on: head/emulators/generator-cbiere/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property