FreeBSD Bugzilla – Attachment 145795 Details for
Bug 192666
devel/libmba: wrong DT_SONAME embedded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
soname_fix.diff (text/plain), 2.53 KB, created by
Jan Beich
on 2014-08-14 23:43:23 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-08-14 23:43:23 UTC
Size:
2.53 KB
patch
obsolete
>Index: devel/libmba/Makefile >=================================================================== >--- devel/libmba/Makefile (revision 364874) >+++ devel/libmba/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libmba > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://www.ioplex.com/~miallen/libmba/dl/ \ > ${MASTER_SITE_LOCAL} >@@ -13,12 +14,10 @@ COMMENT= Collection of C modules potentially usefu > > MAKE_JOBS_UNSAFE= yes > USE_LDCONFIG= yes >-MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} >+MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" > > post-patch: > @${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \ >- -e '/^prefix/s/=/?=/' \ >- -e 's/prefix/PREFIX/' \ > ${WRKSRC}/Makefile > @${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \ > ${WRKSRC}/mktool.c >Index: devel/libmba/files/patch-mktool.c >=================================================================== >--- devel/libmba/files/patch-mktool.c (revision 0) >+++ devel/libmba/files/patch-mktool.c (working copy) >@@ -0,0 +1,23 @@ >+--- mktool.c~ >++++ mktool.c >+@@ -89,18 +89,18 @@ static const char *arg_array[32] = { >+ "lib%n.%1.%2.%3.dylib", >+ "lib%n.%1.%2.dylib", >+ "lib%n.dylib", >+ "darwin", >+-#elif defined(__FreeBSD__) || defined(__NetBSD__) >++#elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) >+ "gcc", >+ " -g", >+ " -Wall -W", >+ " -Wall -W -ansi -pedantic", >+ " -std=c99", >+ " -std=c89", >+ " -fpic", >+ " -fPIC", >+- " -Wl,-soname,lib%n.so.%1.%2", >++ " -Wl,-soname,lib%n.so.%1", >+ "", >+ " -shared", >+ " -Wl,-rpath,%s", >+ "lib%n.so.%1", > >Property changes on: devel/libmba/files/patch-mktool.c >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Index: textproc/domc/Makefile >=================================================================== >--- textproc/domc/Makefile (revision 364873) >+++ textproc/domc/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= domc > PORTVERSION= 0.8.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= textproc > MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/ > >Index: textproc/rtfx/Makefile >=================================================================== >--- textproc/rtfx/Makefile (revision 364875) >+++ textproc/rtfx/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rtfx > PORTVERSION= 1.1 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= http://memberwebs.com/stef/software/rtfx/ >
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 192666
: 145795 |
145796