Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 08:36:55 -0600 (CST)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25991: Fix port graphics/gliv
Message-ID:  <200103221436.f2MEato07330@babylon.merseine.nu>

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

>Number:         25991
>Category:       ports
>Synopsis:       Fix port graphics/gliv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 06:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386


>Description:
2 fixes: 
1. WWW in pkg-descr misspelled.
2. Also, CFLAGS was added to the CONFIGUVE_ENV, which was not in my original
submission. It should be CPPFLAGS, however.
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/03/17 16:35:37	1.1
+++ Makefile	2001/03/22 14:25:50
@@ -22,7 +22,7 @@
 GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lgnugetopt" \
-		CFLAGS="-I${LOCALBASE}/include"
+		CPPFLAGS="-I${LOCALBASE}/include"
 
 MAN1=		GLiv.1
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2001/03/17 16:35:37	1.1
+++ pkg-descr	2001/03/22 14:24:56
@@ -1,3 +1,3 @@
 An Image viewer that uses Imlib2 to load images, and OpenGL to render them.
 
-WWW: http://glive.tuxfamily.org/
+WWW: http://gliv.tuxfamily.org/
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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