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

(-)xzx/Makefile (-7 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xzx
8
PORTNAME=	xzx
9
PORTVERSION=	4.3
9
PORTVERSION=	4.4
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
# I don't maintain this port anymore, but I'm happy to track the distfiles, as
11
# I don't maintain this port anymore, but I'm happy to track the distfiles, as
12
# it's difficult to fetch(1) them from the WWW site. If you are updating this
12
# it's difficult to fetch(1) them from the WWW site. If you are updating this
Lines 24-29 Link Here
24
24
25
USE_MOTIF=	yes
25
USE_MOTIF=	yes
26
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
27
USE_REINPLACE=	yes
27
28
28
# License forbids redistribution
29
# License forbids redistribution
29
RESTRICTED=	Redistribution forbidden by license
30
RESTRICTED=	Redistribution forbidden by license
Lines 33-42 Link Here
33
34
34
MAN1=		xzx.1
35
MAN1=		xzx.1
35
36
36
.include <bsd.port.pre.mk>
37
# Prevent configure from trying to run auto* since it's not needed and will
38
# error if auto* < 2.54
39
post-configure:
40
		@${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile
41
		@${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile
42
		@${ECHO_CMD} "${TRUE}" > ${WRKSRC}/missing
37
43
38
.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
44
.include <bsd.port.mk>
39
BROKEN=		"Does not compile on !i386 5.x"
40
.endif
41
42
.include <bsd.port.post.mk>
(-)xzx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xzx-pro-4.3.tar.gz) = a73eec54c50d0a6569406f071662c12a
1
MD5 (xzx-pro-4.4.tar.gz) = 8c4cd4677b8e06f40c8f27507695d723
2
SIZE (xzx-pro-4.3.tar.gz) = 560610
2
SIZE (xzx-pro-4.4.tar.gz) = 622969
(-)xzx/files/patch-roms::Makefile.in (+11 lines)
Line 0 Link Here
1
--- roms/Makefile.in.orig	Sat Feb 28 13:05:47 2004
2
+++ roms/Makefile.in	Sat Feb 28 13:06:25 2004
3
@@ -323,7 +323,7 @@
4
 	for f in $(DATA_FILES); do \
5
 	  $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \
6
 	done
7
-	(cd $(DESTDIR)$(pkglibdir); rm if1.rom; ln if1-v2.rom if1.rom)
8
+	(cd $(DESTDIR)$(pkglibdir); rm -f if1.rom; ln if1-v2.rom if1.rom)
9
 
10
 uninstall-local:
11
 	for f in $(DATA_FILES); do \

Return to bug 63488