From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 17 18:10:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040A216A515 for ; Fri, 17 Sep 2004 18:10:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FCF43D54 for ; Fri, 17 Sep 2004 18:10:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8HIAbHZ028754 for ; Fri, 17 Sep 2004 18:10:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8HIAbXl028753; Fri, 17 Sep 2004 18:10:37 GMT (envelope-from gnats) Resent-Date: Fri, 17 Sep 2004 18:10:37 GMT Resent-Message-Id: <200409171810.i8HIAbXl028753@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3541616A4CE; Fri, 17 Sep 2004 18:09:28 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE1843D2D; Fri, 17 Sep 2004 18:09:27 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id AC9363EACE2; Sat, 18 Sep 2004 02:09:26 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07409-02; Sat, 18 Sep 2004 02:09:23 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E1D993E9CED; Sat, 18 Sep 2004 02:09:22 +0800 (CST) Message-Id: <20040917180922.E1D993E9CED@utopia.leeym.com> Date: Sat, 18 Sep 2004 02:09:22 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: scrappy@FreeBSD.org Subject: ports/71825: [PATCH] net/xicq: unbreak and minor fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 18:10:38 -0000 >Number: 71825 >Category: ports >Synopsis: [PATCH] net/xicq: unbreak and minor fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 17 18:10:37 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95, update related patch, and unbreak this port - replace pkg-plist with PLIST_FILES and PLIST_DIRS - cosmetic fix which makes portlint happier Removed file(s): - pkg-plist Port maintainer (scrappy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xicq-19980712_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/xicq/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 4 Feb 2004 05:08:24 -0000 1.14 +++ Makefile 17 Sep 2004 18:07:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xicq -PORTVERSION= 19980712 +PORTVERSION= 19980712 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://projekt.pinknet.cz/ftp/ICQ/linux/Xicq/ @@ -16,21 +16,18 @@ COMMENT= Xtropy's ICQ Client WRKSRC= ${WRKDIR}/xicq-071298 - +USE_GCC= 2.95 USE_GMAKE= yes MAKE_ENV= OPT="${CFLAGS}" -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif +PLIST_FILES= bin/xicq ${EXAMPLESDIR:S,^${PREFIX}/,,g}/contact ${EXAMPLESDIR:S,^${PREFIX}/,,g}/config +PLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,g} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq - ${MKDIR} ${PREFIX}/share/examples/xicq + ${MKDIR} ${EXAMPLESDIR} .for file in contact config - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq + ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} .endfor -.include +.include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 10 Jan 1999 18:36:10 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -bin/xicq -share/examples/xicq/contact -share/examples/xicq/config -@dirrm share/examples/xicq Index: files/patch-aa =================================================================== RCS file: /home/pcvs/ports/net/xicq/files/patch-aa,v retrieving revision 1.1 diff -u -u -r1.1 patch-aa --- files/patch-aa 10 Jan 1999 18:36:10 -0000 1.1 +++ files/patch-aa 17 Sep 2004 18:07:38 -0000 @@ -1,22 +1,8 @@ -diff -urN src.orig/libXicq/Makefile src/libXicq/Makefile ---- src.orig/libXicq/Makefile Tue Dec 15 19:13:57 1998 -+++ src/libXicq/Makefile Tue Dec 15 19:14:51 1998 +--- src/xicq/Makefile.orig Tue Jul 7 00:58:53 1998 ++++ src/xicq/Makefile Sat Sep 18 02:00:14 2004 @@ -1,8 +1,8 @@ - CC = g++ - SHELL = /bin/sh - INCLUDE = -I. --CFLAGS = -g -Wall $(INCLUDE) --CXXFLAGS= -g -Wall $(INCLUDE) -+CFLAGS = $(OPT) -g -Wall $(INCLUDE) -+CXXFLAGS= $(OPT) -g -Wall $(INCLUDE) - - OBJECTS = libXicq.o net.o misc.o parse.o packets.o ui2lib.o contact.o - -diff -urN src.orig/xicq/Makefile src/xicq/Makefile ---- src.orig/xicq/Makefile Tue Dec 15 19:13:59 1998 -+++ src/xicq/Makefile Tue Dec 15 19:15:08 1998 -@@ -1,8 +1,8 @@ - CC = g++ +-CC = g++ ++CC = $(CXX) SHELL = /bin/sh INCLUDE = -I. -I../libXicq -CXXFLAGS= -g -Wall $(INCLUDE) --- xicq-19980712_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: