From alex@fafula.com  Sat Feb 24 14:26:57 2007
Return-Path: <alex@fafula.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 26EE516A403
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
	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 <FreeBSD-gnats-submit@freebsd.org>; 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" <alex@fafula.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] polish/ekg to rc2 of version 1.7
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify: alex@bsdguru.org

>Number:         109487
>Category:       ports
>Synopsis:       [patch] polish/ekg to rc2 of version 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 24 14:30:05 GMT 2007
>Closed-Date:    Sun Feb 25 07:32:59 GMT 2007
>Last-Modified:  Sun Feb 25 07:40:14 GMT 2007
>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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Feb 24 14:30:17 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109487 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 24 14:30:29 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109487 
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sat Feb 24 14:33:11 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109487 
State-Changed-From-To: feedback->open 
State-Changed-By: rafan 
State-Changed-When: Sat Feb 24 14:46:53 UTC 2007 
State-Changed-Why:  
Submitter is maintainer. 


Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: rafan 
Class-Changed-When: Sat Feb 24 14:46:53 UTC 2007 
Class-Changed-Why:  
Submitter is maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109487 

From: "Aleksander Fafula" <alex@fafula.com>
To: "FreeBSD gnats submit" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/109487: [patch] polish/ekg to rc2 of version 1.7
Date: Sat, 24 Feb 2007 18:06:42 +0100

 >Submitter-Id:	current-users 
 >Originator:	Aleksander Fafula 
 >Organization:	. 
 >Confidential:	no 
 >Synopsis:	Re: ports/109487: [patch] polish/ekg to rc2 of version 1.7 
 >Severity:	non-critical 
 >Priority:	low 
 >Category:	ports 
 >Class:		maintainer-update 
 >Release:	FreeBSD 7.0-CURRENT i386 
 >Environment:
 
 
 System: FreeBSD 7.0-CURRENT #0: Sat Feb 17 19:31:11 CET 2007
     root@o:/home/obj/usr/src/sys/ALEX
 
 
 
 >Description:
 
 
 This patch should be applied despite the previous one.
 
 
 >How-To-Repeat:
 
 
 
 
 
 >Fix:
 
 
 --- ekg_newer.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 16:47:43 2007
 @@ -5,29 +5,37 @@
  # $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
  USE_GNOME=		gnomehack pkgconfig
  CONFIGURE_ARGS+=	--disable-shared \
  			--disable-static \
 -			--enable-dynamic \
 -			--enable-aspell
 +			--enable-dynamic
 +
  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 <bsd.port.pre.mk>
 +
 +.if defined(WITH_ASPELL)
 +LIB_DEPENDS+=		aspell.16:${PORTSDIR}/polish/aspell
 +CONFIGURE_ARGS+=	--enable-aspell
 +.endif
 +
  USE_LDCONFIG=	yes
  
  MAN1=		ekg.1
 @@ -37,4 +45,4 @@
  post-install:
  	${STRIP_CMD} ${PREFIX}/bin/ekg
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 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	Sat Feb 24 16:29:53 2007
 @@ -1,6 +1,6 @@
 ---- configure.orig	Sun Jul  2 17:24:39 2006
 -+++ configure	Sun Jul  2 17:25:50 2006
 -@@ -3813,12 +3813,6 @@
 +--- configure.orig	Sat Feb 24 16:28:42 2007
 ++++ configure	Sat Feb 24 16:29:20 2007
 +@@ -3821,12 +3821,6 @@
   	lib_static_enabled=no
   fi
   
 @@ -13,11 +13,19 @@
   # 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"
 +@@ -3834,7 +3828,6 @@
 + fi;
 + 
 + 
 +-
 + # Check whether --with-c99-vsnprintf or --without-c99-vsnprintf was given.
 + if test "${with_c99_vsnprintf+set}" = set; then
 +   withval="$with_c99_vsnprintf"
 +@@ -4786,7 +4779,6 @@
 + 	if test "x$enable_libgadu_openssl" != "xno"; then
 + 		LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
 + 		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_newer.patch ends here ---
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Feb 25 07:32:54 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109487 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109487: commit references a PR
Date: Sun, 25 Feb 2007 07:32:52 +0000 (UTC)

 rafan       2007-02-25 07:32:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     polish/ekg           Makefile distinfo 
     polish/ekg/files     patch-configure 
   Log:
   - Update to 1.7 RC2
   - Remove default aspell. Add option for that.
   
   PR:             ports/109487
   Submitted by:   Aleksander Fafula (maintainer)
   
   Revision  Changes    Path
   1.23      +15 -7     ports/polish/ekg/Makefile
   1.13      +3 -3      ports/polish/ekg/distinfo
   1.3       +16 -8     ports/polish/ekg/files/patch-configure
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
