From owner-cvs-all Mon Aug 24 22:03:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01214 for cvs-all-outgoing; Mon, 24 Aug 1998 22:03:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01205; Mon, 24 Aug 1998 22:03:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA10327; Mon, 24 Aug 1998 22:03:19 -0700 (PDT) Date: Mon, 24 Aug 1998 22:03:19 -0700 (PDT) Message-Id: <199808250503.WAA10327@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xicq Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 22:03:19 PDT Modified files: net/xicq Makefile Log: This port doesn't build. Also, please fix the complilation flags so it will compile with some optimization (ideally by respecting CFLAGS). === : g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o io.cc: In function `int cmd_clear(char *)': io.cc:53: warning: unused parameter `char * input' g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq' gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake[1]: *** No rule to make target `all'. Stop. gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake: *** [kxicq] Error 2 *** Error code 2 Stop. : Revision Changes Path 1.4 +3 -1 ports/net/xicq/Makefile