FreeBSD Bugzilla – Attachment 175954 Details for
Bug 213631
[patch] devel/libastylej: Fix typo, make more friendly towards incoming slave port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of devel/libastylej to fix typo and prepend PKGNAMEPREFIX to installed files
libastylej-2.05.1.diff (text/plain), 1.24 KB, created by
Kyle Evans
on 2016-10-19 23:37:44 UTC
(
hide
)
Description:
svn(1) diff of devel/libastylej to fix typo and prepend PKGNAMEPREFIX to installed files
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-10-19 23:37:44 UTC
Size:
1.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424294) >+++ Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= libastylej > PORTVERSION= 2.05.1 > CATEGORIES= devel java textproc >-ASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} > DISTNAME= astyle_${PORTVERSION}_linux > > MAINTAINER= bsam@FreeBSD.org >@@ -21,16 +21,17 @@ > > WRKSRC= ${WRKDIR}/astyle/build/${COMPILER_TYPE} > >-PLIST_FILES= lib/jni/libastylej.so lib/jni/libastyle-${PORTVERSION}j.so >+PLIST_FILES= lib/jni/${PKGNAMEPREFIX}libastylej.so lib/jni/${PKGNAMEPREFIX}libastyle-${PORTVERSION}j.so > > post-patch: > @${REINPLACE_CMD} -e 's,\(JAVAINCS.*=.*\),\1 -I$(JAVA_HOME)/include/freebsd,' \ >+ -e 's,libastyle-${PORTVERSION}j\.so,${PKGNAMEPREFIX}libastyle-${PORTVERSION}j.so,' \ > ${WRKSRC}/Makefile > > do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/lib/jni > ${INSTALL_DATA} ${WRKSRC}/bin/*.so ${STAGEDIR}${PREFIX}/lib/jni >- ${LN} -sf libastyle-${PORTVERSION}j.so \ >- ${STAGEDIR}${PREFIX}/lib/jni/libastylej.so >+ ${LN} -sf ${PKGNAMEPREFIX}libastyle-${PORTVERSION}j.so \ >+ ${STAGEDIR}${PREFIX}/lib/jni/${PKGNAMEPREFIX}libastylej.so > > .include <bsd.port.mk>
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 213631
:
175954
|
175958
|
175974