Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 09:06:12 -0700 (PDT)
From:      tkato@prontomail.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28041: Update port: devel/cxref to 1.5c
Message-ID:  <200106111606.f5BG6C080070@freefall.freebsd.org>

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

>Number:         28041
>Category:       ports
>Synopsis:       Update port: devel/cxref to 1.5c
>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:   Mon Jun 11 09:10:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.5c

New file:
files/patch-ae

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/cxref/Makefile devel/cxref/Makefile
--- /usr/ports/devel/cxref/Makefile	Wed Apr 12 06:27:42 2000
+++ devel/cxref/Makefile	Fri May 18 06:57:46 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cxref
-PORTVERSION=	1.5b
+PORTVERSION=	1.5c
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		ftp://ftp.demon.co.uk/pub/unix/tools/
@@ -17,7 +17,7 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-ALL_TARGET=	cxref-inst cxref-query
+
 MAN1=		cxref.1 cxref-query.1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/cxref/distinfo devel/cxref/distinfo
--- /usr/ports/devel/cxref/distinfo	Mon Oct 11 08:35:10 1999
+++ devel/cxref/distinfo	Fri May 18 05:18:46 2001
@@ -1 +1 @@
-MD5 (cxref-1.5b.tgz) = 70a99f2b801ba0a5b5233c55bfe0393c
+MD5 (cxref-1.5c.tgz) = 38b4b98b7acbf4af6cc3e790efa21165
diff -urN /usr/ports/devel/cxref/files/patch-ad devel/cxref/files/patch-ad
--- /usr/ports/devel/cxref/files/patch-ad	Mon Sep 27 11:36:51 1999
+++ devel/cxref/files/patch-ad	Fri May 18 06:23:04 2001
@@ -1,23 +1,26 @@
---- Makefile.in.orig	Fri May 21 03:48:04 1999
-+++ Makefile.in	Sun Sep  5 15:41:44 1999
-@@ -115,14 +115,13 @@
+--- Makefile.in.orig	Sun Mar 18 19:29:25 2001
++++ Makefile.in	Fri May 18 05:53:30 2001
+@@ -28,6 +28,9 @@
+ # The installation program.
  
- ########
+ INSTALL=@INSTALL@
++INSTALL_PROGRAM=@INSTALL_PROGRAM@
++INSTALL_SCRIPT=@INSTALL_SCRIPT@
++INSTALL_DATA=@INSTALL_DATA@
  
--install : programs
--	[ -d $(bindir) ] || $(INSTALL) -d $(bindir)
--	$(INSTALL) -m 755 cxref-inst $(bindir)/cxref
--	$(INSTALL) -m 755 cxref-cc $(bindir)
--	[ -d $(mandir)/man1 ] || $(INSTALL) -d $(mandir)/man1
-+install : cxref-query cxref-inst        
-+	$(INSTALL) -c -m 755 cxref-inst $(bindir)/cxref
-+	$(INSTALL) -c -m 755 query/cxref-query $(bindir)  
-+	[ ! -x cpp/cxref-cpp ] || $(INSTALL) -m 755 cpp/cxref-cpp $(bindir)
- 	$(INSTALL) -m 644 README.man $(mandir)/man1/cxref.1
--	cd cpp && $(MAKE) install
--	cd query && $(MAKE) install
-+	$(INSTALL) -m 644 query/README.man $(mandir)/man1/cxref-query.1
-+	[ ! -x cpp/cxref-cpp ] || $(INSTALL) -m 644 cpp/README.man $(mandir)/man1/cxref-cpp.1
+ # The C compiler and linker
+ 
+@@ -121,10 +124,10 @@
  
- install-win32 : programs
+ install : programs
  	[ -d $(bindir) ] || $(INSTALL) -d $(bindir)
+-	$(INSTALL) -m 755 cxref-inst $(bindir)/cxref
+-	$(INSTALL) -m 755 $(srcdir)/cxref-cc $(bindir)
++	$(INSTALL_PROGRAM) cxref-inst $(bindir)/cxref
++	$(INSTALL_SCRIPT) $(srcdir)/cxref-cc $(bindir)
+ 	[ -d $(mandir)/man1 ] || $(INSTALL) -d $(mandir)/man1
+-	$(INSTALL) -m 644 $(srcdir)/README.man $(mandir)/man1/cxref.1
++	$(INSTALL_DATA) $(srcdir)/README.man $(mandir)/man1/cxref.1
+ 	cd cpp && $(MAKE) install
+ 	cd query && $(MAKE) install
+ 
diff -urN /usr/ports/devel/cxref/files/patch-ae devel/cxref/files/patch-ae
--- /usr/ports/devel/cxref/files/patch-ae	Thu Jan  1 09:00:00 1970
+++ devel/cxref/files/patch-ae	Fri May 18 07:02:10 2001
@@ -0,0 +1,23 @@
+--- query/Makefile.in.orig	Sun Mar 18 19:29:26 2001
++++ query/Makefile.in	Fri May 18 05:55:49 2001
+@@ -27,6 +27,9 @@
+ # The installation program.
+ 
+ INSTALL=@INSTALL@
++INSTALL_PROGRAM=@INSTALL_PROGRAM@
++INSTALL_SCRIPT=@INSTALL_SCRIPT@
++INSTALL_DATA=@INSTALL_DATA@
+ 
+ # The C compiler and linker
+ 
+@@ -59,8 +62,8 @@
+ ########
+ 
+ install : cxref-query
+-	$(INSTALL) -m 755 cxref-query $(bindir)
+-	$(INSTALL) -m 644 $(srcdir)/README.man $(mandir)/man1/cxref-query.1
++	$(INSTALL_PROGRAM) cxref-query $(bindir)
++	$(INSTALL_DATA) $(srcdir)/README.man $(mandir)/man1/cxref-query.1
+ 
+ install-win32 : cxref-query
+ 	$(INSTALL) -m 755 cxref-query.exe $(bindir)
diff -urN /usr/ports/devel/cxref/pkg-plist devel/cxref/pkg-plist
--- /usr/ports/devel/cxref/pkg-plist	Wed Aug 12 10:55:19 1998
+++ devel/cxref/pkg-plist	Fri May 18 05:39:14 2001
@@ -1,2 +1,3 @@
 bin/cxref
+bin/cxref-cc
 bin/cxref-query

>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?200106111606.f5BG6C080070>