Date: Mon, 13 Jan 2003 11:49:59 +0100 (MET) From: Roland Jesse <roland.jesse@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47012: Update misc/mango to version 0.23 (SUPERCEEDS ports/42323) Message-ID: <200301131049.h0DAnxZg003940@arthur.cs.uni-magdeburg.de>
next in thread | raw e-mail | index | archive | help
>Number: 47012 >Category: ports >Synopsis: Update misc/mango to version 0.23 (SUPERCEEDS ports/42323) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 02:50:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD 4.7-STABLE #9: Tue Nov 19 13:06:45 CET 2002 i386 >Description: This is an update of port misc/mango. This update requires the qextmdi library (ports/37567). No new files are introduced by this update. >How-To-Repeat: build and install port misc/mango >Fix: diff -ruN mango/Makefile mango.new/Makefile --- mango/Makefile Mon May 13 10:04:29 2002 +++ mango.new/Makefile Mon Jan 13 11:27:36 2003 @@ -1,31 +1,38 @@ # New ports collection makefile for: mango # Date created: 23 March 2001 -# Whom: Roland Jesse <jesse@cs.uni-magdeburg.de> +# Whom: Roland Jesse <roland.jesse@gmx.net> # # $FreeBSD: ports/misc/mango/Makefile,v 1.4 2002/05/11 09:33:46 kris Exp $ # PORTNAME= mango -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.23 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=mango -MAINTAINER= jesse@cs.uni-magdeburg.de +MAINTAINER= roland.jesse@gmx.net -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +LIB_DEPENDS+= kextmdi.2:${PORTSDIR}/devel/qextmdi USE_BZIP2= yes -USE_QT_VER= 2 -TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE} +USE_QT_VER= 3 +USE_KDEBASE_VER= 3 MAKE_ENV+= QTDIR=${X11BASE} +.if defined(MAKE_JOBS) +MAKE_ARGS+= -j${MAKE_JOBS} +.endif + +.include <bsd.port.pre.mk> + +do-configure: + @(cd ${WRKSRC} && \ + ${SED} -i -e 's|warn_on debug|warn_off release kde thread|' mango.pro) + @(cd ${WRKSRC} && \ + ${SETENV} QTDIR=${X11BASE} PREFIX=${PREFIX} QMAKESPEC=freebsd-g++ \ + qmake mango.pro) -do-build: - (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro) - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +pre-install: + @${STRIP_CMD} ${WRKSRC}/mango -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin - -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN mango/distinfo mango.new/distinfo --- mango/distinfo Sat Mar 31 04:25:18 2001 +++ mango.new/distinfo Mon Jan 13 11:28:11 2003 @@ -1 +1 @@ -MD5 (mango-0.3.tar.bz2) = ac9cb32f5174890552e4711065890f1d +MD5 (mango-0.23.tar.bz2) = c982c2efcfb32ee654b345eb9d4e2e19 diff -ruN mango/pkg-descr mango.new/pkg-descr --- mango/pkg-descr Sat Mar 31 04:25:18 2001 +++ mango.new/pkg-descr Mon Jul 29 10:18:25 2002 @@ -1,8 +1,7 @@ Mango is a recipe management software. The main motivation of the -project is to provide a mealmaster compatible application for UNIX and -similar systems. +project is to provide an open source mealmaster compatible +application. WWW: http://mango.sourceforge.net/ - Roland -jesse@cs.uni-magdeburg.de >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?200301131049.h0DAnxZg003940>