ports/100667: [PATCH] devel/cxref: install supplimetary scripts, take maintainership

Stanislav Sedov ssedov at mbsd.msk.ru
Fri Jul 21 11:10:21 UTC 2006


>Number:         100667
>Category:       ports
>Synopsis:       [PATCH] devel/cxref: install supplimetary scripts, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 21 11:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
- Install supplementary scripts and emacs files
- Use gnometarget macro
- Remove unneccessory BISON dependency
- Take maintainership

Added file(s):
- pkg-plist

>How-To-Repeat:
>Fix:

--- cxref-1.6a_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/cxref/Makefile /var/tmp/cxref/Makefile
--- /usr/ports/devel/cxref/Makefile	Sun May  8 18:18:22 2005
+++ /var/tmp/cxref/Makefile	Fri Jul 21 15:00:30 2006
@@ -7,23 +7,28 @@
 
 PORTNAME=	cxref
 PORTVERSION=	1.6a
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.gedanken.demon.co.uk/download-cxref/ \
 		${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	devel/lang/c
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ssedov at mbsd.msk.ru
 COMMENT=	C program cross-referencing & documentation tool
 
-USE_BISON=	yes
 USE_GMAKE=	yes
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--without-cxref-cpp
 ALL_TARGET=	programs
 
 MAN1=		cxref.1 cxref-query.1
-PLIST_FILES=	bin/cxref bin/cxref-cc bin/cxref-query
+
+post-install:
+	@${MKDIR} ${DATADIR}
+	@${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR}
+	@${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${DATADIR}
+	@${INSTALL_DATA} ${WRKSRC}/contrib/README* ${DATADIR}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/cxref/pkg-plist /var/tmp/cxref/pkg-plist
--- /usr/ports/devel/cxref/pkg-plist	Thu Jan  1 03:00:00 1970
+++ /var/tmp/cxref/pkg-plist	Fri Jul 21 14:55:51 2006
@@ -0,0 +1,17 @@
+bin/cxref
+bin/cxref-cc
+bin/cxref-query
+%%DATADIR%%/README
+%%DATADIR%%/README.xrgr
+%%DATADIR%%/cflow.el
+%%DATADIR%%/cxref.el
+%%DATADIR%%/cxref_includes.pl
+%%DATADIR%%/daVinvi_function.pl
+%%DATADIR%%/daVinvi_include.pl
+%%DATADIR%%/fixheader.pl
+%%DATADIR%%/includes2cxref.pl
+%%DATADIR%%/knr2ansi.pl
+%%DATADIR%%/make_depend.pl
+%%DATADIR%%/tree.pl
+%%DATADIR%%/xrgr.pl
+ at dirrm %%DATADIR%%
--- cxref-1.6a_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list