Selaa lähdekoodia

* Added release numbers back to FreeBSD packaging
* Added CYGWIN/SunOs[solaris]/NetBSD


svn: 1048

Bryan Drewery 22 vuotta sitten
vanhempi
commit
cc69127630
2 muutettua tiedostoa jossa 9 lisäystä ja 7 poistoa
  1. 8 7
      build
  2. 1 0
      doc/UPDATES

+ 8 - 7
build

@@ -105,14 +105,15 @@ fi
 # Figure what bins we're making
 # Figure what bins we're making
 case `uname` in
 case `uname` in
   Linux) os=Linux;;
   Linux) os=Linux;;
-  FreeBSD) os=FreeBSD;;
-
-#  FreeBSD) case `uname -r` in
-#    5*) os=FreeBSD5;;
-#    4*) os=FreeBSD4;;
-#    3*) os=FreeBSD3;;
-#  esac;;
+  FreeBSD) case `uname -r` in
+    5*) os=FreeBSD5;;
+    4*) os=FreeBSD4;;
+    3*) os=FreeBSD3;;
+  esac;;
   OpenBSD) os=OpenBSD;;
   OpenBSD) os=OpenBSD;;
+  NetBSD) os=NetBSD;;
+  SunOS) os=Solaris;;
+  CYGWIN*) os=Cygwin;;
 esac
 esac
 
 
 if test -z $os
 if test -z $os

+ 1 - 0
doc/UPDATES

@@ -27,6 +27,7 @@ This is a summary of ChangeLog basically.
 23.Fixed many bugs with color system, including color over relay/botcmd.
 23.Fixed many bugs with color system, including color over relay/botcmd.
 24.Recoded some of the AES core, fixed several outstanding bugs.
 24.Recoded some of the AES core, fixed several outstanding bugs.
 25.Now dumping the stack on SIGSEGV.
 25.Now dumping the stack on SIGSEGV.
+26.FreeBSD packages now have release # again, ie: FreeBSD4.
 
 
 1.1.7
 1.1.7