ports/151849: [PATCH] net-im/amsn small modification

Chris Petrik c.petrik.sosa at gmail.com
Sun Oct 31 20:10:06 UTC 2010


>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:



More information about the freebsd-ports-bugs mailing list