diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-06-03 08:31:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-06-03 08:31:13 +0000 |
commit | 11e7baf89f3fe58eb96faf6dc71151230580829a (patch) | |
tree | 9ea27a5ea292757f216898121d95b5fe820a7a19 /net/micq | |
parent | 8692248a3ef16a05db64b322537a7d6c106f1590 (diff) | |
download | ports-11e7baf89f3fe58eb96faf6dc71151230580829a.tar.gz ports-11e7baf89f3fe58eb96faf6dc71151230580829a.zip |
Notes
Diffstat (limited to 'net/micq')
-rw-r--r-- | net/micq/Makefile | 8 | ||||
-rw-r--r-- | net/micq/distinfo | 2 | ||||
-rw-r--r-- | net/micq/files/patch-aa | 27 |
3 files changed, 24 insertions, 13 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 1bcfb6e1c430..d94e11f88ef8 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: micq -# Version required: 0.4.0 +# Version required: 0.4.* # Date created: 11 Oct 1998 # Whom: mph # -# $Id: Makefile,v 1.4 1999/01/07 18:38:53 mph Exp $ +# $Id: Makefile,v 1.5 1999/04/06 20:46:56 mph Exp $ # -DISTNAME= micq-0.4.0 +DISTNAME= micq-0.4.1 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.0/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org diff --git a/net/micq/distinfo b/net/micq/distinfo index 6e590a14ebba..b300fe6d25bc 100644 --- a/net/micq/distinfo +++ b/net/micq/distinfo @@ -1 +1 @@ -MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c +MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index 627ccf57bd8b..926de765bbdc 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,13 +1,24 @@ ---- Makefile.orig Tue Apr 6 13:40:57 1999 -+++ Makefile Tue Apr 6 13:41:19 1999 -@@ -1,8 +1,8 @@ - # Anyone who knows how to make Makefiles please help out. +--- Makefile.orig Fri May 21 07:06:38 1999 ++++ Makefile Thu Jun 3 12:18:39 1999 +@@ -2,7 +2,8 @@ # I have no clue but this appears to work fairly well # be sure to use gmake --CC = gcc + CC = gcc -CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+#CC = gcc -+CFLAGS += -DUNIX -DANSI_COLOR ++#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++CFLAGS += -Wall -DUNIX -DANSI_COLOR + CFLAGS += -DMAX_CONTACTS=255 CFLAGS += -DUSE_MREADLINE CFLAGS += -DENGLISH_LANG - #CFLAGS += -DBRAZIL_LANG +@@ -16,9 +17,9 @@ + #CFLAGS += -DITALIAN_LANG + #CFLAGS += -DUKRAINIAN_LANG + # Uncomment the below line for humorous messages +-CFLAGS += -DFUNNY_MSGS ++#CFLAGS += -DFUNNY_MSGS + # uncomment the line below for debuging info +-CFLAGS += -g ++#CFLAGS += -g + CLIBS = + #uncomment the line below if your using Solaris + #CLIBS= -lnsl -lsocket |