disable patented code and set PERMIT_* back to Yes, we can now put this on

the CD again; from matthieu, tested by numerous
This commit is contained in:
pvalchev 2003-09-02 18:35:33 +00:00
parent febc03b5db
commit 3baf4dad6f
2 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2003/04/19 17:10:35 brad Exp $
# $OpenBSD: Makefile,v 1.30 2003/09/02 18:35:33 pvalchev Exp $
# $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $
COMMENT= "free and portable TrueType font rendering engine"
@ -17,9 +17,10 @@ HOMEPAGE= http://www.freetype.org/
MAINTAINER= Shell Hung <shell@openbsd.org>
# See http://www.freetype.org/patents.html
PERMIT_PACKAGE_CDROM= "patents"
# bytecode interpreter disabled
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "patents"
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-ft_conf_h_in,v 1.1 2003/09/02 18:35:33 pvalchev Exp $
--- ft_conf.h.in.orig 2003-09-02 12:27:10.000000000 -0600
+++ ft_conf.h.in 2003-09-02 12:27:53.000000000 -0600
@@ -93,7 +93,7 @@
/* emerged recently on the FreeType lists. We still do not have Apple's */
/* opinion on the subject and will change this as soon as we have. */
-#undef TT_CONFIG_OPTION_NO_INTERPRETER
+#define TT_CONFIG_OPTION_NO_INTERPRETER
/*************************************************************************/