Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2004 01:59:17 +0100 (CET)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61340: [maintainer] net/simicq: fix build on -STABLE
Message-ID:  <20040114005917.360A01FF@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200401140050.i0E0oMaX061609@freefall.freebsd.org>

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

>Number:         61340
>Category:       ports
>Synopsis:       [maintainer] net/simicq: fix build on -STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 16:50:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.2-CURRENT FreeBSD 5.2-CURRENT #16: Mon Dec 22 00:35:14 CET 2003 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	net/simicq: fix build on -STABLE:

	- remove an objectfile, included in the distfile, 
	  which breaks the build on -STABLE

	Pointed out by: Palle Girgensohn <girgen@pingpong.net>

>How-To-Repeat:
>Fix:

--- simicq.diff begins here ---
diff -ruN simicq.orig/Makefile simicq/Makefile
--- simicq.orig/Makefile	Tue Jan 13 22:32:28 2004
+++ simicq/Makefile	Wed Jan 14 00:11:24 2004
@@ -56,6 +56,7 @@
 .for i in _core filter forward icq remote
 	@${TOUCH} ${WRKSRC}/plugins/${i}/Makefile.in
 .endfor
+	@${RM} -f ${WRKSRC}/plugins/remote/simctrl.o
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
--- simicq.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040114005917.360A01FF>