Commit 690a8f3a authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove some expired deforaos ports:

2023-06-18 x11/deforaos-panel: Broken on all supported versions
x11/deforaos-desktop: needs expired x11/deforaos-panel
x11/deforaos-locker: needs expired x11/deforaos-panel
comms/deforaos-phone: needs expired x11/deforaos-panel
parent c3570df4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7642,3 +7642,7 @@ sysutils/intel-qcu|sysutils/intel-epct|2023-06-14|Moved to sysutils/intel-epct
multimedia/obs-qtwebkit||2023-06-16|Has expired: OBS ships with their own browser plugin from version 25 onwards
games/tuxmath||2023-06-16|Has expired: Upstream last release was in 2011
emulators/skyeye||2023-06-17|Has expired: Upstream last release was in 2014
x11/deforaos-panel||2023-06-18|Has expired: Broken on all supported versions
x11/deforaos-desktop||2023-06-18|Removed, needs expired x11/deforaos-panel
x11/deforaos-locker||2023-06-18|Removed, needs expired x11/deforaos-panel
comms/deforaos-phone||2023-06-18|Removed, needs expired x11/deforaos-panel
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
    SUBDIR += cwstudio
    SUBDIR += cyclonedds
    SUBDIR += dcf77pi
    SUBDIR += deforaos-phone
    SUBDIR += dfu-programmer
    SUBDIR += dfu-util
    SUBDIR += digiham

comms/deforaos-phone/Makefile

deleted100644 → 0
+0 −63
Original line number Diff line number Diff line
PORTNAME=	phone
PORTVERSION=	0.5.1
PORTREVISION=	4
CATEGORIES=	comms
MASTER_SITES=	http://www.defora.org/os/download/download/4455/
PKGNAMEPREFIX=	deforaos-
DISTNAME=	Phone-${PORTVERSION}

MAINTAINER=	olivier@FreeBSD.org
COMMENT=	DeforaOS telephony application
WWW=		https://www.defora.org/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem \
		libDesktop.so:x11/deforaos-libdesktop \
		libpulse.so:audio/pulseaudio \
		libpurple.so:net-im/libpurple \
		libsofia-sip-ua.so:net/sofia-sip \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2
BUILD_DEPENDS=	locker:x11/deforaos-locker \
		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat

USES=		desktop-file-utils gnome pkgconfig
USE_GNOME=	gtk20 cairo
MAKE_ARGS+=	PREFIX=${PREFIX}
MAKE_ENV+=	MANDIR=${STAGEDIR}${MANPREFIX}/man

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes
NLS_USES=	gettext
DOCS_BUILD_DEPENDS=	xsltproc:textproc/libxslt \
	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl

post-patch-DOCS-off:
	${REINPLACE_CMD} 's|data doc include|data include|' \
		${WRKSRC}/Makefile

post-patch-NLS-off:
	${REINPLACE_CMD} 's|include po src|include src|' \
		${WRKSRC}/Makefile

post-patch:
	@${REINPLACE_CMD} -e 's,/dev/modem,/dev/cuaU0,g' \
		${WRKSRC}/src/modems/hayes.c
	@${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
		${WRKSRC}/data/pkgconfig.sh
	@${REINPLACE_CMD} 's|-Wl,-pie||g' \
		${WRKSRC}/tools/Makefile \
		${WRKSRC}/src/Makefile \
		${WRKSRC}/tests/Makefile
	@${REINPLACE_CMD} 's|-lossaudio||' \
		${WRKSRC}/src/plugins/Makefile \
		${WRKSRC}/tests/Makefile

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Phone/plugins/*
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Phone/modem/*

.include <bsd.port.mk>

comms/deforaos-phone/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1484259053
SHA256 (Phone-0.5.1.tar.gz) = 8762b78893725fdc8d2ec31ce2e69e5f0e77dbebc2f3b076f92db64042647e91
SIZE (Phone-0.5.1.tar.gz) = 327180
+0 −47
Original line number Diff line number Diff line
--- doc/Makefile.orig	2017-01-12 16:11:40 UTC
+++ doc/Makefile
@@ -1,7 +1,7 @@
 MKDIR	= mkdir -m 0755 -p
 INSTALL	= install
 RM	= rm -f
-TARGETS	= $(OBJDIR)gprs.1 $(OBJDIR)gprs.html $(OBJDIR)index.html $(OBJDIR)phone.1 $(OBJDIR)phone.html $(OBJDIR)phonectl.1 $(OBJDIR)phonectl.html
+TARGETS	= $(OBJDIR)gprs.1 $(OBJDIR)phone.1 $(OBJDIR)phonectl.1
 OBJDIR	=
 PREFIX	= /usr/local
 DESTDIR	=
@@ -37,23 +37,16 @@ $(OBJDIR)phonectl.html: manual.css.xml p
 clean:
 	$(RM) -- $(gprs.1_OBJS) $(gprs.html_OBJS) $(index.html_OBJS) $(phone.1_OBJS) $(phone.html_OBJS) $(phonectl.1_OBJS) $(phonectl.html_OBJS)
 	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)gprs.1"
-	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)gprs.html"
-	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)index.html"
 	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phone.1"
-	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phone.html"
 	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phonectl.1"
-	./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phonectl.html"
 
 distclean: clean
 	$(RM) -- $(TARGETS)
 
 install: $(TARGETS)
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)gprs.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)gprs.html"
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)phone.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)phone.html"
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)phonectl.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "$(OBJDIR)phonectl.html"
 	$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/Phone
 	$(INSTALL) -m 0644 phone.conf $(DESTDIR)$(PREFIX)/share/doc/Phone/phone.conf
 	$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/Phone
@@ -65,11 +58,8 @@ install: $(TARGETS)
 
 uninstall:
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "gprs.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "gprs.html"
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phone.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phone.html"
 	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phonectl.1"
-	./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phonectl.html"
 	$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/Phone/phone.conf
 	$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/Phone/pppd-chat_gprs
 	$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/Phone/pppd-peers_gprs
Loading