Date: Sat, 22 May 2004 03:21:39 +0200 (CEST) From: Roman Neuhauser <neuhauser@chello.cz> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] accessibility/gnomemag ftp.linux.org.uk problem Message-ID: <20040522012139.0D8A62FDA01@isis.wad.cz>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Roman Neuhauser >Organization: >Confidential: no >Synopsis: [PATCH] accessibility/gnomemag ftp.linux.org.uk problem >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.9-RELEASE-p2 i386 >Environment: System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386 >Description: http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/gnome-mag/0.10/ only has bzipped tarballs. two possible patches attached. >How-To-Repeat: >Fix: --- accessibility::gnomemag.MASTER_SITE_GNOME:N.patch begins here --- Index: accessibility/gnomemag/Makefile =================================================================== RCS file: /home/ncvs/ports/accessibility/gnomemag/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- accessibility/gnomemag/Makefile 19 Apr 2004 22:50:55 -0000 1.15 +++ accessibility/gnomemag/Makefile 22 May 2004 01:16:55 -0000 @@ -8,7 +8,7 @@ PORTNAME= gnomemag PORTVERSION= 0.10.11 CATEGORIES= accessibility gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME:Nhttp\://ftp.linux.org.uk/*} MASTER_SITE_SUBDIR= sources/gnome-mag/0.10 DISTNAME= gnome-mag-${PORTVERSION} DIST_SUBDIR= gnome2 --- accessibility::gnomemag.MASTER_SITE_GNOME:N.patch ends here --- --- accessibility::gnomemag.USE_BZIP2.patch begins here --- Index: accessibility/gnomemag/Makefile =================================================================== RCS file: /home/ncvs/ports/accessibility/gnomemag/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- accessibility/gnomemag/Makefile 19 Apr 2004 22:50:55 -0000 1.15 +++ accessibility/gnomemag/Makefile 22 May 2004 01:15:31 -0000 @@ -17,6 +17,7 @@ COMMENT= GNOME screen magnifier USE_X_PREFIX= yes +USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack USE_GMAKE= yes USE_LIBTOOL_VER= 13 --- accessibility::gnomemag.USE_BZIP2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040522012139.0D8A62FDA01>