Commit 1bc4afd4 authored by baptiste daroussin's avatar baptiste daroussin
Browse files

devel/ORBit2: remove gnome2 library

parent 637e9f45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16961,3 +16961,4 @@ net-im/pidgin-bs|net-im/pidgin-bot-sentry|2022-03-13|Project was renamed
math/qalculate|math/qalculate-gtk|2022-03-14|Renamed to match project name
deskutils/nautilus-actions||2022-03-15|Abandonware
textproc/rarian||2022-03-15|Abandonware
devel/ORBit2||2022-02-14|Gnome2 library unused anymore
+0 −1
Original line number Diff line number Diff line
@@ -412,7 +412,6 @@ proxydeps_suggest_uses() {
	elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2"
	elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl"
	elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3"
	elif [ ${pkg} = "devel/ORBit2" ]; then warn "you need USE_GNOME+=orbit2"
	elif [ ${pkg} = "graphics/librsvg2-rust" ]; then warn "you need USE_GNOME+=librsvg2"
	# mate
	# grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|'
+1 −4
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ _USE_GNOME_ALL+= atk cairo \
		libglade2 libgnomecanvas \
		libgsf libidl librsvg2 libwnck \
		libxml2 libxslt \
		orbit2 pango pangox-compat \
		pango pangox-compat \
		vte

# GNOME 3 components
@@ -182,9 +182,6 @@ GTK4_VERSION= 4.0.0
libidl_LIB_DEPENDS=	libIDL-2.so:devel/libIDL
libidl_USE_GNOME_IMPL=	glib20

orbit2_LIB_DEPENDS=	libORBit-2.so:devel/ORBit2
orbit2_USE_GNOME_IMPL=	libidl

libglade2_LIB_DEPENDS=	libglade-2.0.so:devel/libglade2
libglade2_USE_GNOME_IMPL=libxml2 gtk20

+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
    SUBDIR += 9base
    SUBDIR += ChipmunkPhysics
    SUBDIR += ElectricFence
    SUBDIR += ORBit2
    SUBDIR += R-cran-BH
    SUBDIR += R-cran-Defaults
    SUBDIR += R-cran-Hmisc

devel/ORBit2/Makefile

deleted100644 → 0
+0 −40
Original line number Diff line number Diff line
# Created by: Chia-liang Kao <clkao@CirX.ORG>
#   $MCom: ports/trunk/devel/ORBit2/Makefile 18393 2013-04-26 21:23:07Z kwm $

PORTNAME=	ORBit2
PORTVERSION=	2.14.19
PORTREVISION?=	2
CATEGORIES=	devel gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome2

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	High-performance CORBA ORB with support for the C language

USES=		tar:bzip2

GNU_CONFIGURE=	yes
USES+=		gettext gmake gnome libtool:keepla pathfix pkgconfig
USE_GNOME=	libidl referencehack
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
		--disable-gtk-doc
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

MAKE_JOBS_UNSAFE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
		${WRKSRC}/src/orb/orb-core/orbit-typelib.c
	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
		${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in
	@${REINPLACE_CMD} '/DESTDIR.*RANLIB/d' \
		${WRKSRC}/src/services/name/Makefile.in

post-install:
	@${ECHO_CMD} "ORBIIOPIPv4=0" > ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample
	@${ECHO_CMD} "ORBIIOPIPv6=0" >> ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/orbit-2.0/idl-backends

.include <bsd.port.mk>
Loading