From owner-freebsd-ports Mon Jan 3 0:12:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.133.252]) by hub.freebsd.org (Postfix) with ESMTP id CECAF14D0F; Mon, 3 Jan 2000 00:12:06 -0800 (PST) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.3/8.9.3) with ESMTP id WAA02744; Sun, 2 Jan 2000 22:56:54 +0100 (CET) (envelope-from domi@saargate.de) Date: Sun, 2 Jan 2000 22:56:54 +0100 (CET) From: Dominik Brettnacher To: "alex@big.endian.de" Cc: freebsd-gnats-submit@freebsd.org, ports@freebsd.org Subject: Re: ports/15836: textproc/rand update 1.5 -> 1.6 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 2 Jan 2000, alex@big.endian.de wrote: > Don't put man-pages into PLIST. Use MAN1 in the makefile instead. ok, then use this one: diff -urN rand.old/Makefile rand/Makefile --- rand.old/Makefile Sun Jan 2 22:55:32 2000 +++ rand/Makefile Sun Jan 2 22:52:19 2000 @@ -1,20 +1,25 @@ # New ports collection makefile for: rand -# Version required: 1.5 +# Version required: 1.6 # Date created: Mon Jul 26 1999 # Whom: domi@saargate.de # # $FreeBSD: ports/textproc/rand/Makefile,v 1.3 1999/10/10 23:19:24 steve Exp $ # -DISTNAME= rand-1.5 +DISTNAME= rand-1.6 CATEGORIES= textproc MASTER_SITES= http://math.smsu.edu/~br0ke/files/ MAINTAINER= domi@saargate.de -WRKSRC= ${WRKDIR}/rand +GNU_CONFIGURE= yes +USE_GMAKE= yes + +NOMANCOMPRESS= yes +MAN1= rand.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1 .include diff -urN rand.old/files/md5 rand/files/md5 --- rand.old/files/md5 Sun Jan 2 22:55:31 2000 +++ rand/files/md5 Sat Jan 1 23:17:37 2000 @@ -1 +1 @@ -MD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37 +MD5 (rand-1.6.tar.gz) = cd7c2479cc754766922b9d0a2f89dcdd diff -urN rand.old/patches/patch-aa rand/patches/patch-aa --- rand.old/patches/patch-aa Sun Jan 2 22:55:31 2000 +++ rand/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- Makefile.orig Tue Dec 29 23:34:51 1998 -+++ Makefile Sun Aug 1 02:16:56 1999 -@@ -1,5 +1,5 @@ --CC=egcc --FLAGS=-O2 -Wall -ansi -pedantic #-mpentium -ffast-math -+CC?=cc -+FLAGS=${CFLAGS} - OBJS=rand.o - SRCS=rand.c - TARGET=rand diff -urN rand.old/patches/patch-ab rand/patches/patch-ab --- rand.old/patches/patch-ab Sun Jan 2 22:55:31 2000 +++ rand/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- rand.c.orig Mon Jul 26 22:43:44 1999 -+++ rand.c Mon Jul 26 22:43:53 1999 -@@ -38,7 +38,6 @@ - #include - #include - #include --#include - - #define LINE 0 - #define WORD 1 -- Dominik - http://www.saargate.de/~domi/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message