Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Apr 2006 21:41:06 +0200 (CEST)
From:      Aleksander Fafula <alex@fafula.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95319: [maint update] polish/ekg2 fix 4.x compilation and upgrade
Message-ID:  <20060404194106.92A668A1C0@fafula.com>
Resent-Message-ID: <200604041950.k34JoB2S046137@freefall.freebsd.org>

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

>Number:         95319
>Category:       ports
>Synopsis:       [maint update] polish/ekg2 fix 4.x compilation and upgrade
>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:   Tue Apr 04 19:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
bsdguru.org, fafula.com
>Environment:
System: FreeBSD fafula.com 2.2.19 #725 i386


	
>Description:
Fix for FreeBSD 4.x - ekg2 will not compile using GCC ver. 2.x.
Upgrade to the newest version.

	
>How-To-Repeat:
	
>Fix:

	


diff -ruN ekg2.orig/Makefile ekg2/Makefile
--- ekg2.orig/Makefile	Tue Apr  4 21:32:27 2006
+++ ekg2/Makefile	Tue Apr  4 21:33:09 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/polish/ekg2/Makefile,v 1.2 2006/04/03 20:54:30 pav Exp $
 
 PORTNAME=	ekg2
-PORTVERSION=	20060318
+PORTVERSION=	20060403
 CATEGORIES=	polish net-im
 MASTER_SITES=	http://www.ekg2.org/archive/
 
@@ -19,6 +19,7 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig
 USE_GETTEXT=	yes
+USE_GCC=	3.2+
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS+=	--enable-shared \
diff -ruN ekg2.orig/distinfo ekg2/distinfo
--- ekg2.orig/distinfo	Sun Apr  2 03:01:20 2006
+++ ekg2/distinfo	Tue Apr  4 21:26:06 2006
@@ -1,3 +1,3 @@
-MD5 (ekg2-20060318.tar.gz) = a6c6678bcc4309f305b209cc4c1f8ce4
-SHA256 (ekg2-20060318.tar.gz) = 4c86af278018db9d41fb7ed23ebb6e9236a4f2a6332ef5c482fe0466e9f620c2
-SIZE (ekg2-20060318.tar.gz) = 893857
+MD5 (ekg2-20060403.tar.gz) = 0fcf456089a6ba304c257c4e8d05f047
+SHA256 (ekg2-20060403.tar.gz) = 40ae8e0918b5712258dd7ca79d78ac98758626bffa54373ed44a8f5e10db1fc6
+SIZE (ekg2-20060403.tar.gz) = 904056
>Release-Note:
>Audit-Trail:
>Unformatted:



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