diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
commit | 035646ee650e1641b2dac43a8404e423cd35d273 (patch) | |
tree | 7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/generic-nqs/files/patch-af | |
parent | - fix distinfo (diff) |
remove unmaintained expired ports from net
2011-05-01 net/44bsd-rdist: Upstream disapear and distfile is no more available
2011-05-01 net/bbsnet: Upstream disapear and distfile is no more available
2011-05-01 net/bing: Upstream disapear and distfile is no more available
2011-05-01 net/brutecopy: Upstream disapear and distfile is no more available
2011-05-01 net/crescendo: Upstream disapear and distfile is no more available
2011-05-01 net/danamics: Upstream disapear and distfile is no more available
2011-05-01 net/etunnel: Upstream disapear and distfile is no more available
2011-05-01 net/gastman: Upstream disapear and distfile is no more available
2011-05-01 net/generic-nqs: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmmultiping2: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmwireless: Upstream disapear and distfile is no more available
2011-05-01 net/gnoemoe: Upstream disapear and distfile is no more available
2011-05-01 net/gnosamba: Upstream disapear and distfile is no more available
2011-05-01 net/merlinmon: Upstream disapear and distfile is no more available
2011-05-01 net/msntp: Upstream disapear and distfile is no more available
2011-05-01 net/ntalk: Upstream disapear and distfile is no more available
2011-05-01 net/ntraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/onion-fec: Upstream disapear and distfile is no more available
2011-05-01 net/openverse: Upstream disapear and distfile is no more available
2011-05-01 net/poink: Upstream disapear and distfile is no more available
2011-05-01 net/roadrunner: Upstream disapear and distfile is no more available
2011-05-01 net/sambasentinel: Upstream disapear and distfile is no more available
2011-05-01 net/scand: Upstream disapear and distfile is no more available
2011-05-01 net/tacshell: Upstream disapear and distfile is no more available
2011-05-01 net/telserv: Upstream disapear and distfile is no more available
2011-05-01 net/tridiavnc: Upstream disapear and distfile is no more available
2011-05-01 net/tvark: Upstream disapear and distfile is no more available
2011-05-01 net/warppipe: Upstream disapear and distfile is no more available
2011-05-01 net/wistumbler2: Upstream disapear and distfile is no more available
2011-05-01 net/wmq3: Upstream disapear and distfile is no more available
2011-05-01 net/xbone-gui: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 net/xsmbrowser: Upstream disapear and distfile is no more available
2011-05-01 net/xtraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/ytalk: Upstream disapear and distfile is no more available
2011-05-01 net/zniper: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273447
Diffstat (limited to 'net/generic-nqs/files/patch-af')
-rw-r--r-- | net/generic-nqs/files/patch-af | 130 |
1 files changed, 0 insertions, 130 deletions
diff --git a/net/generic-nqs/files/patch-af b/net/generic-nqs/files/patch-af deleted file mode 100644 index 67a1c59bd5b0..000000000000 --- a/net/generic-nqs/files/patch-af +++ /dev/null @@ -1,130 +0,0 @@ ---- Source-Tree/lpserver/all-systems/lpserver.c.orig Mon Mar 20 00:18:51 2000 -+++ Source-Tree/lpserver/all-systems/lpserver.c Mon Apr 10 20:37:29 2000 -@@ -29,13 +29,14 @@ - - #if GPORT_HAS_termios_h - #include <termios.h> --#endif -+#else /* for BSD platforms */ - #if GPORT_HAS_sgtty_h - #include <sgtty.h> - #if GPORT_HAS_termio_h - #include <termio.h> /* for SUN */ - #endif - #endif -+#endif - - #include <sys/wait.h> - #include <unistd.h> -@@ -75,7 +76,8 @@ - static struct termios save; /* Original printer characteristics */ - #else - #if GPORT_HAS_BSD_IOCTL --static struct sgttyb save; /* Original printer characteristics */ -+static struct termios save; /* Original printer characteristics */ -+/*static struct sgttyb save;*/ /* Original printer characteristics */ - #else - BAD SYSTEM TYPE - #endif -@@ -1201,7 +1203,8 @@ - struct termios tbuf; /* Used for printer ioctl() */ - #else - #if GPORT_HAS_sgtty_h && (GPORT_HAS_BSD_IOCTL) -- struct sgttyb tbuf; /* Used for printer ioctl() */ -+ struct termios tbuf; /* Used for printer ioctl() */ -+/* struct sgttyb tbuf; */ /* Used for printer ioctl() */ - int bsdmask; - #else - BAD SYSTEM TYPE -@@ -1447,10 +1450,10 @@ - */ - #if GPORT_HAS_POSIX_IOCTL - if (translate) -- ioctl (fileno (stdout), TCGETA, &save); -+ ioctl (fileno (stdout), TCGETS, &save); - #else - #if GPORT_HAS_BSD_IOCTL -- ioctl (fileno (stdout), TIOCGETP , &save); -+ ioctl (fileno (stdout), TIOCGETA , &save); - #else - BAD SYSTEM TYPE - #endif -@@ -1566,13 +1569,13 @@ - * Set new device state. - */ - tbuf = save; --#if GPORT_HAS_POSIX_IOCTL -+#if GPORT_HAS_POSIX_IOCTL || (GPORT_HAS_BSD_IOCTL) - tbuf.c_iflag = IGNPAR | ISTRIP | BRKINT | IXON; -- tbuf.c_oflag = OPOST | ONLCR | TAB3 | FF1; -+ tbuf.c_oflag = OPOST | ONLCR | OXTABS | ONOEOT; - tbuf.c_cflag = baud | bits | CREAD | PARENB; - tbuf.c_lflag = ISIG; - if (translate) -- ioctl (fileno (stdout), TCSETA, &tbuf); -+ ioctl (fileno (stdout), TIOCSETA, &tbuf); - #else - #if GPORT_HAS_BSD_IOCTL - /* -@@ -1772,34 +1775,40 @@ - */ - #if GPORT_HAS_POSIX_IOCTL - if (translate) -- ioctl (fileno (stdout), TCSETAW, &save); -+ ioctl (fileno (stdout), TCSETSW, &save); - #else - #if GPORT_HAS_BSD_IOCTL -- ioctl (fileno (stdout), TIOCSETP , &save); -+ ioctl (fileno (stdout), TIOCSETA , &save); - #else - BAD SYSTEM TYPE - #endif - #endif - errno=0; -- if (model_interface && forked) -+ if (model_interface && forked) { - while((ret=wait (&status)) == -1 && - (errno == EINTR || errno == ENOTTY)); -+ } - - /* - * Format message with number of pages printed and exit. - */ -- if (status != 0) -- if ((status & 0xFF) == 0) -+ if (status != 0) { -+ if ((status & 0xFF) == 0) { - sprintf(message, "Interface: _exit value was: %1d.", - (status >> 8) & 0xFF); -- else if ((status & 0xFF00) == 0) -+ } -+ else if ((status & 0xFF00) == 0) { - sprintf(message, - "Interface: Aborting signal was %1d.", - status & 0x7F); -- else if (no_preprocess) -+ } -+ } -+ else if (no_preprocess) { - sprintf (message, "1 job completed."); -- else -+ } -+ else { - sprintf (message, "%1d pages printed.", pages); -+ } - serexit (RCM_EXITED, message); - return 0; - } -@@ -2035,10 +2044,10 @@ - */ - #if GPORT_HAS_POSIX_IOCTL - if (translate) -- ioctl (fileno (stdout), TCSETAW, &save); -+ ioctl (fileno (stdout), TCSETSW, &save); - #else - #if GPORT_HAS_BSD_IOCTL -- ioctl (fileno (stdout), TIOCSETP , &save); -+ ioctl (fileno (stdout), TIOCSETA , &save); - #else - BAD SYSTEM TYPE - #endif |