Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2010 20:05:37 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151849: [PATCH] net-im/amsn small modification
Message-ID:  <201010312005.o9VK5bjr097225@www.freebsd.org>
Resent-Message-ID: <201010312010.o9VKA6Y4046261@freefall.freebsd.org>

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

>Number:         151849
>Category:       ports
>Synopsis:       [PATCH] net-im/amsn small modification
>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:   Sun Oct 31 20:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 8.1-STABLE
>Organization:
none
>Environment:
FreeBSD 8.1-STABLE
>Description:
This is a small patch to patch the amsn.desktop file to read FreeBSD and not Linux. This os is FreeBSD and we should be proud of running it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: amsn/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/net-im/amsn/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- amsn/Makefile	31 May 2010 02:00:25 -0000	1.46
+++ amsn/Makefile	31 Oct 2010 19:59:16 -0000
@@ -50,6 +50,8 @@
 post-patch:
 	@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|||'
 	@${FIND} ${WRKSRC} -name '*.bak' -delete
+	${REINPLACE_CMD} -e 's|Linux|FreeBSD|g'\
+                ${WRKSRC}/amsn.desktop
 
 post-install:
 	@${CHMOD} +x ${DATADIR}/amsn


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



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