diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-30 09:56:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-30 09:56:20 +0000 |
commit | cf06af978e5146321474f3311250d953645ca1d4 (patch) | |
tree | 7334fcde845570e5cd0900e85c5c69f61e272bef | |
parent | Add missing LIB_DEPENDS for Xpm. (diff) |
Add public patch for select loop problem.
Submitted by: torstenb
Notes
Notes:
svn path=/head/; revision=1809
-rw-r--r-- | news/inn-current/Makefile | 5 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 5 | ||||
-rw-r--r-- | news/inn/Makefile | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index a3c8b414de1d..98e3d0347efd 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/05/05 09:21:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/09 00:48:44 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ +PATCHFILES= select-loop-bug.patch + MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= YES diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index a3c8b414de1d..98e3d0347efd 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/05/05 09:21:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/09 00:48:44 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ +PATCHFILES= select-loop-bug.patch + MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= YES diff --git a/news/inn/Makefile b/news/inn/Makefile index a3c8b414de1d..98e3d0347efd 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/05/05 09:21:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/09 00:48:44 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ +PATCHFILES= select-loop-bug.patch + MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= YES |