From nobody@FreeBSD.org  Sun Jan 16 22:50:59 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1210216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Jan 2005 22:50:59 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DD65143D2F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Jan 2005 22:50:58 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0GMowbn087434
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Jan 2005 22:50:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j0GMowbG087433;
	Sun, 16 Jan 2005 22:50:58 GMT
	(envelope-from nobody)
Message-Id: <200501162250.j0GMowbG087433@www.freebsd.org>
Date: Sun, 16 Jan 2005 22:50:58 GMT
From: David Yeske <dyeske@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/k3d update to 0.4.4.0
X-Send-Pr-Version: www-2.3

>Number:         76323
>Category:       ports
>Synopsis:       graphics/k3d update to 0.4.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 16 23:00:48 GMT 2005
>Closed-Date:    Tue Feb 15 22:55:01 GMT 2005
>Last-Modified:  Tue Feb 15 22:55:01 GMT 2005
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD shuttle 6.0-CURRENT FreeBSD 6.0-CURRENT #14: Sun Jan  2 20:00:32 EST 2005     root@shuttle:/usr/obj/usr/src/sys/SHUTTLE  i386

>Description:
      update to 0.4.4.0
>How-To-Repeat:
      
>Fix:
Apply this patch      http://futurebsd.sourceforge.net/freebsd/ports/patch-k3d

Remove the files in the files directory

Add this file to the files directory
http://futurebsd.sourceforge.net/freebsd/ports/patch-Makefile.in
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: thierry 
State-Changed-When: Sun Feb 13 23:10:37 GMT 2005 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=76323 
Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Sun Feb 13 23:11:28 GMT 2005 
Responsible-Changed-Why:  

It builds fine on FreeBSD-5.3, but plist is uncomplete: 
a lot of libraries are installed under $PREFIX/lib/k3d 
and a lot of headers under $PREFIX/include/k3d. 

Warning: this port conflicts with math/atlas and math/superlu 
(it installs libcblas.so and libsuperlu.so). 


http://www.freebsd.org/cgi/query-pr.cgi?pr=76323 

