Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 1998 07:09:13 -0800 (PST)
From:      ohashi@mickey.ai.kyutech.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/5558: spigot_saa7191.h would not be installed.
Message-ID:  <199801241509.HAA15843@hub.freebsd.org>

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

>Number:         5558
>Category:       ports
>Synopsis:       spigot_saa7191.h would not be installed.
>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:   Sat Jan 24 07:10:01 PST 1998
>Last-Modified:
>Originator:     Takeshi OHASHI
>Organization:
Kyushu Institute of Technology
>Release:        FreeBSD-2.2.5-RELEASE
>Environment:
FreeBSD atohasi.mickey.ai.kyutech.ac.jp 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #1: Fri Jan 23 16:59:43 JST 1998     ohashi@atohasi.mickey.ai.kyutech.ac.jp:/usr/src/sys/compile/atohasi  i386

>Description:
  I want to change the spigot ports as the following patch. Becase
spigot_saa7191.h is needed to compile vic-2.8 with spigot in ports.

Maintainer Jim Lowe agreed my request.

>How-To-Repeat:

>Fix:
diff -ur spigot.port/Makefile spigot/Makefile
--- spigot.port/Makefile	Tue Aug 12 01:12:19 1997
+++ spigot/Makefile	Sat Dec 20 14:29:12 1997
@@ -1,15 +1,16 @@
 # New ports collection makefile for:	libspigot.a
-# Version required:	1.6
+# Version required:	1.7
 # Date Created:		Fri Sep 15 10:04:46 CDT 1995
 # Whom:			james@cs.uwm.edu
 #
 # $Id: Makefile,v 1.4 1997/08/11 16:12:19 fenner Exp $
 #
 
-DISTNAME= 	spigot-1.6
+DISTNAME= 	spigot-1.7
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.cs.uwm.edu/pub/FreeBSD-UWM/spigot/
 DISTFILES=	spigot.tar.gz
+DISTDIR=	/usr/local
 
 MAINTAINER=	james@cs.uwm.edu
 
diff -ur spigot.port/patches/patch-aa spigot/patches/patch-aa
--- spigot.port/patches/patch-aa	Sat Dec 20 14:06:37 1997
+++ spigot/patches/patch-aa	Sat Dec 20 14:37:20 1997
@@ -0,0 +1,15 @@
+--- Makefile.orig	Wed Nov 29 03:48:20 1995
++++ Makefile	Sat Dec 20 14:36:25 1997
+@@ -1,9 +1,9 @@
+-DESTDIR?=/usr/local
++PREFIX?=/usr/local
+ 
+ all:
+ 	echo "Nothing to make."
+ 
+ install:
+-	cp libspigot.a ${DESTDIR}/lib/libspigot.a
++	cp libspigot.a ${PREFIX}/lib/libspigot.a
+ 	ranlib libspigot.a
+-	cp spigot_saa7191.h /usr/local/include
++	cp spigot_saa7191.h ${PREFIX}/include
diff -ur spigot.port/pkg/PLIST spigot/pkg/PLIST
--- spigot.port/pkg/PLIST	Tue Oct  3 18:34:10 1995
+++ spigot/pkg/PLIST	Sat Dec 20 13:54:11 1997
@@ -1 +1,2 @@
 lib/libspigot.a
+include/spigot_saa7191.h


>Audit-Trail:
>Unformatted:



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