From owner-freebsd-ports Mon Feb 17 15:49:42 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0A237B401 for ; Mon, 17 Feb 2003 15:49:40 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994DD43F85 for ; Mon, 17 Feb 2003 15:49:39 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-224-160.bsace7003.dsl.brasiltelecom.net.br (200-193-224-160.bsace7003.dsl.brasiltelecom.net.br [200.193.224.160]) by heaven.gigo.com (Postfix) with ESMTP id D80B2B907 for ; Mon, 17 Feb 2003 15:49:28 -0800 (PST) Received: (qmail 57190 invoked by uid 1001); 17 Feb 2003 23:34:11 -0000 Message-ID: <20030217233411.57189.qmail@exxodus.fedaykin.here> Date: Mon, 17 Feb 2003 20:33:49 -0300 From: Mario Sergio Fujikawa Ferreira To: ports@FreeBSD.org Cc: maho@FreeBSD.org Subject: Updating x11-toolkits/linux-gtk Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I would like to replace the RPM_MIRRORS local variable in linux-gtk with MASTER_SITE_REDHAT_LINUX provided by . In order for this to work, I also have to patch linux-png. If no one objects in 48 hours, I will commit this update. :) Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-linux-png --- linux-png/Makefile.orig Mon Feb 17 18:25:15 2003 +++ linux-png/Makefile Mon Feb 17 20:24:06 2003 @@ -9,7 +9,7 @@ PORTVERSION= 1.0.14 CATEGORIES= graphics linux -MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} +MASTER_SITE_SUBDIR= ${UPDDIR} RPM_SET= libpng-${PORTVERSION}-0.7x.3.${MACHINE_ARCH}.rpm --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-linux-gtk --- linux-gtk/Makefile.orig Mon Feb 17 18:13:39 2003 +++ linux-gtk/Makefile Mon Feb 17 18:24:56 2003 @@ -11,7 +11,8 @@ PORTVERSION?= 1.2 PORTREVISION?= 2 CATEGORIES?= x11-toolkits linux -MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} +MASTER_SITES?= ${MASTER_SITE_REDHAT_LINUX} +MASTER_SITE_SUBDIR?= ${STDDIR} PKGNAMEPREFIX= linux- DISTFILES= ${RPM_SET} @@ -32,12 +33,8 @@ LANG= en # Set the version of linux_base BASEVERSION= 7.1 -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} +STDDIR= ${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS +UPDDIR= updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} .if (${MACHINE_ARCH} == "i386") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .elif (${MACHINE_ARCH} == "alpha") --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message