Andreas Wacknitz
2024-04-07 4a766aa64cafc1f6c537b3442008942238681708
xorg-docs: update to 1.7.3

3 files modified
1 files renamed
55 ■■■■■ changed files
components/x11/xorg-docs/Makefile 22 ●●●● patch | view | raw | blame | history
components/x11/xorg-docs/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/x11/xorg-docs/patches/02-openindiana-manpages.patch 22 ●●●● patch | view | raw | blame | history
components/x11/xorg-docs/pkg5 9 ●●●● patch | view | raw | blame | history
components/x11/xorg-docs/Makefile
@@ -18,25 +18,25 @@
include $(WS_MAKE_RULES)/x11.mk
COMPONENT_NAME=         xorg-docs
COMPONENT_VERSION=      1.7.2
COMPONENT_FMRI=         x11/documentation/xorg-docs
COMPONENT_VERSION=      1.7.3
COMPONENT_SUMMARY=      X.Org documentation for the X Window System
COMPONENT_ARCHIVE_HASH= \
    sha256:2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
COMPONENT_FMRI=         x11/documentation/xorg-docs
COMPONENT_ARCHIVE_HASH= sha256:28a2f2eeb5d9ff58b85961ff3ed7baaaf1ffa132e2a81f8b2bb97cb499bcddef
include $(WS_MAKE_RULES)/common.mk
X11_DOC_DIR=$(USRSHAREDOCDIR)/X11
X11_SGML_DIR=$(USRSHAREDIR)/sgml
X11_DOC_DIR= $(USRSHAREDOCDIR)/X11
X11_SGML_DIR= $(USRSHAREDIR)/sgml
COMPONENT_PREP_ACTION= \
    find $(@D) -name '*.xml' | xargs $(PERL) -i.orig -p -e \
     's{SYSTEM ".*/X11/defs.ent"}{SYSTEM "$(X11_SGML_DIR)/X11/defs.ent"}'
CONFIGURE_OPTIONS+= --docdir='$(X11_DOC_DIR)' \
CONFIGURE_OPTIONS += --docdir='$(X11_DOC_DIR)' \
    XORG_SGML_PATH=$(PROTODIR)$(X11_SGML_DIR)
CONFIGURE_OPTIONS+= --with-xmlto
CONFIGURE_OPTIONS+= --without-xsltproc
CONFIGURE_OPTIONS += --with-xmlto
CONFIGURE_OPTIONS += --without-xsltproc
COMPONENT_POST_INSTALL_ACTION= \
    ( $(MKDIR) $(PROTO_DIR)$(X11_DOC_DIR); \
@@ -48,6 +48,6 @@
        $(PROTO_DIR)$(USRSHAREMAN7DIR)/XStandards.7 )
# Build dependencies
REQUIRED_PACKAGES+=text/xmlto
REQUIRED_PACKAGES += text/xmlto
# Auto-generated dependencies
# None as it seems...
components/x11/xorg-docs/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/x11/xorg-docs/patches/02-openindiana-manpages.patch
File was renamed from components/x11/xorg-docs/patches/02-solaris-manpages.patch
@@ -11,22 +11,6 @@
 Many other utilities, window managers, games, toolkits, etc. are included
 as user-contributed software in the X.Org Foundation distribution, or are
 available on the Internet.
@@ -122,11 +124,10 @@ operating system you are running and whether or not you use other window
 systems in addition to X.
 .TP 8
 .B "Display Manager"
-If you want to always have X running on your display, your site administrator
-can set your machine up to use a Display Manager such as \fIxdm\fP, \fIgdm\fP,
-or \fIkdm\fP.  This program
-is typically started by the system at boot time and takes care of keeping the
-server running and getting users logged in.  If you are running one of these
+The default configuration of __distroname__ starts X at boot time via
+the \fIgdm\fP(__adminmansuffix__) display manager.   The \fIxdm\fP(1) display manager is also
+provided as an option the system administrator can configure.
+If you are running one of these
 display managers, you will normally see a window on the screen welcoming you
 to the system and asking for your login information.  Simply type them in as
 you would at a normal terminal.  If you make a mistake, the display manager
@@ -362,13 +363,12 @@ to explicitly draw the window's region on the screen with the pointer, for
 example).
 .PP
@@ -56,9 +40,9 @@
 .BR Xvnc (__appmansuffix__),
-.BR XWin (__appmansuffix__).
+.\" related software
+.BR gdm (__adminmansuffix__),
+.BR gnome-session (1),
+.BR metacity (1),
+.BR lightdm (1),
+.BR mate-session (1),
+.BR marco (1),
+.BR locale (__miscmansuffix__).
+
 .PP
components/x11/xorg-docs/pkg5
@@ -1,14 +1,9 @@
{
    "dependencies": [
        "SUNWcs",
        "developer/build/autoconf/xorg-macros",
        "shell/ksh93",
        "system/library",
        "text/xmlto",
        "x11/header/x11-protocols"
        "text/xmlto"
    ],
    "fmris": [
        "x11/documentation/xorg-docs"
    ],
    "name": "xorg-docs"
}
}