Date: Sat, 14 Oct 2006 23:11:39 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: FreeBSD GNOME Users <gnome@FreeBSD.org>, ports@FreeBSD.org Subject: Re: HEADS UP: GNOME 2.16.1 has been committed Message-ID: <20061014231139.9037a8d4.nork@FreeBSD.org> In-Reply-To: <1160818961.8394.89.camel@shumai.marcuscom.com> References: <1160818961.8394.89.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Oops, I found a problem in print/freetype2. Please add missing #. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/freetype2/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 14 Oct 2006 08:35:43 -0000 1.75 +++ Makefile 14 Oct 2006 14:09:02 -0000 @@ -37,8 +37,8 @@ .if defined(WITH_CJK) #PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ - ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ - http://bsdchat.com/dist/firefly-cjk-patchset/ +# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ +# http://bsdchat.com/dist/firefly-cjk-patchset/ #PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz #PATCH_DIST_STRIP+= -p1 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061014231139.9037a8d4.nork>