ports/175640: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Mar 20 00:40:01 UTC 2013
The following reply was made to PR ports/175640; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/175640: commit references a PR
Date: Wed, 20 Mar 2013 00:31:07 +0000 (UTC)
Author: mezz
Date: Wed Mar 20 00:30:59 2013
New Revision: 314701
URL: http://svnweb.freebsd.org/changeset/ports/314701
Log:
-OPTIONSng and remove pre-everything.
-Remove the CJK stuff since it has been disabled for very long time.
PR: ports/175640
Submitted by: Donald Stewart <dstewyls at gmail.com>
Modified:
head/print/freetype2/Makefile
Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile Tue Mar 19 22:48:44 2013 (r314700)
+++ head/print/freetype2/Makefile Wed Mar 20 00:30:59 2013 (r314701)
@@ -27,28 +27,13 @@ USE_GNOME= ltverhack:9
LIBTOOLFILES= builds/unix/configure
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
-.if defined(WITH_LCD_FILTERING)
-CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
-.endif
+OPTIONS_DEFINE= LCD_FILTERING
+LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
-.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/
-#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz
-#PATCH_DIST_STRIP+= -p1
-.endif
+.include <bsd.port.options.mk>
-pre-everything::
-.if !defined(WITH_LCD_FILTERING)
- @${ECHO_MSG}
- @${ECHO_MSG} "You may want to enable LCD filtering."
- @${ECHO_MSG}
- @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\""
- @${ECHO_MSG}
- @${ECHO_MSG} "Note that there are possible patent issues related to the"
- @${ECHO_MSG} "use of the LCD filtering technology."
- @${ECHO_MSG}
+.if ${PORT_OPTIONS:MLCD_FILTERING}
+CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
.endif
pre-patch:
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-gnome
mailing list