pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41021: Fixes and improvements for devel/mk-files
>Number: 41021
>Category: pkg
>Synopsis: Fixes and improvements for devel/mk-files (patch)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 15 17:35:01 +0000 2009
>Originator: Aleksey Cheusov <vle%gmx.net@localhost>
>Release: NetBSD 5.0_RC2
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 5.0_RC2 NetBSD 5.0_RC2 (GENERIC) #1: Sun Mar
8 12:29:30 EET 2009
cheusov%chen.chizhovka.net@localhost:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
Update to the latest version.
Fix for destdir support.
Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files).
Minor clean-ups.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/mk-files/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile 5 Jan 2008 21:48:53 -0000 1.22
+++ Makefile 15 Mar 2009 17:29:08 -0000
@@ -1,20 +1,19 @@
# $NetBSD: Makefile,v 1.22 2008/01/05 21:48:53 rillig Exp $
#
-DISTNAME= mk-20050405
-PKGNAME= mk-files-20050405
-PKGREVISION= 1
+DISTNAME= mk-20081111
+PKGNAME= ${DISTNAME:S/mk/mk-files/1}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
-CONFLICTS+= bootstrap-mk-files-[0-9]*
-
MAINTAINER= sjg%NetBSD.org@localhost
HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html
COMMENT= Portable *.mk files for the NetBSD portable bmake utility
-NO_CONFIGURE= yes
-NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/mk
@@ -28,7 +27,7 @@
PLIST_SRC=${WRKDIR}/.PLIST_SRC
do-install:
- ${WRKSRC}/install-mk ${PREFIX}/share/mk
+ ${SH} ${WRKSRC}/install-mk ${DESTDIR}${PREFIX}/share/mk
.include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/mk-files/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo 27 Jun 2005 20:28:12 -0000 1.12
+++ distinfo 15 Mar 2009 17:29:08 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2005/06/27 20:28:12 erh Exp $
-SHA1 (mk-20050405.tar.gz) = 14528d1195494ff5f15a4616cfb5d696655e65d4
-RMD160 (mk-20050405.tar.gz) = 23bc1a44677792417c487d39bc153caf7b06dca9
-Size (mk-20050405.tar.gz) = 29128 bytes
+SHA1 (mk-20081111.tar.gz) = a08e1723726c8f3b2157daea9236d067eca6c259
+RMD160 (mk-20081111.tar.gz) = 5adaa6e182f336fc76489b804b2e88bc5690860e
+Size (mk-20081111.tar.gz) = 32590 bytes
Home |
Main Index |
Thread Index |
Old Index