diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-04-08 19:27:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-04-08 19:27:43 +0000 |
commit | ff36f58b450424fdb8b9aabe0617374a6d38ff3e (patch) | |
tree | 5ef8d13fa91cff5bcbbb849df043cb9dbef0d749 /accessibility/gnopernicus/files/patch-configure | |
parent | Update atheme-services to version 7.2.6. (diff) |
Remove expired port:
2016-04-07 accessibility/gnopernicus: Not developed upstream anymore. Obsoleted by accessibility/orca
Diffstat (limited to 'accessibility/gnopernicus/files/patch-configure')
-rw-r--r-- | accessibility/gnopernicus/files/patch-configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/accessibility/gnopernicus/files/patch-configure b/accessibility/gnopernicus/files/patch-configure deleted file mode 100644 index 79dc7a3c1b07..000000000000 --- a/accessibility/gnopernicus/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Mon Jan 9 15:02:42 2006 -+++ configure Mon Jan 9 15:04:48 2006 -@@ -21635,11 +21635,17 @@ - TTYNAME_2="/dev/cua/c" - TTYNAME_3="/dev/cua/d" - ;; -- FreeBSD-*) -+ FreeBSD-4*|FreeBSD-5*) - TTYNAME_0="/dev/cuaa0" - TTYNAME_1="/dev/cuaa1" - TTYNAME_2="/dev/cuaa2" - TTYNAME_3="/dev/cuaa3" -+ ;; -+ FreeBSD-*) -+ TTYNAME_0="/dev/cuad0" -+ TTYNAME_1="/dev/cuad1" -+ TTYNAME_2="/dev/cuaU0" -+ TTYNAME_3="/dev/cuaU1" - ;; - *) - echo "Can't figure out the name of the serial port on this OS" |