diff options
author | will <will@FreeBSD.org> | 2000-10-28 23:43:04 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 23:43:04 +0000 |
commit | 608581d1dafd93cf72c2b26b849c7c6718ace1a7 (patch) | |
tree | 3d2e7afefc384fe032292e515ef6631c7aa5ee29 /x11 | |
parent | b644b097737cea11dc72ddbe882d198d29d8cc6d (diff) | |
download | FreeBSD-ports-608581d1dafd93cf72c2b26b849c7c6718ace1a7.zip FreeBSD-ports-608581d1dafd93cf72c2b26b849c7c6718ace1a7.tar.gz |
Take a shot at mentioning what kind of OpenSSL support we have, since KDE2
does not support OpenSSL <= 0.9.4. Also add USE_OPENSSL, to keep people
who don't have it installed from using the port. Perhaps that should be a
knob, in case people have some legitimate reason not to have OpenSSL.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 13 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 13 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 2b81e2b..aa9c5b1 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ mimelib.3:${PORTSDIR}/converters/kdesupport2 +USE_OPENSSL= yes USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 SOMAJOR= 4 @@ -38,6 +39,18 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +pre-fetch: +.if ${OSVERSION} <= 410002 + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "Your OpenSSL installation could be out of date. This is" + @${ECHO} "just a warning, but if your system's world was built on" + @${ECHO} "sources earlier than August 20 along RELENG_4 or older," + @${ECHO} "then KDE2 will not build with SSL support." + @${ECHO} +.endif + pre-configure: .for NUM in 1 3 (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 2b81e2b..aa9c5b1 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ mimelib.3:${PORTSDIR}/converters/kdesupport2 +USE_OPENSSL= yes USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 SOMAJOR= 4 @@ -38,6 +39,18 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +pre-fetch: +.if ${OSVERSION} <= 410002 + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "Your OpenSSL installation could be out of date. This is" + @${ECHO} "just a warning, but if your system's world was built on" + @${ECHO} "sources earlier than August 20 along RELENG_4 or older," + @${ECHO} "then KDE2 will not build with SSL support." + @${ECHO} +.endif + pre-configure: .for NUM in 1 3 (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 2b81e2b..aa9c5b1 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ mimelib.3:${PORTSDIR}/converters/kdesupport2 +USE_OPENSSL= yes USE_QT2= yes MOC?= ${X11BASE}/bin/moc2 SOMAJOR= 4 @@ -38,6 +39,18 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +pre-fetch: +.if ${OSVERSION} <= 410002 + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "Your OpenSSL installation could be out of date. This is" + @${ECHO} "just a warning, but if your system's world was built on" + @${ECHO} "sources earlier than August 20 along RELENG_4 or older," + @${ECHO} "then KDE2 will not build with SSL support." + @${ECHO} +.endif + pre-configure: .for NUM in 1 3 (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ |