From owner-freebsd-ports Sun Feb 20 16:52:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B2ED37C072 for ; Sun, 20 Feb 2000 16:52:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65146; Sun, 20 Feb 2000 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 23A7737BF7D for ; Sun, 20 Feb 2000 16:42:44 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@20-145.008.popsite.net [209.69.77.145]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA16599 for ; Sun, 20 Feb 2000 16:41:04 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 0) id 1EF7E1B1D; Sun, 20 Feb 2000 19:40:55 -0500 (EST) Message-Id: <20000221004055.1EF7E1B1D@shadow.blackdawn.com> Date: Sun, 20 Feb 2000 19:40:55 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/16845: fix port: net/icqnix: respect CXXFLAGS/Qt [PATCH] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16845 >Category: ports >Synopsis: fix port: net/icqnix: respect CXXFLAGS/Qt [PATCH] >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: Sun Feb 20 16:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This fixes icqnix to respect CXXFLAGS and also moves the qt dependency to use the correct manner. >How-To-Repeat: Use the diff below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/net/icqnix/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/08/28 02:36:03 1.1.1.1 +++ Makefile 2000/01/24 00:17:30 @@ -13,14 +13,13 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw -LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound +USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes post-install: - @strip ${PREFIX}/bin/icqnix - @strip ${PREFIX}/bin/icqnix.install + @(strip ${PREFIX}/bin/icqnix) .include --- /dev/null Sun Jan 23 19:18:38 2000 +++ patches/patch-aa Sun Jan 23 19:03:47 2000 @@ -0,0 +1,11 @@ +--- install/Makefile.in Sat Apr 3 16:34:47 1999 ++++ install/Makefile.in.new Sun Jan 23 19:01:19 2000 +@@ -43,7 +43,7 @@ + $(RM) *~ moc_*.cpp Makefile tags + + install: all +- ${INSTALL_PROGRAM} icqnix.install ${bindir} ++ ${INSTALL_PROGRAM} icqnix.install ${bindir}/icqnix + + icqnix.install: $(OBJECTS) $(METAOBJ) + $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message