From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 25 20:00:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F79A1065670 for ; Sat, 25 Sep 2010 20:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56FE28FC20 for ; Sat, 25 Sep 2010 20:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8PK0DGW047192 for ; Sat, 25 Sep 2010 20:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8PK0DN8047180; Sat, 25 Sep 2010 20:00:13 GMT (envelope-from gnats) Resent-Date: Sat, 25 Sep 2010 20:00:13 GMT Resent-Message-Id: <201009252000.o8PK0DN8047180@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, Tassilo Philipp Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C054106564A for ; Sat, 25 Sep 2010 19:55:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 003588FC1A for ; Sat, 25 Sep 2010 19:55:43 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8PJthFA063419 for ; Sat, 25 Sep 2010 19:55:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8PJthR5063407; Sat, 25 Sep 2010 19:55:43 GMT (envelope-from nobody) Message-Id: <201009251955.o8PJthR5063407@www.freebsd.org> Date: Sat, 25 Sep 2010 19:55:43 GMT From: Tassilo Philipp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150943: [maintainer update] dyncall 0.5 -> 0.6 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: Sat, 25 Sep 2010 20:00:13 -0000 >Number: 150943 >Category: ports >Synopsis: [maintainer update] dyncall 0.5 -> 0.6 >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: Sat Sep 25 20:00:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Tassilo Philipp >Release: 8.0 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN dyncall.orig/Makefile dyncall/Makefile --- dyncall.orig/Makefile 2010-09-25 14:14:18.000000000 +0200 +++ dyncall/Makefile 2010-09-25 14:48:24.000000000 +0200 @@ -6,9 +6,10 @@ # PORTNAME= dyncall -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ +MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \ + http://www.potion-studios.com/ MAINTAINER= tphilipp@potion-studios.com COMMENT= Highly dynamic multi-platform foreign function call interface library @@ -18,8 +19,8 @@ MAKEFILE= BSDmakefile -# There is no install target in the BSD makefile of version 0.5 of the dyncall library, so -# install it manually. +# There is no install target in the BSD makefile for this version of the dyncall +# library, so install it manually. .include @@ -29,8 +30,24 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/dyncall/dyncall.h \ - ${WRKSRC}/dyncall/dyncall_*.h \ - ${WRKSRC}/dyncallback/dyncall_*.h \ + ${WRKSRC}/dyncall/dyncall_alloc.h \ + ${WRKSRC}/dyncall/dyncall_vector.h \ + ${WRKSRC}/dyncall/dyncall_types.h \ + ${WRKSRC}/dyncall/dyncall_value.h \ + ${WRKSRC}/dyncall/dyncall_callf.h \ + ${WRKSRC}/dyncall/dyncall_callvm.h \ + ${WRKSRC}/dyncall/dyncall_config.h \ + ${WRKSRC}/dyncall/dyncall_macros.h \ + ${WRKSRC}/dyncall/dyncall_signature.h \ + ${WRKSRC}/dyncallback/dyncall_alloc_wx.h \ + ${WRKSRC}/dyncallback/dyncall_args.h \ + ${WRKSRC}/dyncallback/dyncall_callback.h \ + ${WRKSRC}/dyncallback/dyncall_thunk.h \ + ${WRKSRC}/dyncallback/dyncall_thunk_arm32_arm.h \ + ${WRKSRC}/dyncallback/dyncall_thunk_arm32_thumb.h \ + ${WRKSRC}/dyncallback/dyncall_thunk_ppc32.h \ + ${WRKSRC}/dyncallback/dyncall_thunk_x86.h \ + ${WRKSRC}/dyncallback/dyncall_thunk_x64.h \ ${WRKSRC}/dynload/dynload.h \ ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/dyncall/libdyncall_s.a \ diff -ruN dyncall.orig/distinfo dyncall/distinfo --- dyncall.orig/distinfo 2010-09-25 14:14:18.000000000 +0200 +++ dyncall/distinfo 2010-09-25 14:27:38.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (dyncall-0.5.tar.gz) = 0f3682045851abe6f853383c7c08c6ae -SHA256 (dyncall-0.5.tar.gz) = a781f110e5d7e02cb356ea1aada0c1cd63fff951056d138838a4442f100b9e7f -SIZE (dyncall-0.5.tar.gz) = 257532 +MD5 (dyncall-0.6.tar.gz) = 8e1e47285374222d1ea2f6bf6ecd78c3 +SHA256 (dyncall-0.6.tar.gz) = c99414abb8ebda2c83b345ec90c3f79ee4daaaaf2a0a29d4a1cc589ed43d0dc7 +SIZE (dyncall-0.6.tar.gz) = 302634 diff -ruN dyncall.orig/files/patch-configure dyncall/files/patch-configure --- dyncall.orig/files/patch-configure 2010-09-25 14:14:18.000000000 +0200 +++ dyncall/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- configure.orig 2010-02-01 20:28:54.000000000 +0100 -+++ configure 2010-04-28 17:51:33.000000000 +0200 -@@ -145,7 +145,7 @@ - elif [ "$ARCH" = "amd64" ] || [ "$ARCH" = "x86_64" ] || [ "$ARCH" = "x64" ]; then - CONFIG_ARCH="x64" - fi -- elif [ "$ARCH" = "Power Macintosh" ] || [ "$ARCH" = "ppc" ] || [ "$ARCH" = "macppc" ]; then -+ elif [ "$ARCH" = "Power Macintosh" ] || [ "$ARCH" = "ppc" ] || [ "$ARCH" = "macppc" ] || [ "$ARCH" = "powerpc" ]; then - CONFIG_ARCH="ppc32" - elif [ "$ARCH" = "x86" ] || [ "$ARCH" = "i386" ] || [ "$ARCH" = "i486" ] || [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ] || [ "$ARCH" = "i86pc" ]; then - CONFIG_ARCH="x86" diff -ruN dyncall.orig/pkg-plist dyncall/pkg-plist --- dyncall.orig/pkg-plist 2010-09-25 14:14:18.000000000 +0200 +++ dyncall/pkg-plist 2010-09-25 14:38:57.000000000 +0200 @@ -1,44 +1,22 @@ include/dyncall.h include/dyncall_alloc.h -include/dyncall_alloc_wx.h -include/dyncall_args.h -include/dyncall_args_arm32_arm.h -include/dyncall_args_arm32_thumb.h -include/dyncall_args_ppc32.h -include/dyncall_args_x64.h -include/dyncall_args_x86.h -include/dyncall_call_arm32_arm.h -include/dyncall_call_arm32_thumb.h -include/dyncall_call_mips32.h -include/dyncall_call_ppc32.h -include/dyncall_call_x64.h -include/dyncall_call_x86.h -include/dyncall_callback.h -include/dyncall_callback_arm32_arm.h -include/dyncall_callback_arm32_thumb.h -include/dyncall_callback_ppc32.h -include/dyncall_callback_x64.h -include/dyncall_callback_x86.h +include/dyncall_vector.h +include/dyncall_types.h +include/dyncall_value.h include/dyncall_callf.h include/dyncall_callvm.h -include/dyncall_callvm_arm32_arm.h -include/dyncall_callvm_arm32_thumb.h -include/dyncall_callvm_mips32.h -include/dyncall_callvm_ppc32.h -include/dyncall_callvm_x64.h -include/dyncall_callvm_x86.h include/dyncall_config.h include/dyncall_macros.h include/dyncall_signature.h +include/dyncall_alloc_wx.h +include/dyncall_args.h +include/dyncall_callback.h include/dyncall_thunk.h include/dyncall_thunk_arm32_arm.h include/dyncall_thunk_arm32_thumb.h include/dyncall_thunk_ppc32.h -include/dyncall_thunk_x64.h include/dyncall_thunk_x86.h -include/dyncall_types.h -include/dyncall_value.h -include/dyncall_vector.h +include/dyncall_thunk_x64.h include/dynload.h lib/libdyncall_s.a lib/libdyncallback_s.a >Release-Note: >Audit-Trail: >Unformatted: