FreeBSD Bugzilla – Attachment 27803 Details for
Bug 47022
devel/qextmdi: Minor fixes for KDE support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.15 KB, created by
Roland Jesse
on 2003-01-13 16:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Roland Jesse
Created:
2003-01-13 16:40:01 UTC
Size:
3.15 KB
patch
obsolete
>diff -ruN qextmdi/Makefile qextmdi.new/Makefile >--- qextmdi/Makefile Mon Jan 13 13:16:58 2003 >+++ qextmdi.new/Makefile Mon Jan 13 17:32:55 2003 >@@ -1,46 +1,62 @@ > # New ports collection makefile for: qextmdi > # Date created: 29 April 2002 >-# Whom: jesse@cs.uni-magdeburg.de >+# Whom: Roland Jesse <roland.jesse@gmx.net> > # > # $FreeBSD: ports/devel/qextmdi/Makefile,v 1.1 2003/01/13 12:16:58 arved Exp $ > > PORTNAME= qextmdi > PORTVERSION= 2.0.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://www.geocities.com/gigafalk/qextmdi/ > EXTRACT_SUFX= .tgz > DIST_SUBDIR= KDE > >-MAINTAINER= jesse@cs.uni-magdeburg.de >+MAINTAINER= roland.jesse@gmx.net > > WRKSRC= ${WRKDIR}/${PORTNAME} > BUILD_WRKSRC= ${WRKSRC}/qextmdi > USE_QT_VER= 3 > USE_X_PREFIX= yes >+CONFIG_ARGS= -release >+CONFIG_ENV= QTDIR=${QT_PREFIX} QMAKESPEC=freebsd-g++ >+MAKE_ENV+= QTDIR=${QT_PREFIX} >+LIB_NAME= libqextmdi > .if defined(WITH_KDE) > USE_KDEBASE_VER= 3 > # The name of this option is misleading. It uses either KDE2 or KDE3. >-CONFIGURE_ARGS+= -kde2 >+CONFIG_ARGS+= -kde2 >+CONFIG_ENV+= KDE2DIR=${PREFIX} >+MAKE_ENV+= KDE2DIR=${PREFIX} >+LIB_NAME= libkextmdi >+.endif >+.if defined(MAKE_JOBS) >+MAKE_ARGS+= -j${MAKE_JOBS} > .endif >-MAKE_ENV+= QTDIR=${QT_PREFIX} QMAKESPEC=freebsd-g++ > INSTALLS_SHLIB= yes > USE_REINPLACE= yes > > pre-configure: > @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|tmake|qmake|g' configure >- @cd ${WRKSRC}/qextmdi && ${PERL} -e 's|warn_on|warn_on thread|g' *.pro >+ @cd ${WRKSRC}/qextmdi && ${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' *.pro > > # define this here to prevent any "--with-qt-includes" or similar: > do-configure: >- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIG_ARGS} >+ cd ${WRKSRC} && ${SETENV} ${CONFIG_ENV} ./${CONFIGURE_SCRIPT} ${CONFIG_ARGS} >+ >+pre-install: >+ ${REINPLACE_CMD} -e 's|libname|${LIB_NAME}|g' pkg-plist > > do-install: >- ${INSTALL_DATA} ${WRKSRC}/lib/libqextmdi.so.2.0.2 ${PREFIX}/lib/libqextmdi.so.2 >- ${LN} ${PREFIX}/lib/libqextmdi.so.2 ${PREFIX}/lib/libqextmdi.so >+ ${INSTALL_DATA} ${WRKSRC}/lib/${LIB_NAME}.so.2.0.2 ${PREFIX}/lib/${LIB_NAME}.so.2 >+ ${LN} ${PREFIX}/lib/${LIB_NAME}.so.2 ${PREFIX}/lib/${LIB_NAME}.so > ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include > .if !defined(NOPORTDOCS) > @${MKDIR} ${PREFIX}/share/doc/qextmdi > @cd ${WRKSRC}/doc && ${TAR} cf - * | (cd ${PREFIX}/share/doc/qextmdi && ${TAR} xf -) > .endif >+ >+post-install-script: >+ ${REINPLACE_CMD} -e 's|${LIB_NAME}|libname|g' pkg-plist > > .include <bsd.port.mk> >diff -ruN qextmdi/pkg-descr qextmdi.new/pkg-descr >--- qextmdi/pkg-descr Mon Apr 29 11:13:23 2002 >+++ qextmdi.new/pkg-descr Mon Nov 25 09:29:08 2002 >@@ -5,4 +5,3 @@ > WWW: http://www.geocities.com/gigafalk/qextmdi.htm > > Roland >-jesse@cs.uni-magdeburg.de >diff -ruN qextmdi/pkg-plist qextmdi.new/pkg-plist >--- qextmdi/pkg-plist Mon Jan 13 13:16:58 2003 >+++ qextmdi.new/pkg-plist Mon Jan 13 17:26:07 2003 >@@ -15,8 +15,8 @@ > include/qextmdimainfrm.h > include/qextmdinulliterator.h > include/qextmditaskbar.h >-lib/libqextmdi.so >-lib/libqextmdi.so.2 >+lib/libname.so >+lib/libname.so.2 > %%PORTDOCS%%share/doc/qextmdi/handbook/logotp3.png > %%PORTDOCS%%share/doc/qextmdi/handbook/index.html > %%PORTDOCS%%share/doc/qextmdi/handbook/index.sgml
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 47022
: 27803