From: Thierry Thomas <thierry@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: David Yeske <dyeske@yahoo.com>
Subject: Re: ports/76323: graphics/k3d update to 0.4.4.0
Date: Mon, 14 Feb 2005 22:16:59 +0100

 --lc9FT7cWel8HagAv
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 Le Lun 14 fv 05   0:17:27 +0100, Thierry Thomas <thierry@FreeBSD.org>
  crivait:
 > It builds fine on FreeBSD-5.3, but plist is uncomplete:
 > a lot of libraries are installed under $PREFIX/lib/k3d
 > and a lot of headers under $PREFIX/include/k3d.
 > 
 > Warning: this port conflicts with math/atlas and math/superlu
 > (it installs libcblas.so and libsuperlu.so).
 > 
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=76323
 
 Sorry for the noise about $PREFIX/include/k3d, your generated plist take
 care of it, there is only a problem with some libs, and the conflict
 with atlas & superlu.
 
 The attached patch fixes these problems, and I could commit it if you
 approve it, but I would prefer a patch to not build and install the
 included libsuperlu and libcblas but use the libraries from these ports,
 if possible.
 
 Regards,
 -- 
 Th. Thomas.
 
 --lc9FT7cWel8HagAv
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="k3d.diff"
 
 diff -urN graphics/k3d.orig/Makefile graphics/k3d/Makefile
 --- graphics/k3d.orig/Makefile	Sun Dec 26 18:48:31 2004
 +++ graphics/k3d/Makefile	Mon Feb 14 21:38:48 2005
 @@ -7,8 +7,7 @@
  #
  
  PORTNAME=	k3d
 -PORTVERSION=	0.4.1.0
 -PORTREVISION=	2
 +PORTVERSION=	0.4.4.0
  CATEGORIES=	graphics
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -27,9 +26,11 @@
  		Half.2:${PORTSDIR}/graphics/OpenEXR \
  		gts.3:${PORTSDIR}/graphics/gts
  
 +CONFLICTS=	atlas-3* superlu-3*
 +
 +USE_LIBTOOL_VER=15
  USE_GL=		yes
  USE_GNOME=	gnometarget gtk12 libxslt
 -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	\
  	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
 @@ -44,15 +45,9 @@
  
  .include <bsd.port.pre.mk>
  
 -.if ${OSVERSION} >= 502126
 -BROKEN=		"Does not compile on FreeBSD >= 5.x"
 -.endif
 -
  .if ${OSVERSION} < 500000
  BROKEN=		"Does not compile on FreeBSD 4.x"
  .endif
 -EXPIRATION_DATE=2005-02-18
 -DEPRECATED=	"Does not compile"
  
  post-install:
  .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d
 diff -urN graphics/k3d.orig/distinfo graphics/k3d/distinfo
 --- graphics/k3d.orig/distinfo	Fri Jun 11 09:10:39 2004
 +++ graphics/k3d/distinfo	Sun Feb 13 17:27:23 2005
 @@ -1,2 +1,2 @@
 -MD5 (k3d-0.4.1.0.tgz) = 2c42382ade409af4ced7f42f4b471bb1
 -SIZE (k3d-0.4.1.0.tgz) = 5399787
 +MD5 (k3d-0.4.4.0.tgz) = 246ebc6446aa47709de48d9275d00f19
 +SIZE (k3d-0.4.4.0.tgz) = 6075049
 diff -urN graphics/k3d.orig/files/patch-Makefile.in graphics/k3d/files/patch-Makefile.in
 --- graphics/k3d.orig/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
 +++ graphics/k3d/files/patch-Makefile.in	Sun Jan 16 23:46:20 2005
 @@ -0,0 +1,19 @@
 +--- Makefile.in.orig	Thu Nov  4 09:13:13 2004
 ++++ Makefile.in	Sat Jan 15 21:53:47 2005
 +@@ -203,16 +203,11 @@
 + 
 + am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 +  configure.lineno
 +-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 +-	cd $(top_srcdir) && \
 +-	  $(AUTOMAKE) --gnu  Makefile
 + Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 + 	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 + 
 + $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 + 	$(SHELL) ./config.status --recheck
 +-$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 +-	cd $(srcdir) && $(AUTOCONF)
 + 
 + $(ACLOCAL_M4):  configure.ac acinclude.m4
 + 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 diff -urN graphics/k3d.orig/files/patch-ltmain.sh graphics/k3d/files/patch-ltmain.sh
 --- graphics/k3d.orig/files/patch-ltmain.sh	Fri Jun 11 09:10:39 2004
 +++ graphics/k3d/files/patch-ltmain.sh	Thu Jan  1 01:00:00 1970
 @@ -1,15 +0,0 @@
 ---- ltmain.sh.orig	Thu Jun 10 09:49:38 2004
 -+++ ltmain.sh	Thu Jun 10 09:49:53 2004
 -@@ -4383,10 +4383,12 @@
 - 	fi
 - 
 - 	# Install the pseudo-library for information purposes.
 -+	if /usr/bin/false ; then
 - 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 - 	instname="$dir/$name"i
 - 	$show "$install_prog $instname $destdir/$name"
 - 	$run eval "$install_prog $instname $destdir/$name" || exit $?
 -+	fi
 - 
 - 	# Maybe install the static library, too.
 - 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
 diff -urN graphics/k3d.orig/pkg-plist graphics/k3d/pkg-plist
 --- graphics/k3d.orig/pkg-plist	Fri Jun 11 09:10:39 2004
 +++ graphics/k3d/pkg-plist	Mon Feb 14 21:24:23 2005
 @@ -7,19 +7,36 @@
  bin/k3d-renderjob
  bin/k3d-uuidgen
  bin/sl2xml
 +lib/libHapy.a
  lib/libHapy.so
  lib/libHapy.so.0
 +lib/libcblas.a
 +lib/libcblas.so
 +lib/libcblas.so.0
 +lib/libk3dembed.a
  lib/libk3dembed.so
  lib/libk3dembed.so.0
 +lib/libk3dsdk.a
  lib/libk3dsdk.so
  lib/libk3dsdk.so.0
 +lib/libk3dui.a
  lib/libk3dui.so
  lib/libk3dui.so.0
 +lib/libsdpgl.a
  lib/libsdpgl.so
  lib/libsdpgl.so.0
 +lib/libsdpgtk.a
  lib/libsdpgtk.so
  lib/libsdpgtk.so.0
 +lib/libsdpsl.a
  lib/libsdpsl.so
  lib/libsdpsl.so.0
 +lib/libsdpxml.a
  lib/libsdpxml.so
  lib/libsdpxml.so.0
 +lib/libsuperlu.a
 +lib/libsuperlu.so
 +lib/libsuperlu.so.0
 +lib/libsurface_polygonizer_library.a
 +lib/libsurface_polygonizer_library.so
 +lib/libsurface_polygonizer_library.so.0
 
 --lc9FT7cWel8HagAv--

From: David Yeske <dyeske@yahoo.com>
To: Thierry Thomas <thierry@FreeBSD.org>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc: David Yeske <dyeske@yahoo.com>
Subject: Re: ports/76323: graphics/k3d update to 0.4.4.0
Date: Mon, 14 Feb 2005 13:33:27 -0800 (PST)

 I am very busy so I rubber stamp your suggestion.
 
 
 		
 __________________________________ 
 Do you Yahoo!? 
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.
 http://info.mail.yahoo.com/mail_250
State-Changed-From-To: feedback->closed 
State-Changed-By: thierry 
State-Changed-When: Tue Feb 15 22:54:36 GMT 2005 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=76323 
>Unformatted:
