git: 456f5595ef - main - [phb]: Remove references to INSTALLS_OMF
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Apr 2026 15:29:42 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=456f5595eff9ac60e1489c5ecaee46f5d7edb4f5
commit 456f5595eff9ac60e1489c5ecaee46f5d7edb4f5
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2026-04-16 15:27:52 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
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