ports/82031: Update port: net/micq add new knobs

Hajovsky Juraj xhajov00 at stud.fit.vutbr.cz
Wed Jun 8 13:30:16 UTC 2005


>Number:         82031
>Category:       ports
>Synopsis:       Update port: net/micq add new knobs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 08 13:30:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hajovsky Juraj
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD eva.fit.vutbr.cz 4.11-STABLE FreeBSD 4.11-STABLE #9: Sat Jan 15 07:22:51 CET 2005 root at tereza.fit.vutbr.cz:/home/src/sys/sys-49/compile/EVA i386

>Description:
	add new knobs:
	WITHOUT_P2P
	WITHOUT_SSL
	WITHOUT_TCL
	WITHOUT_REMOTE

>How-To-Repeat:

>Fix:

--- micq-5.0.4_1.diff begins here ---
diff -ruN /usr/ports/net/micq/Makefile micq/Makefile
--- /usr/ports/net/micq/Makefile	Wed Jun  8 01:48:46 2005
+++ micq/Makefile	Wed Jun  8 15:04:02 2005
@@ -4,9 +4,29 @@
 #
 # $FreeBSD: ports/net/micq/Makefile,v 1.49 2005/06/07 21:56:50 krion Exp $
 #
+# Interface Knobs:
+#
+# WITHOUT_LIBICONV=yes
+#  do not use iconv() at all
+#
+# WITHOUT_UTF8=yes
+#  disable UTF8 support
+#
+# WITHOUT_P2P=yes
+#  disable peer to peer connections (implies WITHOUT_SSL)
+#
+# WITHOUT_SSL=yes
+#  disable SSL encryption
+#
+# WITHOUT_TCL=yes
+#  disable Tcl scripting
+#
+# WITHOUT_REMOTE=yes
+#  disable remote control FIFO
 
 PORTNAME=	micq
 PORTVERSION=	0.5.0.4
+PORTREVISION=   1
 CATEGORIES=	net
 MASTER_SITES=	http://micq.org/source/ \
 		http://micq.alpha345.com/source/ \
@@ -36,6 +56,22 @@
 
 .if defined(WITHOUT_UTF8)
 CONFIGURE_ARGS+=	--disable-utf8
+.endif
+
+.if defined(WITHOUT_P2P)
+CONFIGURE_ARGS+=	--disable-peer2peer
+.endif
+
+.if defined(WITHOUT_P2P) || defined(WITHOUT_SSL)
+CONFIGURE_ARGS+=	--disable-ssl
+.endif
+
+.if defined(WITHOUT_TCL)
+CONFIGURE_ARGS+=	--disable-tcl
+.endif
+
+.if defined(WITHOUT_REMOTE)
+CONFIGURE_ARGS+=	--disable-remote
 .endif
 
 post-install:
--- micq-5.0.4_1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list