Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 1998 11:10:08 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7125: Update port: devel/qtez
Message-ID:  <199806300710.LAA00226@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         7125
>Category:       ports
>Synopsis:       Update port: devel/qtez
>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:   Tue Jun 30 00:10:01 PDT 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This is a patch to update devel/qtez port.


diff -Nru qtez/Makefile qtez-0.61/Makefile
--- qtez/Makefile	Sun Jun  7 22:37:01 1998
+++ qtez-0.61/Makefile	Mon Jun 29 18:16:17 1998
@@ -6,27 +6,30 @@
 # $Id: Makefile,v 1.2 1998/06/07 14:57:08 jseger Exp $
 #
 
-DISTNAME=	QTEZ-v0.52a
-PKGNAME=	qtez-0.52a
+DISTNAME=	QTEZ-v0.61a
+PKGNAME=	qtez-0.61a
 CATEGORIES=	devel x11
 MASTER_SITES=	ftp://qtez.commkey.net/pub/QtEZ/
 EXTRACT_SUFX=	-src.tar.gz
 
 MAINTAINER=	andy@icc.surw.chel.su
 
-BROKEN=		fetch
+#BROKEN=		fetch
 
 BUILD_DEPENDS=	moc:${PORTSDIR}/x11/qt
 LIB_DEPENDS=	qt\\.1\\.:${PORTSDIR}/x11/qt
 
 USE_GMAKE=	yes
 USE_X11=	yes
-WRKSRC=		${WRKDIR}/qtez/src
+WRKSRC=		${WRKDIR}/qtez
 
 do-install:
 	@ ${INSTALL_PROGRAM} ${WRKDIR}/qtez/bin/qtez ${PREFIX}/bin
 	@ ${MKDIR} ${PREFIX}/share/examples/qtez
 	@ cd ${WRKDIR}/qtez/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - )
+	@ ${MKDIR} ${PREFIX}/share/qtez
+	@ ${INSTALL_DATA} ${WRKSRC}/lib/demo/progress/progress.qtl ${PREFIX}/share/qtez
+	@ ${INSTALL_DATA} ${WRKSRC}/lib/demo/tableview/tableview.qtl ${PREFIX}/share/qtez
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/qtez
 .for file in INSTALL KDE.README README TODO
diff -Nru qtez/files/md5 qtez-0.61/files/md5
--- qtez/files/md5	Tue May 19 06:56:53 1998
+++ qtez-0.61/files/md5	Mon Jun 29 12:32:30 1998
@@ -1 +1 @@
-MD5 (QTEZ-v0.52a-src.tar.gz) = ed76ebd20628ee1766ab549f6097bd7d
+MD5 (QTEZ-v0.61a-src.tar.gz) = ab1ba484f2c82d5e06c2a20c6441e320
diff -Nru qtez/patches/patch-aa qtez-0.61/patches/patch-aa
--- qtez/patches/patch-aa	Tue May 19 06:56:53 1998
+++ qtez-0.61/patches/patch-aa	Mon Jun 29 15:21:18 1998
@@ -1,32 +1,32 @@
---- ../CONFIG	Mon May 11 03:22:13 1998
-+++ /home/andy/tmp/wrk/CONFIG	Thu May 14 16:35:47 1998
+--- CONFIG	Tue Jun 23 16:50:41 1998
++++ /home/andy/tmp/wrk/CONFIG	Mon Jun 29 15:13:47 1998
 @@ -4,9 +4,9 @@
  
  #            *************** PACKAGE LOCATIONS ***********
  #Define if you don't already have the ENV variable
--#QTDIR = /usr/local/qt
+-QTDIR = /usr/local/qt
 +QTDIR = ${X11BASE}
- #KDE_DIR = /opt/kde
--#X11_DIR = /usr/X11
+ KDE_DIR = /opt/kde
+-X11_DIR = /usr/X11R6
 +X11_DIR = ${X11BASE}
  #            *********************************************
  
  
-@@ -40,7 +40,7 @@
- #
+@@ -45,7 +45,7 @@
+ #TIME=time -p
  
  #make location
