pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/erlang-eimp



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Jan 16 00:00:48 UTC 2021

Modified Files:
        pkgsrc/graphics/erlang-eimp: Makefile distinfo
Added Files:
        pkgsrc/graphics/erlang-eimp/patches: patch-rebar.config

Log Message:
erlang-eimp: Update to 1.0.18

upstream changes:
-----------------
Version 1.0.18
  * Updating p1_utils to version 1.0.21.
  * Load external libraries dynamically

Version 1.0.17
  * Updating p1_utils to version 1.0.20.

Version 1.0.16
  * Add Travis and support for Erlang/OTP 23.0

Version 1.0.15
  * Updating p1_utils to version 1.0.19.
  * Fix compatibility issues with Erlang 23

Version 1.0.14
  * Updating p1_utils to version 1.0.18.
  * Update copyright year
  * Don't assume that image libs are available when configure was not called

Version 1.0.13
  * Updating p1_utils to version 1.0.17.

Version 1.0.12
  * Updating p1_utils to version 1.0.16.
  * Update type specs

Version 1.0.11
  * Updating p1_utils to version 1.0.15.

Version 1.0.10
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide

Version 1.0.9
  * Include configure and vars.config.in in hex package

Version 1.0.8
  * Updating p1_utils to version 1.0.13.

Version 1.0.7
  * Updating p1_utils to version 6ff85e8.
  * Pack rebar.config.script in hex package


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/erlang-eimp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/erlang-eimp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/erlang-eimp/patches/patch-rebar.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/erlang-eimp/Makefile
diff -u pkgsrc/graphics/erlang-eimp/Makefile:1.10 pkgsrc/graphics/erlang-eimp/Makefile:1.11
--- pkgsrc/graphics/erlang-eimp/Makefile:1.10   Mon Aug 17 20:18:57 2020
+++ pkgsrc/graphics/erlang-eimp/Makefile        Sat Jan 16 00:00:48 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2020/08/17 20:18:57 leot Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/16 00:00:48 triaxx Exp $
 
-DISTNAME=      eimp-1.0.6
+DISTNAME=      eimp-1.0.18
 PKGNAME=       erlang-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -13,7 +12,7 @@ LICENSE=      apache-2.0
 
 GITHUB_PROJECT=        eimp
 
-DEPENDS+=      erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
 
 GNU_CONFIGURE= yes
 

Index: pkgsrc/graphics/erlang-eimp/distinfo
diff -u pkgsrc/graphics/erlang-eimp/distinfo:1.5 pkgsrc/graphics/erlang-eimp/distinfo:1.6
--- pkgsrc/graphics/erlang-eimp/distinfo:1.5    Fri Jul 20 09:26:21 2018
+++ pkgsrc/graphics/erlang-eimp/distinfo        Sat Jan 16 00:00:48 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/07/20 09:26:21 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2021/01/16 00:00:48 triaxx Exp $
 
-SHA1 (eimp-1.0.6.tar.gz) = 9b30df6b5d63069b92b74654573951b6c3762c92
-RMD160 (eimp-1.0.6.tar.gz) = 46a56c78a1e2a2fe813c21691627b7a283ceab85
-SHA512 (eimp-1.0.6.tar.gz) = 3d6e2535f75d813cad9d5d556bd4b24a9ea941869343f8cbb30c371284886b2a8be1b97022203657c42ee35d24210e59769ccf7fc3139db3e51dbe982fd8b4a1
-Size (eimp-1.0.6.tar.gz) = 3471317 bytes
+SHA1 (eimp-1.0.18.tar.gz) = 8832290b7f372cf235b1059014344d94b36c7f49
+RMD160 (eimp-1.0.18.tar.gz) = fa16787451f1f814e61a2261594a7ed3fd932636
+SHA512 (eimp-1.0.18.tar.gz) = 17b0738dfc2aa41eddaa388cf76f5a88336984029f6cf77873aa4d9ca5b15ebcb748e855622113d1b50faa1eeab93fc839b88cc5a20ddc476c5c0886fc26d8a2
+Size (eimp-1.0.18.tar.gz) = 3477198 bytes
+SHA1 (patch-rebar.config) = 64d8fe6cea75adc36efad929a60bf4b13243ed11

Added files:

Index: pkgsrc/graphics/erlang-eimp/patches/patch-rebar.config
diff -u /dev/null pkgsrc/graphics/erlang-eimp/patches/patch-rebar.config:1.1
--- /dev/null   Sat Jan 16 00:00:48 2021
+++ pkgsrc/graphics/erlang-eimp/patches/patch-rebar.config      Sat Jan 16 00:00:48 2021
@@ -0,0 +1,16 @@
+$NetBSD: patch-rebar.config,v 1.1 2021/01/16 00:00:48 triaxx Exp $
+
+On BSD systems there is no libdl, as the required functionality is already built
+into libc.
+
+--- rebar.config.orig  2020-12-08 13:55:42.000000000 +0000
++++ rebar.config
+@@ -25,7 +25,7 @@
+             {if_have_fun, {rand, uniform, 1}, {d, 'RAND_UNIFORM'}}]}.
+ 
+ {port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
+-            {"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS -ldl"}]}.
++            {"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}.
+ 
+ {port_specs, [{"priv/bin/eimp", ["c_src/eimp.c"]}]}.
+ 



Home | Main Index | Thread Index | Old Index