ports/144072: editors/openoffice.org-3: remove run dependency on qt4 moc

Max Brazhnikov makc at FreeBSD.org
Thu Feb 18 19:50:03 UTC 2010


>Number:         144072
>Category:       ports
>Synopsis:       editors/openoffice.org-3: remove run dependency on qt4 moc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 18 19:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Jan  7 14:44:39 MSK 2010     root at luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
Remove run dependency on qt4 build tool for all OOo-3 ports
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: openoffice.org-3/files/Makefile.knobs
===================================================================
RCS file: /home/pcvs/ports/editors/openoffice.org-3/files/Makefile.knobs,v
retrieving revision 1.58
diff -u -r1.58 Makefile.knobs
--- openoffice.org-3/files/Makefile.knobs	14 Feb 2010 04:10:44 -0000	1.58
+++ openoffice.org-3/files/Makefile.knobs	18 Feb 2010 19:33:28 -0000
@@ -6,7 +6,7 @@
 
 .if defined(WITH_KDE4)
 CONFIGURE_ARGS+=	--enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}"
-QT_COMPONENTS+=		moc
+QT_COMPONENTS+=		moc_build
 .endif
 
 .if defined(WITH_KDE)
Index: openoffice.org-3-RC/files/Makefile.knobs
===================================================================
RCS file: /home/pcvs/ports/editors/openoffice.org-3-RC/files/Makefile.knobs,v
retrieving revision 1.59
diff -u -r1.59 Makefile.knobs
--- openoffice.org-3-RC/files/Makefile.knobs	13 Feb 2010 13:04:28 -0000	1.59
+++ openoffice.org-3-RC/files/Makefile.knobs	18 Feb 2010 19:33:28 -0000
@@ -6,7 +6,7 @@
 
 .if defined(WITH_KDE4)
 CONFIGURE_ARGS+=	--enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}"
-QT_COMPONENTS+=		moc
+QT_COMPONENTS+=		moc_build
 .endif
 
 .if defined(WITH_KDE)
Index: openoffice.org-3-devel/files/Makefile.knobs
===================================================================
RCS file: /home/pcvs/ports/editors/openoffice.org-3-devel/files/Makefile.knobs,v
retrieving revision 1.63
diff -u -r1.63 Makefile.knobs
--- openoffice.org-3-devel/files/Makefile.knobs	13 Feb 2010 23:50:49 -0000	1.63
+++ openoffice.org-3-devel/files/Makefile.knobs	18 Feb 2010 19:33:28 -0000
@@ -9,7 +9,7 @@
 
 .if defined(WITH_KDE4)
 CONFIGURE_ARGS+=	--enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}"
-QT_COMPONENTS+=		moc
+QT_COMPONENTS+=		moc_build
 .endif
  
 .if defined(WITH_KDE)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list