From ea141aa7689abc593b53fbce932b6c125b501ea8 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 29 Oct 2000 03:35:18 +0000 Subject: Add a blurb that tells users that GIF support is disabled by default and why, and how to enable it. --- x11-toolkits/qt22/Makefile | 11 +++++++++++ x11-toolkits/qt23/Makefile | 11 +++++++++++ x11-toolkits/qt30/Makefile | 11 +++++++++++ x11-toolkits/qt31/Makefile | 11 +++++++++++ x11-toolkits/qt32/Makefile | 11 +++++++++++ x11-toolkits/qt33/Makefile | 11 +++++++++++ 6 files changed, 66 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" -- cgit