ports/56556: [patch]Fix plist issue in gnats

Kang Liu liukang at bjpu.edu.cn
Sun Sep 7 15:10:16 UTC 2003


>Number:         56556
>Category:       ports
>Synopsis:       [patch]Fix plist issue in gnats
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 08:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Beijing University of Technology
>Environment:
System: FreeBSD ftp.bjpu.edu.cn 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #54: Sun Aug 31 15:09:39 CST 2003 delphij
@ftp.bjpu.edu.cn:/usr/obj/usr/src/sys/FTP i386
>Description:
The plist file in ports/databases/gnats is possible wrong.
It is because Kris add support for GNU info in bsd.port.mk at Mon Aug 4 01:17:39 2003 UTC (PR: ports/54883)
>How-To-Repeat:
Bento
>Fix:
In my patch:
1. Add INFO=gnats send-pr
2. remove .info* from pkg-plist
3. dump PORTREVISION

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gnats/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	7 Mar 2003 05:58:25 -0000	1.45
+++ Makefile	7 Sep 2003 14:48:08 -0000
@@ -7,7 +7,7 @@

 PORTNAME=	gnats
 PORTVERSION=	3.113.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	databases elisp
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gnats
@@ -26,6 +26,7 @@
 MAN1=		edit-pr.1 query-pr.1 send-pr.1
 MAN7=		gnats.7
 MAN8=		mkcat.8 rmcat.8 mkdist.8 queue-pr.8 file-pr.8 gen-index.8
+INFO=		gnats send-pr

 # this stops the configuration program from pulling installation
 # information in from the standard freebsd send-pr program
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/gnats/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- pkg-plist	13 Mar 2002 16:38:13 -0000	1.16
+++ pkg-plist	7 Sep 2003 14:48:09 -0000
@@ -6,16 +6,6 @@
 bin/query-pr
 bin/send-pr
 bin/sub-type
- at unexec install-info --delete %D/info/gnats.info %D/info/dir
- at unexec install-info --delete %D/info/send-pr.info %D/info/dir
-info/gnats.info
-info/gnats.info-1
-info/gnats.info-2
-info/gnats.info-3
-info/gnats.info-4
-info/send-pr.info
- at exec install-info %D/info/gnats.info %D/info/dir
- at exec install-info %D/info/send-pr.info %D/info/dir
 libexec/gnats/at-pr
 libexec/gnats/check-db
 libexec/gnats/delete-pr


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list