Date: Thu, 26 Jun 2003 23:50:10 +0100 (BST) From: Dominic Marks <dominic.marks@btinternet.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53804: Port Fix: irc/dancer Message-ID: <200306262250.h5QMoAOI061807@cus.org.uk> Resent-Message-ID: <200306262250.h5QMoHlA063347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53804 >Category: ports >Synopsis: Port Fix: irc/dancer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 15:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD moo.cus.org.uk 4.7-STABLE FreeBSD 4.7-STABLE #4: Wed Apr 16 15:13:46 BST 2003 root@moo.cus.org.uk:/usr/obj/usr/src/sys/BAA i386 >Description: o Make the port respect CC, CFLAGS variables. o Prevent needless debugging symbols being compiled in. I doubt very much that this port works on alpha (or perhaps any other 64 bit platform yet) I think it might have a fair few ILP issues - I'll look into these soon. o There is no entry in CVSROOT/modules for this port. >How-To-Repeat: NA >Fix: Two new patch files: diff -ruN --exclude=CVS /home/dom/dancer/files/patch-Makefile /usr/ports/irc/dancer/files/patch-Makefile --- /home/dom/dancer/files/patch-Makefile Thu Jan 1 01:00:00 1970 +++ /usr/ports/irc/dancer/files/patch-Makefile Thu Jun 26 23:45:12 2003 @@ -0,0 +1,11 @@ +--- Makefile Thu Jun 26 23:43:33 2003 ++++ Makefile.new Thu Jun 26 23:44:58 2003 +@@ -23,7 +23,7 @@ + PRG = dancer + + all: src/config.h +- (cd src; make debug) ++ (cd src; make) + + src/config.h: + (cd src; ./configure; cd ..) diff -ruN --exclude=CVS /home/dom/dancer/files/patch-src::Makefile.in /usr/ports/irc/dancer/files/patch-src::Makefile.in --- /home/dom/dancer/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/irc/dancer/files/patch-src::Makefile.in Thu Jun 26 23:38:33 2003 @@ -0,0 +1,18 @@ +--- src/Makefile.in Mon Nov 13 02:42:37 2000 ++++ src/Makefile.in.new Thu Jun 26 23:32:18 2003 +@@ -22,10 +22,11 @@ + + CSPECIAL = + +-CC = @CC@ +-CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ $(CSPECIAL) +-LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++CC ?= @CC@ ++CFLAGS ?= @CFLAGS@ ++CFLAGS += @DEFS@ $(CSPECIAL) ++LDFLAGS ?= @LDFLAGS@ ++LIBS ?= @LIBS@ + + RM = 'rm' + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306262250.h5QMoAOI061807>