Thu Jan 1 10:05:52 2015 UTC ()
Broken on x86_64. Supposedly supports alpha, which is why this restriction
isn't all LP64PLATFORMS. Open question whether this package is worth fixing,
though.


(dholland)
diff -r1.33 -r1.34 pkgsrc/emulators/twin/Makefile

cvs diff -r1.33 -r1.34 pkgsrc/emulators/twin/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/twin/Makefile 2012/10/03 12:55:19 1.33
+++ pkgsrc/emulators/twin/Makefile 2015/01/01 10:05:52 1.34
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.33 2012/10/03 12:55:19 asau Exp $ 1# $NetBSD: Makefile,v 1.34 2015/01/01 10:05:52 dholland Exp $
2# 2#
3 3
4DISTNAME= twin-src-3.1.14 4DISTNAME= twin-src-3.1.14
5PKGNAME= twin-3.1.14 5PKGNAME= twin-3.1.14
6PKGREVISION= 4 6PKGREVISION= 4
7CATEGORIES= emulators 7CATEGORIES= emulators
8MASTER_SITES= ftp://ftp.willows.com/pub/twin/ 8MASTER_SITES= ftp://ftp.willows.com/pub/twin/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.willows.com/ 11HOMEPAGE= http://www.willows.com/
12COMMENT= Cross-platform implementation of the Win32 API 12COMMENT= Cross-platform implementation of the Win32 API
13LICENSE= gnu-lgpl-v2 13LICENSE= gnu-lgpl-v2
14 14
15WRKSRC= ${WRKDIR}/twin 15WRKSRC= ${WRKDIR}/twin
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_TOOLS+= gmake lex yacc 17USE_TOOLS+= gmake lex yacc
18BUILD_TARGET= depend world 18BUILD_TARGET= depend world
19CONFIGURE_ARGS+= --disable-debugger 19CONFIGURE_ARGS+= --disable-debugger
20 20
21MAKE_JOBS_SAFE= no 21MAKE_JOBS_SAFE= no
22 22
23NOT_FOR_PLATFORM= *-*-x86_64 23BROKEN_ON_PLATFORM= *-*-x86_64
24 24
25INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} 25INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
26 26
27INSTALLATION_DIRS+= share/doc/twin 27INSTALLATION_DIRS+= share/doc/twin
28INSTALLATION_DIRS+= include 28INSTALLATION_DIRS+= include
29INSTALLATION_DIRS+= ${PKGMANDIR}/man1 29INSTALLATION_DIRS+= ${PKGMANDIR}/man1
30 30
31pre-build: 31pre-build:
32 ${CP} ${WRKSRC}/windows/Execfreebsd.c ${WRKSRC}/windows/Execnetbsd.c 32 ${CP} ${WRKSRC}/windows/Execfreebsd.c ${WRKSRC}/windows/Execnetbsd.c
33 33
34post-install: 34post-install:
35 ${INSTALL_DATA} ${WRKSRC}/documentation/* ${DESTDIR}${PREFIX}/share/doc/twin/ 35 ${INSTALL_DATA} ${WRKSRC}/documentation/* ${DESTDIR}${PREFIX}/share/doc/twin/
36 ${INSTALL_DATA} ${WRKSRC}/include/*.h ${DESTDIR}${PREFIX}/include/ 36 ${INSTALL_DATA} ${WRKSRC}/include/*.h ${DESTDIR}${PREFIX}/include/