Index: head/databases/oracle8-client/files/patch-freebsd-Makefile =================================================================== --- head/databases/oracle8-client/files/patch-freebsd-Makefile (revision 566031) +++ head/databases/oracle8-client/files/patch-freebsd-Makefile (revision 566032) @@ -1,16 +1,16 @@ --- freebsd/Makefile.orig +++ freebsd/Makefile @@ -4,11 +4,8 @@ NO_PIC= yes NO_OBJ= yes -NO_PROFILE= yes - -NOPIC= yes -NOOBJ= yes -NOPROFILE= yes +MK_PROFILE= no -+NO_WERROR= yes ++MK_ASSERT_DEBUG=no LIBDIR= ${ORACLE_HOME}/lib Index: head/databases/oracle8-client/files/patch-freebsd-redefine-syms.sh =================================================================== --- head/databases/oracle8-client/files/patch-freebsd-redefine-syms.sh (nonexistent) +++ head/databases/oracle8-client/files/patch-freebsd-redefine-syms.sh (revision 566032) @@ -0,0 +1,12 @@ +--- freebsd/redefine-syms.sh.orig 2005-06-09 18:22:58.000000000 +0800 ++++ freebsd/redefine-syms.sh 2021-02-18 13:47:59.275802000 +0700 +@@ -1,4 +1,8 @@ + #!/bin/sh ++( status=0 + for i in $*; do + objcopy --redefine-syms=redefine-syms.lst "$i" +-done ++ status=$(($status + $?)) ++done 2>&1 >&3 | fgrep -v increased >&2 ++ exit $status ++) 3>&1 Property changes on: head/databases/oracle8-client/files/patch-freebsd-redefine-syms.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property