Date: Wed, 1 Jan 2025 12:32:23 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42677a819c18 - main - comms/libconcord: Remove expired port Message-ID: <202501011232.501CWNrZ008034@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=42677a819c18fd57ae34d171115e17d56d957d4b commit 42677a819c18fd57ae34d171115e17d56d957d4b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 12:32:17 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 12:32:17 +0000 comms/libconcord: Remove expired port 2024-12-31 comms/libconcord: Logitech Harmony were officially discontinued in 2021, last major product in 2019. --- MOVED | 1 + comms/Makefile | 1 - comms/libconcord/Makefile | 25 ------------------------- comms/libconcord/distinfo | 3 --- comms/libconcord/files/patch-configure | 16 ---------------- comms/libconcord/pkg-descr | 6 ------ comms/libconcord/pkg-plist | 6 ------ 7 files changed, 1 insertion(+), 57 deletions(-) diff --git a/MOVED b/MOVED index 26428c3d0e73..22bef990b400 100644 --- a/MOVED +++ b/MOVED @@ -3850,3 +3850,4 @@ www/Stikked||2025-01-01|Has expired: Broken with PHP 8+ (see PR 281858) databases/pgpool-II-41||2025-01-01|Has expired: Upstream EOL reaches on 2024-10-31 devel/electron29||2025-01-01|Has expired: EOLed upstream, switch to newer version devel/electron30||2025-01-01|Has expired: EOLed upstream, switch to newer version +comms/libconcord||2025-01-01|Has expired: Logitech Harmony were officially discontinued in 2021, last major product in 2019 diff --git a/comms/Makefile b/comms/Makefile index c36bf0de965c..c479a42c2ce1 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -69,7 +69,6 @@ SUBDIR += java-simple-serial-connector SUBDIR += kermit SUBDIR += klog - SUBDIR += libconcord SUBDIR += libdc SUBDIR += libfap SUBDIR += libfec diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile deleted file mode 100644 index e7b8905f4faf..000000000000 --- a/comms/libconcord/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= libconcord -PORTVERSION= 1.5 -CATEGORIES= comms -MASTER_SITES= SF/concordance/concordance/${PORTVERSION} -DISTNAME= concordance-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Logitech Harmony configuration library - -LICENSE= GPLv2 -DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019. -EXPIRATION_DATE=2024-12-31 - -LIB_DEPENDS= libcurl.so:ftp/curl \ - libhidapi.so:comms/hidapi \ - libzip.so:archivers/libzip - -USE_LDCONFIG= yes -USES= tar:bzip2 libtool pkgconfig shared-mime-info -WRKSRC_SUBDIR= libconcord -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/comms/libconcord/distinfo b/comms/libconcord/distinfo deleted file mode 100644 index 9ee37f65b044..000000000000 --- a/comms/libconcord/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1721746790 -SHA256 (concordance-1.5.tar.bz2) = 6e4ecfc18b91586cc0c58e376a7e23a561cbd7e8756586e62d5d9450e1b42b25 -SIZE (concordance-1.5.tar.bz2) = 1413920 diff --git a/comms/libconcord/files/patch-configure b/comms/libconcord/files/patch-configure deleted file mode 100644 index 0bd440f89d52..000000000000 --- a/comms/libconcord/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig 2014-03-28 20:27:39.000000000 -0700 -+++ configure 2014-05-31 01:13:47.000000000 -0700 -@@ -15457,6 +15457,13 @@ - fi - LIBCONCORD_LDFLAGS="-l$USBLIB" - ;; -+ freebsd*) -+ USBLIB="hidapi" -+ -+$as_echo "#define WANT_HIDAPI 1" >>confdefs.h -+ -+ LIBCONCORD_LDFLAGS="-l$USBLIB" -+ ;; - darwin*) - USBLIB="hidapi" - diff --git a/comms/libconcord/pkg-descr b/comms/libconcord/pkg-descr deleted file mode 100644 index 05b1fbd891d3..000000000000 --- a/comms/libconcord/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The concordance software suite allows you to program your Logitech Harmony -remote using a configuration object retreived from the harmony website. The -Logitech Harmony is a highly configuration universal remote than can control -most multimedia devices. - -This port contains the C Libraries for the concordance framework. diff --git a/comms/libconcord/pkg-plist b/comms/libconcord/pkg-plist deleted file mode 100644 index d0170c9adf07..000000000000 --- a/comms/libconcord/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/libconcord.h -lib/libconcord.a -lib/libconcord.so -lib/libconcord.so.6 -lib/libconcord.so.6.0.0 -share/mime/packages/libconcord.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011232.501CWNrZ008034>