View | Details | Raw Unified | Return to bug 19658
Collapse All | Expand All

(-)micq/Makefile (-5 / +2 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	micq
8
PORTNAME=	micq
9
PORTVERSION=	0.4.5
9
PORTVERSION=	0.4.6
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=   ftp://micq.chatzone.org/pub/micq/V0.4.5/
11
MASTER_SITES=   ftp://micq.chatzone.org/pub/micq/V0.4.6/
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
13
13
14
MAINTAINER=	andrew@chg.ru
14
MAINTAINER=	andrew@chg.ru
15
16
# There is something strange with distfile, so next line is really needed.
17
WRKSRC=		${WRKDIR}/micq-0.4.4
18
15
19
do-install:
16
do-install:
20
		${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
17
		${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
(-)micq/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (micq-0.4.5.tgz) = a546b1d47d7eb5730bc8bef1ef2768c0
1
MD5 (micq-0.4.6.tgz) = d6b0b09eaf12e722c12ac14d115e49bf
(-)micq/patches/patch-aa (-13 / +11 lines)
Lines 1-14 Link Here
1
--- Makefile.orig	Sun Sep 12 18:42:33 1999
1
--- Makefile.orig	Mon Jul  3 02:10:31 2000
2
+++ Makefile	Mon Nov  1 17:19:29 1999
2
+++ Makefile	Mon Jul  3 02:12:24 2000
3
@@ -1,8 +1,9 @@
3
@@ -5,8 +5,7 @@
4
 # Anyone who knows how to make Makefiles please help out.
4
 # Most options that were here and soem that weren't have been moved to config.h
5
 # I have no clue but this appears to work fairly well
5
 # edit that file to set up options.
6
 # be sure to use gmake
6
 #
7
-CC = gcc
7
-CC = gcc
8
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR 
8
-CFLAGS = -O4 -Wall -DUNIX 
9
+#CC = gcc
9
+CFLAGS += -Wall -DUNIX 
10
+#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
10
 CFLAGS += -DENGLISH_LANG
11
+CFLAGS += -Wall -DUNIX -DANSI_COLOR
11
 #CFLAGS += -DBULGARIAN_LANG
12
 CFLAGS += -DMAX_CONTACTS=255
12
 #CFLAGS += -DPOLISH_LANG
13
 CFLAGS += -DUSE_MREADLINE
14
 #CFLAGS += -DCOLOR_SCHEME_A
(-)micq/pkg/DESCR (-3 / +1 lines)
Lines 1-4 Link Here
1
A text-based implementation of ICQ, independant of Mirabilis.
1
A text-based implementation of ICQ, independant of Mirabilis.
2
Currently does not offer chat.  Still appears rough:  There's no
2
Currently does not offer chat and file transfer.
3
command-line editing, and ANSI color codes are hardcoded in the
4
program.

Return to bug 19658