Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/subversion-base/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/subversion-base/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- pkgsrc/devel/subversion-base/Makefile 2006/09/11 04:14:31 1.37 +++ pkgsrc/devel/subversion-base/Makefile 2006/10/13 12:25:45 1.38 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/09/11 04:14:31 epg Exp $ +# $NetBSD: Makefile,v 1.38 2006/10/13 12:25:45 dmcmahill Exp $ PKGNAME= subversion-base-${SVNVER} COMMENT= Version control system, base programs and libraries @@ -11,6 +11,10 @@ BUILD_DEFS+= PKG_BUILD_OPTIONS.apr USE_TOOLS+= msgfmt +# on at least solaris, configure fails to figure out +# that you need -lintl +BROKEN_GETTEXT_DETECTION= yes + CONFIGURE_ARGS+= --without-apache CONFIGURE_ARGS+= --without-apxs @@ -53,4 +57,5 @@ svn-build-outputs-hack: cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc ${MV} ${WRKSRC}/build-outputs.mk ${FILESDIR}/build-outputs.mk +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk"