From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 20 08:00:41 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 E622D16A41C for ; Mon, 20 Jun 2005 08:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8C743D49 for ; Mon, 20 Jun 2005 08:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5K80TpW087951 for ; Mon, 20 Jun 2005 08:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5K80TXK087950; Mon, 20 Jun 2005 08:00:29 GMT (envelope-from gnats) Resent-Date: Mon, 20 Jun 2005 08:00:29 GMT Resent-Message-Id: <200506200800.j5K80TXK087950@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, Michael Nottebrock Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AB716A41C for ; Mon, 20 Jun 2005 07:57:23 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E19543D5C for ; Mon, 20 Jun 2005 07:57:22 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 9004922FCB for ; Mon, 20 Jun 2005 09:57:21 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 8656B5F313 for ; Mon, 20 Jun 2005 09:57:21 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-192-129.arcor-ip.net [213.23.192.129]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 17E4E349AC for ; Mon, 20 Jun 2005 09:57:21 +0200 (CEST) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.4]) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j5K7vH6r022550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Jun 2005 09:57:18 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.1/8.13.1) with ESMTP id j5K7vHHT085358 for ; Mon, 20 Jun 2005 09:57:17 +0200 (CEST) (envelope-from lofi@kiste.my.domain) Received: (from lofi@localhost) by kiste.my.domain (8.13.1/8.13.1/Submit) id j5K7vFrV084905; Mon, 20 Jun 2005 09:57:15 +0200 (CEST) (envelope-from lofi) Message-Id: <200506200757.j5K7vFrV084905@kiste.my.domain> Date: Mon, 20 Jun 2005 09:57:15 +0200 (CEST) From: Michael Nottebrock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82433: [Patch] Fix imlib2 on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 08:00:41 -0000 >Number: 82433 >Category: ports >Synopsis: [Patch] Fix imlib2 on 4.x >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 20 08:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Nottebrock >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD kiste 5.4-STABLE FreeBSD 5.4-STABLE #1: Mon Jun 6 20:56:05 CEST 2005 root@kiste:/usr/obj/usr/src/sys/KISTE-UP i386 >Description: The updated version of imlib2 uses round() instead of lround(), thus the 4.x-patch must be adjusted accordingly. >How-To-Repeat: >Fix: --- imlib2.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- Makefile 16 Jun 2005 09:34:41 -0000 1.102 +++ Makefile 20 Jun 2005 07:53:35 -0000 @@ -39,6 +39,6 @@ post-patch: @${REINPLACE_CMD} -e \ - 's|lround|(long int)rint|g' ${WRKSRC}/src/lib/color_helpers.c + 's|round|rint|g' ${WRKSRC}/src/lib/color_helpers.c .include --- imlib2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: