Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 14:00:34 -0800 (PST)
From:      Stephane Legrand <stephane@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58204: [maintainer update] x11-toolkits/gnocl
Message-ID:  <200311102200.hAAM0Y6B076105@freefall.freebsd.org>

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

From: Stephane Legrand <stephane@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58204: [maintainer update] x11-toolkits/gnocl
Date: Mon, 10 Nov 2003 22:52:13 +0100

 It seems the port needs gconf2. Here is a new patch file:
 
 
 diff -ruN gnocl-orig01/Makefile gnocl/Makefile
 --- gnocl-orig01/Makefile	Wed Aug 20 23:57:26 2003
 +++ gnocl/Makefile	Fri Oct 31 21:02:27 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	gnocl
 -PORTVERSION=	0.5.10
 +PORTVERSION=	0.5.12
  CATEGORIES=	x11-toolkits devel
  MASTER_SITES=	http://www.dr-baum.net/gnocl/
  
 @@ -23,13 +23,19 @@
  CFLAGS+=	-I${LOCALBASE}/include/tcl8.4
  
  USE_X_PREFIX=	yes
 -USE_GNOME=	libgnomecanvas
 +USE_GNOME=	libgnomecanvas gconf2
 +
 +.include <bsd.port.pre.mk>
 +
 +.if ${ARCH} == amd64
 +CFLAGS+=	-fPIC
 +.endif
  
  GNOCL_CANVAS_FILE="lib/libgnoclCanvas.so.1"
  
  .if defined(WITHOUT_CANVAS)
  ALL_TARGET=	gnocl
 -USE_GNOME=	gtk20
 +USE_GNOME=	gtk20 gconf2
  GNOCL_CANVAS_FILE=	"@comment "
  .endif
  
 @@ -46,4 +52,4 @@
  		${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclCanvas.so ${PREFIX}/lib/libgnoclCanvas.so.1; \
  	fi; \
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 diff -ruN gnocl-orig01/distinfo gnocl/distinfo
 --- gnocl-orig01/distinfo	Fri Aug 15 19:38:23 2003
 +++ gnocl/distinfo	Fri Oct 31 20:48:03 2003
 @@ -1 +1 @@
 -MD5 (gnocl-0.5.10.tar.bz2) = 1d1b01c536a58e217cf4f069d5113210
 +MD5 (gnocl-0.5.12.tar.bz2) = 2d9894ff9ee3c23fdf89594fb7fc7d18



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