Index: head/devel/xparam/files/patch-lib__xparam__xp_hvl.h =================================================================== --- head/devel/xparam/files/patch-lib__xparam__xp_hvl.h (nonexistent) +++ head/devel/xparam/files/patch-lib__xparam__xp_hvl.h (revision 319850) @@ -0,0 +1,14 @@ +--- lib/xparam/xp_hvl.h.orig ++++ lib/xparam/xp_hvl.h +@@ -51,9 +51,9 @@ + // t_ptr may be 0 + void append_copy(const T* t_ptr) { + if (t_ptr) +- push_back( Handle(get_copy_of(*t_ptr)) ); ++ this->push_back( Handle(get_copy_of(*t_ptr)) ); + else +- push_back( Handle() ); ++ this->push_back( Handle() ); + } + + // t_ptr may be 0 Property changes on: head/devel/xparam/files/patch-lib__xparam__xp_hvl.h ___________________________________________________________________ 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 Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/xparam/Makefile =================================================================== --- head/devel/xparam/Makefile (revision 319849) +++ head/devel/xparam/Makefile (revision 319850) @@ -1,22 +1,20 @@ -# ex:ts=8 -# New ports collection makefile for: xparam -# Date created: Dec 23, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= xparam PORTVERSION= 1.22 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A general-purpose tool for parameter handling in C++ +COMMENT= General-purpose tool for parameter handling in C++ +LICENSE= GPLv2 # (or later) + USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include Property changes on: head/devel/xparam/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property