Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 20:33:49 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        ports@FreeBSD.org
Cc:        maho@FreeBSD.org
Subject:   Updating x11-toolkits/linux-gtk
Message-ID:  <20030217233411.57189.qmail@exxodus.fedaykin.here>

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

--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 <bsd.sites.mk>.
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




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