Date: Fri, 21 May 1999 23:53:42 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11830: Update net/imcq Message-ID: <19990522065342.67D8C143A@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11830 >Category: ports >Synopsis: Update net/imcq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 22 00:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #213: Wed May 19 09:07:23 PDT 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: Update to 0.4.1 >How-To-Repeat: asdf >Fix: Index: micq/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/micq/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/04/06 20:46:56 1.5 +++ Makefile 1999/05/22 06:38:25 @@ -1,14 +1,14 @@ # New ports collection makefile for: micq -# Version required: 0.4.0 +# Version required: 0.4.1 # Date created: 11 Oct 1998 # Whom: mph # # $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 Index: micq/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/micq/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/04/06 20:46:58 1.5 +++ md5 1999/05/22 06:41:25 @@ -1 +1 @@ -MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c +MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f Index: micq/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/micq/patches/patch-aa,v retrieving revision 1.5 diff -u -r1.5 patch-aa --- patch-aa 1999/04/06 20:47:00 1.5 +++ patch-aa 1999/05/22 06:52:26 @@ -1,13 +1,22 @@ ---- Makefile.orig Tue Apr 6 13:40:57 1999 -+++ Makefile Tue Apr 6 13:41:19 1999 +--- Makefile.orig Thu May 20 20:06:38 1999 ++++ Makefile Fri May 21 23:52:15 1999 @@ -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 = -O4 -Wall -DUNIX -DANSI_COLOR -+#CC = gcc ++CC ?= gcc +CFLAGS += -DUNIX -DANSI_COLOR + CFLAGS += -DMAX_CONTACTS=255 CFLAGS += -DUSE_MREADLINE CFLAGS += -DENGLISH_LANG - #CFLAGS += -DBRAZIL_LANG +@@ -18,7 +18,7 @@ + # Uncomment the below line for humorous messages + 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 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990522065342.67D8C143A>