Edit

IABSD.fr/ports/net/glib2-networking/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-01-28 11:22:02
    Hash : 223dd2dc
    Message : set COMPILER_LANGS=c for various C-only ports add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)

  • net/glib2-networking/Makefile
  • COMMENT=		network-related gio modules for GLib
    
    GNOME_VERSION=		2.80.1
    GNOME_PROJECT=		glib-networking
    PKGNAME=		glib2-networking-${GNOME_VERSION}
    REVISION=		0
    
    CATEGORIES=		net
    
    HOMEPAGE=		http://www.gtk.org/
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # GLPLv2
    PERMIT_PACKAGE=		Yes
    
    WANTLIB += c gio-2.0 glib-2.0 gnutls gobject-2.0 intl proxy
    
    COMPILER=		base-clang ports-gcc
    COMPILER_LANGS=		c
    
    MODULES=		devel/meson \
    			x11/gnome
    
    BUILD_DEPENDS=		devel/gsettings-desktop-schemas
    RUN_DEPENDS=		devel/gsettings-desktop-schemas
    
    LIB_DEPENDS=		devel/glib2 \
    			net/libproxy \
    			security/gnutls
    
    DEBUG_PACKAGES=		${BUILD_PACKAGES}
    
    .include <bsd.port.mk>