--MAKE = make
-+#MAKE = make
+-MAKE = $(TIME) make
++#MAKE = $(TIME) make
  
  #moc Location
  MOC = @$(QTDIR)/bin/moc
-@@ -68,7 +68,7 @@
+@@ -74,7 +74,7 @@
  HOSTOSVER = $(shell, uname -r)
  
  #Compiler Flags
--CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -DKDE_DIR="$(KDE_DIR)" -DX11_DIR="$(X11_DIR)" -D_OS_=$(HOSTOSTYPE) -I$(QTDIR)/include #-g
-+CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -DKDE_DIR="$(KDE_DIR)" -DX11_DIR="$(X11_DIR)" -D_OS_=$(HOSTOSTYPE) -I$(QTDIR)/include/X11/qt #-g
- LFLAGS = -L$(QTDIR)/lib -lqt #-L$(X11_DIR)/lib -lX11
+-CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -D_OS_=$(HOSTOSTYPE) -I$(X11_DIR)/include/X11 -I$(QTDIR)/include #-g
++CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -D_OS_=$(HOSTOSTYPE) -I$(X11_DIR)/include/X11 -I$(X11BASE)/include/X11/qt -I$(X11BASE)/include
+ LFLAGS = -L$(QTDIR)/lib -lqt -L$(X11_DIR)/lib -lX11
  
- ifdef LEX_LIB_LOC
+ #Flex configs
diff -Nru qtez/patches/patch-ab qtez-0.61/patches/patch-ab
--- qtez/patches/patch-ab	Tue May 19 06:56:53 1998
+++ qtez-0.61/patches/patch-ab	Mon Jun 29 17:36:03 1998
@@ -1,13 +1,11 @@
---- Makefile	Thu May  7 19:21:17 1998
-+++ /home/andy/tmp/wrk/src/Makefile	Thu May 14 16:36:00 1998
-@@ -13,6 +13,10 @@
- HOST_DFLAG = -call_shared
- endif
+--- lib/demo/progress/Makefile	Tue Jun 23 16:50:50 1998
++++ /home/andy/tmp/wrk/lib/demo/progress/Makefile	Mon Jun 29 17:35:27 1998
+@@ -9,7 +9,7 @@
+ $(TARGET).qtl: $(MOC_SRC) $(OBJ)
+ 	@echo "Creating External Object for Progress Bar Demonstration."
+ 	$(CC) $(CFLAGS) -shared -o $(TARGET).qtl $(OBJ) 
+-	ar src $(TARGET).a qprogres.o hqprogres.o
++	ar rc $(TARGET).a qprogres.o hqprogres.o
+ 	cp qprogres.h $(TARGET).h
+ 	strip $(TARGET).qtl
  
-+ifeq ($(HOSTOSTYPE), FreeBSD)
-+HOST_DFLAG =
-+endif
-+
- all: $(TARGET)
- 
- $(TARGET): $(MOC_CC) $(OBJ)
diff -Nru qtez/pkg/DESCR qtez-0.61/pkg/DESCR
--- qtez/pkg/DESCR	Tue May 19 06:56:53 1998
+++ qtez-0.61/pkg/DESCR	Mon Jun 29 12:34:19 1998
@@ -2,6 +2,5 @@
 using and writing source code for the Qt library. The
 environment is a gui dialog editor, as well as integrating
 source code editor, and signals and slots connections.
-Qt Development Environment for X Window System.
 
-Homepage: http://qtez.commkey.net/
+http://qtez.commkey.net/
diff -Nru qtez/pkg/PLIST qtez-0.61/pkg/PLIST
--- qtez/pkg/PLIST	Tue May 19 06:56:53 1998
+++ qtez-0.61/pkg/PLIST	Tue Jun 30 14:15:35 1998
@@ -43,6 +43,7 @@
 share/doc/qtez/help/projview/index.htm
 share/doc/qtez/help/projview/projview.gif
 share/doc/qtez/help/projview/pvdlgcap.gif
