summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-09-05 16:02:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-09-05 16:02:09 +0000
commit48292acf617c5ff8ce2242c3b38fed3376b0ab26 (patch)
tree171a400c06938e6af851db3d16688d1ed70bc9ec /devel
parentFix URL. (diff)
Update to version 1.0.6
PR: 30322 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=47459
Diffstat (limited to 'devel')
-rw-r--r--devel/dotconf/Makefile24
-rw-r--r--devel/dotconf/distinfo2
-rw-r--r--devel/dotconf/pkg-plist67
3 files changed, 54 insertions, 39 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile
index 9264be612d0a..47703a95bcf2 100644
--- a/devel/dotconf/Makefile
+++ b/devel/dotconf/Makefile
@@ -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 --git a/devel/dotconf/distinfo b/devel/dotconf/distinfo
index 2aaf70ecb2b6..1af47eb9f12e 100644
--- a/devel/dotconf/distinfo
+++ b/devel/dotconf/distinfo
@@ -1 +1 @@
-MD5 (dotconf-1.0.4.tar.gz) = f1711904f33efb1ee79a01a2e808c834
+MD5 (dotconf-1.0.6.tar.gz) = ca53951e25d1d56f3a126d615f7174a1
diff --git a/devel/dotconf/pkg-plist b/devel/dotconf/pkg-plist
index 2a53003d34e9..6fdb7f701d8f 100644
--- a/devel/dotconf/pkg-plist
+++ b/devel/dotconf/pkg-plist
@@ -3,36 +3,41 @@ include/dotconf.h
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