summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-10-26 17:58:30 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-10-26 17:58:30 +0000
commitcdbda03939d5c434f01296a0e2f11a16594808ef (patch)
tree1156b567d07c07d10bf32160c7f2120e37537ed8 /net-im
parentFix package build problem (diff)
Upgrade to 981011.
PR: 8398 Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
Notes
Notes: svn path=/head/; revision=14203
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile12
-rw-r--r--net-im/climm/distinfo2
-rw-r--r--net-im/climm/files/patch-aa8
-rw-r--r--net-im/micq/Makefile12
-rw-r--r--net-im/micq/distinfo2
-rw-r--r--net-im/micq/files/patch-aa8
6 files changed, 22 insertions, 22 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index a7810d16f48e..ac9adf6dd50d 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: micq
-# Version required: 26 June 1998
-# Date created: 27 June 1998
+# Version required: 11 Oct 1998
+# Date created: 11 Oct 1998
# Whom: mph
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp $
#
DISTNAME= micq
-PKGNAME= micq-19980626
+PKGNAME= micq-981011
CATEGORIES= net
-MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
+MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
-WRKSRC= ${WRKDIR}/micq-0626-98
+WRKSRC= ${WRKDIR}/micq981011
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo
index 2ac6c7955d02..26a79cd87cd2 100644
--- a/net-im/climm/distinfo
+++ b/net-im/climm/distinfo
@@ -1 +1 @@
-MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35
+MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa
index 88df1785536b..cbd4721ef7d7 100644
--- a/net-im/climm/files/patch-aa
+++ b/net-im/climm/files/patch-aa
@@ -1,13 +1,13 @@
---- Makefile.orig Sat Jun 27 13:25:53 1998
-+++ Makefile Sat Jun 27 13:26:38 1998
+--- Makefile.orig Sun Oct 11 06:55:43 1998
++++ Makefile Mon Oct 26 08:22:40 1998
@@ -1,8 +1,8 @@
# Anyone who knows how to make Makefiles please help out.
# I have no clue but this appears to work fairly well
# be sure to use gmake
-CC = gcc
--CFLAGS = -Wall -DUNIX
+-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
+# CC = gcc
-+CFLAGS += -DUNIX
++CFLAGS += -DUNIX -DANSI_COLOR
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
index a7810d16f48e..ac9adf6dd50d 100644
--- a/net-im/micq/Makefile
+++ b/net-im/micq/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: micq
-# Version required: 26 June 1998
-# Date created: 27 June 1998
+# Version required: 11 Oct 1998
+# Date created: 11 Oct 1998
# Whom: mph
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp $
#
DISTNAME= micq
-PKGNAME= micq-19980626
+PKGNAME= micq-981011
CATEGORIES= net
-MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
+MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
-WRKSRC= ${WRKDIR}/micq-0626-98
+WRKSRC= ${WRKDIR}/micq981011
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
diff --git a/net-im/micq/distinfo b/net-im/micq/distinfo
index 2ac6c7955d02..26a79cd87cd2 100644
--- a/net-im/micq/distinfo
+++ b/net-im/micq/distinfo
@@ -1 +1 @@
-MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35
+MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964
diff --git a/net-im/micq/files/patch-aa b/net-im/micq/files/patch-aa
index 88df1785536b..cbd4721ef7d7 100644
--- a/net-im/micq/files/patch-aa
+++ b/net-im/micq/files/patch-aa
@@ -1,13 +1,13 @@
---- Makefile.orig Sat Jun 27 13:25:53 1998
-+++ Makefile Sat Jun 27 13:26:38 1998
+--- Makefile.orig Sun Oct 11 06:55:43 1998
++++ Makefile Mon Oct 26 08:22:40 1998
@@ -1,8 +1,8 @@
# Anyone who knows how to make Makefiles please help out.
# I have no clue but this appears to work fairly well
# be sure to use gmake
-CC = gcc
--CFLAGS = -Wall -DUNIX
+-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
+# CC = gcc
-+CFLAGS += -DUNIX
++CFLAGS += -DUNIX -DANSI_COLOR
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info