head 1.15; access; symbols pkgsrc-2013Q2:1.15.0.42 pkgsrc-2013Q2-base:1.15 pkgsrc-2012Q4:1.15.0.40 pkgsrc-2012Q4-base:1.15 pkgsrc-2011Q4:1.15.0.38 pkgsrc-2011Q4-base:1.15 pkgsrc-2011Q2:1.15.0.36 pkgsrc-2011Q2-base:1.15 pkgsrc-2009Q4:1.15.0.34 pkgsrc-2009Q4-base:1.15 pkgsrc-2008Q4:1.15.0.32 pkgsrc-2008Q4-base:1.15 pkgsrc-2008Q3:1.15.0.30 pkgsrc-2008Q3-base:1.15 cube-native-xorg:1.15.0.28 cube-native-xorg-base:1.15 pkgsrc-2008Q2:1.15.0.26 pkgsrc-2008Q2-base:1.15 pkgsrc-2008Q1:1.15.0.24 pkgsrc-2008Q1-base:1.15 pkgsrc-2007Q4:1.15.0.22 pkgsrc-2007Q4-base:1.15 pkgsrc-2007Q3:1.15.0.20 pkgsrc-2007Q3-base:1.15 pkgsrc-2007Q2:1.15.0.18 pkgsrc-2007Q2-base:1.15 pkgsrc-2007Q1:1.15.0.16 pkgsrc-2007Q1-base:1.15 pkgsrc-2006Q4:1.15.0.14 pkgsrc-2006Q4-base:1.15 pkgsrc-2006Q3:1.15.0.12 pkgsrc-2006Q3-base:1.15 pkgsrc-2006Q2:1.15.0.10 pkgsrc-2006Q2-base:1.15 pkgsrc-2006Q1:1.15.0.8 pkgsrc-2006Q1-base:1.15 pkgsrc-2005Q4:1.15.0.6 pkgsrc-2005Q4-base:1.15 pkgsrc-2005Q3:1.15.0.4 pkgsrc-2005Q3-base:1.15 pkgsrc-2005Q2:1.15.0.2 pkgsrc-2005Q2-base:1.15 pkgsrc-2005Q1:1.13.0.4 pkgsrc-2005Q1-base:1.13 pkgsrc-2004Q4:1.13.0.2 pkgsrc-2004Q4-base:1.13 pkgsrc-2004Q3:1.11.0.4 pkgsrc-2004Q3-base:1.11 pkgsrc-2004Q2:1.11.0.2 pkgsrc-2004Q2-base:1.11 pkgsrc-2004Q1:1.10.0.2 pkgsrc-2004Q1-base:1.10 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.15 date 2005.04.22.19.17.14; author wiz; state dead; branches; next 1.14; 1.14 date 2005.04.11.21.45.44; author tv; state Exp; branches; next 1.13; 1.13 date 2004.10.03.00.14.41; author tv; state Exp; branches; next 1.12; 1.12 date 2004.10.01.10.37.33; author grant; state Exp; branches; next 1.11; 1.11 date 2004.04.24.23.55.40; author snj; state Exp; branches; next 1.10; 1.10 date 2004.03.22.03.47.16; author kristerw; state Exp; branches; next 1.9; 1.9 date 2004.01.22.08.36.04; author grant; state Exp; branches; next 1.8; 1.8 date 2004.01.03.18.49.40; author reed; state Exp; branches; next 1.7; 1.7 date 2003.11.30.22.58.41; author jschauma; state Exp; branches; next 1.6; 1.6 date 2003.07.17.21.35.43; author grant; state Exp; branches; next 1.5; 1.5 date 2003.06.02.01.19.56; author jschauma; state Exp; branches; next 1.4; 1.4 date 2003.03.09.19.12.37; author jschauma; state Exp; branches; next 1.3; 1.3 date 2002.12.24.06.10.00; author wiz; state Exp; branches; next 1.2; 1.2 date 2002.09.21.12.31.23; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.04.20.08.10.29; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.04.20.08.10.29; author rh; state Exp; branches; next ; desc @@ 1.15 log @Remove rewind -- does not build on 2.0/i386, and hasn't been building for over 8 months. No new version out either. @ text @# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:44 tv Exp $ DISTNAME= rewind-20020420 PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@@NetBSD.org HOMEPAGE= http://rewind.sourceforge.net/ COMMENT= BSD/X11 licenced fork of Wine (Windows on Unix) CONFLICTS= wine-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 USE_X11= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses CONFIGURE_ENV+= ac_cv_prog_sane_devel=no # The rewind configure script has problems locating the libraries in the # buildlink directory, so prepend all of the LDFLAGS necessary to link # against the libraries. # CONFIGURE_ENV+= X_LIBS="${LDFLAGS}" LIBS+= ${LDFLAGS} .include "../../mk/bsd.prefs.mk" .if defined(USE_CUPS) && (${USE_CUPS} == YES) . include "../../print/cups/buildlink3.mk" BUILD_DEFS+= USE_CUPS .endif EGDIR= ${PREFIX}/share/examples/rewind post-install: ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}/documentation/samples; \ ${INSTALL_DATA} config ${EGDIR}/wine.conf; \ ${INSTALL_DATA} generic.ppd ${EGDIR}/generic.ppd; \ ${INSTALL_DATA} system.ini ${EGDIR}/system.ini .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.14 log @Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2004/10/03 00:14:41 tv Exp $ @ 1.13 log @Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2004/10/01 10:37:33 grant Exp $ a16 1 USE_BUILDLINK3= YES @ 1.12 log @there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].* adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2004/04/24 23:55:40 snj Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.11 log @Convert to buildlink3. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2004/03/22 03:47:16 kristerw Exp $ d15 1 a15 2 ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 \ NetBSD-[2-9]*-i386 @ 1.10 log @Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $ d18 1 a18 1 USE_BUILDLINK2= YES d36 1 a36 1 . include "../../print/cups/buildlink2.mk" d49 4 a52 4 .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/glu/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" @ 1.9 log @replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $ d15 2 a16 1 ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 @ 1.8 log @Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2003/11/30 22:58:41 jschauma Exp $ d19 1 a19 1 USE_GMAKE= YES @ 1.7 log @As pointed out by jlam: bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2003/07/17 21:35:43 grant Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.6 log @s/netbsd.org/NetBSD.org/ @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2003/06/02 01:19:56 jschauma Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.5 log @Use tech-pkg@@ in favor of packages@@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2003/03/09 19:12:37 jschauma Exp $ d9 1 a9 1 MAINTAINER= tech-pkg@@netbsd.org @ 1.4 log @Bump PKGREVISION due to upgrade of Mesa and friends. Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2002/12/24 06:10:00 wiz Exp $ d9 1 a9 1 MAINTAINER= packages@@netbsd.org @ 1.3 log @Bump PKGREVISION because of dependency on latest freetype2 or glib2 package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2002/09/21 12:31:23 jlam Exp $ d4 1 a4 1 PKGREVISION= 1 d48 2 a49 1 .include "../../graphics/Mesa/buildlink2.mk" @ 1.2 log @buildlink1 -> buildlink2 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2002/04/20 08:10:29 rh Exp $ d4 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d16 2 a17 1 USE_BUILDLINK_ONLY= YES d19 1 d22 1 d24 3 a26 4 # The rewind configure script has problems locating the freetype-config # script and the libraries in the buildlink directory, so explicitly # set the location of freetype-config and prepend all of the LDFLAGS # necessary to link against the libraries. a27 1 CONFIGURE_ENV+= ft_devel=${FREETYPE_CONFIG} d34 1 a34 1 .include "../../print/cups/buildlink.mk" d47 4 a50 4 .include "../../graphics/Mesa/buildlink.mk" .include "../../graphics/freetype2/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" .include "../../mk/x11.buildlink.mk" @ 1.1.1.1 log @Initial import of rewind-20020420, a fork of the Wine project that remained with a BSD/X11 licence as Wine moved to LGPL. @ text @@