Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 15:39:20 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/44849: update port: graphics/frontline
Message-ID:  <200211030639.gA36dKNP008539@kappa.allnet.ne.jp>

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

>Number:         44849
>Category:       ports
>Synopsis:       update port: graphics/frontline
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 02 22:40:12 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD kappa.allnet.ne.jp 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Nov 2 22:18:18 JST 2002 kanou@kappa.allnet.ne.jp:/usr/obj/usr/src/sys/COPPER i386


>Description:

Frontline depends a shlib libautotrace.so.
AutoTrace is updated to 0.31.0 and shlib version is raised to 2.
Frontline must be updated the newsest version 0.5.3 to be compiled 
with a new shared library.

>How-To-Repeat:

Apply the patch in ports/44846 to graphics/autotrace port tree.
Update autotrace to 0.31.0.
Try to build frontline-0.5.1 and it will fail because structure 
definitions are changed in the include files.

>Fix:

diff -uNr frontline.orig/Makefile frontline/Makefile
--- frontline.orig/Makefile	Wed Oct 16 10:15:49 2002
+++ frontline/Makefile	Sun Nov  3 14:39:18 2002
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	frontline
-PORTVERSION=	0.5.1
+PORTVERSION=	0.5.3
 CATEGORIES=	graphics gnome
 MASTER_SITES=	http://autotrace.sourceforge.net/frontline/
 
 MAINTAINER=	gnome@FreeBSD.org
 
-LIB_DEPENDS=	autotrace.1:${PORTSDIR}/graphics/autotrace \
+LIB_DEPENDS=	autotrace.2:${PORTSDIR}/graphics/autotrace \
 		art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
 		popt.0:${PORTSDIR}/devel/popt
 
diff -uNr frontline.orig/distinfo frontline/distinfo
--- frontline.orig/distinfo	Sat Sep 14 01:49:28 2002
+++ frontline/distinfo	Sun Nov  3 14:39:32 2002
@@ -1 +1 @@
-MD5 (frontline-0.5.1.tar.gz) = 5a1f5d7b5bf8ef7d54a8531592b56a61
+MD5 (frontline-0.5.3.tar.gz) = b71ea8ce16d62bbf0078980446d61660


>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?200211030639.gA36dKNP008539>