Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 13:56:29 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41144: Update port: x11-toolkits/qt30 - pkg-descr
Message-ID:  <20020730045629.7D10E559C@hadaly.dyndns.org>

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

>Number:         41144
>Category:       ports
>Synopsis:       Update port: x11-toolkits/qt30 - pkg-descr
>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:   Mon Jul 29 22:00:09 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #7: Fri Jul 26 19:28:55 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
- Fix pkg-descr
- portlint
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/qt30/Makefile,v
retrieving revision 1.109
diff -u -r1.109 Makefile
--- Makefile	2002/07/29 23:06:16	1.109
+++ Makefile	2002/07/30 04:51:53
@@ -8,8 +8,8 @@
 PORTNAME?=	qt
 PORTVERSION?=	3.0.5
 CATEGORIES?=	x11-toolkits
-MASTER_SITES=   ftp://ftp.trolltech.com/qt/source/ \
-                ftp://ftp.chg.ru/pub/X11/qt/source/
+MASTER_SITES=	ftp://ftp.trolltech.com/qt/source/ \
+		ftp://ftp.chg.ru/pub/X11/qt/source/
 DISTNAME=	qt-x11-free-${PORTVERSION}
 DIST_SUBDIR=	KDE
 
@@ -46,7 +46,7 @@
 		-docdir ${QT_PREFIX}/share/doc/qt \
 		-I${LOCALBASE}/include -L${LOCALBASE}/lib
 .if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= -debug
+CONFIGURE_ARGS+=-debug
 .endif
 .if defined(WITH_OPENGL)
 USE_MESA=	yes
@@ -78,7 +78,7 @@
 pre-everything:
 	@${ECHO_MSG} '===> **************************************************'
 	@${ECHO_MSG} '===> NOTE: Use of WITH_OPENGL is not recommended with'
-	@${ECHO_MSG} '===> versions of XFree86 < 4.2.0.' 
+	@${ECHO_MSG} '===> versions of XFree86 < 4.2.0.'
 	@${ECHO_MSG} '===> **************************************************'
 .endif
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/qt30/pkg-descr,v
retrieving revision 1.6
diff -u -r1.6 pkg-descr
--- pkg-descr	2000/07/29 02:44:46	1.6
+++ pkg-descr	2002/07/30 04:51:53
@@ -1,5 +1,5 @@
 Qt is a toolkit for building a GUI for X in C++. The main
-documentation is in share/doc/qt2 and is also available on
+documentation is in share/doc/qt and is also available on
 the web.
 
 WWW: http://doc.trolltech.com/
cvs server: Diffing files

>Release-Note:
>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?20020730045629.7D10E559C>