Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 04:53:22 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315095 - in head/devel/commoncpp: . files
Message-ID:  <201303240453.r2O4rMH0027500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sun Mar 24 04:53:22 2013
New Revision: 315095
URL: http://svnweb.freebsd.org/changeset/ports/315095

Log:
  - Add missing header to src/nat.cpp file
  
  PR:		ports/176434
  Submitted by:	Han Hwei Woo <han+freebsd  at  astutehosting.com>

Added:
  head/devel/commoncpp/files/patch-src_nat.cpp   (contents, props changed)
Modified:
  head/devel/commoncpp/Makefile

Modified: head/devel/commoncpp/Makefile
==============================================================================
--- head/devel/commoncpp/Makefile	Sun Mar 24 04:42:13 2013	(r315094)
+++ head/devel/commoncpp/Makefile	Sun Mar 24 04:53:22 2013	(r315095)
@@ -7,6 +7,7 @@
 
 PORTNAME=	commoncpp
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNU

Added: head/devel/commoncpp/files/patch-src_nat.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/commoncpp/files/patch-src_nat.cpp	Sun Mar 24 04:53:22 2013	(r315095)
@@ -0,0 +1,10 @@
+--- src/nat.cpp	2013-03-23 23:47:39.000000000 -0500
++++ src/nat.cpp	2013-03-23 23:47:54.000000000 -0500
+@@ -42,6 +42,7 @@
+  **/
+ 
+ #include <cc++/config.h>
++#include <net/if.h>
+ #include "nat.h"
+ 
+ #ifdef CCXX_NAT



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