diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 7700236e62b..8c7777ef8fc 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 2007/12/28 17:45:04 espie Exp $ +# $OpenBSD: Makefile,v 1.83 2007/12/28 18:53:20 espie Exp $ # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $ COMMENT-main= C++ X11 GUI toolkit @@ -12,7 +12,7 @@ PKGNAME= qt3-${VERSION} PKGNAME-mysql= qt3-mysql-${VERSION} PKGNAME-postgresql= qt3-postgresql-${VERSION} PKGNAME-examples= qt3-examples-${VERSION} -PKGNAME-main= qt3-mt-${VERSION} +PKGNAME-main= qt3-mt-${VERSION}p0 FULLPKGNAME-html= qt3-html-${VERSION} PKGNAME-sqlite2= qt3-sqlite2-${VERSION} SHARED_LIBS= qt-mt 31.1 \ diff --git a/x11/qt3/patches/patch-qmake_generators_unix_unixmake2_cpp b/x11/qt3/patches/patch-qmake_generators_unix_unixmake2_cpp index b5f0304cb07..279ff0ab564 100644 --- a/x11/qt3/patches/patch-qmake_generators_unix_unixmake2_cpp +++ b/x11/qt3/patches/patch-qmake_generators_unix_unixmake2_cpp @@ -1,6 +1,6 @@ -$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.17 2007/03/31 22:49:46 espie Exp $ ---- qmake/generators/unix/unixmake2.cpp.orig Thu Oct 19 16:25:42 2006 -+++ qmake/generators/unix/unixmake2.cpp Sat Mar 31 14:51:24 2007 +$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.18 2007/12/28 18:53:20 espie Exp $ +--- qmake/generators/unix/unixmake2.cpp.orig Fri Feb 2 15:01:27 2007 ++++ qmake/generators/unix/unixmake2.cpp Fri Dec 28 19:12:54 2007 @@ -129,6 +129,8 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) src_incremental=FALSE, moc_incremental=FALSE; @@ -30,7 +30,15 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.17 2007/03/31 22:49:46 e } else { t << "TARGETD = " << var("TARGET_x") << endl; t << "TARGET0 = " << var("TARGET_") << endl; -@@ -1293,10 +1300,20 @@ void UnixMakefileGenerator::init2() +@@ -375,6 +382,7 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) + } + + t << "####### Build rules" << endl << endl; ++ t << "$(OBJECTS): $(UICDECLS)" << endl << endl; + if(!project->variables()["SUBLIBS"].isEmpty()) { + QString libdir = "tmp/"; + if(!project->isEmpty("SUBLIBS_DIR")) +@@ -1293,10 +1301,20 @@ void UnixMakefileGenerator::init2() project->variables()["TARGET_x"].append("lib" + project->first("TARGET") + "." + project->first("QMAKE_EXTENSION_SHLIB") + "." + project->first("VER_MAJ")); @@ -55,7 +63,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.17 2007/03/31 22:49:46 e project->variables()["TARGET_x.y.z"].append("lib" + project->first("TARGET") + "." + project->variables()[ -@@ -1305,7 +1322,10 @@ void UnixMakefileGenerator::init2() +@@ -1305,7 +1323,10 @@ void UnixMakefileGenerator::init2() project->first("VER_MIN") + "." + project->first("VER_PAT")); } @@ -67,7 +75,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.17 2007/03/31 22:49:46 e } if(project->isEmpty("QMAKE_LN_SHLIB")) project->variables()["QMAKE_LN_SHLIB"].append("ln -s"); -@@ -1586,5 +1606,6 @@ UnixMakefileGenerator::writePkgConfigFile() // ### +@@ -1586,5 +1607,6 @@ UnixMakefileGenerator::writePkgConfigFile() // ### << varGlue("PRL_EXPORT_DEFINES","-D"," -D"," ") << project->variables()["PRL_EXPORT_CXXFLAGS"].join(" ") // << varGlue("DEFINES","-D"," -D"," ")