Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Sep 1999 02:01:54 +0900
From:      "R.IMURA" <imura@cs.titech.ac.jp>
To:        freebsd-ports@FreeBSD.org
Cc:        cpiazza@FreeBSD.org
Subject:   additional request of Qt-2.0.1 port
Message-ID:  <19990901020154D.imura@cs.titech.ac.jp>

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

Thank you for committing.

I've forgotten one serious thing that when defined QT_GIF_AFAILABLE
the port must be RESTRICTED. I'm sorry.

Could anyone add a following patch to qt201?

diff -u qt201/Makefile:1.1.1.1 qt201/Makefile:1.1.2.2
--- qt201/Makefile:1.1.1.1	Wed Sep  1 00:16:00 1999
+++ qt201/Makefile	Wed Sep  1 01:52:48 1999
@@ -26,6 +26,7 @@
 
 .if defined(QT_GIF_AVAILABLE)
 CONFIGURE_ARGS+=-gif
+RESTRICTED=	requires a license from UNISYS
 .endif
 
 USE_NEWGCC=	YES


-----
R. Imura


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?19990901020154D.imura>