1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Upgrade to suck-4.2.3

This commit is contained in:
Justin M. Seger 2000-03-22 16:13:55 +00:00
parent 22605bb4ab
commit 9ed4086048
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26957
3 changed files with 13 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: suck
# Version required: 4.2.2
# Version required: 4.2.3
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
#
# $FreeBSD$
#
DISTNAME= suck-4.2.2
DISTNAME= suck-4.2.3
CATEGORIES= news
MASTER_SITES= http://home.att.net/~bobyetman/

View File

@ -1 +1 @@
MD5 (suck-4.2.2.tar.gz) = 047e53a837b2c7534960f389b4284d61
MD5 (suck-4.2.3.tar.gz) = fb170ad64f0f73ff944c8aecebd83e0d

10
news/suck/files/patch-ae Normal file
View File

@ -0,0 +1,10 @@
--- rpost.c.orig Wed Mar 22 11:05:03 2000
+++ rpost.c Wed Mar 22 11:05:28 2000
@@ -6,6 +6,7 @@
#include <netdb.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/syslimits.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif