Date: Mon, 28 Jan 2002 10:51:04 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/34378: Update port: devel/dotconf to 1.0.8 Message-ID: <200201281851.g0SIp4h98802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 34378 >Category: ports >Synopsis: Update port: devel/dotconf to 1.0.8 >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: Mon Jan 28 11:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.8 New file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/dotconf/Makefile devel/dotconf/Makefile --- /usr/ports/devel/dotconf/Makefile Fri Jan 4 17:57:00 2002 +++ devel/dotconf/Makefile Sun Jan 27 23:25:02 2002 @@ -7,24 +7,19 @@ # PORTNAME= dotconf -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= devel -MASTER_SITES= http://www.azzit.de/dotconf/download/ +MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/ MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} 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: .if !defined(NOPORTDOCS) diff -urN /usr/ports/devel/dotconf/distinfo devel/dotconf/distinfo --- /usr/ports/devel/dotconf/distinfo Fri Jan 4 17:57:01 2002 +++ devel/dotconf/distinfo Sun Jan 27 22:45:46 2002 @@ -1 +1 @@ -MD5 (dotconf-1.0.7.tar.gz) = bf14938d3a40067c448d8ab6b53cc2e3 +MD5 (dotconf-1.0.8.tar.gz) = 5d963e4c693b506368907c92bde60322 diff -urN /usr/ports/devel/dotconf/files/patch-ltmain.sh devel/dotconf/files/patch-ltmain.sh --- /usr/ports/devel/dotconf/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ devel/dotconf/files/patch-ltmain.sh Sun Jan 27 23:24:54 2002 @@ -0,0 +1,25 @@ +--- ltmain.sh.orig Thu Jul 26 18:28:06 2001 ++++ ltmain.sh Sun Jan 27 23:19:36 2002 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/devel/dotconf/pkg-plist devel/dotconf/pkg-plist --- /usr/ports/devel/dotconf/pkg-plist Thu Sep 6 04:44:30 2001 +++ devel/dotconf/pkg-plist Sun Jan 27 23:07:46 2002 @@ -1,11 +1,10 @@ bin/dotconf-config include/dotconf.h include/libpool.h -lib/libpool.a lib/libdotconf.a -lib/libdotconf.la lib/libdotconf.so lib/libdotconf.so.0 +lib/libpool.a share/aclocal/dotconf.m4 %%PORTDOCS%%share/doc/dotconf/dotconf-api.txt %%PORTDOCS%%share/doc/dotconf/dotconf-features.txt >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?200201281851.g0SIp4h98802>