Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 16:55:32 +0100 (MET)
From:      Roland Jesse <roland.jesse@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48884: Update misc/mango to 0.25
Message-ID:  <200303031555.h23FtWdh041394@arthur.cs.uni-magdeburg.de>

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

>Number:         48884
>Category:       ports
>Synopsis:       Update misc/mango to 0.25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 03 08:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
Private
>Environment:
System: FreeBSD 4.8-PRERELEASE FreeBSD #11: Thu Feb 27 13:04:22 CET 2003 i386
>Description:
Update of port misc/mango to version 0.25.

Note: The file files/patch-mango.pro is gone and can be removed from CVS.
>How-To-Repeat:
build and install port misc/mango
>Fix:
diff -ruN mango/Makefile mango.new/Makefile
--- mango/Makefile	Tue Feb 25 08:51:35 2003
+++ mango.new/Makefile	Mon Mar  3 16:51:00 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mango
-PORTVERSION=	0.24
+PORTVERSION=	0.25
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=mango
@@ -24,10 +24,12 @@
 .endif
 
 USE_BZIP2=	yes
-USE_QT_VER=	3
-MAKE_ENV+=	QTDIR=${QT_PREFIX} LDFLAGS="-lkdevelopqextmdi"
+USE_REINPLACE=	yes
+MAKE_ENV+=	QTDIR=${QT_PREFIX} LDFLAGS="-lkextmdi"
 .if defined(WITH_KDE)
 USE_KDEBASE_VER=	3
+.else
+USE_QT_VER=	3
 .endif
 .if defined(MAKE_JOBS)
 MAKE_ARGS+=	-j${MAKE_JOBS}
@@ -48,10 +50,10 @@
 do-configure:
 .if defined(WITH_KDE)
 	@(cd ${WRKSRC} && \
-	${SED} -i -e 's|warn_on debug|warn_off release kde thread|' mango.pro)
+	${REINPLACE_CMD} -e 's|warn_on debug|warn_off release kde|' mango.pro)
 .else
 	@(cd ${WRKSRC} && \
-	${SED} -i -e 's|warn_on debug|warn_off release thread|' mango.pro)
+	${REINPLACE_CMD} -e 's|warn_on debug|warn_off release|' mango.pro)
 .endif
 	@(cd ${WRKSRC} && \
 	${SETENV} ${MAKE_ENV} PREFIX=${PREFIX} QMAKESPEC=freebsd-g++ \
diff -ruN mango/distinfo mango.new/distinfo
--- mango/distinfo	Thu Feb 20 01:11:53 2003
+++ mango.new/distinfo	Mon Mar  3 16:21:16 2003
@@ -1 +1 @@
-MD5 (KDE/mango-0.24.tar.bz2) = f0bf708ad8173425a9cd0f36e8942dff
+MD5 (KDE/mango-0.25.tar.bz2) = 928b8fd2fa0795aa9216a670760ac0ab
diff -ruN mango/files/patch-mango.pro mango.new/files/patch-mango.pro
--- mango/files/patch-mango.pro	Wed Jan 15 17:54:23 2003
+++ mango.new/files/patch-mango.pro	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- mango.pro.orig	Wed Jan 15 17:01:32 2003
-+++ mango.pro	Wed Jan 15 17:01:35 2003
-@@ -11,6 +11,7 @@
- 
- TEMPLATE =	app
- CONFIG	+= 	qt opengl warn_on debug
-+INCLUDEPATH += ${PREFIX}/include/qextmdi
- unix:CONFIG +=	x11
- win32:CONFIG +=	windows
- #REQUIRES =	xml
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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