Date: Tue, 27 Feb 2001 13:41:52 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/25432: Update port: graphics/sced to 1.03 Message-ID: <200102272141.f1RLfqk46604@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <<EOF diff -urN /usr/ports/graphics/sced/pkg-descr graphics/sced/pkg-descr --- /usr/ports/graphics/sced/pkg-descr Mon Feb 14 02:30:08 2000 +++ graphics/sced/pkg-descr Wed Feb 28 02:07:00 2001 @@ -1,4 +1,3 @@ - Sced is a program for creating 3d scenes, then exporting them to a wide variety of rendering programs. Programs supported are: POVray, Rayshade, any VRML browser, anything that reads Pixar's RIB @@ -8,13 +7,6 @@ objects, and provides a maintenance system for keeping this constraints satisfied as the scene is modified. -Getting it: -Sced is available from: - http://http.cs.berkeley.edu/~schenney/sced/sced.html - ftp://ftp.cs.su.oz.au/stephen/sced - ftp://ftp.povray.org/pub/pov/modellers/sced (soon) -The first page is also the sced home page. - -WWW: http://http.cs.berkeley.edu/~schenney/sced/sced.html +WWW: http://www.cs.wisc.edu/~schenney/sced/sced.html -Julian Assange (proff@iq.org) diff -urN /usr/ports/graphics/sced/pkg-plist graphics/sced/pkg-plist --- /usr/ports/graphics/sced/pkg-plist Tue Dec 29 06:44:41 1998 +++ graphics/sced/pkg-plist Wed Feb 28 02:45:32 2001 @@ -1,6 +1,6 @@ bin/sced -lib/sced/scenerc -share/doc/sced/guide.dvi -share/doc/sced/guide.tex -@dirrm lib/sced -@dirrm share/doc/sced +%%PORTDOCS%%share/doc/sced/guide.dvi +%%PORTDOCS%%share/doc/sced/guide.tex +share/sced/sample.scenerc +@dirrm share/sced +%%PORTDOCS%%@dirrm share/doc/sced >Release-Note: >Audit-Trail: >Unformatted: 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?200102272141.f1RLfqk46604>