Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2007 18:52:31 -0500 (CDT)
From:      "M. L. Dodson" <mldodson@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117435: update of biology/nab by maintainer
Message-ID:  <200710232352.l9NNqVOO051686@wotan.mlandml.net>
Resent-Message-ID: <200710240010.l9O0A1pr003339@freefall.freebsd.org>

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

>Number:         117435
>Category:       ports
>Synopsis:       update of biology/nab by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 00:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     M. L. Dodson
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD wotan.mlandml.net 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Sat Aug 4 09:17:01 CDT 2007 mldodson@wotan:/usr/obj/usr/src/sys/WOTAN i386
>Description:
	remove i386 only restriction and add symlinks to ease linking
>How-To-Repeat:
	port now works on amd64 and 7.0-PRERELEASE as well as i386
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       nab-port-patch
#
echo x - nab-port-patch
sed 's/^X//' >nab-port-patch << 'END-of-nab-port-patch'
Xdiff -ruN Makefile.orig Makefile
X--- Makefile.orig      2006-12-23 15:45:16.000000000 -0600
X+++ Makefile   2007-10-23 16:00:47.000000000 -0500
X@@ -16,8 +16,6 @@
X BUILD_DEPENDS=        ucpp:${PORTSDIR}/devel/ucpp
X RUN_DEPENDS=  ucpp:${PORTSDIR}/devel/ucpp
X 
X-ONLY_FOR_ARCHS=       i386
X-
X MAKE_ENV+=    NABHOME=${WRKSRC} ARCH= PATH=${WRKSRC}/bin:${PATH} \
X               CFLAGS="${CFLAGS}" OCFLAGS="${CFLAGS}" FFLAGS="${FFLAGS}"
X 
X@@ -83,6 +81,7 @@
X .endfor
X .for f in blas.a lapack.a f2c.a
X       ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${DATADIR}/lib
X+      ${LN} ${DATADIR}/lib/${f} ${DATADIR}/lib/lib${f}
X .endfor
X       @${CAT} ${PKGMESSAGE}
X 
Xdiff -ruN pkg-plist.orig pkg-plist
X--- pkg-plist.orig     2007-06-28 03:50:56.000000000 -0500
X+++ pkg-plist  2007-10-23 15:45:20.000000000 -0500
X@@ -479,9 +479,12 @@
X %%DATADIR%%/leap/prep/unict.in
X %%DATADIR%%/leap/prep/unint.in
X %%DATADIR%%/lib/blas.a
X+%%DATADIR%%/lib/libblas.a
X %%DATADIR%%/lib/cifparse.a
X %%DATADIR%%/lib/f2c.a
X+%%DATADIR%%/lib/libf2c.a
X %%DATADIR%%/lib/lapack.a
X+%%DATADIR%%/lib/liblapack.a
X %%DATADIR%%/lib/libnab.a
X %%DATADIR%%/lib/libsym.a
X %%DATADIR%%/reslib/adna.std.rlb
END-of-nab-port-patch
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710232352.l9NNqVOO051686>