FreeBSD Bugzilla – Attachment 125605 Details for
Bug 169244
[maintainer update] net/rabbitmq-c convert to optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 842 bytes, created by
Geoff Garside
on 2012-06-19 20:10:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Geoff Garside
Created:
2012-06-19 20:10:13 UTC
Size:
842 bytes
patch
obsolete
>--- /usr/ports/net/rabbitmq-c/Makefile 2012-02-19 07:02:57.000000000 +0000 >+++ Makefile 2012-06-04 09:40:44.000000000 +0100 >@@ -37,18 +37,19 @@ > LICENSE_FILE_MPL= ${WRKSRC}/LICENSE-GPL-2.0 > LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-MPL-RabbitMQ > >-OPTIONS= 64BIT "Produce 64-bit library" Off \ >- POPT "Popt support in tools" Off >+OPTIONS_DEFINE= 64BIT POPT >+64BIT_DESC= Produce 64-bit library >+POPT_DESC= Popt support in tools > > .include <bsd.port.options.mk> > >-.if defined(WITH_64BIT) >+.if ${PORT_OPTIONS:M64BIT} > ONLY_FOR_ARCHS= amd64 sparc64 powerpc >-ONLY_FOR_ARCHS_REASON= WITH_64BIT is set >+ONLY_FOR_ARCHS_REASON= 64BIT option is set > CONFIGURE_ARGS+= --enable-64-bit > .endif > >-.if defined(WITH_POPT) >+.if ${PORT_OPTIONS:MPOPT} > LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib
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 169244
: 125605