Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 20:01:07 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175963: graphics/libcaca
Message-ID:  <201302082001.r18K17Zj069941@red.freebsd.org>
Resent-Message-ID: <201302082010.r18KA065058216@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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