From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 24 14:30:06 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE02216A412 for ; Sat, 24 Feb 2007 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB4F13C4BD for ; Sat, 24 Feb 2007 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1OEU61V080014 for ; Sat, 24 Feb 2007 14:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1OEU6ne080013; Sat, 24 Feb 2007 14:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 24 Feb 2007 14:30:06 GMT Resent-Message-Id: <200702241430.l1OEU6ne080013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Aleksander Fafula" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26EE516A403 for ; Sat, 24 Feb 2007 14:26:57 +0000 (UTC) (envelope-from alex@fafula.com) Received: from whocares.fafula.com (fhc66.internetdsl.tpnet.pl [83.13.184.66]) by mx1.freebsd.org (Postfix) with ESMTP id 83D1713C491 for ; Sat, 24 Feb 2007 14:26:56 +0000 (UTC) (envelope-from alex@fafula.com) Received: from localhost (unknown [127.0.0.1]) by whocares.fafula.com (Postfix) with ESMTP id 54D661CC95 for ; Sat, 24 Feb 2007 15:11:06 +0100 (CET) Received: from whocares.fafula.com ([127.0.0.1]) by localhost (whocares.fafula.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z-fSGt682ske for ; Sat, 24 Feb 2007 15:11:01 +0100 (CET) Received: from o (xdsl-10619.wroclaw.dialog.net.pl [84.40.243.123]) by whocares.fafula.com (Postfix) with ESMTP id 41D221CC91 for ; Sat, 24 Feb 2007 15:11:01 +0100 (CET) Message-Id: <1172325944.56252@o> Date: Sat, 24 Feb 2007 15:05:44 +0100 From: "Aleksander Fafula" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/109487: [patch] polish/ekg to rc2 of version 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 14:30:07 -0000 >Number: 109487 >Category: ports >Synopsis: [patch] polish/ekg to rc2 of version 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 24 14:30:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 7.0-CURRENT i386 >Organization: . >Environment: System: FreeBSD 7.0-CURRENT #0: Sat Feb 17 19:31:11 CET 2007 root@o:/home/obj/usr/src/sys/ALEX >Description: Upgrade to 1.7.rc2. Removed default aspell but added option for this. >How-To-Repeat: >Fix: --- ekg_to_17rc2.patch begins here --- diff -ruN ekg.orig/Makefile ekg/Makefile --- ekg.orig/Makefile Wed Jan 17 01:39:47 2007 +++ ekg/Makefile Sat Feb 24 15:00:41 2007 @@ -5,17 +5,16 @@ # $FreeBSD: ports/polish/ekg/Makefile,v 1.22 2006/11/05 08:06:09 lawrance Exp $ PORTNAME= ekg -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7.r2 PORTEPOCH= 2 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ +DISTNAME= ${PORTNAME}-1.7rc2 MAINTAINER= alex@bsdguru.org COMMENT= Text-mode Gadu-Gadu client -LIB_DEPENDS= aspell.16:${PORTSDIR}/polish/aspell \ - gadu.3:${PORTSDIR}/polish/libgadu +LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu USE_GMAKE= yes GNU_CONFIGURE= yes @@ -23,11 +22,21 @@ CONFIGURE_ARGS+= --disable-shared \ --disable-static \ --enable-dynamic \ - --enable-aspell + --enable-shared + CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +OPTIONS= ASPELL "Build with ASPELL support" off + +.include + +.if defined(WITH_ASPELL) +LIB_DEPENDS+= aspell.16:${PORTSDIR}/polish/aspell +CONFIGURE_ARGS+= --enable-aspell +.endif + USE_LDCONFIG= yes MAN1= ekg.1 @@ -37,4 +46,4 @@ post-install: ${STRIP_CMD} ${PREFIX}/bin/ekg -.include +.include diff -ruN ekg.orig/distinfo ekg/distinfo --- ekg.orig/distinfo Wed Jan 17 01:39:47 2007 +++ ekg/distinfo Sat Feb 24 15:00:50 2007 @@ -1,3 +1,3 @@ -MD5 (ekg-1.6.tar.gz) = 1094eee5062d9b9900c4b28bd68fb564 -SHA256 (ekg-1.6.tar.gz) = c6dc601e20bb43c94f5689f05bca8e8501af4cff9dd760afdb3d6998c6952c28 -SIZE (ekg-1.6.tar.gz) = 503852 +MD5 (ekg-1.7rc2.tar.gz) = b4ea482130e163af1456699e2e6983d9 +SHA256 (ekg-1.7rc2.tar.gz) = 17b42147dfe4ef8b7d901e285d68c490f7c645240c6934c23f0db82e61ace915 +SIZE (ekg-1.7rc2.tar.gz) = 514073 diff -ruN ekg.orig/files/patch-configure ekg/files/patch-configure --- ekg.orig/files/patch-configure Wed Jan 17 01:39:47 2007 +++ ekg/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ ---- configure.orig Sun Jul 2 17:24:39 2006 -+++ configure Sun Jul 2 17:25:50 2006 -@@ -3813,12 +3813,6 @@ - lib_static_enabled=no - fi - --if test "x$enable_static" = "xno" -a "x$enable_shared" != "xyes"; then -- { { echo "$as_me:$LINENO: error: You must choose either static or shared version of libgadu." >&5 --echo "$as_me: error: You must choose either static or shared version of libgadu." >&2;} -- { (exit 1); exit 1; }; } --fi -- - # Check whether --enable-dynamic or --disable-dynamic was given. - if test "${enable_dynamic+set}" = set; then - enableval="$enable_dynamic" -@@ -4770,7 +4764,6 @@ - LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS" - CFLAGS="$CFLAGS $OPENSSL_INCLUDES" - CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES" -- PC_REQUIRES="$PC_REQUIRES openssl" - - sed 's/#undef __GG_LIBGADU_HAVE_OPENSSL/#define __GG_LIBGADU_HAVE_OPENSSL/' < lib/libgadu-config.h > lib/libgadu-config.h- - mv -f lib/libgadu-config.h- lib/libgadu-config.h --- ekg_to_17rc2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: