From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 19 19:30:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34BF5C8B for ; Thu, 19 Sep 2013 19:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 164F6243F for ; Thu, 19 Sep 2013 19:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JJU3EI010022 for ; Thu, 19 Sep 2013 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8JJU3hi010021; Thu, 19 Sep 2013 19:30:03 GMT (envelope-from gnats) Resent-Date: Thu, 19 Sep 2013 19:30:03 GMT Resent-Message-Id: <201309191930.r8JJU3hi010021@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, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F29CBA99 for ; Thu, 19 Sep 2013 19:20:45 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id C164D239F for ; Thu, 19 Sep 2013 19:20:45 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 532CB187B2D8 for ; Fri, 20 Sep 2013 03:20:44 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r8JJKipq053809; Fri, 20 Sep 2013 03:20:44 +0800 (CST) (envelope-from gaod) Message-Id: <201309191920.r8JJKipq053809@cse.tw> Date: Fri, 20 Sep 2013 03:20:44 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182235: [MAINTAINER] net/libnatpmp: fix compatibility for fbsd 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 19:30:04 -0000 >Number: 182235 >Category: ports >Synopsis: [MAINTAINER] net/libnatpmp: fix compatibility for fbsd 10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 19 19:30:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix compatibility for FreeBSD 10.0. Use new style header. >How-To-Repeat: >Fix: --- net_libnatpmp.diff begins here --- Index: net/libnatpmp/Makefile =================================================================== --- net/libnatpmp/Makefile (revision 327645) +++ net/libnatpmp/Makefile (working copy) @@ -1,12 +1,9 @@ -# New ports collection makefile for: libnatpmp -# Date created: 11 Aug 2009 -# Whom: Hung-Yi Chen -# +# Created by: Hung-Yi Chen # $FreeBSD$ -# PORTNAME= libnatpmp PORTVERSION= 20120821 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/ Index: net/libnatpmp/files/patch-Makefile =================================================================== --- net/libnatpmp/files/patch-Makefile (revision 0) +++ net/libnatpmp/files/patch-Makefile (working copy) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-09-20 03:13:32.533531973 +0800 ++++ Makefile 2013-09-20 03:13:40.954532152 +0800 +@@ -5,7 +5,7 @@ + # http://miniupnp.free.fr/libnatpmp.html + + OS = $(shell uname -s) +-CC = gcc ++CC ?= gcc + INSTALL = install + + # APIVERSION is used in soname Property changes on: net/libnatpmp/files/patch-Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- net_libnatpmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: