Thu Mar 26 02:27:42 2020 UTC ()
Don't care about portability when configure is already patched


(joerg)
diff -r1.15 -r1.16 pkgsrc/sysutils/torsmo/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/torsmo/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/torsmo/Attic/Makefile 2020/03/20 11:58:23 1.15
+++ pkgsrc/sysutils/torsmo/Attic/Makefile 2020/03/26 02:27:42 1.16
@@ -1,37 +1,39 @@ @@ -1,37 +1,39 @@
1# $NetBSD: Makefile,v 1.15 2020/03/20 11:58:23 nia Exp $ 1# $NetBSD: Makefile,v 1.16 2020/03/26 02:27:42 joerg Exp $
2 2
3DISTNAME= torsmo-0.18 3DISTNAME= torsmo-0.18
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=torsmo/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=torsmo/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://torsmo.sourceforge.net/ 9HOMEPAGE= http://torsmo.sourceforge.net/
10COMMENT= Tyopoytaorvelo System Monitor 10COMMENT= Tyopoytaorvelo System Monitor
11 11
12BROKEN_ON_PLATFORM= Darwin-*-* 12BROKEN_ON_PLATFORM= Darwin-*-*
13 13
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --enable-xft 16CONFIGURE_ARGS+= --enable-xft
17CONFIGURE_ENV+= XFTCONFIG=pkg-config 17CONFIGURE_ENV+= XFTCONFIG=pkg-config
18 18
19EGDIR= ${PREFIX}/share/examples/torsmo 19EGDIR= ${PREFIX}/share/examples/torsmo
20DOCDIR= ${PREFIX}/share/doc/torsmo 20DOCDIR= ${PREFIX}/share/doc/torsmo
21 21
22INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/torsmo 22INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/torsmo
23INSTALLATION_DIRS+= share/doc/torsmo 23INSTALLATION_DIRS+= share/doc/torsmo
24 24
 25CHECK_PORTABILITY_SKIP+= configure.in
 26
25.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
26 28
27.if ${X11_TYPE} == "modular" 29.if ${X11_TYPE} == "modular"
28CONFIGURE_ARGS+= --x-includes=${PREFIX}/include 30CONFIGURE_ARGS+= --x-includes=${PREFIX}/include
29CONFIGURE_ARGS+= --x-libraries=${PREFIX}/lib 31CONFIGURE_ARGS+= --x-libraries=${PREFIX}/lib
30.endif 32.endif
31 33
32.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" \ 34.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" \
33 || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux") 35 || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux")
34SPECIAL_PERMS+= bin/torsmo ${REAL_ROOT_USER} kmem 2555 36SPECIAL_PERMS+= bin/torsmo ${REAL_ROOT_USER} kmem 2555
35.endif 37.endif
36 38
37do-install: 39do-install: