mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
Make FreeBSD patches to be port's options and remove separated port. Rename patches to more sane names. Add devel/subversion16 port, for people, who need old version. Mark ports, which could not be built with subversion 1.7.x, as conflicting with new subversion.
10 lines
316 B
Perl
10 lines
316 B
Perl
--- subversion/bindings/swig/perl/native/Base.pm.orig 2004-10-20 10:46:59.000000000 +0400
|
|
+++ subversion/bindings/swig/perl/native/Base.pm 2004-11-05 11:43:35.578125000 +0300
|
|
@@ -60,6 +60,7 @@
|
|
package SVN::_$pkg;
|
|
require DynaLoader;
|
|
bootstrap SVN::_$pkg;
|
|
+sub dl_load_flags { 0x01 }
|
|
1;
|
|
' or die $@;
|
|
};
|