Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166421309
D5225.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D5225.diff
View Options
Index: en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -1424,10 +1424,16 @@
<sect2 xml:id="use-gnome">
<title>Using <varname>USE_GNOME</varname></title>
+ <para>To enable the functionality provided by
+ <filename>Mk/Uses/gnome.mk</filename>,
+<programlisting>USES=gnome</programlisting> needs to be set. This
+ document assume this variable is set and won't mention it again.
+ </para>
+
<para>Adding this variable to the port allows the use of
the macros and components defined in
- <filename>bsd.gnome.mk</filename>. The code in
- <filename>bsd.gnome.mk</filename> adds the needed
+ <filename>Mk/Uses/gnome.mk</filename>. The code in
+ <filename>Mk/Uses/gnome.mk</filename> adds the needed
build-time, run-time or library dependencies
or the handling of special files.
<acronym>GNOME</acronym> applications under &os; use the
@@ -1461,7 +1467,7 @@
MAINTAINER= kwm@FreeBSD.org
COMMENT= Interactive tool for performing search and replace operations
-USES= gettext gmake pathfix pkgconfig tar:xz
+USES= gettext gmake gnome pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix intlhack gtksourceviewmm3
CPPFLAGS+= -I${LOCALBASE}/include
Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -570,6 +570,17 @@
for the build.</para>
</sect1>
+ <sect1 xml:id="uses-gnome">
+ <title><literal>gnome</literal></title>
+
+ <para>Possible arguments: (none)</para>
+
+ <para>Uses <literal>gnome</literal> enables all the options provided
+ by USE_GNOME and macro's like INSTALLS_ICONS and GLIB_SCHEMAS. See
+ the <link linkend="using-gnome"><literal>GNOME chapter</literal></link>
+ for more information.</para>
+ </sect1>
+
<sect1 xml:id="uses-gperf">
<title><literal>gperf</literal></title>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 14, 12:31 PM (6 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36688978
Default Alt Text
D5225.diff (2 KB)
Attached To
Mode
D5225: Update porters-handbook for USES=gnome
Attached
Detach File
Event Timeline
Log In to Comment