From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 12 16:37:14 2007 Return-Path: X-Original-To: multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAF6E16A404; Thu, 12 Apr 2007 16:37:14 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 97D1A13C4B7; Thu, 12 Apr 2007 16:37:14 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3CGbEg7093475; Thu, 12 Apr 2007 16:37:14 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3CGbDJj093471; Thu, 12 Apr 2007 16:37:13 GMT (envelope-from mezz) Date: Thu, 12 Apr 2007 16:37:13 GMT From: Jeremy Messenger Message-Id: <200704121637.l3CGbDJj093471@freefall.freebsd.org> To: fluffy@ael.ru, mezz@FreeBSD.org, multimedia@FreeBSD.org Cc: Subject: Re: ports/111495: update graphics/libcaca X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 16:37:14 -0000 Synopsis: update graphics/libcaca 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