diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-09-21 09:11:55 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-09-21 09:11:55 +0000 |
commit | 459cf1446f1965c5289fc9ae69176173a4fc16f0 (patch) | |
tree | 73809bb293a466f3f689ebe7105cbc037da61974 /share | |
parent | 806b73c98156cc99d3d44e0d8aa59ef3799250c6 (diff) |
- update after recent MODGNOME_TOOLs changes
- EXTRACT_SUFX was changed to .tar.xz
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 57725f0effd..3a0e2c4da4a 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.98 2011/09/19 07:54:54 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.99 2011/09/21 09:11:54 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 19 2011 $ +.Dd $Mdocdate: September 21 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -617,10 +617,10 @@ to RUN_DEPENDS and also sets NO_REGRESS to Yes. .It x11/gnome If both GNOME_PROJECT and GNOME_VERSION are set, this module defines DISTNAME, VERSION, MASTER_SITES, adds x11/gnome to CATEGORIES and -EXTRACT_SUFX will default to .tar.bz2 if unset. +EXTRACT_SUFX will default to .tar.xz if unset. Appends to FAKE_FLAGS. -Unconditionally sets MODGNOME_DESKTOP_FILE, MODGNOME_HELP_FILES, -MODGNOME_BUILD_DEPENDS, MODGNOME_RUN_DEPENDS and USE_GMAKE. +Unconditionally sets MODGNOME_DESKTOP_FILE, MODGNOME_BUILD_DEPENDS, +MODGNOME_CONFIGURE_ARGS, MODGNOME_RUN_DEPENDS and USE_GMAKE. If MODGNOME_DESKTOP_FILE=Yes, a dependency on .Pa devel/desktop-file-utils is appended to MODGNOME_RUN_DEPENDS. @@ -631,9 +631,17 @@ is appended to MODGNOME_RUN_DEPENDS and is appended to MODGNOME_BUILD_DEPENDS. This option is to be used when .xml GNOME help files are installed into .Pa share/gnome/help/ . -Unless NO_BUILD=Yes, USE_LIBTOOL is set to Yes and +Unless NO_BUILD=Yes, CONFIGURE_SHARED is appended to CONFIGURE_ARGS, +USE_LIBTOOL is set to Yes and .Pa textproc/intltool is appended to MODULES. +Certain build/run dependencies and configure arguments can be set by +appending goi, gtk-doc, vala and/or yelp to MODGNOME_TOOLS. +They are disabled otherwise. +If MODGNOME_TOOLS is set to yelp, +.Pa x11/gnome/yelp +is appended to MODGNOME_RUN_DEPENDS, and MODGNOME_RUN_DEPENDS_yelp is +set for use with multi packaged ports. .Pp .It x11/gnustep .It x11/kde |