summaryrefslogtreecommitdiff
path: root/devel/cvsup-gui-bin
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-22 18:09:12 +0000
committerjlam <jlam@pkgsrc.org>2007-08-22 18:09:12 +0000
commit30f8a045b8167da59834045855fea386c2d98c48 (patch)
tree40fbe4fa9c1176828bbe193a196f155f5a355188 /devel/cvsup-gui-bin
parent0b07e73e264009d77e599b349580751de5efd72e (diff)
downloadpkgsrc-30f8a045b8167da59834045855fea386c2d98c48.tar.gz
Convert cvsup-bin and cvsup-gui-bin to the emulator framework. This
should allow running these packages on NetBSD/amd64. Bump the PKGREVISION of cvsup-gui-bin after changing the dependency to require at least the same version of cvsup-bin.
Diffstat (limited to 'devel/cvsup-gui-bin')
-rw-r--r--devel/cvsup-gui-bin/MESSAGE.NetBSD7
-rw-r--r--devel/cvsup-gui-bin/Makefile21
2 files changed, 18 insertions, 10 deletions
diff --git a/devel/cvsup-gui-bin/MESSAGE.NetBSD b/devel/cvsup-gui-bin/MESSAGE.NetBSD
index 12c46d78f12..066bf5998f2 100644
--- a/devel/cvsup-gui-bin/MESSAGE.NetBSD
+++ b/devel/cvsup-gui-bin/MESSAGE.NetBSD
@@ -1,6 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2004/01/05 23:51:02 xtraeme Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.2 2007/08/22 18:09:12 jlam Exp $
-IMPORTANT: make sure your kernel has COMPAT_13 and COMPAT_14 defined!
+In order to use ${PKGNAME}, you must have the following options
+built into your kernel:
+
+ COMPAT_43, COMPAT_13, COMPAT_14
===========================================================================
diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile
index 78c7db1dbb1..a3d24b79a68 100644
--- a/devel/cvsup-gui-bin/Makefile
+++ b/devel/cvsup-gui-bin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/08/22 18:09:12 jlam Exp $
DISTNAME= cvsup-gui-static-16.1.h
PKGNAME= ${DISTNAME:C/static/bin/}
+PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/
EXTRACT_SUFX= .tgz
@@ -10,15 +11,19 @@ MAINTAINER= motoyuki@bsdclub.org
HOMEPAGE= http://www.cvsup.org/
COMMENT= cvsup GUI client
-DEPENDS+= cvsup-bin-[0-9]*:../../devel/cvsup-bin
+CVSUP_VERSION= ${DISTNAME:S/cvsup-gui-static-//}
-WRKSRC= ${WRKDIR}
-NO_CONFIGURE= yes
-NO_BUILD= yes
-# remove on next update -- see PR 25255 for details
-DIST_SUBDIR= cvsup-i386-1.6
+DEPENDS+= cvsup-bin>=${CVSUP_VERSION}:../../devel/cvsup-bin
-ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 NetBSD-[2-9]*-i386
+EMUL_PLATFORMS= netbsd-i386
+NETBSD_VERSION_REQD= 1.5
+
+# XXX Remove the following line on next update; see PR 25255 for details
+DIST_SUBDIR= cvsup-i386-1.6
+
+WRKSRC= ${WRKDIR}
+NO_CONFIGURE= yes
+BUILD_DIRS= # empty
INSTALLATION_DIRS= bin