Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 01:03:29 GMT
From:      Arseny Nasokin <tarc@tarc.po.cs.msu.su>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/99512: [PATCH][OPTIONS] net-im/jabber options fix
Message-ID:  <200606270103.k5R13T4s088973@www.freebsd.org>
Resent-Message-ID: <200606270130.k5R1UK3P006007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606270103.k5R13T4s088973>