Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 23:39:29 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        eanholt@gladstone.uoregon.edu
Subject:   ports/36187: graphics/glide3: add PKGNAMESUFFIX, depends on ports/36179
Message-ID:  <200203220439.g2M4dT879673@wwweasel.geeksrus.net>

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

>Number:         36187
>Category:       ports
>Synopsis:       graphics/glide3: add PKGNAMESUFFIX, depends on ports/36179
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 20:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 00:59:22 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

Following Eric's huge glide3 update, there's just one little thing left
to address. Since glide3 builds for voodoo3 OR voodoo5, there ought to be
a way to tell which one is installed (or present in a binary glide3 pkg),
since you only get one or the other, not both.

This patch follows ports/36179, and sets a PKGNAMESUFFIX according to the
hardware the port was built for.

>How-To-Repeat:

>Fix:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
--- Makefile.orig	Thu Mar 21 23:30:39 2002
+++ Makefile	Thu Mar 21 23:32:51 2002
@@ -29,8 +29,10 @@
 CFLAGS+= -O
 
 .ifdef WITH_VOODOO3
+PKGNAMESUFFIX=		-voodoo3
 CONFIGURE_ARGS+=	--enable-fx-glide-hw=h3
 .else
+PKGNAMESUFFIX=		-voodoo5
 pre-everything::
 	@${ECHO_MSG} "Use make -DWITH_VOODOO3 if you have a Voodoo3 or Banshee card"
 .endif
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==



>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?200203220439.g2M4dT879673>