Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2000 16:13:49 +0200
From:      Maxim Sobolev <sobomax@altavista.net>
To:        "Marc G. Fournier" <scrappy@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/devel/mico Makefile ports/devel/mico/files  md5ports/devel/mico/patches patch-ar patch-ak patch-am  patch-anports/devel/mico/pkg PLIST
Message-ID:  <3895989D.DAFB2FD1@altavista.net>
References:  <200001300210.SAA38921@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"Marc G. Fournier" wrote:

> scrappy     2000/01/29 18:10:35 PST
>
>   Modified files:
>     devel/mico           Makefile
>     devel/mico/files     md5
>     devel/mico/patches   patch-ak patch-am patch-an
>     devel/mico/pkg       PLIST
>   Added files:
>     devel/mico/patches   patch-ar
>   Log:
>   This updates mico to 2.3.1 ...
>
>   PR: ports/16055
>   Submitted by: Maxim Sobolev <sobomax@altavista.net>

So it is definitely the time to close appropriate `ports/16055' PR.

BTW your second commit intended to silent portlint (ports/devel/mico/Makefile,v
1.40 2000/01/30 02:11:32 scrappy) broke this port because ${MICOVER}variable
used in pkg/PLIST and post-install target is  now undefined. Attached patch
should solve this problem without making portlint unhappy.

-Maxim

--- /usr/ports/devel/mico/Makefile Mon Jan 31 10:02:19 2000
+++ Makefile Mon Jan 31 16:07:04 2000
@@ -15,6 +15,8 @@
 LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
   tcl82.1:${PORTSDIR}/lang/tcl82

+MICOVER= `${ECHO} ${DISTNAME} | ${SED} 's/mico-//'`
+
 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config

 USE_NEWGCC= yes




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3895989D.DAFB2FD1>