Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 14:09:27 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38780: Update port: cad/gtkwave
Message-ID:  <200205312109.g4VL9RfG077167@www.freebsd.org>

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

>Number:         38780
>Category:       ports
>Synopsis:       Update port: cad/gtkwave
>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:   Fri May 31 14:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.5-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix PORTVERSION
- Conditionalize dependency for archivers/bzip2

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/cad/gtkwave/Makefile cad/gtkwave/Makefile
--- /usr/ports/cad/gtkwave/Makefile	Mon May 13 00:14:07 2002
+++ cad/gtkwave/Makefile	Sat Jun  1 06:09:22 2002
@@ -7,14 +7,17 @@
 #
 
 PORTNAME=	gtkwave
-PORTVERSION=	2.0.0p1
+PORTVERSION=	2.0.0.p1
+PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/2.0/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/pre/}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/pre/}
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	bz2:${PORTSDIR}/archivers/bzip2
+.if !exists(/usr/bin/bzip2)
+LIB_DEPENDS=	bz2.1:${PORTSDIR}/archivers/bzip2
+.endif
 
 USE_GTK=	yes
 GNU_CONFIGURE=	yes

>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?200205312109.g4VL9RfG077167>