Index: backend/usb-unix.c =================================================================== --- backend/usb-unix.c (revision 10629) +++ backend/usb-unix.c (working copy) @@ -257,7 +257,6 @@ close(fd); } -#elif defined(__sgi) #elif defined(__sun) && defined(ECPPIOC_GETDEVID) int i; /* Looping var */ int fd; /* File descriptor */ Index: config-scripts/cups-manpages.m4 =================================================================== --- config-scripts/cups-manpages.m4 (revision 10629) +++ config-scripts/cups-manpages.m4 (working copy) @@ -28,12 +28,6 @@ AMANDIR="/usr/share/man" PMANDIR="/usr/share/man" ;; - IRIX) - # SGI IRIX - mandir="/usr/share/catman/u_man" - AMANDIR="/usr/share/catman/a_man" - PMANDIR="/usr/share/catman/p_man" - ;; *) # All others mandir="/usr/man" @@ -51,14 +45,6 @@ dnl Setup manpage extensions... case "$uname" in - IRIX*) - # SGI IRIX - MAN1EXT=1 - MAN5EXT=5 - MAN7EXT=7 - MAN8EXT=1m - MAN8DIR=1 - ;; SunOS* | HP-UX*) # Solaris and HP-UX MAN1EXT=1 Index: config-scripts/cups-compiler.m4 =================================================================== --- config-scripts/cups-compiler.m4 (revision 10629) +++ config-scripts/cups-compiler.m4 (working copy) @@ -202,19 +202,6 @@ OPTIM="+z $OPTIM" fi ;; - IRIX) - if test -z "$OPTIM"; then - if test "x$with_optim" = x; then - OPTIM="-O2" - else - OPTIM="$with_optim $OPTIM" - fi - fi - - if test "x$with_optim" = x; then - OPTIM="-fullwarn -woff 1183,1209,1349,1506,3201 $OPTIM" - fi - ;; OSF*) # Tru64 UNIX aka Digital UNIX aka OSF/1 if test -z "$OPTIM"; then Index: config-scripts/cups-directories.m4 =================================================================== --- config-scripts/cups-directories.m4 (revision 10629) +++ config-scripts/cups-directories.m4 (working copy) @@ -102,9 +102,6 @@ dnl Fix "libdir" variable... if test "$libdir" = "\${exec_prefix}/lib"; then case "$uname" in - IRIX*) - libdir="$exec_prefix/lib32" - ;; Linux*) if test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot; then libdir="$exec_prefix/lib64" @@ -169,13 +166,6 @@ RCSTOP="620" ;; - IRIX*) - # IRIX - INITDIR="/etc" - RCSTART="60" - RCSTOP="25" - ;; - Linux | GNU | GNU/k*BSD*) # Linux/HURD seems to choose an init.d directory at random... if test -d /sbin/init.d; then Index: config-scripts/cups-opsys.m4 =================================================================== --- config-scripts/cups-opsys.m4 (revision 10629) +++ config-scripts/cups-opsys.m4 (working copy) @@ -3,7 +3,7 @@ dnl dnl Operating system stuff for CUPS. dnl -dnl Copyright 2007-2011 by Apple Inc. +dnl Copyright 2007-2012 by Apple Inc. dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. dnl dnl These coded instructions, statements, and computer programs are the @@ -22,9 +22,6 @@ GNU* | GNU/*) uname="GNU" ;; - IRIX*) - uname="IRIX" - ;; Linux*) uname="Linux" ;; Index: config-scripts/cups-sharedlibs.m4 =================================================================== --- config-scripts/cups-sharedlibs.m4 (revision 10629) +++ config-scripts/cups-sharedlibs.m4 (working copy) @@ -215,8 +215,8 @@ EXPORT_LDFLAGS="-Wl,-R$libdir" fi ;; - IRIX | Linux | GNU) - # IRIX, Linux, and HURD... + Linux | GNU) + # Linux, and HURD... if test $exec_prefix != /usr; then DSOFLAGS="-Wl,-rpath,$libdir $DSOFLAGS" LDFLAGS="$LDFLAGS -Wl,-rpath,$libdir" Index: doc/help/network.html =================================================================== --- doc/help/network.html (revision 10629) +++ doc/help/network.html (working copy) @@ -38,15 +38,9 @@

Configuring the IP Address Using BOOTP

-

The BOOTP protocol is used when you need to provide additional information such as the location of a configuration file to the network interface. Using the standard bootpd(8) program supplied with UNIX you simply need to add a line to the /etc/bootptab file; for IRIX:

+

The BOOTP protocol is used when you need to provide additional information such as the location of a configuration file to the network interface. Using the standard bootpd(8) program supplied with UNIX you simply need to add a line to the /etc/bootptab file:

-myprinter 08:00:69:00:12:34 192.0.2.2 myprinter.boot
-
- -

Newer versions of bootpd use a different format:

- -
 myprinter:ha=080069001234:ip=192.0.2.2:t144=myprinter.boot
 
Index: doc/help/spec-cmp.html =================================================================== --- doc/help/spec-cmp.html (revision 10629) +++ doc/help/spec-cmp.html (working copy) @@ -245,10 +245,6 @@ Portable tarball with install script - inst - IRIX inst/tardist - - pkg Solaris pkgadd @@ -268,10 +264,6 @@ swinstall HP-UX swinstall - - tardist - IRIX inst/tardist -

Finally, the tools/testrpm and tools/testosx scripts can be used to create binary packages from the current working copy for testing on Linux and OS X, respectively:

Index: doc/help/ref-cupsd-conf.html.in =================================================================== --- doc/help/ref-cupsd-conf.html.in (revision 10629) +++ doc/help/ref-cupsd-conf.html.in (working copy) @@ -21,7 +21,7 @@