mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -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.
11 lines
460 B
Bash
11 lines
460 B
Bash
--- build/ltmain.sh.orig 2011-08-26 19:01:42.000000000 +0400
|
|
+++ build/ltmain.sh 2011-09-08 00:11:05.000000000 +0400
|
|
@@ -5597,7 +5597,7 @@
|
|
# These systems don't actually have a C library (as such)
|
|
test "X$arg" = "X-lc" && continue
|
|
;;
|
|
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
|
+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*)
|
|
# Do not include libc due to us having libc/libc_r.
|
|
test "X$arg" = "X-lc" && continue
|
|
;;
|