pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Move WRKSRC definition away from the first paragra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/190c351241e0
branches: trunk
changeset: 466538:190c351241e0
user: agc <agc%pkgsrc.org@localhost>
date: Tue Jan 20 12:28:26 2004 +0000
description:
Move WRKSRC definition away from the first paragraph in a Makefile.
diffstat:
x11/9term/Makefile | 4 ++--
x11/XF86Setup/Makefile | 4 ++--
x11/Xaw-Xpm/Makefile | 4 ++--
x11/Xaw3d/Makefile | 4 ++--
x11/asnap/Makefile | 4 ++--
x11/blt/Makefile | 4 ++--
x11/dfm/Makefile.common | 4 ++--
x11/ebuilder/Makefile | 4 ++--
x11/egtk/Makefile | 4 ++--
x11/fltk/Makefile | 4 ++--
x11/keylaunch/Makefile | 4 ++--
x11/modeline/Makefile | 5 +++--
x11/oneko/Makefile | 4 ++--
x11/openmotif/Makefile | 4 ++--
x11/p5-Tk/Makefile | 4 ++--
x11/p5-gtk/Makefile | 4 ++--
x11/p5-gtk/Makefile.subpackage | 5 +++--
x11/py-Pmw/Makefile | 4 ++--
x11/py-qt2/Makefile | 4 ++--
x11/py-wxWindows/Makefile | 4 ++--
x11/qt2-libs/Makefile.common | 4 ++--
x11/qtarch/Makefile | 4 ++--
x11/qwspritefield/Makefile | 4 ++--
x11/ruby-fox/Makefile | 4 ++--
x11/ruby-gtk/Makefile | 4 ++--
x11/ruby-tcltklib/Makefile | 4 ++--
x11/ruby-tk/Makefile | 4 ++--
x11/swing/Makefile | 4 ++--
x11/tk-Tix/Makefile | 4 ++--
x11/tk/Makefile | 4 ++--
x11/tkman/Makefile | 4 ++--
x11/unclutter/Makefile | 4 ++--
x11/wmfstatus/Makefile | 4 ++--
x11/wmweather/Makefile | 4 ++--
x11/wxWindows-docs/Makefile | 4 ++--
x11/x3270/Makefile | 4 ++--
x11/xclip/Makefile | 4 ++--
x11/xcolors/Makefile | 4 ++--
x11/xcolorsel/Makefile | 4 ++--
x11/xcursorgen/Makefile | 4 ++--
x11/xdaemon/Makefile | 6 +++---
x11/xdaemon2/Makefile | 6 +++---
x11/xdm3d/Makefile | 4 ++--
x11/xephem/Makefile | 4 ++--
x11/xfishtank/Makefile | 4 ++--
x11/xjman/Makefile | 4 ++--
x11/xmindpath/Makefile | 4 ++--
x11/xmountains/Makefile | 4 ++--
x11/xmove/Makefile | 4 ++--
x11/xneko/Makefile | 4 ++--
x11/xpaste/Makefile | 4 ++--
x11/xphoon/Makefile | 4 ++--
x11/xpmicons/Makefile | 4 ++--
x11/xpns/Makefile | 4 ++--
x11/xpostit/Makefile | 6 +++---
x11/xscript/Makefile | 4 ++--
x11/xview-clients/Makefile | 4 ++--
x11/xview-config/Makefile | 4 ++--
58 files changed, 121 insertions(+), 119 deletions(-)
diffs (truncated from 1277 to 300 lines):
diff -r 4e90319b20d5 -r 190c351241e0 x11/9term/Makefile
--- a/x11/9term/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/9term/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 22:56:19 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/20 12:28:26 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
DISTNAME= 9term.1.6.3
PKGNAME= 9term-1.6.3
-WRKSRC= ${WRKDIR}
CATEGORIES= plan9 x11
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
@@ -16,6 +15,7 @@
NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= yes
USE_X11= yes
diff -r 4e90319b20d5 -r 190c351241e0 x11/XF86Setup/Makefile
--- a/x11/XF86Setup/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/XF86Setup/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2003/07/17 22:56:19 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/01/20 12:28:26 agc Exp $
DISTNAME= XF86Setup-3.3.6
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/hw/xfree86/XF86Setup
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +15,7 @@
ONLY_FOR_PLATFORM= *-*-i386
+WRKSRC= ${WRKDIR}/hw/xfree86/XF86Setup
TCLLIB= ${LOCALBASE}/lib/libtcl83.a
TKLIB= ${LOCALBASE}/lib/libtk83.a
diff -r 4e90319b20d5 -r 190c351241e0 x11/Xaw-Xpm/Makefile
--- a/x11/Xaw-Xpm/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/Xaw-Xpm/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2002/10/10 12:58:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= Xaw-XPM-1.1
PKGNAME= Xaw-Xpm-1.1
-WRKSRC= ${WRKDIR}/XawXpm
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/}
@@ -13,6 +12,7 @@
CONFLICTS= Xaw3d-[0-9]*
+WRKSRC= ${WRKDIR}/XawXpm
USE_BUILDLINK2= YES
USE_IMAKE= YES
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
diff -r 4e90319b20d5 -r 190c351241e0 x11/Xaw3d/Makefile
--- a/x11/Xaw3d/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/Xaw3d/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2003/08/15 22:25:30 salo Exp $
+# $NetBSD: Makefile,v 1.36 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= Xaw3d-1.5
-WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=widgets/Xaw3d/R6.3/}
@@ -11,6 +10,7 @@
CONFLICTS= Xaw-Xpm-[0-9]*
+WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
USE_BUILDLINK2= YES
USE_IMAKE= YES
PLIST_SRC= ${WRKDIR}/PLIST-src
diff -r 4e90319b20d5 -r 190c351241e0 x11/asnap/Makefile
--- a/x11/asnap/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/asnap/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:56:21 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:26 agc Exp $
DISTNAME= asnap
PKGNAME= ${DISTNAME}-1.0
-WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
MAINTAINER= he%NetBSD.org@localhost
COMMENT= Takes a snapshot of a region of the screen
+WRKSRC= ${WRKDIR}
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff -r 4e90319b20d5 -r 190c351241e0 x11/blt/Makefile
--- a/x11/blt/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/blt/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:38:26 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= BLT2.4o
PKGNAME= blt-2.4o
-WRKSRC= ${WRKDIR}/blt2.4o
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/
@@ -11,6 +10,7 @@
HOMEPAGE= http://www.tcltk.com/blt/index.html
COMMENT= Extension to Tcl/Tk
+WRKSRC= ${WRKDIR}/blt2.4o
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
diff -r 4e90319b20d5 -r 190c351241e0 x11/dfm/Makefile.common
--- a/x11/dfm/Makefile.common Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/dfm/Makefile.common Tue Jan 20 12:28:26 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.7 2003/05/02 11:56:57 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= dfm-0.99.9
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/dfm
MASTER_SITES= http://www.kaisersite.de/dfm/
+WRKSRC= ${WRKDIR}/dfm
USE_BUILDLINK2= yes
USE_X11= yes
USE_PKGLOCALEDIR= yes
diff -r 4e90319b20d5 -r 190c351241e0 x11/ebuilder/Makefile
--- a/x11/ebuilder/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/ebuilder/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 22:56:23 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= ebuilder-0.56d
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${DISTNAME}
CATEGORIES= x11 devel
MASTER_SITES= http://web.inter.nl.net/users/eavdmeer/src/
@@ -11,6 +10,7 @@
HOMEPAGE= http://web.inter.nl.net/users/eavdmeer/index.html
COMMENT= GUI builder for the Qt library
+WRKSRC= ${WRKDIR}/${DISTNAME}
USE_BUILDLINK2= yes
USE_X11= yes
USE_GMAKE= yes
diff -r 4e90319b20d5 -r 190c351241e0 x11/egtk/Makefile
--- a/x11/egtk/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/egtk/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 22:56:23 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= eGTK_0.3.4
PKGNAME= egtk-0.3.4
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/eGTK
CATEGORIES= x11
MASTER_SITES= http://www.netlabs.net/hp/richieb/downloads/
@@ -14,6 +13,7 @@
DEPENDS+= smalleiffel-[0-9]*:../../lang/smalleiffel
+WRKSRC= ${WRKDIR}/eGTK
USE_BUILDLINK2= yes
post-extract:
diff -r 4e90319b20d5 -r 190c351241e0 x11/fltk/Makefile
--- a/x11/fltk/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/fltk/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2003/11/30 22:58:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= fltk-1.0.11-source
PKGNAME= ${DISTNAME:S/-source//}
PKGREVISION= 3
VERS= ${DISTNAME:S/fltk-//:S/-source//}
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \
ftp://ftp.fltk.org/pub/fltk/${VERS}/ \
@@ -19,6 +18,7 @@
HOMEPAGE= http://www.fltk.org/
COMMENT= Fast Light Tool Kit for graphical user interfaces
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
USE_BUILDLINK2= # defined
USE_GCC_SHLIB= # defined
USE_GNU_TOOLS+= make
diff -r 4e90319b20d5 -r 190c351241e0 x11/keylaunch/Makefile
--- a/x11/keylaunch/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/keylaunch/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:35 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:26 agc Exp $
#
DISTNAME= keylaunch-1.3.0
-WRKSRC= ${WRKDIR}/keylaunch
CATEGORIES= x11
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/
@@ -10,6 +9,7 @@
HOMEPAGE= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/download.htm
COMMENT= X utility for binding commands to a hot key
+WRKSRC= ${WRKDIR}/keylaunch
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_GMAKE= YES
diff -r 4e90319b20d5 -r 190c351241e0 x11/modeline/Makefile
--- a/x11/modeline/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/modeline/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 17:38:29 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/20 12:28:26 agc Exp $
DISTNAME= modeline_vfr.c
PKGNAME= modeline-20001121
-WRKSRC= ${WRKDIR}/modeline
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= # empty
@@ -11,6 +10,8 @@
HOMEPAGE= http://www.dkfz-heidelberg.de/spec/linux/modeline/
COMMENT= Calculates XF86 Modelines to configure your monitor for X11R6
+WRKSRC= ${WRKDIR}/modeline
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
diff -r 4e90319b20d5 -r 190c351241e0 x11/oneko/Makefile
--- a/x11/oneko/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/oneko/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/03/29 12:43:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:26 agc Exp $
DISTNAME= oneko-1.1b
PKGNAME= oneko-1.2
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/oneko
CATEGORIES= x11 games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
@@ -14,6 +13,7 @@
MAINTAINER= johnam%mail.kemper.org@localhost
COMMENT= Like xneko except on the desktop and with other animals
+WRKSRC= ${WRKDIR}/oneko
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff -r 4e90319b20d5 -r 190c351241e0 x11/openmotif/Makefile
--- a/x11/openmotif/Makefile Tue Jan 20 12:18:15 2004 +0000
+++ b/x11/openmotif/Makefile Tue Jan 20 12:28:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/11/20 11:13:51 heinz Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/20 12:28:26 agc Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -6,7 +6,6 @@
DISTNAME= openmotif${PKGVER}
PKGNAME= openmotif-${PKGVER}
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/motif
CATEGORIES= x11
MOTIF_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R${PKGVER}/ \
ftp://ftp.opengroup.org/pub/openmotif/R${PKGVER}/ \
@@ -23,6 +22,7 @@
CONFLICTS+= lesstif-[0-9]*
Home |
Main Index |
Thread Index |
Old Index