mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- force positive detection of trunc() and ifaddrs.h - remove BROKEN check for 6.X - bump PORTREVISION
10 lines
317 B
Text
10 lines
317 B
Text
--- tools/rosbash/rosbash.orig 2010-06-28 22:22:33.000000000 +0200
|
|
+++ tools/rosbash/rosbash 2010-12-03 19:52:43.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
|
|
function _rossed {
|
|
- if [[ `uname` == Darwin ]]; then
|
|
+ if [[ `uname` == Darwin || `uname` == FreeBSD ]]; then
|
|
sed -E "$@"
|
|
else
|
|
sed -r "$@"
|