Bug 80457 - maintainer-update for biology/nab
Summary: maintainer-update for biology/nab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 16:10 UTC by bdodson
Modified: 2005-04-29 23:16 UTC (History)
0 users

See Also:


Attachments
file.diff (411 bytes, patch)
2005-04-29 16:10 UTC, bdodson
no flags Details | Diff
file.diff (510 bytes, patch)
2005-04-29 16:10 UTC, bdodson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bdodson 2005-04-29 16:10:00 UTC
	Fix problem with pkg-plist and a minor nit in the Makefile

How-To-Repeat: 	pkg-plist contains a file not installed
Comment 1 bdodson 2005-04-29 17:48:26 UTC
Sorry, but another bug cropped up.  Something happened between my
submission and the commit.  The port passed all my tests fine
before submission, but what I got with cvsup had multiple bugs
in it not seen in my testing.  In any case, the following patch
needs to be applied:


--- files/patch-src_Makefile.orig       Thu Apr 28 14:01:41 2005
+++ files/patch-src_Makefile    Fri Apr 29 11:30:39 2005
@@ -7,7 +7,7 @@
 +beforerealinstall:
 +      $(CC) -DBINDIR='"$(PREFIX)/bin"' \
 +              -DINCDIR='"$(PREFIX)/include"' \
-+              -DLIBDIR='"$(NABHOME)/lib"' \
++              -DLIBDIR='"$(PREFIX)/share/nab/lib"' \
 +              $(CFLAGS) -DCC='"$(CC)"' -DCPP='"$(CPP)"' \
 +              -DFLIBS='"$(PREFIX)/share/nab/lib/libsym.a $(PREFIX)/share/nab/lib/lapack.a $(PREFIX)/share/nab/lib/blas.a -lg2c"' \
 +              -static -o ../bin/nab${SFX} nab.c

-- 
M. L. Dodson                                bdodson@scms.utmb.edu
409-772-2178                                FAX: 409-747-8608
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-29 21:03:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-29 23:14:48 UTC
State Changed
From-To: open->closed

Committed (ucpp was required for building, so I have not removed it from 
BUILD_DEPENDS), thanks!