FreeBSD Bugzilla – Attachment 80782 Details for
Bug 115808
[UPDATE] ports/databases/postgis: respect NOPORTDOCS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.33 KB, created by
Sunpoet Po-Chuan Hsieh
on 2007-08-25 12:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2007-08-25 12:00:02 UTC
Size:
1.33 KB
patch
obsolete
>--- /usr/ports/databases/postgis/Makefile.orig 2007-08-25 04:50:54.000000000 +0800 >+++ /usr/ports/databases/postgis/Makefile 2007-08-25 05:36:02.000000000 +0800 >@@ -41,6 +41,8 @@ > MAKE_ARGS+= WITH-DOC=yes > MAN1= pgsql2shp.1 shp2pgsql.1 > PORTDOCS= * >+.else >+MAKE_ARGS+= NOPORTSDOC=yes > .endif > > .if defined(WITH_UTF8) >--- /usr/ports/databases/postgis/files/patch-GNUmakefile.orig 2007-08-25 04:50:54.000000000 +0800 >+++ /usr/ports/databases/postgis/files/patch-GNUmakefile 2007-08-25 05:47:08.000000000 +0800 >@@ -1,5 +1,5 @@ >---- GNUmakefile 2007-07-10 18:12:42.000000000 -0300 >-+++ GNUmakefile 2007-08-01 08:23:45.000000000 -0300 >+--- GNUmakefile.orig 2007-07-11 05:12:42.000000000 +0800 >++++ GNUmakefile 2007-08-25 05:46:46.000000000 +0800 > @@ -4,9 +4,9 @@ > # > #----------------------------------------------------- >@@ -12,7 +12,31 @@ > > uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall > >-@@ -87,6 +87,9 @@ >+@@ -72,21 +72,32 @@ >+ $(MAKE) -C extras/template_gis uninstall >+ >+ docs: Makefile.config >+- $(MAKE) -C doc >++ifndef NOPORTSDOC >++ $(MAKE) -C doc >++endif >+ >+ docs-clean: Makefile.config >++ifndef NOPORTSDOC >+ $(MAKE) -C doc clean >++endif >+ >+ >+ docs-install: >++ifndef NOPORTSDOC >+ $(MAKE) -C doc install >++endif >+ >+ docs-uninstall: >++ifndef NOPORTSDOC >+ $(MAKE) -C doc uninstall >++endif >+ > utils: > $(MAKE) -C utils
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115808
: 80782