Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 1995 03:31:40 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        nils@guru.ims.uni-stuttgart.de
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: Port of dmake-4.0
Message-ID:  <199508081031.DAA19149@silvia.HIP.Berkeley.EDU>
In-Reply-To: <m0seoX7-0002fvC@guru.ims.uni-stuttgart.de> (nils@guru.ims.uni-stuttgart.de)

next in thread | previous in thread | raw e-mail | index | archive | help
(This should have been sent to "ports", Nils)

 * I have created a port of dmake-4.0 which is just another make 
 * utility which I need for compiling my next port, the Exodus
 * Storage Manager 3.1.
 * 
 * Please test and submit my port.
 * 
 * Location: ftp.freebsd.org:/pub/FreeBSD/incoming/dmake-4.0.port.tar.gz

Okay, I test-compiled and comitted your port.  I made the following
changes, but it compiled and packaged without a hitch.

The Makefile has a fixed format, please take a look at the others.
pkg/DESCR is not supposed to be longer that a couple of paragraphs.
And please don't worry about @modes and @owners in PLIST, they should
be correct unless the install rule is broken so no need to bother.

Thanks!

Satoshi
-------
diff -ru devel/dmake/Makefile e/ports/devel/dmake/Makefile
--- devel/dmake/Makefile	Sat Aug  5 09:20:41 1995
+++ e/ports/devel/dmake/Makefile	Tue Aug  8 03:24:10 1995
@@ -1,13 +1,18 @@
-# -*- Mode: Makefile -*-
-# Port of:              dmake 4.0
-# Date created:         Mon Jul 31 12:03:58 1995
-# Porter:               nils@guru.ims.uni-stuttgart.de
-
-MAINTAINER=	nils@guru.ims.uni-stuttgart.de
-CATEGORIES=     development tools
+# New ports collection makefile for:	dmake
+# Version required:     4.0
+# Date created:		31 July 1995
+# Whom:			nils@guru.ims.uni-stuttgart.de
+#
+# $Id: Makefile,v 1.1.1.1 1995/08/08 10:24:10 asami Exp $
+#
 
 DISTNAME=       dmake40
+PKGNAME=	dmake-4.0
+CATEGORIES=     development programming
 MASTER_SITES=   ftp://plg.uwaterloo.ca/pub/dmake/
+
+MAINTAINER=	nils@guru.ims.uni-stuttgart.de
+
 WRKSRC=		$(WRKDIR)/dmake
 USE_GMAKE=	yes
 MAKEFILE=	makefile
diff -ru devel/dmake/pkg/DESCR e/ports/devel/dmake/pkg/DESCR
--- devel/dmake/pkg/DESCR	Sat Aug  5 09:16:00 1995
+++ e/ports/devel/dmake/pkg/DESCR	Tue Aug  8 03:24:11 1995
@@ -6,432 +6,3 @@
 ------- The release is an attempt at addressing obscure faults in dmake
 	and at providing some much needed new functionality.  See below
 	for details of enhancements and bug fixes.
-
-	NOTE:  There is one minor syntactic change to the makefile format
(the rest of 400-line DESCR deleted)
diff -ru devel/dmake/pkg/PLIST e/ports/devel/dmake/pkg/PLIST
--- devel/dmake/pkg/PLIST	Sat Aug  5 08:25:21 1995
+++ e/ports/devel/dmake/pkg/PLIST	Tue Aug  8 03:24:10 1995
@@ -1,7 +1,2 @@
-@cd /usr/local
-@mode 755
-@owner root
-@group bin
 bin/dmake
-@mode 444
 lib/dmake/startup.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508081031.DAA19149>