From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 31 20:10:06 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD6761065675 for ; Sun, 31 Oct 2010 20:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75F5F8FC12 for ; Sun, 31 Oct 2010 20:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9VKA6H4046262 for ; Sun, 31 Oct 2010 20:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9VKA6Y4046261; Sun, 31 Oct 2010 20:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 31 Oct 2010 20:10:06 GMT Resent-Message-Id: <201010312010.o9VKA6Y4046261@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56F91065675 for ; Sun, 31 Oct 2010 20:05:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 93F5A8FC1A for ; Sun, 31 Oct 2010 20:05:37 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9VK5bYC097226 for ; Sun, 31 Oct 2010 20:05:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o9VK5bjr097225; Sun, 31 Oct 2010 20:05:37 GMT (envelope-from nobody) Message-Id: <201010312005.o9VK5bjr097225@www.freebsd.org> Date: Sun, 31 Oct 2010 20:05:37 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/151849: [PATCH] net-im/amsn small modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2010 20:10:06 -0000 >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: