pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Remove mk-files, as suggested by maintainer sjg ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3dc77364920
branches:  trunk
changeset: 572198:c3dc77364920
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 22 08:38:33 2010 +0000

description:
Remove mk-files, as suggested by maintainer sjg in PR 41021.

diffstat:

 devel/Makefile          |   3 +--
 devel/mk-files/DESCR    |   6 ------
 devel/mk-files/Makefile |  44 --------------------------------------------
 devel/mk-files/PLIST    |   2 --
 devel/mk-files/distinfo |   5 -----
 5 files changed, 1 insertions(+), 59 deletions(-)

diffs (90 lines):

diff -r 527ad37af16e -r c3dc77364920 devel/Makefile
--- a/devel/Makefile    Mon Feb 22 06:10:32 2010 +0000
+++ b/devel/Makefile    Mon Feb 22 08:38:33 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1298 2010/02/21 09:11:51 plunky Exp $
+# $NetBSD: Makefile,v 1.1299 2010/02/22 08:38:33 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -383,7 +383,6 @@
 SUBDIR+=       menhir
 SUBDIR+=       mercurial
 SUBDIR+=       mico
-SUBDIR+=       mk-files
 SUBDIR+=       mkcmd
 SUBDIR+=       mono-addins
 SUBDIR+=       mono-tools
diff -r 527ad37af16e -r c3dc77364920 devel/mk-files/DESCR
--- a/devel/mk-files/DESCR      Mon Feb 22 06:10:32 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-NetBSD's bmake utility uses some customised .mk files, in order to
-pre-define certain definitions and targets, which guide the build
-process.
-
-This package provides *.mk files for the bmake(1) utility, for a
-number of different operating systems other than NetBSD.
diff -r 527ad37af16e -r c3dc77364920 devel/mk-files/Makefile
--- a/devel/mk-files/Makefile   Mon Feb 22 06:10:32 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2009/04/06 10:25:51 wiz Exp $
-#
-
-DISTNAME=      mk-20081111
-PKGNAME=       ${DISTNAME:S/mk/mk-files/1}
-CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
-
-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
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-WRKSRC=                ${WRKDIR}/mk
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${PKGSRC_LOCKTYPE} == sleep
-PKG_FAIL_REASON=       "Recurses against itself"
-.endif
-
-
-PLIST_SRC=${WRKDIR}/.PLIST_SRC
-
-do-install:
-       ${SH} ${WRKSRC}/install-mk ${DESTDIR}${PREFIX}/share/mk
-
-.include "../../mk/bsd.pkg.mk"
-
-# The logic below mimics what install-mk does.
-# Ie. it won't install a sys.mk if a standard BSD one exists
-# same goes for the bsd.*.mk files (it makes the symlinks to *.mk)
-${WRKSRC}/FILES:       extract
-${WRKDIR}/.PLIST_SRC:  ${WRKSRC}/FILES
-       ( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \
-       [ -f /usr/share/mk/sys.mk ] || ${ECHO} sys.mk; \
-       [ -f /usr/share/mk/bsd.prog.mk ] || \
-       for f in dep doc init lib man nls obj own prog subdir; do \
-               ${ECHO} bsd.$$f.mk; \
-       done ) | ${SED} 's,^,share/mk/,' > ${.TARGET}
diff -r 527ad37af16e -r c3dc77364920 devel/mk-files/PLIST
--- a/devel/mk-files/PLIST      Mon Feb 22 06:10:32 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/09/20 07:00:56 sjg Exp $
-@comment rest is autogenerated
diff -r 527ad37af16e -r c3dc77364920 devel/mk-files/distinfo
--- a/devel/mk-files/distinfo   Mon Feb 22 06:10:32 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.13 2009/04/06 10:25:51 wiz Exp $
-
-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