Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 14:11:37 +0100 (CET)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76341: Update port: comms/sms_client - fix packing list.
Message-ID:  <20050117131137.16A1411976@gate.xbsd.org>
Resent-Message-ID: <200501171310.j0HDAVkR091998@freefall.freebsd.org>

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

>Number:         76341
>Category:       ports
>Synopsis:       Update port: comms/sms_client - fix packing list.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 13:10:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386

>Description:

Fix packing list.

>How-To-Repeat:

N/A

>Fix:

--- sms_client.diff begins here ---
--- Makefile.orig	Mon Jan 17 14:00:49 2005
+++ Makefile	Mon Jan 17 14:09:06 2005
@@ -20,11 +20,12 @@
 MAN1=			sms_client.1
 
 post-configure:
-	${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \
+	@${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \
 		${FILESDIR}/Makefile.config > ${WRKSRC}/Makefile.config
 
 post-patch:
-	${MV} ${WRKSRC}/sms/services/vodafone_autralia \
+	@${MV} ${WRKSRC}/sms/services/vodafone_autralia \
 		${WRKSRC}/sms/services/vodafone_australia
+	@${RM} ${WRKSRC}/sms/services/att_web.orig
 
 .include <bsd.port.mk>
--- sms_client.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?20050117131137.16A1411976>