From owner-freebsd-ports Sat Oct 27 19:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56EEF37B403 for ; Sat, 27 Oct 2001 19:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9S2o1G69127; Sat, 27 Oct 2001 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id C268037B403 for ; Sat, 27 Oct 2001 19:43:22 -0700 (PDT) Received: (qmail 32722533 invoked by uid 0); 28 Oct 2001 02:43:21 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 28 Oct 2001 02:43:21 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9S2hKY91687; Sun, 28 Oct 2001 03:43:20 +0100 (CET) (envelope-from root) Message-Id: <200110280243.f9S2hKY91687@gits.dyndns.org> Date: Sun, 28 Oct 2001 03:43:20 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31543: Maintainer update: devel/gengetopt (NOPORTDOCS added) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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