From tjs@Pluto.CDPA.nsysu.edu.tw  Sun Nov 21 02:59:22 2004
Return-Path: <tjs@Pluto.CDPA.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AD54416A4CE; Sun, 21 Nov 2004 02:59:22 +0000 (GMT)
Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1097843D31; Sun, 21 Nov 2004 02:59:22 +0000 (GMT)
	(envelope-from tjs@Pluto.CDPA.nsysu.edu.tw)
Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1])
	by Pluto.CDPA.nsysu.edu.tw (8.13.1/8.13.1) with ESMTP id iAL2xGMe046586;
	Sun, 21 Nov 2004 10:59:16 +0800 (CST)
	(envelope-from tjs@Pluto.CDPA.nsysu.edu.tw)
Received: (from tjs@localhost)
	by Pluto.CDPA.nsysu.edu.tw (8.13.1/8.13.1/Submit) id iAL2xGOi046585;
	Sun, 21 Nov 2004 10:59:16 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200411210259.iAL2xGOi046585@Pluto.CDPA.nsysu.edu.tw>
Date: Sun, 21 Nov 2004 10:59:16 +0800 (CST)
From: tjs <tjs@cdpa.nsysu.edu.tw>
Reply-To: tjs <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: trevor@freebsd.org
Subject: ports/graphics/linux-png / linux-png10 DIST_SUBDIR Path incorrectly
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74186
>Category:       ports
>Synopsis:       ports/graphics/linux-png / linux-png10 DIST_SUBDIR Path incorrectly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 03:00:51 GMT 2004
>Closed-Date:    Sun Nov 21 16:39:25 GMT 2004
>Last-Modified:  Sun Nov 21 16:39:25 GMT 2004
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NSYSU-CDPA
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 9 03:25:43 CST 2004 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386


>Description:
        ports/graphics/linux-png / linux-png10 DIST_SUBDIR Path incorrectly
>How-To-Repeat:
        cd /usr/ports/graphics/linux-png / linux-png10 and make fetch

>Fix:
    .include "../../x11-toolkits/linux-gtk/Makefile" will overwirte DIST_SUBDIR

--- ports/graphics/linux-png/Makefile.orig       Sun Nov 21 10:37:21 2004
+++ ports/graphics/linux-png/Makefile    Sun Nov 21 10:38:20 2004
@@ -14,7 +14,7 @@
 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       RPM of the PNG lib

-DIST_SUBDIR=   rpm/i386/fc3
 # no alpha rpm is available
 ONLY_FOR_ARCHS=        i386
 RPM_SET=       libpng-${PORTVERSION}-1.i386.rpm

--- ports/graphics/linux-png/distinfo.i386.orig  Sun Nov 21 10:37:26 2004
+++ ports/graphics/linux-png/distinfo.i386       Sun Nov 21 10:38:54 2004
@@ -1,2 +1,2 @@
-MD5 (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 47d1b7cfeb21648e620127adbf036150
-SIZE (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 158081
+MD5 (rpm/libpng-1.2.7-1.i386.rpm) = 47d1b7cfeb21648e620127adbf036150
+SIZE (rpm/libpng-1.2.7-1.i386.rpm) = 158081

--- ports/graphics/linux-png10/Makefile.orig       Sun Nov 21 10:56:31 2004
+++ ports/graphics/linux-png10/Makefile    Sun Nov 21 10:56:42 2004
@@ -16,7 +16,7 @@

 LATEST_LINK=   linux-png10

-DIST_SUBDIR=   rpm/i386/fc3
 ONLY_FOR_ARCHS=        i386
 RPM_SET=       libpng10-${PORTVERSION}-1.i386.rpm

--- distinfo.i386.orig  Sun Nov 21 10:56:35 2004
+++ distinfo.i386       Sun Nov 21 10:56:55 2004
@@ -1,2 +1,2 @@
-MD5 (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11
-SIZE (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = 150813
+MD5 (rpm/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11
+SIZE (rpm/libpng10-1.0.16-1.i386.rpm) = 150813

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trevor 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Nov 21 03:37:00 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74186 
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Sun Nov 21 16:36:32 GMT 2004 
State-Changed-Why:  
Thanks for noticing and reporting this.  I had forgotten to commit 
the necessary change to the linux-gtk port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74186 
>Unformatted:
 >> rpm/libpng-1.2.7-1.i386.rpm is not in /home/ports/graphics/linux-png/distinfo.i386.
 >> Either /home/ports/graphics/linux-png/distinfo.i386 is out of date, or
 >> rpm/libpng-1.2.7-1.i386.rpm is spelled incorrectly.
 >> *** Error code 1
 >>
 
 >> rpm/libpng10-1.0.16-1.i386.rpm is not in /home/ports/graphics/linux-png10/distinfo.i386.
 >> Either /home/ports/graphics/linux-png10/distinfo.i386 is out of date, or
 >> rpm/libpng10-1.0.16-1.i386.rpm is spelled incorrectly.
 >> *** Error code 1
 >>
 
