Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 20:43:47 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d50e1535e7b7 - main - gnome: retire INSTALLS_OMF
Message-ID:  <69dea703.18198.6906d5b5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d50e1535e7b7d3513ba01868bf5c7c1a22e6527e

commit d50e1535e7b7d3513ba01868bf5c7c1a22e6527e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-14 20:07:41 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-14 20:43:45 +0000

    gnome: retire INSTALLS_OMF
    
    INSTALLS_OMF triggered execution of scrollkeeper-install and -unsinstall
    which are script only doing exit 0 so useless.
---
 Mk/Uses/gnome.mk           | 15 ---------------
 deskutils/gnotime/Makefile |  3 +--
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index 59d070c747f8..0589811d2825 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -42,10 +42,6 @@
 #				add the following to your Makefile:
 #				"GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml".
 #
-# INSTALLS_OMF		- If set, bsd.gnome.mk will automatically scan pkg-plist
-#				file and add apropriate @postexec/@postunexec directives for
-#				each .omf file found to track OMF registration database.
-#
 # MAINTAINER: gnome@FreeBSD.org
 
 .if !defined(_INCLUDE_USES_GNOME_MK)
@@ -441,16 +437,5 @@ gnome-post-gconf-schemas:
 PLIST_FILES+=	${GLIB_SCHEMAS:C,^,share/glib-2.0/schemas/,}
 .  endif
 
-.  if defined(INSTALLS_OMF)
-_USES_install+=	690:gnome-post-omf
-gnome-post-omf:
-	@for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \
-		${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \
-			>> ${TMPPLIST}; \
-		${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \
-			>> ${TMPPLIST}; \
-	done
-.  endif
-
 .endif
 # End of use part.
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index ecf1c5a83c55..0381f21c9d3e 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnotime
 DISTVERSION=	g20231022
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnome
 
 MAINTAINER=	truckman@FreeBSD.org
@@ -31,7 +31,6 @@ USE_GNOME=	cairo gconf2 gdkpixbuf glib20 gtk30 libxml2
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip
-INSTALLS_OMF=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dea703.18198.6906d5b5>