head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.34 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.32 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.30 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.28 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.26 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.24 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.22 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.20 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.18 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.16 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.14 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.12 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.10 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.8 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.6 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.4 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.2 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.6.0.2 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.1.1.0.6 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.4 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.2 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2006.06.26.17.54.19; author salo; state dead; branches; next 1.6; 1.6 date 2006.03.04.21.29.36; author jlam; state Exp; branches; next 1.5; 1.5 date 2006.02.05.23.09.04; author joerg; state Exp; branches; next 1.4; 1.4 date 2005.12.12.14.43.24; author joerg; state Exp; branches; next 1.3; 1.3 date 2005.12.05.20.50.12; author rillig; state Exp; branches; next 1.2; 1.2 date 2005.07.19.10.23.42; author grant; state Exp; branches; next 1.1; 1.1 date 2004.10.02.14.25.39; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.10.02.14.25.39; author dmcmahill; state Exp; branches; next ; desc @@ 1.7 log @Finally remove SuSE 7.3 packages, long overdue.. @ text @# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:36 jlam Exp $ DISTNAME= suse_fileutils-${SUSE_VERSION} PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} DISTFILES= ${RPMFILES} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package - fileutils DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= fileutils.rpm .include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" @ 1.6 log @Point MAINTAINER to pkgsrc-users@@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2006/02/05 23:09:04 joerg Exp $ @ 1.5 log @Recursive revision bump / recommended bump for gettext ABI change. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2005/12/12 14:43:24 joerg Exp $ d10 1 a10 1 MAINTAINER= tech-pkg@@NetBSD.org @ 1.4 log @First step at reworking Linux binary packages. Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2005/12/05 20:50:12 rillig Exp $ d4 1 @ 1.3 log @Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2005/07/19 10:23:42 grant Exp $ a14 2 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @ 1.2 log @depends should be ../..// @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ d23 1 a23 1 .include "../suse_linux/Makefile.common" @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.18 2003/07/17 21:36:06 grant Exp $ d13 1 a13 1 DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base @ 1.1.1.1 log @add suse_fileutils package. Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package contains the GNU fileutils package in ELF binary format, linked with glibc2. @ text @@