diff options
author | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
commit | d075bf0f8668353d166ce921b27af99b645d652c (patch) | |
tree | 345dd3d2608a097c43d147cb2254e11aebc56937 /devel | |
parent | Add cxmon 3.0, interactive file manipulation tool and disassembler. (diff) |
Fix the -pthread problem in case the option gets removed again. This
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
Notes
Notes:
svn path=/head/; revision=90174
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kdesdk3/Makefile | 3 | ||||
-rw-r--r-- | devel/kdesdk3/distinfo | 2 | ||||
-rw-r--r-- | devel/kdesdk4/Makefile | 3 | ||||
-rw-r--r-- | devel/kdesdk4/distinfo | 2 | ||||
-rw-r--r-- | devel/kdevelop/distinfo | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index bd99628586bb..58bb9c4daf61 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -32,9 +32,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include <bsd.port.pre.mk> -pre-configure:: - ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure - .include "${FILESDIR}/manpages.mk" .include <bsd.port.post.mk> diff --git a/devel/kdesdk3/distinfo b/devel/kdesdk3/distinfo index 958e2789dba4..b00aea0e8b68 100644 --- a/devel/kdesdk3/distinfo +++ b/devel/kdesdk3/distinfo @@ -1 +1,3 @@ MD5 (KDE/kdesdk-3.1.4.tar.bz2) = ed343cedeab6c6dc814fa8b4e164e4ec +MD5 (KDE/kdesdk-2003092201-configure.tar.bz2) = 6d4ef0676b86b63c75d009f44e6c3b81 +MD5 (KDE/patch-ltmain.sh) = 44696638ed79bdd194c6f72442509fe1 diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index bd99628586bb..58bb9c4daf61 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -32,9 +32,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include <bsd.port.pre.mk> -pre-configure:: - ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure - .include "${FILESDIR}/manpages.mk" .include <bsd.port.post.mk> diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo index 958e2789dba4..b00aea0e8b68 100644 --- a/devel/kdesdk4/distinfo +++ b/devel/kdesdk4/distinfo @@ -1 +1,3 @@ MD5 (KDE/kdesdk-3.1.4.tar.bz2) = ed343cedeab6c6dc814fa8b4e164e4ec +MD5 (KDE/kdesdk-2003092201-configure.tar.bz2) = 6d4ef0676b86b63c75d009f44e6c3b81 +MD5 (KDE/patch-ltmain.sh) = 44696638ed79bdd194c6f72442509fe1 diff --git a/devel/kdevelop/distinfo b/devel/kdevelop/distinfo index f592b41300a8..09d329d03d6b 100644 --- a/devel/kdevelop/distinfo +++ b/devel/kdevelop/distinfo @@ -1 +1,3 @@ MD5 (KDE/kdevelop-2.1.5_for_KDE_3.1.tar.bz2) = 8953caa03c22aabe6707ca494a0d4a41 +MD5 (KDE/kdevelop-2003092201-configure.tar.bz2) = f5f5d12b346804bb72541c6a61b96fb9 +MD5 (KDE/patch-ltmain.sh) = 44696638ed79bdd194c6f72442509fe1 |