From fluffy@ns.ael.RU  Thu Apr 12 03:18:25 2007
Return-Path: <fluffy@ns.ael.RU>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6DB2216A400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Apr 2007 03:18:25 +0000 (UTC)
	(envelope-from fluffy@ns.ael.RU)
Received: from ns.ael.RU (ns.ael.ru [62.76.207.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E6BE13C459
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Apr 2007 03:18:22 +0000 (UTC)
	(envelope-from fluffy@ns.ael.RU)
Received: from ns.ael.RU (localhost [127.0.0.1])
	by ns.ael.RU (8.13.8/8.13.8/Fluffy/5.2) with ESMTP id l3C37Ptn094192
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Apr 2007 14:07:25 +1100 (VLAST)
	(envelope-from fluffy@ns.ael.RU)
Received: (from fluffy@localhost)
	by ns.ael.RU (8.13.8/8.13.8/Submit) id l3C37PCv094191;
	Thu, 12 Apr 2007 14:07:25 +1100 (VLAST)
	(envelope-from fluffy)
Message-Id: <200704120307.l3C37PCv094191@ns.ael.RU>
Date: Thu, 12 Apr 2007 14:07:25 +1100 (VLAST)
From: Dima Panov <fluffy@ael.ru>
Reply-To: Dima Panov <fluffy@ael.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update graphics/libcaca
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111495
>Category:       ports
>Synopsis:       update graphics/libcaca
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 12 03:20:01 GMT 2007
>Closed-Date:    Sun Apr 29 19:51:35 GMT 2007
>Last-Modified:  Sun Apr 29 19:51:35 GMT 2007
>Originator:     Dima Panov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ns.ael.RU 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Oct 23 17:01:26 VLAST 2006 root@test.ael.RU:/usr/obj/usr/src/sys/AEL i386


	
>Description:
	Update graphics/libcaca to current snaphot.
    This will also unbroke libcaca support in multimedia/libxine
    
>How-To-Repeat:
	
>Fix:

	

Index: graphics/libcaca/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/libcaca/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- graphics/libcaca/Makefile	11 Mar 2007 08:51:04 -0000	1.16
+++ graphics/libcaca/Makefile	12 Apr 2007 03:00:10 -0000
@@ -5,22 +5,22 @@
 # $FreeBSD: ports/graphics/libcaca/Makefile,v 1.16 2007/03/11 08:51:04 stas Exp $
 
 PORTNAME=	libcaca
-PORTVERSION=	0.9
-PORTREVISION=	6
+PORTVERSION=	0.99.b11
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://libcaca.zoy.org/files/
+DISTNAME=	${PORTNAME}-0.99.beta11
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
 
+USE_GNOME=	gnomehack pkgconfig gnometarget
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lm -lncurses"
 CONFIGURE_ARGS=	--enable-ncurses --disable-doc
 
-MAN1=		caca-config.1 cacademo.1 cacaview.1
-
 .if defined(WITHOUT_X11)
 CONFIGURE_ARGS+=	--disable-x11
 .else
@@ -35,19 +35,19 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_SLANG) || exists(${LOCALBASE}/lib/libslang.so)
-LIB_DEPENDS+=		slang.1:${PORTSDIR}/devel/libslang
+LIB_DEPENDS+=		slang:${PORTSDIR}/devel/libslang2
 CONFIGURE_ARGS+=	--enable-slang
 .endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,-g -O2 ,,g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's,arpa\/inet.h ,,g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's,: install-docDATA,:,g' ${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's,resize_term,resizeterm,g' ${WRKSRC}/src/graphics.c
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in README BUGS TODO AUTHORS NEWS NOTES THANKS
+.for file in README TODO AUTHORS NEWS NOTES THANKS
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
Index: graphics/libcaca/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/libcaca/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- graphics/libcaca/distinfo	21 Sep 2006 18:50:31 -0000	1.5
+++ graphics/libcaca/distinfo	12 Apr 2007 02:41:20 -0000
@@ -1,3 +1,3 @@
-MD5 (libcaca-0.9.tar.gz) = 97b0f526f39491389e159055f574c921
-SHA256 (libcaca-0.9.tar.gz) = 5e489dfdf787da78c1a8700d75f29760ba2428af82b0c84c0ccc7918550571ca
-SIZE (libcaca-0.9.tar.gz) = 217200
+MD5 (libcaca-0.99.beta11.tar.gz) = 94f3ae45b9d7fed43a6511452e880937
+SHA256 (libcaca-0.99.beta11.tar.gz) = a751ffecd96416d9e13d9676bb2abbe9fad25d1c62dc11ef6013e1badccc40ce
+SIZE (libcaca-0.99.beta11.tar.gz) = 774028
Index: graphics/libcaca/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/libcaca/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- graphics/libcaca/pkg-plist	5 Jul 2004 18:08:18 -0000	1.2
+++ graphics/libcaca/pkg-plist	12 Apr 2007 02:56:27 -0000
@@ -1,15 +1,24 @@
 bin/caca-config
-bin/cacaball
 bin/cacademo
 bin/cacafire
-bin/cacamoir
-bin/cacaplas
+bin/cacaplay
+bin/cacaserver
 bin/cacaview
+bin/img2irc
 include/caca.h
+include/caca0.h
+include/cucul.h
 lib/libcaca.a
-lib/libcaca_pic.a
+lib/libcaca.la
+lib/libcaca.so
+lib/libcaca.so.99
+lib/libcucul.a
+lib/libcucul.la
+lib/libcucul.so
+lib/libcucul.so.99
+libdata/pkgconfig/caca.pc
+libdata/pkgconfig/cucul.pc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/NOTES
 %%PORTDOCS%%%%DOCSDIR%%/README

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 12 03:20:12 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111495 
State-Changed-From-To: open->feedback 
State-Changed-By: mezz 
State-Changed-When: Thu Apr 12 16:36:45 UTC 2007 
State-Changed-Why:  
I have an improvement patch from your. 

http://people.freebsd.org/~mezz/diff/libcaca.diff 

Here's what changes that I have done in your patch: 

- Use DISTVERSION. 
- Add USE_GNOME=ltverhack that will get .so.0 instead .so.99 to fix 
the libtool bug. 
- Add USE_LDCONFIG=yes. 
- Add --mandir=${PREFIX}/man to install manpages in the correct place. 
- Update WWWW. 
- Other small clean up. 

Let me know if it works for you. I won't commit this right away, because it 
will be require for me to contact other maintainers that have ports depend 
on graphics/libcaca to test this patch. They might have to add a few of 
patches to get these ports build with newer graphics/libcaca. I will point 
them an URL[1] of guide to fix the build. 

[1] http://libcaca.zoy.org/manual/migrating.html 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111495 
Responsible-Changed-From-To: multimedia->freebsd-multimedia 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Apr 16 12:42:07 UTC 2007 
Responsible-Changed-Why:  
Canonicalize assignment. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111495: commit references a PR
Date: Sun, 29 Apr 2007 19:36:43 +0000 (UTC)

 mezz        2007-04-29 19:36:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/libcaca     Makefile distinfo pkg-descr pkg-plist 
   Log:
   -Update to 0.99.beta11.
   -Update the WWW.
   
   Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you
   that want to migrate from old to new version.
   
   PR:             ports/111495
   Submitted by:   Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz)
   
   Revision  Changes    Path
   1.17      +27 -19    ports/graphics/libcaca/Makefile
   1.6       +3 -3      ports/graphics/libcaca/distinfo
   1.2       +1 -1      ports/graphics/libcaca/pkg-descr
   1.3       +18 -5     ports/graphics/libcaca/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: mezz 
State-Changed-When: Sun Apr 29 19:51:18 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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