ports/99512: [PATCH][OPTIONS] net-im/jabber options fix
Arseny Nasokin
tarc at tarc.po.cs.msu.su
Tue Jun 27 01:30:34 UTC 2006
>Number: 99512
>Category: ports
>Synopsis: [PATCH][OPTIONS] net-im/jabber options fix
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 27 01:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Arseny Nasokin
>Release: FreeBSD 7.0-CURRENT
>Organization:
Moscow State University
>Environment:
>Description:
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/jabber/Makefile,v
retrieving revision 1.31
diff -d -u -r1.31 Makefile
--- Makefile 22 Jun 2006 10:39:05 -0000 1.31
+++ Makefile 27 Jun 2006 01:01:48 -0000
@@ -29,6 +29,11 @@
USE_OPENSSL= yes
CONFIGURE_ARGS+= --enable-ssl
+
+OPTIONS= IPV6 "Enable IPv6 support" off
+
+.include <bsd.port.pre.mk>
+
.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
@@ -51,4 +56,4 @@
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list