svn commit: r315095 - in head/devel/commoncpp: . files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sun Mar 24 04:53:23 UTC 2013
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
More information about the svn-ports-all
mailing list