Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 01:29:01 +0100 (CET)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61374: [maintainer] graphics/kimagemapeditor: fix mastersite
Message-ID:  <20040115002901.368DF1C0@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200401150020.i0F0KFmG077039@freefall.freebsd.org>

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

>Number:         61374
>Category:       ports
>Synopsis:       [maintainer] graphics/kimagemapeditor: fix mastersite
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 16:20:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.2-CURRENT FreeBSD 5.2-CURRENT #16: Mon Dec 22 00:35:14 CET 2003 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	Since the download-area of Savannah is still down, change the mastersite
	until it is up again.

	While I'm here, change the port to respect PTHREAD_LIBS and CFLAGS.

>How-To-Repeat:
>Fix:

--- kimagemapeditor.diff begins here ---
diff -ruN kimagemapeditor.orig/Makefile kimagemapeditor/Makefile
--- kimagemapeditor.orig/Makefile	Thu Jan 15 00:58:59 2004
+++ kimagemapeditor/Makefile	Thu Jan 15 01:00:25 2004
@@ -7,8 +7,7 @@
 PORTNAME=	kimagemapeditor
 PORTVERSION=	1.0
 CATEGORIES=	graphics kde
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	kimagemap
+MASTER_SITES=	http://www.brueffer.de/distfiles/
 
 MAINTAINER=	brueffer@phoenix-systems.de
 COMMENT=	KDE-based editor for HTML image maps
@@ -20,11 +19,11 @@
 USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 pre-configure:
-	${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+	${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
--- kimagemapeditor.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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