+share/doc/qtez/help/projects/sample.qtz
 share/doc/qtez/help/sigslo/index.htm
 share/doc/qtez/help/sigslo/sgdlgcap.gif
 share/doc/qtez/help/sigslo/sigslo.gif
@@ -51,8 +52,10 @@
 share/doc/qtez/help/srcedit/index.htm
 share/doc/qtez/help/srcedit/scdlgcap.gif
 share/doc/qtez/help/srcedit/srcedit.gif
+share/doc/qtez/listserv/index.htm
 share/doc/qtez/tech/index.htm
 share/examples/qtez/a.qtz
+share/examples/qtez/krash.qtz
 share/examples/qtez/arnt/arnt.qtz
 share/examples/qtez/arnt/arnt2.qtz
 share/examples/qtez/bnacho/demo.qtz
@@ -62,14 +65,16 @@
 share/examples/qtez/calculator/calc.qtz
 share/examples/qtez/calendar/calend.qtz
 share/examples/qtez/custom/custom.qtz
+share/examples/qtez/custom/qfiledlg.qtz
 share/examples/qtez/d.qtz
 share/examples/qtez/dblclick.qtz
 share/examples/qtez/dynamic/dynamic.qtz
+share/examples/qtez/dynamic/dyn2.qtz
 share/examples/qtez/echo/client.qtz.debunct
 share/examples/qtez/echo/server.qtz.debunct
 share/examples/qtez/finger/finger.qtz
 share/examples/qtez/include/include.qtz
-share/examples/qtez/krash.qtz
+share/examples/qtez/kde/kde.qtz
 share/examples/qtez/menubar/highlight.qtz
 share/examples/qtez/menubar/menubar.qtz
 share/examples/qtez/multdlg/2dialog.qtz
@@ -85,6 +90,13 @@
 share/examples/qtez/stress/all.qtz
 share/examples/qtez/swatch/time.qtz
 share/examples/qtez/tablevw/table.qtz
+share/examples/qtez/troll.tut/t1.qtz
+share/examples/qtez/troll.tut/t2.qtz
+share/examples/qtez/troll.tut/t3.qtz
+share/examples/qtez/troll.tut/t5.qtz
+share/examples/qtez/troll.tut/t6.qtz
+share/examples/qtez/troll.tut/t7.qtz
+share/examples/qtez/troll.tut/t8.qtz
 share/examples/qtez/tutorial/chap1.qtz
 share/examples/qtez/tutorial/chap2.qtz
 share/examples/qtez/tutorial/chap3.qtz
@@ -99,6 +111,8 @@
 share/examples/qtez/tutorial/frame7.bmp
 share/examples/qtez/tutorial/frame8.bmp
 share/examples/qtez/xalarm.qtz
+share/qtez/progress.qtl
+share/qtez/tableview.qtl
 @dirrm share/doc/qtez/dnload
 @dirrm share/doc/qtez/features
 @dirrm share/doc/qtez/help/attribs
@@ -117,6 +131,7 @@
 @dirrm share/doc/qtez/help/sigslo
 @dirrm share/doc/qtez/help/srcedit
 @dirrm share/doc/qtez/help
+@dirrm share/doc/qtez/listserv
 @dirrm share/doc/qtez/tech
 @dirrm share/doc/qtez
 @dirrm share/examples/qtez/arnt
@@ -128,6 +143,7 @@
 @dirrm share/examples/qtez/echo
 @dirrm share/examples/qtez/finger
 @dirrm share/examples/qtez/include
+@dirrm share/examples/qtez/kde
 @dirrm share/examples/qtez/menubar
 @dirrm share/examples/qtez/multdlg
 @dirrm share/examples/qtez/notepad
@@ -136,5 +152,7 @@
 @dirrm share/examples/qtez/stress
 @dirrm share/examples/qtez/swatch
 @dirrm share/examples/qtez/tablevw
+@dirrm share/examples/qtez/troll.tut
 @dirrm share/examples/qtez/tutorial
 @dirrm share/examples/qtez
+@dirrm share/qtez


>How-To-Repeat:

>Fix:

   Please, check and apply this patch.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806300710.LAA00226>