Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 17:43:46 +0300 (MSK)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9093: Update port: devel/cs
Message-ID:  <199812151443.RAA02781@icc.surw.chel.su>

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

>Number:         9093
>Category:       ports
>Synopsis:       Update port: 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:   Tue Dec 15 06:50:01 PST 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

>Description:

   This is a patch to update devel/cs port.


diff -Nru cs/Makefile cs-0.5/Makefile
--- cs/Makefile	Thu Jun  5 07:36:51 1997
+++ cs-0.5/Makefile	Tue Dec 15 20:48:15 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	cs
-# Version required:	0.3
-# Date created:		22 May 1997
-# Whom:			Thomas Gellekum <tg@FreeBSD.ORG>
+# Version required:			0.5
+# Date created:				22 May 1997
+# Whom:					Thomas Gellekum <tg@FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.2 1997/06/05 07:36:51 tg Exp $
 #
 
-DISTNAME=	cs-0.3
+DISTNAME=	cs-0.5
 CATEGORIES=	devel
 MASTER_SITES=	ftp://cantor.informatik.rwth-aachen.de/pub/unix/
 
@@ -17,7 +17,14 @@
 MAN1=		cs.1
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
+	@ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
+	@ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
+
+post-install:
+.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 -Nru cs/files/md5 cs-0.5/files/md5
--- cs/files/md5	Fri May 23 07:58:58 1997
+++ cs-0.5/files/md5	Tue Dec 15 18:39:32 1998
@@ -1 +1 @@
-MD5 (cs-0.3.tar.gz) = 414fc15906fcc25a794762a1dec92d63
+MD5 (cs-0.5.tar.gz) = 61f8ea27a169e86e3e5e6eda4585e688
diff -Nru cs/patches/patch-aa cs-0.5/patches/patch-aa
--- cs/patches/patch-aa	Fri May 23 07:58:58 1997
+++ cs-0.5/patches/patch-aa	Tue Dec 15 20:44:40 1998
@@ -1,13 +1,13 @@
---- Makefile.orig	Wed May  7 09:32:24 1997
-+++ Makefile	Thu May 22 19:18:35 1997
+--- Makefile	Sat Sep 19 19:10:58 1998
++++ /home/andy/tmp/wrk/Makefile	Tue Dec 15 20:44:22 1998
 @@ -2,7 +2,7 @@
- DB=		BINARY_DB
+ #DB=		BINARY_DB
  
  #{{{script}}}#{{{ Linux, moria machines
--CFLAGS=		-p -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
-+#CFLAGS=		-p -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
+-CFLAGS=		-g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
++#CFLAGS=		-g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
  CPPFLAGS=	-D$(DB)
- LDFLAGS=	-p -g
+ LDFLAGS=	-g
  LIBS=		-lcurses
 @@ -32,11 +32,11 @@
  #}}}
@@ -18,11 +18,11 @@
 -#LIBS=		-lncurses -lmytinfo
 -#LDFLAGS=	
 -#MAKEDEPEND=	gcc -MM
-+CFLAGS+=		-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=	-s
++LDFLAGS=	
 +MAKEDEPEND=	gcc -MM
  #}}}
- #{{{ SunOS 4, gcc
+ #{{{ BSDI
  #CC=		gcc
diff -Nru cs/pkg/PLIST cs-0.5/pkg/PLIST
--- cs/pkg/PLIST	Wed Aug 12 10:22:03 1998
+++ cs-0.5/pkg/PLIST	Tue Dec 15 20:48:47 1998
@@ -1 +1,4 @@
 bin/cs
+share/doc/cs/ANNOUNCE
+share/doc/cs/cs.html
+@dirrm share/doc/cs


>How-To-Repeat:

>Fix:

   Please, check and apply this patch.

>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?199812151443.RAA02781>