public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/files/
@ 2017-09-02 14:27 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-09-02 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee5bde3d2ab4f3d7733cdcae073759f7d234f79
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 30 18:01:25 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:27:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee5bde3

media-libs/hamlib: remove unused patches

 .../hamlib/files/hamlib-1.2.11-bindings.diff       | 28 ----------------------
 .../hamlib/files/hamlib-1.2.15.3-configure.diff    | 12 ----------
 2 files changed, 40 deletions(-)

diff --git a/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff b/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff
deleted file mode 100644
index bf92076c7f8..00000000000
--- a/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: bindings/Makefile.am
-# fix tcl install path
-===================================================================
---- bindings/Makefile.am	(revision 2854)
-+++ bindings/Makefile.am	(working copy)
-@@ -62,7 +62,7 @@
- 
- tcl_ltlib = hamlibtcl.la
- 
--tcldir = $(prefix)/lib/tcl
-+tcldir = @tclpackagedir@/hamlib
- 
- PKG_VER=1.0
- DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@
-Index: configure.ac
-# add macro to determine path to tcl packages
-===================================================================
---- configure.ac	(revision 2854)
-+++ configure.ac	(working copy)
-@@ -316,6 +316,8 @@
- AC_SUBST(TCL_LIB_SPEC)
- AC_SUBST(TCL_INCLUDE_SPEC)
- AC_SUBST(TCL_SHLIB_SUFFIX)
-+tclpackagedir=`echo $TCL_PACKAGE_PATH | cut -d ' ' -f 1 | sed "s,$TCL_PREFIX,\\${prefix},"`
-+AC_SUBST(tclpackagedir)
- 
- # TODO: require "${ac_cv_header_sys_socket_h}" = "no"
- 

diff --git a/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff b/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff
deleted file mode 100644
index 51a8e85f91d..00000000000
--- a/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-# Use CXXFLAGS to built c++ components 
---- configure.ac.old	2013-01-22 09:20:31.000000000 +0100
-+++ configure.ac	2013-01-22 09:20:43.000000000 +0100
-@@ -87,7 +87,7 @@
- ACX_PTHREAD
- if test x"$acx_pthread_ok" = xyes; then
- 	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
--	CXXFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-+	CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}"
- fi
- 
- AC_SYS_POSIX_TERMIOS()


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/files/
@ 2021-05-29 18:05 Thomas Beierlein
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein @ 2021-05-29 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2edcdac342151bc6741d165a0a11eee894a27fbf
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 27 19:00:31 2021 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat May 29 18:05:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edcdac3

media-libs/hamlib: remove unused patch(es)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21011
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-libs/hamlib/files/hamlib-3.3-format-security.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/media-libs/hamlib/files/hamlib-3.3-format-security.patch b/media-libs/hamlib/files/hamlib-3.3-format-security.patch
deleted file mode 100644
index bbf2de1d17d..00000000000
--- a/media-libs/hamlib/files/hamlib-3.3-format-security.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Fixes build error with format-securety (bug #714682)
-diff --git a/tests/rotctl_parse.c b/tests/rotctl_parse.c
-index 44308cc..aab1300 100644
---- a/tests/rotctl_parse.c
-+++ b/tests/rotctl_parse.c
-@@ -1009,7 +1009,7 @@ int rotctl_parse(ROT *my_rot, FILE *fin, FILE *fout, char *argv[], int argc)
-             /* The starting position of the source string is the first
-              * character past the initial '\'.
-              */
--            snprintf(cmd_name, sizeof(cmd_name), parsed_input[0] + 1);
-+            snprintf(cmd_name, sizeof(cmd_name), "%s", parsed_input[0] + 1);
- 
-             /* Sanity check as valid multiple character commands consist of
-              * alpha-numeric characters and the underscore ('_') character.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-29 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 14:27 [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/files/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 18:05 Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox