pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Enable pkgviews installation. Patches provided by Joa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c682fe4b28e5
branches:  trunk
changeset: 476071:c682fe4b28e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 02 15:43:09 2004 +0000

description:
Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

diffstat:

 graphics/gnuplot/Makefile |  4 +++-
 mail/mutt/Makefile        |  4 +++-
 wm/wmx/Makefile.common    |  6 +++++-
 x11/aterm/Makefile        |  4 +++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diffs (81 lines):

diff -r f3b109b502a2 -r c682fe4b28e5 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Wed Jun 02 15:38:00 2004 +0000
+++ b/graphics/gnuplot/Makefile Wed Jun 02 15:43:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/04/24 23:18:38 snj Exp $
+# $NetBSD: Makefile,v 1.27 2004/06/02 15:43:09 minskim Exp $
 #
 
 DISTNAME=              gnuplot-3.7.3
@@ -15,6 +15,8 @@
 
 CONFLICTS+=             gnuplot-nox11-[0-9]*
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
 # because of missing rl_complete_with_tilde_expansion and rl_terminal_name
diff -r f3b109b502a2 -r c682fe4b28e5 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Wed Jun 02 15:38:00 2004 +0000
+++ b/mail/mutt/Makefile        Wed Jun 02 15:43:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2004/03/26 02:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2004/06/02 15:43:09 minskim Exp $
 
 DISTNAME=              mutt-1.4.2.1i
 PKGNAME=                ${DISTNAME:C/i$//}
@@ -13,6 +13,8 @@
 HOMEPAGE=              http://www.mutt.org/
 COMMENT=               Text-based MIME mail client with PGP support
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 BUILD_USES_MSGFMT=     yes
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/i$$//}
diff -r f3b109b502a2 -r c682fe4b28e5 wm/wmx/Makefile.common
--- a/wm/wmx/Makefile.common    Wed Jun 02 15:38:00 2004 +0000
+++ b/wm/wmx/Makefile.common    Wed Jun 02 15:43:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/06/02 15:38:00 minskim Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/06/02 15:43:09 minskim Exp $
 
 DISTNAME=      wmx-6
 WMX_VERS=      6.0
@@ -11,6 +11,8 @@
 
 CONFLICTS+=    wmx-[0-9]* wmx-gnome-[0-9]*
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        yes
 USE_X11BASE=   # defined
 USE_GCC_SHLIB= # defined
@@ -21,6 +23,8 @@
 PATCHDIR=      ${.CURDIR}/../../wm/wmx/patches
 PLIST_SRC=     ${.CURDIR}/../../wm/wmx/PLIST
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmx
diff -r f3b109b502a2 -r c682fe4b28e5 x11/aterm/Makefile
--- a/x11/aterm/Makefile        Wed Jun 02 15:38:00 2004 +0000
+++ b/x11/aterm/Makefile        Wed Jun 02 15:43:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/06/02 12:48:17 recht Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/02 15:43:09 minskim Exp $
 #
 
 DISTNAME=      aterm-0.4.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://aterm.sourceforge.net/
 COMMENT=       Aterm (Afterstep XVT) - a VT102 emulator for the X window system
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
 USE_X11=       YES



Home | Main Index | Thread Index | Old Index