From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 1 04:40:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71EC37B401 for ; Fri, 1 Aug 2003 04:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95E343FDD for ; Fri, 1 Aug 2003 04:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h71BeEUp097625 for ; Fri, 1 Aug 2003 04:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h71BeEnC097624; Fri, 1 Aug 2003 04:40:14 -0700 (PDT) Resent-Date: Fri, 1 Aug 2003 04:40:14 -0700 (PDT) Resent-Message-Id: <200308011140.h71BeEnC097624@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Brueffer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB2137B404 for ; Fri, 1 Aug 2003 04:40:10 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B87C43F85 for ; Fri, 1 Aug 2003 04:40:09 -0700 (PDT) (envelope-from brueffer@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HIX002UMUPQGV@ms-dienst.rz.rwth-aachen.de> for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Aug 2003 13:32:15 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Fri, 01 Aug 2003 13:32:14 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (daemon@haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) h71BWDaW005167; Fri, 01 Aug 2003 13:32:13 +0200 (MEST) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1002) id 445C71D; Fri, 01 Aug 2003 11:32:13 +0000 (GMT) Message-Id: <20030801113213.445C71D@haakonia.hitnet.rwth-aachen.de> Date: Fri, 01 Aug 2003 11:32:13 +0000 (GMT) From: Markus Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Stefan Jahn Subject: ports/55144: [patch] unbreak net/kopete on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Markus Brueffer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 11:40:17 -0000 >Number: 55144 >Category: ports >Synopsis: [patch] unbreak net/kopete on -CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 01 04:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Jul 18 18:16:37 CEST 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: - fix build on -CURRENT - small Makefile cleanup Maintainer CC'd >How-To-Repeat: >Fix: --- kopete.diff begins here --- diff -ruN kopete.orig/Makefile kopete/Makefile --- kopete.orig/Makefile Sun May 18 00:26:44 2003 +++ kopete/Makefile Fri Aug 1 12:23:55 2003 @@ -17,16 +17,20 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + CONFIGURE_ENV= LDFLAGS="-lcrypto" +post-extract: + @${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure + post-install: ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kopete.mo -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/ -${RMDIR} ${PREFIX}/share/locale/xx/ -.include -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include +.include --- kopete.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: