Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 10:25:32 +0200 (MEST)
From:      Roland Jesse <roland.jesse@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41112: Update misc/mango to version 0.16 (SUPERCEEDS ports/37594)
Message-ID:  <200207290825.g6T8PWhx086867@arthur.cs.uni-magdeburg.de>

next in thread | raw e-mail | index | archive | help

>Number:         41112
>Category:       ports
>Synopsis:       Update misc/mango to version 0.16 (SUPERCEEDS ports/37594)
>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:   Mon Jul 29 01:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD arthur.cs.uni-magdeburg.de 4.6-STABLE FreeBSD 4.6-STABLE #7: Thu Jul 11 17:55:56 CEST 2002 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR 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 Jul 29 10:20:05 2002
@@ -1,31 +1,32 @@
 # 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.16
 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+=	qextmdi.2:${PORTSDIR}/devel/qextmdi
 
 USE_BZIP2=	yes
-USE_QT_VER=	2
-TMAKEENV=	TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE}
+USE_QT_VER=	3
 MAKE_ENV+=	QTDIR=${X11BASE}
 
-do-build:
-	(cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro)
-	(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+do-configure:
+	@(cd ${WRKSRC} && \
+	${SED} -i -e 's|warn_on debug|warn_off release thread|' mango.pro)
+	@(cd ${WRKSRC} && \
+	${SETENV} QTDIR=${X11BASE} PREFIX=${PREFIX} QMAKESPEC=freebsd-g++ \
+	qmake mango.pro)
 
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin
+pre-install:
+	@${STRIP_CMD} ${WRKSRC}/mango
 
 .include <bsd.port.mk>
diff -ruN mango/distinfo mango.new/distinfo
--- mango/distinfo	Sat Mar 31 04:25:18 2001
+++ mango.new/distinfo	Mon Jul 29 09:12:08 2002
@@ -1 +1 @@
-MD5 (mango-0.3.tar.bz2) = ac9cb32f5174890552e4711065890f1d
+MD5 (mango-0.16.tar.bz2) = e5b194925761a4efb868feb09b90e556
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?200207290825.g6T8PWhx086867>