From nobody Thu Apr 16 15:29:42 2026 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fxMPy707Tz6Zr7B for ; Thu, 16 Apr 2026 15:29:42 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fxMPy3ncwz3Jg9 for ; Thu, 16 Apr 2026 15:29:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776353382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=epNZ+Tm17Ux2138siiJibPLxOWM5ePl32whiNd4O4CQ=; b=UzKbpIZUHyFMyaBIRmOZrjaYlAmETSn50JvpLKomeX9TCq7dqokRnmMmrHJUU4AJqkyEDq uIMYn+LeqZRW2DJUOOqDzPP0jqp0qkQb0VxILT8BcQQPZDZgA/QZ0VSrSUNkD6D2J+sUyH G+NA2O3y4VfQBoRWUbIwDfva9AnkpDsih5gy/bzKA3cNUXPFwWiVYOQKdCxMJ/CF7RZ/JK ujTs85mY5ZBS6XPwNgIM8j8ffJyxK3iTs1vVomDeGdCf8jTgz0kEwVmR/vVsNJUKsexBng DvLDZdECn7sillMqGsrL4+SQmeTidzjBMfiIynGOzqG/2KTwE/kOszoXepfsqw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776353382; a=rsa-sha256; cv=none; b=S7fg1eodk3Bg2TSOkaVrLJ5cmvnsEVfyFvgmcEyYozmXu/cfvjT4fqQQn4scyNmikZW1o4 nbWUCqmww+lqh21vQ1y6hz99iFwxl1vvLwYraFMa/hqln64H/XPRcRknPQx5OwVu7B2k+V oo9IlKu40jKM864vJzScHQxgeupTzwQxZxf0aQVxNHy1OfndM51k8mVZHMaFKV+rgH73fG yBL4h7D5dGtpU7B5cPlec1oGG15mMI5szNnhdhuIudAPXZcawPvaGGYHLGp5/5M+wDBa3y NMRQzcwFayj+Qz7uejmrhbkqkncsI2mtTqhbD/L8DtPcDw/jmZbhcvOPRu/6Og== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776353382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=epNZ+Tm17Ux2138siiJibPLxOWM5ePl32whiNd4O4CQ=; b=Z/jJdgs3pN327D3sL+mmaRM3uLWLwX3BP5mgm4SfpEC51xI4nYMoyrdPhkP2AeCLJpvQ24 reYogSISnnlOHOC2m1bZmLEgBXH5EySpyiDLoGs1OTYLSlE1ZCDGSjW9Cs+mnYDVjTsgvg rBxpKXAmteAKWD/pHN9CvMnmSUrtVC7VJZHOd7o0e1Zrfit4rHzuP+fGxbcB3GafNOco6E 650GezZUjv5Rq0v4yPnFwFlxOhvSQeoH819qH+Eft+qFCC1qEVE4M3qk76GHcX60qwparC BOhCSs14QusQ+OPhBbvkCYL0v2z9+XXaU9QSx2eHnSqqplZI9fTJl2zQYcSthA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fxMPy305Yz1CZc for ; Thu, 16 Apr 2026 15:29:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1ebe1 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 16 Apr 2026 15:29:42 +0000 To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Fernando Apeste=?utf-8?Q?gu=C3=ADa?= Subject: git: 456f5595ef - main - [phb]: Remove references to INSTALLS_OMF List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 456f5595eff9ac60e1489c5ecaee46f5d7edb4f5 Auto-Submitted: auto-generated Date: Thu, 16 Apr 2026 15:29:42 +0000 Message-Id: <69e10066.1ebe1.2fb921f3@gitrepo.freebsd.org> The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=456f5595eff9ac60e1489c5ecaee46f5d7edb4f5 commit 456f5595eff9ac60e1489c5ecaee46f5d7edb4f5 Author: Fernando ApesteguĂ­a AuthorDate: 2026-04-16 15:27:52 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2026-04-16 15:27:52 +0000 [phb]: Remove references to INSTALLS_OMF Following https://cgit.freebsd.org/ports/commit/?id=d50e1535e7b7d3513ba01868bf5c7c1a22e6527e --- .../content/en/books/porters-handbook/special/_index.adoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 7f626f65a7..3ecdb5b009 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -1728,18 +1728,6 @@ Gconf schemas are listed in the `GCONF_SCHEMAS` macro rather than [.filename]#pk If they are listed in [.filename]#pkg-plist#, they will not be registered and the applications might not work properly. ==== -`INSTALLS_OMF`:: -Open Source Metadata Framework (OMF) files are commonly used by GNOME 2 applications. -These files contain the application help file information, and require special processing by ScrollKeeper/rarian. -To properly register OMF files when installing GNOME applications from packages, make sure that `omf` files are listed in `pkg-plist` and that the port [.filename]#Makefile# has `INSTALLS_OMF` defined: -+ -[.programlisting] -.... -INSTALLS_OMF=yes -.... -+ -When set, [.filename]#bsd.gnome.mk# automatically scans [.filename]#pkg-plist# and adds appropriate `@exec` and `@unexec` directives for each [.filename]#.omf# to track in the OMF registration database. - [[gnome-components]] == GNOME Components