diff mbox

linknx: deprecate the package

Message ID 1471554442-4397-1-git-send-email-thomas.petazzoni@free-electrons.com
State Rejected
Headers show

Commit Message

Thomas Petazzoni Aug. 18, 2016, 9:07 p.m. UTC
The upstream for this package is dead: the last release is from 2013,
the project is still using a CVS repository on SourceForge, and the
build breaks with gcc 6.x. Let's deprecate this package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/linknx/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Yann E. MORIN Aug. 19, 2016, 9:45 p.m. UTC | #1
Thomas, All,

On 2016-08-18 23:07 +0200, Thomas Petazzoni spake thusly:
> The upstream for this package is dead: the last release is from 2013,
> the project is still using a CVS repository on SourceForge, and the
> build breaks with gcc 6.x. Let's deprecate this package.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

I just patched it to drop a musl compatibility patch... Sob... :.-/

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/linknx/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/linknx/Config.in b/package/linknx/Config.in
> index ca55c8b..0da136b 100644
> --- a/package/linknx/Config.in
> +++ b/package/linknx/Config.in
> @@ -6,6 +6,9 @@ config BR2_PACKAGE_LINKNX
>  	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_USE_MMU # libpthsem
> +	# upstream is dead (CVS on SourceForge), no release since
> +	# 2013, build breaks with gcc 6.x
> +	depends on BR2_DEPRECATED_SINCE_2016_08
>  	help
>  	  Linknx is an automation platform providing high level functionalities
>  	  to EIB/KNX installation.
> @@ -15,3 +18,4 @@ config BR2_PACKAGE_LINKNX
>  comment "linknx needs a toolchain w/ C++"
>  	depends on BR2_USE_MMU
>  	depends on !BR2_INSTALL_LIBSTDCPP
> +	depends on BR2_DEPRECATED_SINCE_2016_08
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Aug. 20, 2016, 10:24 a.m. UTC | #2
Hello,

On Fri, 19 Aug 2016 23:45:21 +0200, Yann E. MORIN wrote:

> I just patched it to drop a musl compatibility patch... Sob... :.-/

You were so sad to see this package being deprecated that I decided to
have a closer look. In the end:

 1/ The issue was easy enough.

 2/ I found some activity upstream on Github at
    https://github.com/linknx/linknx, so I was even able to submit the
    fix upstream.

So issue fixed as of
https://git.buildroot.org/buildroot/commit/?id=780a88bc97294575c23c4f17513009d84c1bb4d2.

Thanks!

Thomas
diff mbox

Patch

diff --git a/package/linknx/Config.in b/package/linknx/Config.in
index ca55c8b..0da136b 100644
--- a/package/linknx/Config.in
+++ b/package/linknx/Config.in
@@ -6,6 +6,9 @@  config BR2_PACKAGE_LINKNX
 	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_USE_MMU # libpthsem
+	# upstream is dead (CVS on SourceForge), no release since
+	# 2013, build breaks with gcc 6.x
+	depends on BR2_DEPRECATED_SINCE_2016_08
 	help
 	  Linknx is an automation platform providing high level functionalities
 	  to EIB/KNX installation.
@@ -15,3 +18,4 @@  config BR2_PACKAGE_LINKNX
 comment "linknx needs a toolchain w/ C++"
 	depends on BR2_USE_MMU
 	depends on !BR2_INSTALL_LIBSTDCPP
+	depends on BR2_DEPRECATED_SINCE_2016_08