Update to ja-micq-0.3.3
This commit is contained in:
parent
7ec739a3a8
commit
252f5a2a49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16015
3 changed files with 18 additions and 11 deletions
|
@ -1,20 +1,26 @@
|
|||
# New ports collection makefile for: micq
|
||||
# Version required: 11 Oct 1998
|
||||
# Version required: 13 Dec 1998
|
||||
# Date created: 31 Oct 1998
|
||||
# Whom: Seiichirou Hiraoka
|
||||
# Whom: flathill
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/11/19 08:01:50 flathill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= micq
|
||||
PKGNAME= ja-micq-981011
|
||||
PKGNAME= ja-micq-0.3.3
|
||||
CATEGORIES= japanese net
|
||||
MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/
|
||||
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ \
|
||||
http://www.freebsd.org/~flathill/distfiles/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ \
|
||||
http://www.freebsd.org/~flathill/distfiles/
|
||||
PATCHFILES= micq981218ja.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= flathill@FreeBSD.ORG
|
||||
|
||||
WRKSRC= ${WRKDIR}/micq981011
|
||||
WRKSRC= ${WRKDIR}/micq981218
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964
|
||||
MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae
|
||||
MD5 (micq981218ja.patch) = d98f7a6a4c0cdfcbc27989a39468f3e2
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- Makefile.orig Sun Oct 11 06:55:43 1998
|
||||
+++ Makefile Mon Oct 26 08:22:40 1998
|
||||
--- Makefile.orig Tue Jan 12 14:13:46 1999
|
||||
+++ Makefile Tue Jan 12 14:13:53 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 = -O2 -Wall -DUNIX -DANSI_COLOR
|
||||
-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
|
||||
+# CC = gcc
|
||||
+CFLAGS += -DUNIX -DANSI_COLOR
|
||||
+CFLAGS = -DUNIX -DANSI_COLOR
|
||||
# Uncomment the below line for humorous messages
|
||||
#CFLAGS += -DFUNNY_MSGS
|
||||
# uncomment the line below for debuging info
|
||||
|
|
Loading…
Reference in a new issue