From owner-freebsd-ports Fri May 7 16:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F7AB14C9B for ; Fri, 7 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02985; Fri, 7 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (Postfix) with ESMTP id BEA7615729 for ; Fri, 7 May 1999 16:44:03 -0700 (PDT) (envelope-from mc5sys.in-berlin.de!elwood@hirsch.in-berlin.de) Received: from hirsch.in-berlin.de (root@hirsch.in-berlin.de [192.109.42.6]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id BAA02634 for ; Sat, 8 May 1999 01:44:01 +0200 (CEST) (envelope-from mc5sys.in-berlin.de!elwood@hirsch.in-berlin.de) Received: by hirsch.in-berlin.de (Smail3.2) id ; Sat, 8 May 1999 01:44:00 +0200 (CEST) Received: (from elwood@localhost) by mc5sys.in-berlin.de (8.9.3/8.9.2) id BAA83347; Sat, 8 May 1999 01:43:35 +0200 (CEST) (envelope-from elwood) Message-Id: <199905072343.BAA83347@mc5sys.in-berlin.de> Date: Sat, 8 May 1999 01:43:35 +0200 (CEST) From: root@mc5sys.in-berlin.de Reply-To: elwood@mc5sys.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11564: Upgrade: qtarch 1.4-1 -> 1.4-4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11564 >Category: ports >Synopsis: Upgrade: qtarch 1.4-1 -> 1.4-4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank Gruender >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Psychedelic Underground >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN --exclude cvs qtarch.old/Makefile qtarch/Makefile --- qtarch.old/Makefile Sat May 8 01:21:03 1999 +++ qtarch/Makefile Sat May 8 01:21:03 1999 @@ -1,20 +1,26 @@ # New ports collection makefile for: qtarch -# Version required: 1.4-1 +# Version required: 1.4-4 # Date created: 17 Oct 1998 # Whom: Frank Gruender # # $Id: Makefile,v 1.1.1.1 1998/12/26 04:30:08 steve Exp $ # -DISTNAME= qtarch-1.4-1 -PKGNAME= qtarch-1.4.1 +DISTNAME= qtarch-1.4-4 +PKGNAME= qtarch-1.4.4 CATEGORIES= devel MASTER_SITES= http://www.primenet.com/~jtharris/qtarch/ MAINTAINER= elwood@mc5sys.in-berlin.de +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 + USE_QT= yes USE_GMAKE= yes +USE_XLIB= yes WRKSRC= ${WRKDIR}/qtarch-1.4 + +MAKE_ENV= BUILD_RELEASE=yes .include diff -ruN --exclude cvs qtarch.old/files/md5 qtarch/files/md5 --- qtarch.old/files/md5 Sat May 8 01:21:03 1999 +++ qtarch/files/md5 Sat May 8 01:21:03 1999 @@ -1 +1 @@ -MD5 (qtarch-1.4-1.tar.gz) = a9338c324dcec7baccff2cbc11d6128b +MD5 (qtarch-1.4-4.tar.gz) = de699db8ca4caab7edbc5e9564c10f64 diff -ruN --exclude cvs qtarch.old/patches/patch-aa qtarch/patches/patch-aa --- qtarch.old/patches/patch-aa Sat May 8 01:21:03 1999 +++ qtarch/patches/patch-aa Sat May 8 01:21:03 1999 @@ -1,11 +1,78 @@ ---- bmp/Makefile.orig Fri Sep 4 00:24:06 1998 -+++ bmp/Makefile Thu Dec 24 19:05:06 1998 -@@ -83,7 +83,7 @@ +--- Makefile.orig Sun Apr 4 01:59:09 1999 ++++ Makefile Sat May 8 00:50:27 1999 +@@ -128,6 +128,7 @@ + ModulesPrefPage.moc.o + + TARGET = qtarch ++INSTALLDIR = ${PREFIX} + + + include Makefile.common +@@ -160,7 +161,8 @@ + @echo + @echo "Linking $(TARGET)" + @$(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) +- ++ @echo ++ @$(MAKE) -C module/kde + + efence: $(OBJECTS) $(OBJMETA) + efence: bmp_d prop_d widget_d layout_d pixmap_d +@@ -208,3 +210,5 @@ + doc: + @$(MAKE) -C doc doc + ++ ++include Makefile.install +--- Makefile.common.orig Sat Apr 3 23:31:22 1999 ++++ Makefile.common Sat May 8 00:55:23 1999 +@@ -5,10 +5,10 @@ + #endif + + ifndef QTDIR +-QTDIR = /usr/local/lib/qt ++QTDIR = ${X11BASE} + endif + +-INCDIR = -I$(QTDIR)/include -I$(TOPDIR) ++INCDIR = -I$(QTDIR)/include/X11/qt -I$(TOPDIR) + #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \ + # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \ + # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \ +@@ -26,7 +26,7 @@ + bmp/libbmp.a \ + layout/liblayout.a \ + pixmap/libpixmap.a \ +- -lfl -lqt -lstdc++ -ldl -rdynamic ++ -lfl -lqt -lstdc++ -lX11 -lm -rdynamic + ARFLAGS = -crs + CC = g++ + AR = ar +--- bmp/Makefile.orig Fri Jan 29 04:41:35 1999 ++++ bmp/Makefile Sat May 8 00:50:27 1999 +@@ -85,7 +85,7 @@ include ../Makefile.common qembed: qembed.o - $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt -+ $(CC) qembed.o -o qembed $(EXTRA_LFLAGS) -L$(QTDIR)/lib -lqt -lX11 ++ $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt -lX11 $(BMPSOURCE): $(BMPS) qembed ./qembed $(BMPHEADER) $(BMPSOURCE) $(BMPS) +--- module/kde/Makefile.orig Sun Apr 4 06:03:24 1999 ++++ module/kde/Makefile Sat May 8 01:01:42 1999 +@@ -1,4 +1,4 @@ +-INCDIR = -I$(QTDIR)/include -I../.. -I/opt/kde/include ++INCDIR = -I$(X11BASE)/include/X11/qt -I../.. -I$(PREFIX)/include + + ifdef BUILD_RELEASE + CFLAGS = -O2 -fno-strength-reduce -Wall -W -pipe -fPIC +@@ -6,7 +6,7 @@ + CFLAGS = -g -Wall -W -pipe -fPIC + endif + +-LDFLAGS = -g -shared -L$(QTDIR)/lib -L/opt/kde/lib -lqt -lkdecore -lkdeui ++LDFLAGS = -g -shared -L$(X11BASE)/lib -L$(PREFIX)/lib -lqt -lkdecore -lkdeui + CC = g++ + MOC = moc + QTARCHBIN = ../../qtarch diff -ruN --exclude cvs qtarch.old/patches/patch-ab qtarch/patches/patch-ab --- qtarch.old/patches/patch-ab Sat May 8 01:21:03 1999 +++ qtarch/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,34 +0,0 @@ ---- Makefile.common.orig Sat Mar 14 16:27:31 1998 -+++ Makefile.common Thu Dec 24 19:05:01 1998 -@@ -5,15 +5,15 @@ - #endif - - ifndef QTDIR --QTDIR = /usr/local/lib/qt -+QTDIR = ${X11BASE} - endif - --INCDIR = -I$(QTDIR)/include -I$(TOPDIR) -+INCDIR = -I$(QTDIR)/include/X11/qt -I$(TOPDIR) - #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \ - # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \ - # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \ - # -Wconversion -Wno-overloaded-virtual --CFLAGS = -g -Wall -W -pipe -+CFLAGS = -g -O2 -Wall -W -pipe - LFLAGS = -g -L$(QTDIR)/lib \ - widget/libwidget.a \ - prop/libprop.a \ -@@ -21,7 +21,11 @@ - layout/liblayout.a \ - pixmap/libpixmap.a \ - kdewidgets/libkdewidgets.a \ -- -lfl -lqt -lstdc++ -+ -lfl -lqt -lstdc++ -lX11 -lm -+ifeq ($(PORTOBJFORMAT),elf) -+EXTRA_LFLAGS= -Wl,-rpath,$(X11BASE)/lib -+LFLAGS+= $(EXTRA_LFLAGS) -+endif - ARFLAGS = -crs - CC = gcc - AR = ar diff -ruN --exclude cvs qtarch.old/pkg/DESCR qtarch/pkg/DESCR --- qtarch.old/pkg/DESCR Sat May 8 01:21:03 1999 +++ qtarch/pkg/DESCR Sat May 8 01:21:03 1999 @@ -4,3 +4,7 @@ may be mapped to variables so that you can control them once the dialog is launched. After the dialog is created on the screen, the files for the dialog are created. + +qtarch version 1.4-4 contains a QtArch widget module for KDE 1.1. + +WWW: http://www.primenet.com/~jtharris/qtarch/ diff -ruN --exclude cvs qtarch.old/pkg/PLIST qtarch/pkg/PLIST --- qtarch.old/pkg/PLIST Sat May 8 01:21:03 1999 +++ qtarch/pkg/PLIST Sat May 8 01:21:03 1999 @@ -1,8 +1,9 @@ bin/qtarch +lib/KDEModule.so lib/qtarch/COPYING +lib/qtarch/DlgEdit.Template.Makefile lib/qtarch/README lib/qtarch/TODO -lib/qtarch/DlgEdit.Template.Makefile lib/qtarch/dlgUpdate.pl lib/qtarch/doc/AlignBottom.ps lib/qtarch/doc/AlignLeft.ps @@ -34,6 +35,7 @@ lib/qtarch/doc/PushButton.ps lib/qtarch/doc/PushButtonProp.gif lib/qtarch/doc/PushButtonProp.ps +lib/qtarch/doc/QtArch.ps lib/qtarch/doc/QtArch.tex lib/qtarch/doc/SigSlot.gif lib/qtarch/doc/SigSlot.ps @@ -44,7 +46,6 @@ lib/qtarch/doc/boxLayout.ps lib/qtarch/doc/qtarch.gif lib/qtarch/doc/qtarch.ps -lib/qtarch/doc/QtArch.ps lib/qtarch/help/index.html lib/qtarch/help/widget-Button.html lib/qtarch/help/widget-ButtonGroup.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message