Date: Thu, 4 Mar 2004 21:02:10 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63756: Update port: science/openbabel to 1.100.2 Message-ID: <20040304210210.0b48cdc4.tkato@prontomail.com> Resent-Message-ID: <200403041210.i24CAEtO092891@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63756 >Category: ports >Synopsis: Update port: science/openbabel to 1.100.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 04 04:10:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.100.2 New file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/science/openbabel/Makefile science/openbabel/Makefile --- /usr/ports/science/openbabel/Makefile Sun Jul 27 18:15:10 2003 +++ science/openbabel/Makefile Thu Mar 4 14:04:59 2004 @@ -7,7 +7,7 @@ # PORTNAME= openbabel -PORTVERSION= 1.100.1 +PORTVERSION= 1.100.2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,15 +15,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program -USE_LIBTOOL= yes +USE_GNOME= gnomehack gnometarget pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=open INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared --disable-static --program-prefix=open -USE_GNOME= gnomehack gnometarget MAN1= openbabel.1 - -post-install: - ${MKDIR} ${PREFIX}/include/openbabel/math - ${INSTALL_DATA} ${WRKSRC}/src/math/*.h ${PREFIX}/include/openbabel/math .include <bsd.port.mk> diff -urN /usr/ports/science/openbabel/distinfo science/openbabel/distinfo --- /usr/ports/science/openbabel/distinfo Tue Jul 1 17:17:42 2003 +++ science/openbabel/distinfo Thu Mar 4 13:20:03 2004 @@ -1 +1,2 @@ -MD5 (openbabel-1.100.1.tar.gz) = 06ed9032ebaece0883420bd403c45215 +MD5 (openbabel-1.100.2.tar.gz) = 03de74acaadc4beb651f96485169ec65 +SIZE (openbabel-1.100.2.tar.gz) = 1010494 diff -urN /usr/ports/science/openbabel/files/patch-ltmain.sh science/openbabel/files/patch-ltmain.sh --- /usr/ports/science/openbabel/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ science/openbabel/files/patch-ltmain.sh Thu Mar 4 13:22:02 2004 @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Tue Feb 3 02:46:45 2004 ++++ ltmain.sh Thu Mar 4 13:21:54 2004 +@@ -5528,10 +5528,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/science/openbabel/pkg-plist science/openbabel/pkg-plist --- /usr/ports/science/openbabel/pkg-plist Tue Jul 1 17:17:42 2003 +++ science/openbabel/pkg-plist Thu Mar 4 14:02:15 2004 @@ -1,6 +1,10 @@ bin/openbabel +bin/openobfit +bin/openobgrep +bin/openobrotate include/openbabel/aromatic.h include/openbabel/atomtyp.h +include/openbabel/babelconfig.h include/openbabel/base.h include/openbabel/binary.h include/openbabel/bitvec.h @@ -8,6 +12,7 @@ include/openbabel/bondtyper.h include/openbabel/chains.h include/openbabel/chiral.h +include/openbabel/crk.h include/openbabel/data.h include/openbabel/element.h include/openbabel/extable.h @@ -34,20 +39,20 @@ include/openbabel/smi.h include/openbabel/typer.h include/openbabel/types.h -lib/libopenbabel.la +lib/libopenbabel.a lib/libopenbabel.so lib/libopenbabel.so.0 libdata/pkgconfig/openbabel.pc -share/openbabel/aromatic.txt -share/openbabel/atomtyp.txt -share/openbabel/bondtyp.txt -share/openbabel/element.txt -share/openbabel/extable.txt -share/openbabel/isotope.txt -share/openbabel/isotope-small.txt -share/openbabel/phmodel.txt -share/openbabel/resdata.txt -share/openbabel/types.txt +%%DATADIR%%/aromatic.txt +%%DATADIR%%/atomtyp.txt +%%DATADIR%%/bondtyp.txt +%%DATADIR%%/element.txt +%%DATADIR%%/extable.txt +%%DATADIR%%/isotope-small.txt +%%DATADIR%%/isotope.txt +%%DATADIR%%/phmodel.txt +%%DATADIR%%/resdata.txt +%%DATADIR%%/types.txt +@dirrm %%DATADIR%% @dirrm include/openbabel/math @dirrm include/openbabel -@dirrm share/openbabel >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040304210210.0b48cdc4.tkato>