pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libhdhomerun



Module Name:    pkgsrc
Committed By:   dbj
Date:           Thu Jul 14 07:03:07 UTC 2022

Modified Files:
        pkgsrc/multimedia/libhdhomerun: distinfo
Added Files:
        pkgsrc/multimedia/libhdhomerun/patches: patch-Makefile

Log Message:
multimedia/libhdhomerun: do not force arch on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/libhdhomerun/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/libhdhomerun/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/multimedia/libhdhomerun/distinfo
diff -u pkgsrc/multimedia/libhdhomerun/distinfo:1.6 pkgsrc/multimedia/libhdhomerun/distinfo:1.7
--- pkgsrc/multimedia/libhdhomerun/distinfo:1.6 Tue Oct 26 11:01:09 2021
+++ pkgsrc/multimedia/libhdhomerun/distinfo     Thu Jul 14 07:03:06 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:01:09 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/07/14 07:03:06 dbj Exp $
 
 BLAKE2s (libhdhomerun_20140121.tgz) = ea7d074b8e6e97a5297561c7ffd29a7ad9322a6e8636ea9144953ef759d9894a
 SHA512 (libhdhomerun_20140121.tgz) = bf7bfed024980b4a58d860b28194c6f3a394071ba1e3e25b46b2a20709e5de51fbb61779d46c9f1f01efd1553abf0332b3711afeb21479576f7f40da7f22eca1
 Size (libhdhomerun_20140121.tgz) = 47685 bytes
+SHA1 (patch-Makefile) = 153eb9e73fbe2bfba944cb666305efd20555ecd3
 SHA1 (patch-hdhomerun__sock__posix.c) = 29771502664cfaa580b083dc5adcab88869a6502

Added files:

Index: pkgsrc/multimedia/libhdhomerun/patches/patch-Makefile
diff -u /dev/null pkgsrc/multimedia/libhdhomerun/patches/patch-Makefile:1.1
--- /dev/null   Thu Jul 14 07:03:07 2022
+++ pkgsrc/multimedia/libhdhomerun/patches/patch-Makefile       Thu Jul 14 07:03:06 2022
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2022/07/14 07:03:06 dbj Exp $
+
+Do not force arch on darwin
+
+--- Makefile.orig      2013-05-03 21:14:06.000000000 +0000
++++ Makefile
+@@ -32,7 +32,6 @@ else
+     LDFLAGS += -lsocket
+   endif
+   ifeq ($(OS),Darwin)
+-    CFLAGS += -arch i386 -arch ppc
+     LIBEXT := .dylib
+     SHARED := -dynamiclib -install_name libhdhomerun$(LIBEXT)
+   endif



Home | Main Index | Thread Index | Old Index