From owner-freebsd-ports Tue Feb 27 13:50:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 219AF37B71C for ; Tue, 27 Feb 2001 13:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RLo3w47738; Tue, 27 Feb 2001 13:50:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACB7437B71B for ; Tue, 27 Feb 2001 13:41:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RLfqk46604; Tue, 27 Feb 2001 13:41:52 -0800 (PST) (envelope-from nobody) Message-Id: <200102272141.f1RLfqk46604@freefall.freebsd.org> Date: Tue, 27 Feb 2001 13:41:52 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25432: Update port: graphics/sced to 1.03 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25432 >Category: ports >Synopsis: Update port: graphics/sced to 1.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 27 13:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.03 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sced/Makefile graphics/sced/Makefile --- /usr/ports/graphics/sced/Makefile Wed Jan 17 20:31:11 2001 +++ graphics/sced/Makefile Wed Feb 28 02:47:35 2001 @@ -6,10 +6,9 @@ # PORTNAME= sced -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= graphics -MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \ - http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ +MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/ MAINTAINER= ports@FreeBSD.org @@ -23,10 +22,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/lib/sced - ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced + @${MKDIR} ${PREFIX}/share/sced + ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/sced + @${MKDIR} ${PREFIX}/share/doc/sced ${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced .endif diff -urN /usr/ports/graphics/sced/distinfo graphics/sced/distinfo --- /usr/ports/graphics/sced/distinfo Wed Jun 9 08:23:04 1999 +++ graphics/sced/distinfo Wed Feb 28 02:10:09 2001 @@ -1 +1 @@ -MD5 (sced-1.02.tar.gz) = 1e4d4bbc2faba5e09db20449d67e3760 +MD5 (sced-1.03.tar.gz) = 17a468d5b499314b85aee5d8930263e7 diff -urN /usr/ports/graphics/sced/files/patch-ab graphics/sced/files/patch-ab --- /usr/ports/graphics/sced/files/patch-ab Tue Dec 29 06:44:41 1998 +++ graphics/sced/files/patch-ab Wed Feb 28 02:50:54 2001 @@ -1,6 +1,14 @@ ---- configure.orig Thu Jun 25 21:43:01 1998 -+++ configure Sun Dec 27 02:18:54 1998 -@@ -2398,7 +2398,7 @@ +--- configure.orig Fri Jun 26 04:43:01 1998 ++++ configure Wed Feb 28 02:50:29 2001 +@@ -529,7 +529,6 @@ + ELKDIR=$withval + fi + +-CFLAGS=-O + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +@@ -2398,7 +2397,7 @@ cached=n sc_cv_sup_povray=yes answer= @@ -9,7 +17,7 @@ if test ! -z "$answer"; then if test ! \( "$answer" = "y" -o "$answer" = "Y" \) ; then sc_cv_sup_povray=no -@@ -2419,8 +2419,8 @@ +@@ -2419,8 +2418,8 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cached=n @@ -20,7 +28,7 @@ fi -@@ -2433,8 +2433,8 @@ +@@ -2433,8 +2432,8 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cached=n @@ -31,7 +39,7 @@ fi -@@ -2454,262 +2454,6 @@ +@@ -2454,262 +2453,6 @@ echo @@ -294,7 +302,7 @@ # # Add support for previous versions, if required. # -@@ -2720,7 +2464,7 @@ +@@ -2720,7 +2463,7 @@ else sc_cv_oldvers=yes vers_answer= @@ -303,7 +311,7 @@ if test ! -z "$vers_answer"; then if test ! \( "$vers_answer" = "y" -o "$vers_answer" = "Y" \) ; then sc_cv_oldvers=no -@@ -2785,51 +2529,51 @@ +@@ -2785,51 +2528,51 @@ EOF cat >> confdefs.h <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message