FreeBSD Bugzilla – Attachment 125442 Details for
Bug 169052
[MAINTAINER] lang/ats: use empty() to check if an option is not set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ats-0.2.7.patch
ats-0.2.7.patch (text/plain), 503 bytes, created by
Jyun-Yan You
on 2012-06-14 08:40:04 UTC
(
hide
)
Description:
ats-0.2.7.patch
Filename:
MIME Type:
Creator:
Jyun-Yan You
Created:
2012-06-14 08:40:04 UTC
Size:
503 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/ats/Makefile ./Makefile >--- /usr/ports/lang/ats/Makefile 2012-06-14 00:19:08.000000000 +0800 >+++ ./Makefile 2012-06-14 14:53:29.252560213 +0800 >@@ -55,10 +55,10 @@ > ${WRKSRC}/utils/scripts/atslib.dats > > post-configure: >-.if !${PORT_OPTIONS:MGMP} >+.if empty(PORT_OPTIONS:MGMP) > ${SED} -i '' -e '/HAVE_GMP_H/d' ${WRKSRC}/config.h > .endif >-.if !${PORT_OPTIONS:MPCRE} >+.if empty(PORT_OPTIONS:MPCRE) > ${SED} -i '' -e '/HAVE_PCRE_H/d' ${WRKSRC}/config.h > .endif
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 169052
: 125442