From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6866DB2 for ; Fri, 8 Feb 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 73564CD9 for ; Fri, 8 Feb 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18KA0cl058217 for ; Fri, 8 Feb 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18KA065058216; Fri, 8 Feb 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 20:10:00 GMT Resent-Message-Id: <201302082010.r18KA065058216@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F3A8BA0 for ; Fri, 8 Feb 2013 20:01:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 29C08C11 for ; Fri, 8 Feb 2013 20:01:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18K17NT069948 for ; Fri, 8 Feb 2013 20:01:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18K17Zj069941; Fri, 8 Feb 2013 20:01:07 GMT (envelope-from nobody) Message-Id: <201302082001.r18K17Zj069941@red.freebsd.org> Date: Fri, 8 Feb 2013 20:01:07 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175963: graphics/libcaca X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:10:00 -0000 >Number: 175963 >Category: ports >Synopsis: graphics/libcaca >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This packages links to freeglut when available: [corn:~]> ldd /usr/local/lib/libcaca.so.0 | grep glut libglut.so.12 => /usr/local/lib/libglut.so.12 (0x801ba9000) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/graphics/libcaca/Makefile graphics/libcaca/Makefile --- /usr/ports/graphics/libcaca/Makefile 2012-11-17 06:58:12.000000000 +0100 +++ graphics/libcaca/Makefile 2013-02-08 20:46:38.000000000 +0100 @@ -7,13 +7,14 @@ PORTNAME= libcaca DISTVERSION= 0.99.beta18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphics library that outputs text instead of pixels +USE_GL= glut USE_GNOME= gnomehack ltverhack pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool >Release-Note: >Audit-Trail: >Unformatted: