comms/obexapp: Remove port

Niche use case, not aligned with broad server application needs
This commit is contained in:
Bastard Operator from Hell 2025-06-02 22:27:28 +02:00
parent 50a26d2068
commit 5a1b884be4
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
6 changed files with 1 additions and 60 deletions

View File

@ -1323,6 +1323,7 @@ comms/linux-rl9-qt5-qtserialport
comms/locator
comms/lysdr
comms/nanovna-saver
comms/obexapp
comms/opencbm
comms/opencbm-kmod
comms/opencbm-plugin-xa1541

View File

@ -63,7 +63,6 @@
SUBDIR += nasawash
SUBDIR += nec2c
SUBDIR += nmealib
SUBDIR += obexapp
SUBDIR += openobex
SUBDIR += owfs
SUBDIR += p5-Cisco-UCS

View File

@ -1,23 +0,0 @@
PORTNAME= obexapp
PORTVERSION= 1.4.15
PORTREVISION= 5
CATEGORIES= comms net
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Obex application to transfer objects to mobile equipment
LIB_DEPENDS= libopenobex.so:comms/openobex \
libexpat.so:textproc/expat2
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= iconv readline uidfix
PLIST_FILES= bin/obexapp share/man/man1/obexapp.1.gz
MAKE_ENV+= MK_WERROR=no
post-patch:
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (obexapp-1.4.15.tar.gz) = b50be6d750dbccc2aea653ec9bbdc0d4266a64b0bf7c135cdd4836209e51f384
SIZE (obexapp-1.4.15.tar.gz) = 32426

View File

@ -1,31 +0,0 @@
--- Makefile.orig 2010-11-03 18:28:50 UTC
+++ Makefile
@@ -1,8 +1,11 @@
# $Id: Makefile,v 1.13 2010/11/03 18:28:50 max Exp $
# $FreeBSD$
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+PREFIX?= /usr/local
+LOCALBASE?= /usr/local
+
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/share/man/man
PROG= obexapp
MAN1= obexapp.1
@@ -13,11 +16,11 @@ DEBUG_FLAGS= -g
DEBUG_FLAGS= -g
-CFLAGS+= -I/usr/local/include \
- -I/usr/local/include/openobex
+CFLAGS+= -idirafter ${LOCALBASE}/include \
+ -I${LOCALBASE}/include/openobex
DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBREADLINE}
-LDADD= -L/usr/lib -L/usr/local/lib \
+LDADD= -L/usr/lib -L${LOCALBASE}/lib \
-lbluetooth -lsdp -lopenobex -lexpat -lreadline -liconv
.include <bsd.prog.mk>

View File

@ -1,3 +0,0 @@
An obex application to transfer objects (address book items, images, movies,
anything the target can handle) to mobile devices via IrDA, Bluetooth and other
protocol via the OBEX format.