Date: Wed, 1 Sep 2004 23:09:10 +1100 (VLAST) From: Dima Panov <redfox@Fluffy.Khv.RU> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71241: net/centericq fix Message-ID: <200409011209.i81C99x0084556@Fluffy.Khv.RU> Resent-Message-ID: <200409011220.i81CKPaZ043715@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71241 >Category: ports >Synopsis: net/centericq fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 01 12:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 4.9-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Apr 7 23:08:51 VLAST 2004 root@Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386 >Description: net/centericq doesn't use OPTIONS BTW, switch to bzip2 archive. >How-To-Repeat: Try to build with additional protocols. It's impossible due to misplaced .include <bsd.port.pre.mk> >Fix: Index: net/centericq/Makefile =================================================================== RCS file: /home/ncvs/ports/net/centericq/Makefile,v retrieving revision 1.94 diff -u -r1.94 Makefile --- net/centericq/Makefile 20 Aug 2004 19:56:50 -0000 1.94 +++ net/centericq/Makefile 1 Sep 2004 12:00:19 -0000 @@ -10,11 +10,13 @@ PORTVERSION= 4.11.0 PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://centericq.de/archive/source/releases/ +MASTER_SITES= http://centericq.de/archive/source/releases/ \ + http://thekonst.net/download/ MAINTAINER= clsung@FreeBSD.org COMMENT= A text mode menu- and window-driven IM interface +USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes @@ -36,6 +38,12 @@ LJ "Support for LiveJournal" off \ GG "Support for Gadu-Gadu Protocol" off +MAN1= cicqconv.1 cicqsync.1 + +PORTDOCS= FAQ README + +.include <bsd.port.pre.mk> + .if !defined(WITH_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " @@ -87,11 +95,6 @@ CONFIGURE_ARGS+= --disable-gg .endif -MAN1= cicqconv.1 cicqsync.1 - -PORTDOCS= FAQ README - -.include <bsd.port.pre.mk> post-patch: .if ${OSVERSION} >= 502124 Index: net/centericq/distinfo =================================================================== RCS file: /home/ncvs/ports/net/centericq/distinfo,v retrieving revision 1.41 diff -u -r1.41 distinfo --- net/centericq/distinfo 6 Aug 2004 02:39:26 -0000 1.41 +++ net/centericq/distinfo 7 Aug 2004 01:45:33 -0000 @@ -1,2 +1,2 @@ -MD5 (centericq-4.11.0.tar.gz) = e6ba31edb3573e291256371c61bc89dc -SIZE (centericq-4.11.0.tar.gz) = 1739138 +MD5 (centericq-4.11.0.tar.bz2) = bed5e7eeb60b5ac0045f201f13130964 +SIZE (centericq-4.11.0.tar.bz2) = 1244984 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409011209.i81C99x0084556>