Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 10:19:43 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30044: Update port: misc/qhacc to 1.0
Message-ID:  <200108241719.f7OHJhR81773@freefall.freebsd.org>

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

>Number:         30044
>Category:       ports
>Synopsis:       Update port: misc/qhacc to 1.0
>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 Aug 24 10:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/qhacc/Makefile misc/qhacc/Makefile
--- /usr/ports/misc/qhacc/Makefile	Thu Aug  9 07:43:15 2001
+++ misc/qhacc/Makefile	Sun Aug 19 05:20:12 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qhacc
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.ostrich-emulators.cx/qhacc/
diff -urN /usr/ports/misc/qhacc/distinfo misc/qhacc/distinfo
--- /usr/ports/misc/qhacc/distinfo	Thu Aug  9 07:43:15 2001
+++ misc/qhacc/distinfo	Sat Aug 18 23:19:13 2001
@@ -1 +1 @@
-MD5 (qhacc-0.9.tar.gz) = a5e1ab7ff3abfa71f371e6701caf59bb
+MD5 (qhacc-1.0.tar.gz) = e695e4421aca690fa29e38e90a1ec96f
diff -urN /usr/ports/misc/qhacc/files/patch-ab misc/qhacc/files/patch-ab
--- /usr/ports/misc/qhacc/files/patch-ab	Fri Nov 17 23:59:51 2000
+++ misc/qhacc/files/patch-ab	Sat Aug 18 23:45:57 2001
@@ -1,32 +1,29 @@
---- configure.orig	Sat Sep 30 10:54:43 2000
-+++ configure	Wed Nov 15 04:56:52 2000
-@@ -1215,7 +1215,7 @@
+--- configure.orig	Tue Aug 14 01:21:28 2001
++++ configure	Sat Aug 18 23:45:43 2001
+@@ -2197,7 +2197,7 @@
  
  	for dir in $with_qt_moc
  	do
--		if test -f $dir/bin/moc
-+		if test -f $dir/bin/moc2
+-		if test -f $dir/moc
++		if test -f $dir/moc2
  		then
- 			qtmoc=$dir/bin
+ 			qtmoc=$dir
  			echo "found in $qtmoc"
-@@ -1252,7 +1252,7 @@
+@@ -2231,7 +2231,7 @@
  
  	for dir in $with_qt_libs
  	do
--		if test -f $dir/lib/libqt.so.2 -o "$dir/lib/libqt.so.2.*" != "$dir/lib/libqt.so.2.\*"
-+		if test -f $dir/lib/libqt2.so
+-		if test -f $dir/libqt.so.2 -o "$dir/libqt.so.2.*" != "$dir/libqt.so.2.\*"
++		if test -f $dir/libqt.so
  		then
- 			qtlibs=$dir/lib
+ 			qtlibs=$dir
  			echo "found in $qtlibs"
-@@ -1289,9 +1289,9 @@
+@@ -2265,7 +2265,7 @@
  
  	for dir in $with_qt_incs
  	do
--		if test -f $dir/include/qnamespace.h
-+		if test -f $dir/include/qt2/qnamespace.h
+-		if test -f $dir/qnamespace.h
++		if test -f $dir/qt2/qnamespace.h
  		then
--			qtincs=$dir/include
-+			qtincs=$dir/include/qt2
+ 			qtincs=$dir
  			echo "found in $qtincs"
- 			break
- 		fi
diff -urN /usr/ports/misc/qhacc/pkg-plist misc/qhacc/pkg-plist
--- /usr/ports/misc/qhacc/pkg-plist	Thu Aug  9 07:43:16 2001
+++ misc/qhacc/pkg-plist	Sun Aug 19 02:32:17 2001
@@ -1,4 +1,5 @@
 bin/qhacc
+%%PORTDOCS%%share/doc/qhacc/compiling.html
 %%PORTDOCS%%share/doc/qhacc/index.html
 %%PORTDOCS%%share/doc/qhacc/intro.html
 %%PORTDOCS%%share/doc/qhacc/faq.html

>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?200108241719.f7OHJhR81773>