Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2001 15:03:53 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26331: Update port: graphics/ecg2png
Message-ID:  <200104032203.f33M3rA47633@freefall.freebsd.org>

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

>Number:         26331
>Category:       ports
>Synopsis:       Update port: graphics/ecg2png
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 15:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support LOCALBASE properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/ecg2png/Makefile graphics/ecg2png/Makefile
--- /usr/ports/graphics/ecg2png/Makefile	Tue Apr  3 19:44:14 2001
+++ graphics/ecg2png/Makefile	Wed Apr  4 00:42:54 2001
@@ -9,18 +9,18 @@
 PORTVERSION=	0.30
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://www.cardiothink.com/pub/
+MASTER_SITES=	http://www.cardiothink.com/downloads/ecg2png/
 
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd
 
-USE_QT_VER=	2
 WRKSRC=		${WRKDIR}/${PORTNAME}
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
-QTCPPFLAGS+=	-I/usr/local/include/gd
+
+USE_QT_VER=	2
+QTCPPFLAGS+=	-I${LOCALBASE}/include/gd
 USE_GMAKE=	yes
 USE_AUTOMAKE=	yes
+CONFIGURE_ARGS=	--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
 
 .include <bsd.port.mk>

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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