Bug 115808 - [UPDATE] ports/databases/postgis: respect NOPORTDOCS
Summary: [UPDATE] ports/databases/postgis: respect NOPORTDOCS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 12:00 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2007-08-31 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2007-08-25 12:00 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2007-08-25 12:00:02 UTC
Respect NOPORTDOCS. Avoid executing make docs* (in ${WRKSRC}/GNUmakefile) if NOPORTDOCS is defined.

How-To-Repeat: # cd /usr/ports/databases/postgis
# mv /usr/local/bin/xsltproc /usr/local/bin/xsltproc2
# make NOPORTDOCS=yes
...
/usr/local/bin/gmake -C doc
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.3.1/doc'

Docs building requires 'xsltproc' or 'jw'.
Configuration tool could not find any, either install
them or refer to online manual:

  http://postgis.refractions.net/docs

gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.3.1/doc'
gmake[1]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.3.1'
# mv /usr/local/bin/xsltproc2 /usr/local/bin/xsltproc
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-25 12:00:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Anderson S. Ferreira 2007-08-27 12:03:56 UTC
Patch approved !

Thanks !

Edwin Groothuis escreveu:
> Maintainer of databases/postgis,
>
> Please note that PR ports/115808 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115808
>
>   
---
Aviso de confidencialidade:

- Esta mensagem da Empresa Brasileira de Pesquisa Agropecuária (Embrapa), empresa pública federal regida pelo disposto na Lei Federal nº 5.851, de 7 de dezembro de 1972, é enviada exclusivamente a seu destinatário e pode conter informações confidenciais, protegidas por sigilo profissional. Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, esclarecendo o equívoco.

Confidentiality note:

- "This message from Empresa Brasileira de Pesquisa Agropecuária (Embrapa), a government company established under Brazilian law (5.851/72), is directed exclusively to its addressee and may contain confidential data, protected under professional secrecy rules. Its unauthorized use is illegal and may subject the transgressor to the law's penalties. If you are not the addressee, please send it back, elucidating the failure".
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-08-27 22:15:23 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 chinsan freebsd_committer freebsd_triage 2007-08-30 22:39:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-08-31 11:32:22 UTC
chinsan     2007-08-31 10:32:16 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgis    Makefile 
    databases/postgis/files patch-GNUmakefile 
  Log:
  - Respect NOPORTDOCS.
  - Respect USE_LDCONFIG.
  
  PR:             ports/115808
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.42      +3 -0      ports/databases/postgis/Makefile
  1.4       +27 -3     ports/databases/postgis/files/patch-GNUmakefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 chinsan freebsd_committer freebsd_triage 2007-08-31 11:33:08 UTC
State Changed
From-To: open->closed

Committed with minor patch.  Thanks.