gnopernicus patch

rmgls at wanadoo.fr rmgls at wanadoo.fr
Fri Nov 25 06:40:00 GMT 2005


hello,

Reviewing some ports builds i noticed an error in the 
gnopernicus configure port.
The devices names does not match.
Please Can you add the following patch to th port?

Thanks and best regards

raoul
rmgls at wanadoo.fr

--- configure	Tue Nov 22 14:20:11 2005
+++ myconfigure	Tue Nov 22 14:19:39 2005
@@ -21493,10 +21493,10 @@
 	TTYNAME_3="/dev/cua/d"
 	;;
     FreeBSD-*)
-	TTYNAME_0="/dev/cuaa0"
-	TTYNAME_1="/dev/cuaa1"
-	TTYNAME_2="/dev/cuaa2"
-	TTYNAME_3="/dev/cuaa3"
+	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"



More information about the freebsd-gnome mailing list