Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2002 12:43:24 +0800 (CST)
From:      Statue <statue@softwareliberty.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35103: update port: chinese/qterm
Message-ID:  <20020219044324.3F2F7755B@softwareliberty.org>

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

>Number:         35103
>Category:       ports
>Synopsis:       update port: chinese/qterm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 20:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Statue
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
[MAINTAINER]
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386


	
>Description:
o mv patch-aa to patch-Makefile
o add a new patch file: patch-qterm.cpp
o change master site
	
>How-To-Repeat:
	
>Fix:

	

diff -ruN qterm.orig/Makefile qterm/Makefile
--- qterm.orig/Makefile	Sat Nov  3 12:26:40 2001
+++ qterm/Makefile	Tue Feb 19 09:59:03 2002
@@ -9,7 +9,7 @@
 PORTVERSION=	0.1.3
 CATEGORIES=	chinese
 MASTER_SITES=	http://qterm.gnuchina.org/qterm-0.1.3/ \
-		http://freebsd.sinica.edu.tw/~statue/
+		ftp://freebsd.sinica.edu.tw/pub/statue/qterm/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
 MAINTAINER=	statue@freebsd.sinica.edu.tw
diff -ruN qterm.orig/files/patch-Makefile qterm/files/patch-Makefile
--- qterm.orig/files/patch-Makefile	Thu Jan  1 08:00:00 1970
+++ qterm/files/patch-Makefile	Sat Oct 27 14:02:28 2001
@@ -0,0 +1,19 @@
+--- Makefile.orig	Wed Sep  5 14:45:55 2001
++++ Makefile	Thu Oct 25 12:11:14 2001
+@@ -11,12 +11,12 @@
+ CXX	=	g++
+ CFLAGS	=	-pipe -Wall -W -O2 -DNO_DEBUG
+ CXXFLAGS=	-pipe -Wall -W -O2 -DNO_DEBUG
+-INCPATH	=	-I$(QTDIR)/include
++INCPATH	=	-I/usr/X11R6/include/qt2
+ LINK	=	g++
+ LFLAGS	=	
+-LIBS	=	$(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
+-MOC	=	$(QTDIR)/bin/moc
+-UIC	=	$(QTDIR)/bin/uic
++LIBS	=	$(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
++MOC	=	/usr/X11R6/bin/moc2
++UIC	=	/usr/X11R6/bin/uic
+ 
+ TAR	=	tar -cf
+ GZIP	=	gzip -9f
diff -ruN qterm.orig/files/patch-aa qterm/files/patch-aa
--- qterm.orig/files/patch-aa	Thu Oct 25 12:31:17 2001
+++ qterm/files/patch-aa	Thu Jan  1 08:00:00 1970
@@ -1,19 +0,0 @@
---- Makefile.orig	Wed Sep  5 14:45:55 2001
-+++ Makefile	Thu Oct 25 12:11:14 2001
-@@ -11,12 +11,12 @@
- CXX	=	g++
- CFLAGS	=	-pipe -Wall -W -O2 -DNO_DEBUG
- CXXFLAGS=	-pipe -Wall -W -O2 -DNO_DEBUG
--INCPATH	=	-I$(QTDIR)/include
-+INCPATH	=	-I/usr/X11R6/include/qt2
- LINK	=	g++
- LFLAGS	=	
--LIBS	=	$(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
--MOC	=	$(QTDIR)/bin/moc
--UIC	=	$(QTDIR)/bin/uic
-+LIBS	=	$(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
-+MOC	=	/usr/X11R6/bin/moc2
-+UIC	=	/usr/X11R6/bin/uic
- 
- TAR	=	tar -cf
- GZIP	=	gzip -9f
diff -ruN qterm.orig/files/patch-qterm.cpp qterm/files/patch-qterm.cpp
--- qterm.orig/files/patch-qterm.cpp	Thu Jan  1 08:00:00 1970
+++ qterm/files/patch-qterm.cpp	Tue Feb 19 09:40:23 2002
@@ -0,0 +1,22 @@
+--- qterm.cpp.orig	Thu Oct 25 22:28:43 2001
++++ qterm.cpp	Tue Feb 19 09:37:37 2002
+@@ -340,8 +340,8 @@
+ 			}
+ 			else if(stat( strGlobal+"/qterm.cfg",&st)== 0)
+ 			{
+-				strCmd="/bin/cp"+strGlobal;
+-				strCmd+="qterm.cfg ";
++				strCmd="/bin/cp "+strGlobal;
++				strCmd+="/qterm.cfg ";
+ 				strCmd+=strMain;
+ 			 if( system(strCmd)<0 )
+ 			  {
+@@ -382,7 +382,7 @@
+ 			else if(stat( strGlobal+"/pic",&st)== 0)
+ 			{
+ 				strCmd="/bin/cp -fr "+strGlobal;
+-				strCmd+="/pic";
++				strCmd+="/pic ";
+ 				strCmd+=strMain;
+ 			 if( system(strCmd)<0 )
+ 			  {

>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?20020219044324.3F2F7755B>