head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.12 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.10 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.8 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.6 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2014.08.14.09.53.18; author obache; state dead; branches; next 1.1; commitid TdMXx0SoSVtQsjMx; 1.1 date 2013.02.09.13.27.27; author ryoon; state Exp; branches; next ; desc @@ 1.2 log @Remove subversion 1.6, EOL over a year ago. @ text @$NetBSD: patch-ae,v 1.1 2013/02/09 13:27:27 ryoon Exp $ Second hunk is subversion Revision 1145203. Ensure the Perl extension is built using the Perl compiler flags. --- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2010-11-24 20:42:16.000000000 +0000 +++ subversion/bindings/swig/perl/native/Makefile.PL.in @@@@ -14,9 +14,10 @@@@ my $svnlib_srcdir = "${top_srcdir}/subve my $svnlib_builddir = "${top_builddir}/subversion"; my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; my $swig_builddir = "${svnlib_builddir}/bindings/swig"; +my $subversion_base_lib = $ENV{SUBVERSION_BASE_PREFIX} . "/lib"; my @@modules = qw/client delta fs ra repos wc/; -my @@ldpaths = ("$swig_builddir/perl/libsvn_swig_perl/.libs", +my @@ldpaths = ("$swig_builddir/perl/libsvn_swig_perl/.libs", $subversion_base_lib, map {"$svnlib_builddir/libsvn_$_/.libs"} (@@modules, qw/diff subr ra_local ra_svn @@@@ -43,7 +44,7 @@@@ chomp $apr_shlib_path_var; my %config = ( ABSTRACT => 'Perl bindings for Subversion', DEFINE => $cppflags, - CCFLAGS => $cflags, + CCFLAGS => join(' ', $cflags, $Config{ccflags}), INC => join(' ',$apr_cflags, $apu_cflags, " -I$swig_srcdir/perl/libsvn_swig_perl", " -I$svnlib_srcdir/include", @ 1.1 log @Import subversion16-1.6.20 as devel/subversion16. The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license. This is a meta-package. It installs no files, but it depends on all the Subversion components, including the base package with the subversion client and server, the apache module, and four language bindings. (If you just want the basic svn and svnadmin programs see devel/subversion-base.) This package tracks 1.6.x release branch. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.18 2012/03/11 03:38:52 markd Exp $ @