Index: head/emulators/x48/Makefile =================================================================== --- head/emulators/x48/Makefile (revision 234969) +++ head/emulators/x48/Makefile (revision 234970) @@ -1,51 +1,51 @@ # New ports collection makefile for: x48 # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: Eric L. Hernes # # $FreeBSD$ # PORTNAME= x48 PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ x48-gxrom-r${EXTRACT_SUFX} x48-sxrom-e${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= An HP48 SX/GX calculator emulator USE_IMAKE= yes NO_INSTALL_MANPAGES= yes .include post-extract: .SILENT cd ${WRKSRC} && ${TAR} -zxf ${DISTDIR}/x48-gxrom-r${EXTRACT_SUFX} ${MV} ${WRKSRC}/.hp48/rom ${WRKSRC}/gxrom-r cd ${WRKSRC} && ${TAR} -zxf ${DISTDIR}/x48-sxrom-e${EXTRACT_SUFX} ${MV} ${WRKSRC}/.hp48/rom ${WRKSRC}/sxrom-e post-patch: @${REINPLACE_CMD} -e 's+rom.dump+${DATADIR}/gxrom-r+' \ ${WRKSRC}/src/X48.ad @${REINPLACE_CMD} -e 's+cuaa+cuad+' ${WRKSRC}/src/X48.ad do-install: .for p in x48 dump2rom checkrom mkcard ${INSTALL_PROGRAM} ${WRKSRC}/src/${p} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/src/X48.ad ${PREFIX}/lib/X11/app-defaults/X48 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/??rom-? ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in README doc/CARDS.doc doc/ROMDump.doc ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/emulators/x48/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/emulators/x48/files/patch-config.h =================================================================== --- head/emulators/x48/files/patch-config.h (nonexistent) +++ head/emulators/x48/files/patch-config.h (revision 234970) @@ -0,0 +1,11 @@ +--- config.h.orig 2005-04-14 21:33:56.000000000 +0300 ++++ config.h 2009-04-05 19:46:14.000000000 +0300 +@@ -49,7 +49,7 @@ + /* + * If you don't have the XShm extension, comment the following line + */ +-#define HAVE_XSHM ++/* #define HAVE_XSHM */ + + /* + * If you don't want to use the readline library, Property changes on: head/emulators/x48/files/patch-config.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property