Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2001 03:43:20 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31543: Maintainer update: devel/gengetopt (NOPORTDOCS added)
Message-ID:  <200110280243.f9S2hKY91687@gits.dyndns.org>

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

>Number:         31543
>Category:       ports
>Synopsis:       Maintainer update: devel/gengetopt (NOPORTDOCS added)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 19:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #9: Sun Oct 21 22:55:26 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	Makefile
		NOPORTDOCS added
	pkg-descr
		minor fix
	pkg-plist
		@comment $FreeBSD$ added
		%%PORTDOCS%% added

	I've also tryed to get rid of GNU make which core dump
	under -current regarding fenner's errorlogs w/ no luck.

	see the following URL for details :
	http://bento.freebsd.org/errorlogs/errorlogs/a.5.20011018/gengetopt-2.4.log
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2001/09/13 02:15:14	1.6
+++ Makefile	2001/10/28 02:06:15
@@ -19,4 +19,12 @@
 
 MAN1=		gengetopt.1
 
+.if defined(NOPORTDOCS)
+do-install:
+	@cd ${INSTALL_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} \
+		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
+	@cd ${INSTALL_WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \
+		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-man
+.endif
+
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2000/10/28 02:48:45	1.1
+++ pkg-descr	2001/09/06 10:44:49
@@ -3,7 +3,7 @@
 
 Thus your program can now handle options such as:
 
-myprog --input foo.c -o foo.o --no-tabs -i 100 *.class
+	myprog --input foo.c -o foo.o --no-tabs -i 100 *.class
 
 And both long options (those that start with --) and short options (start
 with - and consist of only one character) can be handled. For standards
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	2001/05/04 09:35:53	1.2
+++ pkg-plist	2001/10/28 02:02:31
@@ -1,27 +1,28 @@
+@comment $FreeBSD$
 bin/gengetopt
-share/doc/gengetopt/examples/sample1.ggo
-share/doc/gengetopt/examples/sample2.ggo
-share/doc/gengetopt/examples/main1.cc
-share/doc/gengetopt/examples/main2.c
-share/doc/gengetopt/examples/cmdline1.c
-share/doc/gengetopt/examples/cmdline1.h
-share/doc/gengetopt/examples/cmdline2.c
-share/doc/gengetopt/examples/cmdline2.h
-share/doc/gengetopt/gengetopt.html
-share/doc/gengetopt/cmdline1.c.html
-share/doc/gengetopt/man_getopt.html
-share/doc/gengetopt/no_getopt_long.txt
-share/doc/gengetopt/ChangeLog
-share/doc/gengetopt/COPYING
-share/doc/gengetopt/NEWS
-share/doc/gengetopt/THANKS
-share/doc/gengetopt/INSTALL
-share/doc/gengetopt/README
-share/doc/gengetopt/LICENSE
+%%PORTDOCS%%share/doc/gengetopt/COPYING
+%%PORTDOCS%%share/doc/gengetopt/ChangeLog
+%%PORTDOCS%%share/doc/gengetopt/INSTALL
+%%PORTDOCS%%share/doc/gengetopt/LICENSE
+%%PORTDOCS%%share/doc/gengetopt/NEWS
+%%PORTDOCS%%share/doc/gengetopt/README
+%%PORTDOCS%%share/doc/gengetopt/THANKS
+%%PORTDOCS%%share/doc/gengetopt/cmdline1.c.html
+%%PORTDOCS%%share/doc/gengetopt/examples/cmdline1.c
+%%PORTDOCS%%share/doc/gengetopt/examples/cmdline1.h
+%%PORTDOCS%%share/doc/gengetopt/examples/cmdline2.c
+%%PORTDOCS%%share/doc/gengetopt/examples/cmdline2.h
+%%PORTDOCS%%share/doc/gengetopt/examples/main1.cc
+%%PORTDOCS%%share/doc/gengetopt/examples/main2.c
+%%PORTDOCS%%share/doc/gengetopt/examples/sample1.ggo
+%%PORTDOCS%%share/doc/gengetopt/examples/sample2.ggo
+%%PORTDOCS%%share/doc/gengetopt/gengetopt.html
+%%PORTDOCS%%share/doc/gengetopt/man_getopt.html
+%%PORTDOCS%%share/doc/gengetopt/no_getopt_long.txt
 share/gengetopt/alloca.c
-share/gengetopt/getopt.h
 share/gengetopt/getopt.c
+share/gengetopt/getopt.h
 share/gengetopt/getopt1.c
-@dirrm share/doc/gengetopt/examples
-@dirrm share/doc/gengetopt
 @dirrm share/gengetopt
+%%PORTDOCS%%@dirrm share/doc/gengetopt/examples
+%%PORTDOCS%%@dirrm share/doc/gengetopt
>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?200110280243.f9S2hKY91687>