Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 07:00:04 -0700 (PDT)
From:      Jeremy Norris <ishmael27@home.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26212: Upgrade port x11-toolkits/gevas
Message-ID:  <200104021400.f32E04169568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26212; it has been noted by GNATS.

From: Jeremy Norris <ishmael27@home.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/26212: Upgrade port x11-toolkits/gevas
Date: Mon, 2 Apr 2001 08:52:49 -0500

 Please use this patch; it upgrades port to even newer version (0.0.3).
 (Patch is relative to current port, version 0.0.0).
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/x11-toolkits/gevas/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	2001/03/22 15:54:46	1.2
 +++ Makefile	2001/04/02 12:55:08
 @@ -6,27 +6,18 @@
  #
  
  PORTNAME=	gevas
 -PORTVERSION=	0.0.0
 +PORTVERSION=	0.0.3
  CATEGORIES=	x11-toolkits graphics
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	enlightenment
 -DISTNAME=	${PORTNAME}_alpha
  
  MAINTAINER=	ishmael27@home.com
  
  LIB_DEPENDS=	evas.0:${PORTSDIR}/graphics/evas
  
  USE_GTK=	yes
 -USE_AUTOMAKE=	yes
  USE_LIBTOOL=	yes
 -USE_GMAKE=	yes
 -WRKSRC=		${WRKDIR}/${PORTNAME}
  INSTALLS_SHLIB=	yes
 -
 -post-extract:
 -.for a in install-sh missing mkinstalldirs
 -	@${LN} -sf ${LOCALBASE}/share/automake/${a} ${WRKSRC}
 -.endfor
  
  post-install:
  	@strip ${PREFIX}/lib/libgevas.so.0
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/x11-toolkits/gevas/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	2001/03/19 16:22:34	1.1
 +++ pkg-plist	2001/04/02 12:55:49
 @@ -1,5 +1,6 @@
  bin/testgevas
  include/gevas.h
 +include/gevas-config.h
  include/gevasev_handler.h
  include/gevasevh_alpha.h
  include/gevasevh_clicks.h
 Index: files/patch-demo::Makefile.am
 ===================================================================
 RCS file: patch-demo::Makefile.am
 diff -N patch-demo::Makefile.am
 --- /tmp/cvsZCBpKJnMO9	Mon Apr  2 07:56:23 2001
 +++ /dev/null	Mon Apr  2 07:54:02 2001
 @@ -1,11 +0,0 @@
 ---- demo/Makefile.am.orig	Thu Feb  8 09:30:50 2001
 -+++ demo/Makefile.am	Mon Mar 19 07:32:14 2001
 -@@ -28,7 +28,7 @@
 - testgevas_SOURCES = \
 - 	testgevas.c
 - 
 --INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@
 -+INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@
 - 
 - testgevas_LDADD = @evas_libs@ @edb_libs@  ../src/libgevas.la -lm @GTK_LIBS@ 
 - 

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?200104021400.f32E04169568>