From owner-svn-ports-head@freebsd.org Sat Feb 2 09:05:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0286514B2148; Sat, 2 Feb 2019 09:05:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96E4E7654A; Sat, 2 Feb 2019 09:05:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88E3348CF; Sat, 2 Feb 2019 09:05:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1295hJ2073257; Sat, 2 Feb 2019 09:05:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1295h2o073256; Sat, 2 Feb 2019 09:05:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201902020905.x1295h2o073256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 2 Feb 2019 09:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491923 - in head/sysutils/openipmi: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/openipmi: . files X-SVN-Commit-Revision: 491923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 96E4E7654A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2019 09:05:44 -0000 Author: tobik Date: Sat Feb 2 09:05:43 2019 New Revision: 491923 URL: https://svnweb.freebsd.org/changeset/ports/491923 Log: sysutils/openipmi: Remove GLIB12 option devel/glib12 is gone since r488008. Add missing USES=gnome while here. Deleted: head/sysutils/openipmi/files/extra-patch-glib_glib__os__hnd.c Modified: head/sysutils/openipmi/Makefile Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Sat Feb 2 09:00:42 2019 (r491922) +++ head/sysutils/openipmi/Makefile Sat Feb 2 09:05:43 2019 (r491923) @@ -3,6 +3,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.26 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library DISTNAME= OpenIPMI-${PORTVERSION} @@ -22,9 +23,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= SSL SNMP PERL PYTHON TCL TKINTER GDBM -OPTIONS_RADIO= GLIB -OPTIONS_RADIO_GLIB= GLIB12 GLIB20 +OPTIONS_DEFINE= GDBM GLIB20 PERL PYTHON SNMP SSL TCL TKINTER SSL_DESC= IPMI 2.0 RMCP+ encryption and authentication SNMP_DESC= SNMP trap support for the sample programs PERL_DESC= Perl interface for OpenIPMI library @@ -32,7 +31,6 @@ PYTHON_DESC= Python interface for OpenIPMI library TCL_DESC= TCL interface for OpenIPMI library TKINTER_DESC= GUI for OpenIPMI, written in Python GDBM_DESC= Local SDR caching on startup -GLIB12_DESC= Simply OS handler for glib 1.2 GLIB20_DESC= Simply OS handler for glib 2.0 .include @@ -107,20 +105,9 @@ PLIST_SUB+= TCL="@comment " LIB_DEPENDS+= libgdbm.so:databases/gdbm .endif -.if ${PORT_OPTIONS:MGLIB12} -USE_GNOME= glib12 -CONFIGURE_ARGS+= --with-glib --with-glibver=1.2 \ - --with-glibcflags=-I${LOCALBASE}/include/glib-1.2 \ - --with-gliblibs="-L${LOCALBASE}/lib -lglib -lgthread" -MAKE_ENV+= GLIB_MAJOR_VERSION=1 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-glib_glib__os__hnd.c -PLIST_SUB+= GLIB="" -.else -PLIST_SUB+= GLIB="@comment " -.endif - .if ${PORT_OPTIONS:MGLIB20} -USE_GNOME= glib20 +USES+= gnome +USE_GNOME+= glib20 CONFIGURE_ARGS+= --with-glib --with-glibver=2.0 PLIST_SUB+= GLIB="" .else