FreeBSD Bugzilla – Attachment 177404 Details for
Bug 214839
databases/pgmodeler: doesn't build for 9 and 10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pgmodeler v0.8.2_1 fix build
pgmodeler-0.8.2_1.diff (text/plain), 819 bytes, created by
Loïc Bartoletti
on 2016-11-26 07:39:51 UTC
(
hide
)
Description:
pgmodeler v0.8.2_1 fix build
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2016-11-26 07:39:51 UTC
Size:
819 bytes
patch
obsolete
>Index: databases/pgmodeler/Makefile >=================================================================== >--- databases/pgmodeler/Makefile (revision 427131) >+++ databases/pgmodeler/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= pgmodeler > PORTVERSION= 0.8.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= databases > > MAINTAINER= lbartoletti@tuxfamily.org >@@ -32,4 +33,19 @@ > post-install: > @${RM} ${STAGEDIR}${PREFIX}/bin/tests > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 1000000 >+USE_GCC= yes >+.else >+.if ${CHOSEN_COMPILER_TYPE} == clang >+.if ${COMPILER_VERSION} <= 34 >+BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:lang/clang36 >+CPP= ${LOCALBASE}/bin/clang-cpp36 >+CC= ${LOCALBASE}/bin/clang36 >+CXX= ${LOCALBASE}/bin/clang++36 >+.endif >+.endif >+.endif >+ >+.include <bsd.port.post.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
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214839
: 177404