* [gentoo-commits] repo/gentoo:master commit in: net-misc/cgminer/files/
@ 2017-01-07 22:28 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2017-01-07 22:28 UTC (permalink / raw
To: gentoo-commits
commit: ff6c9133541f416e6f6ddc1f709e0bdfd99c3f9c
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jan 7 16:39:20 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 22:27:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6c9133
net-misc/cgminer: remove unused patch
.../files/cgminer-4.3.5-system-jansson.patch | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/net-misc/cgminer/files/cgminer-4.3.5-system-jansson.patch b/net-misc/cgminer/files/cgminer-4.3.5-system-jansson.patch
deleted file mode 100644
index bfe1431..00000000
--- a/net-misc/cgminer/files/cgminer-4.3.5-system-jansson.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff -Naur cgminer-4.3.5.orig/compat/Makefile.am cgminer-4.3.5/compat/Makefile.am
---- cgminer-4.3.5.orig/compat/Makefile.am 2013-11-30 16:24:45.000000000 -0500
-+++ cgminer-4.3.5/compat/Makefile.am 2014-06-10 09:50:07.363965296 -0400
-@@ -1,8 +1,5 @@
--
--SUBDIRS = jansson-2.5
--
- if WANT_USBUTILS
- if WANT_STATIC_LIBUSB
--SUBDIRS += libusb-1.0
-+SUBDIRS = libusb-1.0
- endif
- endif
-diff -Naur cgminer-4.3.5.orig/configure.ac cgminer-4.3.5/configure.ac
---- cgminer-4.3.5.orig/configure.ac 2014-06-09 21:40:35.000000000 -0400
-+++ cgminer-4.3.5/configure.ac 2014-06-10 09:49:42.306964156 -0400
-@@ -405,8 +405,7 @@
-
- AM_CONDITIONAL([WANT_STATIC_LIBUSB], [test x$dlibusb = xno])
-
--AC_CONFIG_SUBDIRS([compat/jansson-2.5])
--JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"
-+JANSSON_LIBS="-ljansson"
-
- PKG_PROG_PKG_CONFIG()
-
-diff -Naur cgminer-4.3.5.orig/Makefile.am cgminer-4.3.5/Makefile.am
---- cgminer-4.3.5.orig/Makefile.am 2014-06-09 20:29:40.000000000 -0400
-+++ cgminer-4.3.5/Makefile.am 2014-06-10 09:49:56.153964786 -0400
-@@ -1,8 +1,6 @@
-
- ACLOCAL_AMFLAGS = -I m4
-
--JANSSON_CPPFLAGS= -I$(top_builddir)/compat/jansson-2.5/src -I$(top_srcdir)/compat/jansson-2.5/src
--
- if WANT_USBUTILS
- USBUTILS_CPPFLAGS = -I$(top_builddir)/compat/libusb-1.0/libusb -I$(top_srcdir)/compat/libusb-1.0/libusb
- else
-@@ -18,7 +16,7 @@
-
- SUBDIRS = lib compat ccan
-
--cgminer_CPPFLAGS = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_CPPFLAGS) $(USBUTILS_CPPFLAGS)
-+cgminer_CPPFLAGS = $(PTHREAD_FLAGS) -fno-strict-aliasing $(USBUTILS_CPPFLAGS)
-
- bin_PROGRAMS = cgminer
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cgminer/files/
@ 2017-08-09 12:18 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2017-08-09 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 99b4f590c3ec75b1b535671d7ddcffad329561a3
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 9 09:08:50 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 12:18:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b4f590
net-misc/cgminer: remove unused patch
.../files/cgminer-4.4.2-system-jansson.patch | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/net-misc/cgminer/files/cgminer-4.4.2-system-jansson.patch b/net-misc/cgminer/files/cgminer-4.4.2-system-jansson.patch
deleted file mode 100644
index a54054cb630..00000000000
--- a/net-misc/cgminer/files/cgminer-4.4.2-system-jansson.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff -Naur cgminer-4.4.2.orig/compat/Makefile.am cgminer-4.4.2/compat/Makefile.am
---- cgminer-4.4.2.orig/compat/Makefile.am 2014-07-16 23:01:05.000000000 -0400
-+++ cgminer-4.4.2/compat/Makefile.am 2014-07-17 06:55:09.703029301 -0400
-@@ -1,8 +1,5 @@
--
--SUBDIRS = jansson-2.6
--
- if WANT_USBUTILS
- if WANT_STATIC_LIBUSB
--SUBDIRS += libusb-1.0
-+SUBDIRS = libusb-1.0
- endif
- endif
-diff -Naur cgminer-4.4.2.orig/configure.ac cgminer-4.4.2/configure.ac
---- cgminer-4.4.2.orig/configure.ac 2014-07-17 00:35:21.000000000 -0400
-+++ cgminer-4.4.2/configure.ac 2014-07-17 06:55:44.964030906 -0400
-@@ -418,8 +418,7 @@
-
- AM_CONDITIONAL([WANT_STATIC_LIBUSB], [test x$dlibusb = xno])
-
--AC_CONFIG_SUBDIRS([compat/jansson-2.6])
--JANSSON_LIBS="compat/jansson-2.6/src/.libs/libjansson.a"
-+JANSSON_LIBS="-ljansson"
-
- PKG_PROG_PKG_CONFIG()
-
-diff -Naur cgminer-4.4.2.orig/Makefile.am cgminer-4.4.2/Makefile.am
---- cgminer-4.4.2.orig/Makefile.am 2014-07-16 23:01:30.000000000 -0400
-+++ cgminer-4.4.2/Makefile.am 2014-07-17 06:56:01.140031642 -0400
-@@ -1,8 +1,6 @@
-
- ACLOCAL_AMFLAGS = -I m4
-
--JANSSON_CPPFLAGS= -I$(top_builddir)/compat/jansson-2.6/src -I$(top_srcdir)/compat/jansson-2.6/src
--
- if WANT_USBUTILS
- USBUTILS_CPPFLAGS = -I$(top_builddir)/compat/libusb-1.0/libusb -I$(top_srcdir)/compat/libusb-1.0/libusb
- else
-@@ -18,7 +16,7 @@
-
- SUBDIRS = lib compat ccan
-
--cgminer_CPPFLAGS = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_CPPFLAGS) $(USBUTILS_CPPFLAGS)
-+cgminer_CPPFLAGS = $(PTHREAD_FLAGS) -fno-strict-aliasing $(USBUTILS_CPPFLAGS)
-
- bin_PROGRAMS = cgminer
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-09 12:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 12:18 [gentoo-commits] repo/gentoo:master commit in: net-misc/cgminer/files/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2017-01-07 22:28 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox