mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Upgrade to 2.13.
PR: ports/41941 Submitted by: maintainer Approved by: dwcjr (mentor)
This commit is contained in:
parent
0ffa015a24
commit
1d98c097d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64887
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= party
|
||||
PORTVERSION= 2.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.13
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.vocito.com/downloads/software/party/ \
|
||||
ftp://ftp.vocito.com/pub/vocito.com/software/party/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (party-2.12.tar.gz) = 356577d15463016fefee465976fde554
|
||||
MD5 (party-2.13.tar.gz) = 869492415a8dcb312e1c48fbc4e022b6
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- party.h.orig Thu Jan 27 21:04:32 2000
|
||||
+++ party.h Thu Jan 27 21:05:01 2000
|
||||
@@ -470,7 +470,8 @@
|
||||
struct passwd *getpwnam(), *getpwuid();
|
||||
struct chnname *who_clist(), *addchn();
|
||||
char *leafname();
|
||||
-long time(), backup();
|
||||
+long backup();
|
||||
+time_t time();
|
||||
vint (*oldsigpipe)();
|
||||
vint (*(signal()))();
|
||||
FILE *upopen();
|
@ -1,14 +0,0 @@
|
||||
--- Makefile.orig Thu Aug 22 23:19:41 2002
|
||||
+++ Makefile Thu Aug 22 23:19:48 2002
|
||||
@@ -1,9 +1,9 @@
|
||||
# M-Net Settings. M-Net runs BSDI Unix
|
||||
-CC= cc
|
||||
+CC?= gcc
|
||||
DEFAULTS = \
|
||||
-DBSD \
|
||||
-DSUID
|
||||
-CFLAGS = $(DEFAULTS)
|
||||
+CFLAGS += $(DEFAULTS)
|
||||
LIBS= -ltermcap
|
||||
|
||||
# Grex Settings. Grex runs SunOS Unix
|
@ -1,11 +0,0 @@
|
||||
--- proc.c.orig Thu Aug 22 23:22:19 2002
|
||||
+++ proc.c Thu Aug 22 23:22:31 2002
|
||||
@@ -50,7 +50,7 @@
|
||||
/* If a filter is running, and it is different, kill it */
|
||||
if (out_fd != 1)
|
||||
{
|
||||
- if (!strncmp(ofilter,opt[OPT_FILTER].str))
|
||||
+ if (!strncmp(ofilter,opt[OPT_FILTER].str, BFSZ))
|
||||
return(0);
|
||||
else
|
||||
stop_filter();
|
Loading…
Reference in New Issue
Block a user