pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/editors



Gmail web sucks for such a purpose ... let me paste again:

case "${machine}" in
+     pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | 
powerpcle | tandem-s2 )
+         echo "The system that you are configuring on: ${canonical} is 
considered to be obsolete"
+         echo "and it is planned to be desupported in the next version of 
Emacs"
+         echo "Please email emacs-devel%gnu.org@localhost as soon as possible 
if this system is still in use."
+         echo "The code is still functional, but you need to edit the 
'configure' script and remove the"
+         echo "exit 33 line.  After that you can run configure again and 
'complete' the build."
+         exit 33
+         ;;
+esac


Home | Main Index | Thread Index | Old Index