Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 00:20:03 -0800 (PST)
From:      Dominik Brettnacher <domi@saargate.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15836: textproc/rand update 1.5 -> 1.6
Message-ID:  <200001030820.AAA12855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15836; it has been noted by GNATS.

From: Dominik Brettnacher <domi@saargate.de>
To: "alex@big.endian.de" <alex@big.endian.de>
Cc: freebsd-gnats-submit@freebsd.org, ports@freebsd.org
Subject: Re: ports/15836: textproc/rand update 1.5 -> 1.6
Date: Sun, 2 Jan 2000 22:56:54 +0100 (CET)

 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 <bsd.port.mk>
 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 <stdlib.h>
 - #include <unistd.h>
 - #include <string.h>
 --#include <getopt.h>
 - 
 - #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




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