Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 11:29:28 -0800 (PST)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24091: [ PORT - FIX ] devel/cs
Message-ID:  <200101051929.f05JTSI65391@rodan.randomnetworks.com>
Resent-Message-ID: <200101051940.f05Je0S60139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24091
>Category:       ports
>Synopsis:       [ PORT - FIX ] devel/cs
>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:   Fri Jan 05 11:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
randomnetworks.com
>Environment:

ports collection

>Description:

[ PORT - FIX ] devel/cs

According to:
http://people.freebsd.org/~fenner/portsurvey/bad.html

The port devel/cs was unfetchable.  After some looking around, the site for
cs had moved.  The patch below fixes the MASTER_SITES, adds the new WWW site
to descr and fixes plist.

** NOTE **
I ended up doing something strange with WRKSRC to make this whole thing work
again.  I don't know if this is really the right way to do this or not.  If
I'm work, please drop me an email letting me know the correct way.

>How-To-Repeat:


>Fix:

This diff was generated by: diff -ruN cs cs.new
From: /usr/ports/devel
Can also be found at: http://www.randomnetworks.com/freebsd/prs/cs.diff
-----------------------------------------------------------------------
diff -ruN cs/Makefile cs.new/Makefile
--- cs/Makefile	Sat Dec 23 15:15:39 2000
+++ cs.new/Makefile	Fri Jan  5 11:20:22 2001
@@ -8,7 +8,9 @@
 PORTNAME=	cs
 PORTVERSION=	0.5
 CATEGORIES=	devel
-MASTER_SITES=	ftp://cantor.informatik.rwth-aachen.de/pub/unix/
+MASTER_SITES=	http://www.moria.de/~michael/cs/
+DISTFILES=	${PORTNAME}.tar.gz
+WRKSRC=	work/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -23,7 +25,6 @@
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/cs
 	@ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
-	@ ${INSTALL_DATA} ${WRKSRC}/cs.html ${PREFIX}/share/doc/cs
 .endif
 
 .include <bsd.port.mk>
diff -ruN cs/distinfo cs.new/distinfo
--- cs/distinfo	Tue Dec 15 16:01:28 1998
+++ cs.new/distinfo	Fri Jan  5 11:13:12 2001
@@ -1 +1 @@
-MD5 (cs-0.5.tar.gz) = 61f8ea27a169e86e3e5e6eda4585e688
+MD5 (cs.tar.gz) = 3cd38e56f0b7b14f3cd60ec2fcb60e51
diff -ruN cs/files/patch-aa cs.new/files/patch-aa
--- cs/files/patch-aa	Tue Dec 15 16:01:28 1998
+++ cs.new/files/patch-aa	Fri Jan  5 11:11:25 2001
@@ -1,5 +1,5 @@
---- Makefile	Sat Sep 19 19:10:58 1998
-+++ /home/andy/tmp/wrk/Makefile	Tue Dec 15 20:44:22 1998
+--- Makefile	Sat Sep 25 06:33:12 1999
++++ Makefile.new	Fri Jan  5 11:09:24 2001
 @@ -2,7 +2,7 @@
  #DB=		BINARY_DB
  
@@ -18,7 +18,7 @@
 -#LIBS=		-lncurses -lmytinfo
 -#LDFLAGS=	
 -#MAKEDEPEND=	gcc -MM
-+CFLAGS+=		-pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
++CFLAGS=		-pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
 +CPPFLAGS=	-I.curses.h -DNO_POSIX_SOURCE -D$(DB)
 +LIBS=		-lncurses -lmytinfo
 +LDFLAGS=	
diff -ruN cs/pkg-descr cs.new/pkg-descr
--- cs/pkg-descr	Fri May 23 00:58:58 1997
+++ cs.new/pkg-descr	Fri Jan  5 11:11:14 2001
@@ -17,3 +17,5 @@
      * POSIX
      * ANSI C
      * SYSV curses library
+
+WWW: http://www.moria.de/~michael/cs/
diff -ruN cs/pkg-plist cs.new/pkg-plist
--- cs/pkg-plist	Tue Dec 15 16:01:28 1998
+++ cs.new/pkg-plist	Fri Jan  5 11:21:54 2001
@@ -1,4 +1,3 @@
 bin/cs
 share/doc/cs/ANNOUNCE
-share/doc/cs/cs.html
 @dirrm share/doc/cs

>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?200101051929.f05JTSI65391>