Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 14:06:54 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30322: Update port: devel/dotconf to 1.0.6
Message-ID:  <200109042106.f84L6s457256@freefall.freebsd.org>

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

>Number:         30322
>Category:       ports
>Synopsis:       Update port: devel/dotconf to 1.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 14:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200109042106.f84L6s457256>