From nobody@FreeBSD.org  Tue Sep  4 14:07:02 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1D3D837B40C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Sep 2001 14:06:55 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f84L6s457256;
	Tue, 4 Sep 2001 14:06:54 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109042106.f84L6s457256@freefall.freebsd.org>
Date: Tue, 4 Sep 2001 14:06:54 -0700 (PDT)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: devel/dotconf to 1.0.6
X-Send-Pr-Version: www-1.0

>Number:         30322
>Category:       ports
>Synopsis:       Update port: devel/dotconf to 1.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 14:10:01 PDT 2001
>Closed-Date:    Wed Sep 5 09:02:13 PDT 2001
>Last-Modified:  Wed Sep 05 09:02:24 PDT 2001
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.6

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/dotconf/Makefile devel/dotconf/Makefile
--- /usr/ports/devel/dotconf/Makefile	Sat Sep  1 01:34:59 2001
+++ devel/dotconf/Makefile	Sat Sep  1 15:29:43 2001
@@ -7,23 +7,33 @@
 #
 
 PORTNAME=	dotconf
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.azzit.de/dotconf/download/
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_LIBTOOL=	yes
 USE_GMAKE=	yes
+USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
+EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}
+
+pre-patch:
+	@${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
+	@${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
+
+pre-build:
+	@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
+
 post-install:
-	${MKDIR} ${DATADIR}
 .if !defined(NOPORTDOCS)
-.for f in dotconf-api.txt dotconf-features.txt
-	@${INSTALL_DATA} ${WRKSRC}/doc/$f ${DATADIR}
-.endfor
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
+	@${MKDIR} ${EXAMPLESDIR}
+	${TAR} -C ${WRKSRC}/examples  -cf - . | \
+		${TAR} -C ${EXAMPLESDIR} --unlink -xf -
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
 .endif
-	${CP} -R ${WRKSRC}/examples ${DATADIR}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/dotconf/distinfo devel/dotconf/distinfo
--- /usr/ports/devel/dotconf/distinfo	Wed Jul  4 16:26:57 2001
+++ devel/dotconf/distinfo	Sat Sep  1 14:36:01 2001
@@ -1 +1 @@
-MD5 (dotconf-1.0.4.tar.gz) = f1711904f33efb1ee79a01a2e808c834
+MD5 (dotconf-1.0.6.tar.gz) = ca53951e25d1d56f3a126d615f7174a1
diff -urN /usr/ports/devel/dotconf/pkg-plist devel/dotconf/pkg-plist
--- /usr/ports/devel/dotconf/pkg-plist	Wed Jul  4 16:26:57 2001
+++ devel/dotconf/pkg-plist	Sat Sep  1 15:13:33 2001
@@ -3,36 +3,41 @@
 include/libpool.h
 lib/libpool.a
 lib/libdotconf.a
+lib/libdotconf.la
 lib/libdotconf.so
-lib/libdotconf-1.0.so.0
+lib/libdotconf.so.0
 share/aclocal/dotconf.m4
-%%PORTDOCS%%share/dotconf/dotconf-api.txt
-%%PORTDOCS%%share/dotconf/dotconf-features.txt
-share/dotconf/examples/README
-share/dotconf/examples/caseinsensitive/Makefile
-share/dotconf/examples/caseinsensitive/caseinsensitive
-share/dotconf/examples/caseinsensitive/caseinsensitive.c
-share/dotconf/examples/caseinsensitive/caseinsensitive.conf
-share/dotconf/examples/context/Makefile
-share/dotconf/examples/context/context.c
-share/dotconf/examples/context/context.conf
-share/dotconf/examples/errorhandler/Makefile
-share/dotconf/examples/errorhandler/errorhandler.c
-share/dotconf/examples/errorhandler/errorhandler.conf
-share/dotconf/examples/modules/Makefile
-share/dotconf/examples/modules/include.conf
-share/dotconf/examples/modules/module.c
-share/dotconf/examples/modules/my_module.c
-share/dotconf/examples/modules/sample.conf
-share/dotconf/examples/simple/Makefile
-share/dotconf/examples/simple/included.conf
-share/dotconf/examples/simple/linecat.conf
-share/dotconf/examples/simple/simple.c
-share/dotconf/examples/simple/simple.conf
-@dirrm share/dotconf/examples/caseinsensitive
-@dirrm share/dotconf/examples/context
-@dirrm share/dotconf/examples/errorhandler
-@dirrm share/dotconf/examples/modules
-@dirrm share/dotconf/examples/simple
-@dirrm share/dotconf/examples
-@dirrm share/dotconf
+%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
+%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt
+%%PORTDOCS%%share/examples/dotconf/README
+%%PORTDOCS%%share/examples/dotconf/caseinsensitive/Makefile
+%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.c
+%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.conf
+%%PORTDOCS%%share/examples/dotconf/caseinsensitive/example_caseinsensitive.dsp
+%%PORTDOCS%%share/examples/dotconf/context/Makefile
+%%PORTDOCS%%share/examples/dotconf/context/context.c
+%%PORTDOCS%%share/examples/dotconf/context/context.conf
+%%PORTDOCS%%share/examples/dotconf/context/example_context.dsp
+%%PORTDOCS%%share/examples/dotconf/errorhandler/Makefile
+%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.c
+%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.conf
+%%PORTDOCS%%share/examples/dotconf/errorhandler/example_errorhandler.dsp
+%%PORTDOCS%%share/examples/dotconf/modules/Makefile
+%%PORTDOCS%%share/examples/dotconf/modules/example_modules.dsp
+%%PORTDOCS%%share/examples/dotconf/modules/include.conf
+%%PORTDOCS%%share/examples/dotconf/modules/module.c
+%%PORTDOCS%%share/examples/dotconf/modules/my_module.c
+%%PORTDOCS%%share/examples/dotconf/modules/sample.conf
+%%PORTDOCS%%share/examples/dotconf/simple/Makefile
+%%PORTDOCS%%share/examples/dotconf/simple/example_simple.dsp
+%%PORTDOCS%%share/examples/dotconf/simple/included.conf
+%%PORTDOCS%%share/examples/dotconf/simple/linecat.conf
+%%PORTDOCS%%share/examples/dotconf/simple/simple.c
+%%PORTDOCS%%share/examples/dotconf/simple/simple.conf
+@dirrm share/examples/dotconf/simple
+@dirrm share/examples/dotconf/modules
+@dirrm share/examples/dotconf/errorhandler
+@dirrm share/examples/dotconf/context
+@dirrm share/examples/dotconf/caseinsensitive
+@dirrm share/examples/dotconf
+@dirrm share/doc/dotconf

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Wed Sep 5 09:02:13 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30322 
>Unformatted:
