[Midnightbsd-cvs] mports: mports/lang: We're going to update nwcc and no longer need the

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 14:51:07 EST 2007


Log Message:
-----------
We're going to update nwcc and no longer need the devel port.

Modified Files:
--------------
    mports/lang:
        Makefile (r1.34 -> r1.35)

Removed Files:
-------------
    mports/lang/nwcc-devel:
        Makefile
        distinfo
        pkg-descr
        pkg-plist
    mports/lang/nwcc-devel/files:
        patch-install.sh

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -L lang/Makefile -L lang/Makefile -u -r1.34 -r1.35
--- lang/Makefile
+++ lang/Makefile
@@ -24,7 +24,6 @@
     SUBDIR += mono
     SUBDIR += nawk
     SUBDIR += nwcc
-    SUBDIR += nwcc-devel
     SUBDIR += objc
     SUBDIR += open-cobol
     SUBDIR += p5-Data-JavaScript
--- lang/nwcc-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A BSD-licensed C-compiler.
-
-WWW: http://nwcc.sourceforge.net
--- lang/nwcc-devel/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/nwcc
-bin/nwcc1
-etc/nwcc.conf.sample
-lib/libnwcc.o
-nwcc/bin/nwcc1
-nwcc/bin/nwcc
-nwcc/bin/snake
-nwcc/lib/libnwcc.o
- at dirrmtry nwcc/bin
- at dirrmtry nwcc/lib
- at dirrmtry nwcc
--- lang/nwcc-devel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: nwcc-devel
-# Date created: 20. August 2007
-# Whom: Stevan Tiefert
-#
-# $MidnightBSD: mports/lang/nwcc-devel/Makefile,v 1.3 2007/10/25 00:20:47 laffer1 Exp $
-#
-
-PORTNAME=	nwcc-devel
-PORTVERSION=	0.7.3
-PORTREVISION=	1
-CATEGORIES=	lang
-DISTFILES=	nwcc_unstable-082107.tar.gz
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	nwcc
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A BSD-licensed C-compiler.
-LICENSE=	bsd2
-
-CONFLICTS=	nwcc-*
-
-WRKSRC=		${WRKDIR}/nwcc_0.7.3
-HAS_CONFIGURE=	yes
-ALL_TARGET=	nwcc
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != i386
-BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
-.else
-BUILD_DEPENDS=  ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
-.endif
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-post-install:
-	${CP} -n ${WRKSRC}/nwcc.conf.sample ${PREFIX}/etc/nwcc.conf.sample
-
-.include <bsd.port.post.mk>
--- lang/nwcc-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nwcc_unstable-082107.tar.gz) = 9cadbb4a161c9353ad2c317cc8204b02
-SHA256 (nwcc_unstable-082107.tar.gz) = fedb154070fa29ff22e46f0f0eb243fe641d78959ec3e34550524386ec1cc65c
-SIZE (nwcc_unstable-082107.tar.gz) = 567675
--- lang/nwcc-devel/files/patch-install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- install.sh.orig	Tue Aug 21 15:51:41 2007
-+++ install.sh	Tue Aug 21 15:52:41 2007
-@@ -1,6 +1,7 @@
- #!/bin/sh
- 
--INSTALLDIR=`grep INSTALLDIR config.h | awk -F\" '{ print $2 }'`
-+#INSTALLDIR=`grep INSTALLDIR config.h | awk -F\" '{ print $2 }'`
-+INSTALLDIR=${PREFIX}
- if test "$INSTALLDIR" = ""; then
- 	INSTALLDIR="/usr/local"
- fi


More information about the Midnightbsd-cvs mailing list