Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b. When here anyway, fix portlint warning about BROKEN when WITHOUT_NLS is defined.
This commit is contained in:
parent
e50286f9a3
commit
e3029d5b5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172109
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
BROKEN= "Does not build without gettext"
|
||||
BROKEN= does not build without gettext
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
.else
|
||||
|
@ -41,6 +41,10 @@ GNU_CONFIGURE= yes
|
|||
USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700019
|
||||
BROKEN= does not compile with OpenSSL 0.9.8b
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|
||g'
|
||||
|
||||
|
|
Loading…
Reference in a new issue