FreeBSD Bugzilla – Attachment 50271 Details for
Bug 76625
[MAINTAINER] x11-toolkits/py-kde: Unbreak with KDE > 3.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py24-kde-3.11.3_1.patch
py24-kde-3.11.3_1.patch (text/plain), 1.37 KB, created by
Danny Pansters
on 2005-01-24 19:00:32 UTC
(
hide
)
Description:
py24-kde-3.11.3_1.patch
Filename:
MIME Type:
Creator:
Danny Pansters
Created:
2005-01-24 19:00:32 UTC
Size:
1.37 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde/Makefile /usr/ports/x11-toolkits/py-kde.new/Makefile >--- /usr/ports/x11-toolkits/py-kde/Makefile Sun Jan 23 15:46:11 2005 >+++ /usr/ports/x11-toolkits/py-kde.new/Makefile Mon Jan 24 15:54:58 2005 >@@ -7,19 +7,15 @@ > > PORTNAME= kde > PORTVERSION= 3.11.3 >+PORTREVISION= 1 > CATEGORIES= x11-toolkits kde python > MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= PyKDE-${PORTVERSION} >-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= danny@ricin.com > COMMENT= Python Bindings for KDE3 > >-BROKEN= "Does not compile with KDE >= 3.3.1" >-EXPIRATION_DATE=2005-02-18 >-DEPRECATED= "${BROKEN}" >- > BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt > RUN_DEPENDS= ${BUILD_DEPENDS} > >@@ -32,10 +28,21 @@ > > NO_FILTER_SHLIBS= yes > >+MODULES= kdecore kdefx kdeui kio kfile kparts kspell kdeprint kmdi >+ > .include <bsd.port.pre.mk> > > post-patch: > @${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' ${WRKSRC}/postproc >+ @( cd ${WRKSRC} && \ >+ ver=`${ECHO} ${KDE_VERSION} | ${SED} -e 's/\.//g'` && \ >+ if [ "$${ver}" -gt "330" ]; then \ >+ ( ${MV} extra/kde330 extra/kde$${ver} && \ >+ for i in ${MODULES}; do \ >+ ${MV} sip/$${i}/$${i}-kde330.diff \ >+ sip/$${i}/$${i}-kde$${ver}.diff; \ >+ done ) \ >+ fi ) > > do-configure: > @( cd ${WRKSRC} && ${PYTHON_CMD} configure.py -c \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76625
: 50271