Date: Mon, 31 Oct 2005 14:36:20 -0500 From: Diane Bruce <db@db.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88289: [PATCH] comms/echolinux: [SUMMARIZE CHANGES] Message-ID: <E1EWfS8-000LJG-Ez@heceta.db.net> Resent-Message-ID: <200510311940.j9VJeJll027902@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88289 >Category: ports >Synopsis: [PATCH] comms/echolinux: [SUMMARIZE CHANGES] >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: Mon Oct 31 19:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: [DESCRIBE CHANGES] Port maintainer (db@db.net) is cc'd. This should replace the earlier diff. I got confused with all the LOCALBASE in the original Makefile and the comment in the e-mail I was sent. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- echolinux-0.16a_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/comms/echolinux/Makefile /usr/home/db/echolinux/Makefile --- /usr/ports/comms/echolinux/Makefile Tue May 17 11:59:22 2005 +++ /usr/home/db/echolinux/Makefile Mon Oct 31 14:34:11 2005 @@ -7,7 +7,7 @@ PORTNAME= echolinux PORTVERSION= 0.16a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cqinet @@ -27,14 +27,16 @@ @${REINPLACE_CMD} -e 's|gcc|$${CC}|' -e 's|/usr/include/X11|$${X11BASE}/include|' \ -e 's|-o echogui -L/usr/X11R6/lib -lX11 -lXpm -lforms -lm -lpthread|$${CFLAGS} -o echogui -L$${X11BASE}/lib -lX11 -lXpm -lforms -lm ${PTHREAD_LIBS}|' \ -e 's|CARGS|CFLAGS|' -e 's|= -DNodeFont=FL_TINY_SIZE|+= ${PTHREAD_CFLAGS} -DNodeFont=FL_TINY_SIZE|' \ + -e 's|/usr/local/bin/|$${PREFIX}/bin/|' \ ${WRKSRC}/echogui/Makefile @${REINPLACE_CMD} -e 's|<linux/soundcard.h>|<sys/soundcard.h>|' \ ${WRKSRC}/echogui/testgui_cb.c ${WRKSRC}/echogui/testgui_main.c \ ${WRKSRC}/echolinux/control.c ${WRKSRC}/echolinux/vox.c @${REINPLACE_CMD} -e 's|CC = gcc -O3|#CC = gcc -O3|' -e 's|^CFLAGS =|CFLAGS +=|' \ ${WRKSRC}/echolinux/Makefile - @${REINPLACE_CMD} -e 's|LFLAGS = -lm|LFLAGS = -L${LOCALBASE}/lib -lm -lgsm|' \ + @${REINPLACE_CMD} -e 's|LFLAGS = -lm|LFLAGS = -L${PREFIX}/lib -lm -lgsm|' \ -e 's|libgsm.a||' -e 's|-Igsm/inc|-I${LOCALBASE}/include|' \ + -e 's|/usr/local/bin/|$${PREFIX}/bin/|' \ ${WRKSRC}/echolinux/Makefile post-install: --- echolinux-0.16a_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EWfS8-000LJG-Ez>