From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 7 20:34:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3789B16A4CE; Sun, 7 Nov 2004 20:34:16 +0000 (GMT) Received: from escargot.epm.net.co (escargot.epm.net.co [200.13.224.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF4F43D2F; Sun, 7 Nov 2004 20:34:13 +0000 (GMT) (envelope-from jgutie11@eafit.edu.co) Received: from uma (uma.epm.net.co [200.13.224.10]) by escargot.epm.net.co (Postfix) with ESMTP id 28F9F5A76; Sun, 7 Nov 2004 15:34:12 -0500 (COT) Received: from [192.168.0.254] ([200.116.30.51]) by smtpmed.epm.net.co (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0I6T00GKBT4Z8S@smtpmed.epm.net.co>; Sun, 07 Nov 2004 15:34:12 -0500 (COT) Date: Sun, 07 Nov 2004 15:34:09 +0000 From: "Jorge Mario G. Mazo" In-reply-to: <200411070650.iA76oO6E056832@freefall.freebsd.org> Sender: teresitamp@epm.net.co To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-id: <1099841649.8078.17.camel@mosca> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Content-type: multipart/mixed; boundary="Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)" References: <200411070650.iA76oO6E056832@freefall.freebsd.org> Subject: Re: ports/73635: traydoc fix, logo fix and version upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 20:34:16 -0000 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ) Content-type: text/plain Content-transfer-encoding: 7BIT The patch I juse sended has a small bug fixed patch attached, distinfo files attached as well -- Powered by FreeBSD --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ) Content-type: text/x-patch; name=Makefile.diff Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=Makefile.diff --- Makefile.old Sun Nov 7 00:47:54 2004 +++ Makefile Sun Nov 7 15:00:29 2004 @@ -6,7 +6,7 @@ # PORTNAME= amsn -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/amsn-0_93 +WRKSRC= ${WRKDIR}/amsn-0_94 LIBDIR= ${PREFIX}/lib/msn DOCSDIR= ${PREFIX}/share/doc/amsn @@ -38,9 +38,10 @@ @${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -rf do-configure: + export WISH=`which wish8.4` && ${SED} s=!!PREFIX!!=`dirname $${WISH}|${SED} sx/binxxg`=g ${FILESDIR}/Makefile.traydoc | ${SED} s=!!X11BASE!!=${X11BASE}=g > ${WRKSRC}/plugins/traydock/Makefile do-build: - + cd ${WRKSRC}/plugins/traydock && make && ${RM} Makefile do-install: @${MKDIR} ${LIBDIR} @cd ${WRKSRC}; tar cf - ${CORE} | ( cd ${LIBDIR}; tar xpf - ) @@ -60,5 +61,6 @@ @${CHMOD} 555 ${PREFIX}/lib/msn/amsn @${CHMOD} 555 ${PREFIX}/lib/msn/amsn-remote @${CHMOD} 555 ${PREFIX}/lib/msn/utils/amsnctl.pl - + @uudecode -o ${PREFIX}/lib/msn/skins/default/pixmaps/logolinmsn.gif \ + ${FILESDIR}/logolinmsn.gif.uue .include --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ) Content-type: text/plain; name=distinfo Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=distinfo MD5 (amsn-0_94.tar.gz) = 7b7db9225342bb6c59b873ec90882e22 SIZE (amsn-0_94.tar.gz) = 2293874 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)--