From corecode@corecode.ath.cx  Wed Feb 12 18:52:40 2003
Return-Path: <corecode@corecode.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D96D537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Feb 2003 18:52:40 -0800 (PST)
Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC03D43FF3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Feb 2003 18:52:39 -0800 (PST)
	(envelope-from corecode@corecode.ath.cx)
Received: from fwd06.sul.t-online.de 
	by mailout09.sul.t-online.com with smtp 
	id 18j9UM-0007xI-01; Thu, 13 Feb 2003 03:52:38 +0100
Received: from pride.uni.stoert.net (320050403952-0001@[217.224.173.44]) by fmrl06.sul.t-online.com
	with esmtp id 18j9U9-14cVdYC; Thu, 13 Feb 2003 03:52:25 +0100
Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178])
	by pride.uni.stoert.net (Postfix) with ESMTP
	id 3B26C12C097; Thu, 13 Feb 2003 03:52:24 +0100 (CET)
Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1])
	by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h1D2qTi3025004;
	Thu, 13 Feb 2003 03:52:29 +0100 (CET)
	(envelope-from corecode@terrorfish.uni.stoert.net)
Received: (from corecode@localhost)
	by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h1D2qTpj025003;
	Thu, 13 Feb 2003 03:52:29 +0100 (CET)
Message-Id: <200302130252.h1D2qTpj025003@terrorfish.uni.stoert.net>
Date: Thu, 13 Feb 2003 03:52:29 +0100 (CET)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Stijn Hoop <stijn@win.tue.nl>
Subject: maintainer-update: audio/cdparanaoia don't install unnecessary header
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48227
>Category:       ports
>Synopsis:       maintainer-update: audio/cdparanaoia don't install unnecessary header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 19:00:21 PST 2003
>Closed-Date:    Sat Feb 15 13:20:10 PST 2003
>Last-Modified:  Sat Feb 15 13:20:10 PST 2003
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #46: Thu Jan 30 15:51:45 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386


	
>Description:
	o don't install unnecessary header utils.h (with an annoying generic
	  file name)
	o requested & pointed out by Stijn Hoop <stijn@win.tue.nl>
	
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/cdparanoia/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2003/01/31 01:19:04	1.10
+++ Makefile	2003/02/13 02:50:34
@@ -7,7 +7,7 @@
 
 PORTNAME=	cdparanoia
 PORTVERSION=	3.9.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio sysutils
 MASTER_SITES=	http://www.xiph.org/paranoia/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/}
Index: pkg-plist
===================================================================
RCS file: /home/cvs/ports/cdparanoia/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2003/01/05 13:21:09	1.1
+++ pkg-plist	2003/02/13 02:50:34
@@ -1,7 +1,6 @@
 bin/cdparanoia
 include/cdda_interface.h
 include/cdda_paranoia.h
-include/utils.h
 lib/libcdda_interface.a
 lib/libcdda_interface.so
 lib/libcdda_interface.so.0
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/cvs/ports/cdparanoia/files/patch-Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile.in
--- files/patch-Makefile.in	2003/01/07 13:30:34	1.2
+++ files/patch-Makefile.in	2003/02/13 02:50:34
@@ -2,10 +2,10 @@
 ===================================================================
 RCS file: /home/cvs/cdparanoia/Makefile.in,v
 retrieving revision 1.1.1.1
-retrieving revision 1.6
-diff -u -r1.1.1.1 -r1.6
+retrieving revision 1.7
+diff -u -r1.1.1.1 -r1.7
 --- Makefile.in	2003/01/05 09:46:26	1.1.1.1
-+++ Makefile.in	2003/01/05 13:15:44	1.6
++++ Makefile.in	2003/02/13 02:41:38	1.7
 @@ -8,7 +8,7 @@
  srcdir=@srcdir@
  
@@ -24,3 +24,11 @@
  	LIBDEP = interface/libcdda_interface.a paranoia/libcdda_paranoia.a
  else
  	LIBS = -lcdda_interface -lcdda_paranoia -lm
+@@ -77,7 +77,6 @@
+ 	$(INSTALL) -m 0644 $(srcdir)/interface/cdda_interface.h $(INCLUDEDIR)
+ 	$(INSTALL) -m 0644 $(srcdir)/interface/libcdda_interface.so.0.$(VERSION) $(LIBDIR)
+ 	$(INSTALL) -m 0644 $(srcdir)/interface/libcdda_interface.a $(LIBDIR)
+-	$(INSTALL) -m 0644 $(srcdir)/utils.h $(INCLUDEDIR)
+ 	ln -fs libcdda_interface.so.0.$(VERSION) \
+ 		$(LIBDIR)/libcdda_interface.so.0
+ 	ln -fs libcdda_interface.so.0.$(VERSION) \
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sat Feb 15 13:20:04 PST 2003 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48227 
>Unformatted:
