mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- Set INVALID_BDB_VER [1] - Adopt new LIB_DEPENDS syntax [2] - Add option to support LMDB databases [2] - Modify shell command to quiet warnings on 10+ [3] - Respect upstream Makefile's warning suppression [4] PR: [1]: ports/185446 [2]: ports/185860 [3]: ports/185857 Submitted by: [1]: Eero Hanninen <fax@nohik.ee> [2]: Yasuhiro KIMURA <yasu@utahime.org> [3]: adamw [4]: koobs (via email)
13 lines
319 B
Text
13 lines
319 B
Text
--- makedefs.orig 2014-01-20 23:24:30.000000000 +0000
|
|
+++ makedefs 2014-01-20 23:25:24.000000000 +0000
|
|
@@ -158,6 +158,10 @@
|
|
;;
|
|
FreeBSD.9*) SYSTYPE=FREEBSD9
|
|
;;
|
|
+ FreeBSD.10*) SYSTYPE=FREEBSD10
|
|
+ ;;
|
|
+ FreeBSD.11*) SYSTYPE=FREEBSD11
|
|
+ ;;
|
|
DragonFly.*) SYSTYPE=DRAGONFLY
|
|
;;
|
|
OpenBSD.2*) SYSTYPE=OPENBSD2
|