FreeBSD Bugzilla – Attachment 113112 Details for
Bug 154645
[PATCH] math/levmar: fix profiling library option, minor cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.53 KB, created by
Brendan Fabeny
on 2011-02-10 10:20:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brendan Fabeny
Created:
2011-02-10 10:20:10 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/levmar/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 18 Dec 2010 00:44:21 -0000 1.2 >+++ Makefile 10 Feb 2011 09:52:59 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= levmar > PORTVERSION= 2.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://www.ics.forth.gr/~lourakis/levmar/ > EXTRACT_SUFX= .tgz >@@ -20,6 +20,8 @@ > USE_LDCONFIG= yes > USE_FORTRAN= yes > >+OPTIONS= PROFILE "Build a profiling library" Off >+ > .include <bsd.port.pre.mk> > > .if exists(${LOCALBASE}/lib/libgoto2.so) >@@ -47,10 +49,9 @@ > .endif > > LDFLAGS+= -L${LOCALBASE}/lib >-MAKE_ENV= LDADD="${LAPACK} ${BLAS}" LDFLAGS="${LDFLAGS}" >-.for _u in AR NM RANLIB >-MAKE_ENV+= ${_u}="${LOCALBASE}/bin/${_u:L}" >-.endfor >+SRCCONF= ${NONEXISTENT} >+MAKE_ENV= LDADD="${LAPACK} ${BLAS}" LDFLAGS="${LDFLAGS}" \ >+ SRCCONF="${SRCCONF}" > > .if !defined(NOPORTDOCS) > PORTDOCS= README.txt >@@ -63,8 +64,17 @@ > lib/liblevmar.so \ > lib/liblevmar.so.2 > >-.if !(defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)) >+.if defined(WITH_PROFILE) >+.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE) >+IGNORE = you have defined WITH_PROFILE, but have also defined\ >+WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE >+.elif !exists(/usr/lib/libc_p.a) >+IGNORE = you have chosen WITH_PROFILE, but have not installed the\ >+base system profiling libraries >+.endif > PLIST_FILES+= lib/liblevmar_p.a >+.else >+MAKE_ENV+= NO_PROFILE= > .endif > > post-extract:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154645
: 113112 |
113113
|
113114