From owner-freebsd-ports Sun Jan 2 4:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43B7114EE3 for ; Sun, 2 Jan 2000 04:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA81362; Sun, 2 Jan 2000 04:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.133.252]) by hub.freebsd.org (Postfix) with ESMTP id 1736414CC7 for ; Sun, 2 Jan 2000 04:15:43 -0800 (PST) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id NAA68457; Sun, 2 Jan 2000 13:15:02 +0100 (CET) (envelope-from domi) Message-Id: <200001021215.NAA68457@dominik.saargate.de> Date: Sun, 2 Jan 2000 13:15:02 +0100 (CET) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15836: textproc/rand update 1.5 -> 1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15836 >Category: ports >Synopsis: textproc/rand update 1.5 -> 1.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 2 04:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN rand.old/Makefile rand/Makefile --- rand.old/Makefile Sun Jan 2 13:13:53 2000 +++ rand/Makefile Sun Jan 2 13:11:58 2000 @@ -1,20 +1,22 @@ # 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 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 13:13:53 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 13:13:53 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 13:13:53 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 diff -urN rand.old/pkg/PLIST rand/pkg/PLIST --- rand.old/pkg/PLIST Sun Jan 2 13:13:53 2000 +++ rand/pkg/PLIST Sun Jan 2 13:07:39 2000 @@ -1 +1,2 @@ bin/rand +man/man1/rand.1.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message