Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2008 03:13:32 GMT
From:      Edward.Sanford.Sutton@FreeBSD.org, III <mirror176@cox.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121506: [patch] port devel/gwenhywfar pkg-descr grammar fix, doc building fix
Message-ID:  <200803090313.m293DW5N017035@www.freebsd.org>
Resent-Message-ID: <200803090320.m293K1S1010055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121506
>Category:       ports
>Synopsis:       [patch] port devel/gwenhywfar pkg-descr grammar fix, doc building fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 09 03:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edward Sanford Sutton, III
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD darkstar.l.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Mar 4 17:20:29 MST 2008 root@darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL7 i386
>Description:
  The grammar fixes should make the description easier to follow.
Building the port devel/gwenhywfar with WITH_PORTDOCS defined will 
lead to a build failure; documentation needs to be build by 
executing `gmake` srcdoc as described in the README within the work 
directory. I do not know how to tell if the documentation is 
correctly tracked for uninstall.
>How-To-Repeat:
  Chose the option to install documentation and execute make 
install. ${FIND} apidoc is in the commandline in the ports tree 
makefile that will then fail.
>Fix:
--- Makefile~   2008-01-18 00:58:35.000000000 -0700
+++ Makefile    2008-03-05 12:44:41.000000000 -0700
@@ -52,6 +52,11 @@
 PORTDOCS=*
 .endif
 
+post-build:
+if defined(WITH_PORTDOCS)
+       @cd ${WRKSRC} && gmake srcdoc
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 .if defined(WITH_PORTDOCS)

--- pkg-descr~  2005-06-08 07:45:19.000000000 -0700
+++ pkg-descr   2008-03-05 11:52:59.000000000 -0700
@@ -5,10 +5,10 @@
 Gwenhywfar includes the following features, among several others:
 - OS abstraction functions for directory and Internet address handling
   and library loading (src/os/)
-- Networking functions which allow to manage many connections to be used
+- Networking functions that allow managing many connections to be used
   economically even in single threaded applications
 - High-level functions for parsing files with a simplified "XML-like"
-  format and accessing them like a hierarchical database (src/parser/)
+  format and accessing them like a hierarchical database (src/parser/).
   It is able to process valid XML files, too.
 - High-level cryptographic functions on top of OpenSSL functionality
   (src/crypt/)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803090313.m293DW5N017035>