diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 10:53:00 +0200 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 16:38:55 +0200 |
| commit | fccc45e5ff4a8aea150005196c0d4f2cbaeed5db (patch) | |
| tree | b308d056494290f6e3b9e2bfa8e6750ec82183e6 /databases/postgresql14-server/files/patch-doc-src-sgml-Makefile | |
| parent | databases/postgresql1[123]-server: remove trailing space in pkg-plist (diff) | |
databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.
Release notes: https://www.postgresql.org/docs/devel/release-14.html
Also reintroduce parallel builds. Some components, namely plperl,
plpython, pltcl and contrib, fail to build properly when using parallel
builds. Something with static linking using `ar` that fails.
MAKE_JOBS_UNSAFE is set for these ports.
Diffstat (limited to 'databases/postgresql14-server/files/patch-doc-src-sgml-Makefile')
| -rw-r--r-- | databases/postgresql14-server/files/patch-doc-src-sgml-Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/databases/postgresql14-server/files/patch-doc-src-sgml-Makefile b/databases/postgresql14-server/files/patch-doc-src-sgml-Makefile new file mode 100644 index 000000000000..36f5d2a8224c --- /dev/null +++ b/databases/postgresql14-server/files/patch-doc-src-sgml-Makefile @@ -0,0 +1,41 @@ +--- doc/src/sgml/Makefile.orig 2018-10-15 23:12:02.000000000 +0200 ++++ doc/src/sgml/Makefile 2018-10-18 22:34:13.656029000 +0200 +@@ -15,7 +15,7 @@ + + # Make "html" the default target, since that is what most people tend + # to want to use. +-html: ++man: + + # We don't need the tree-wide headers or install support here. + NO_GENERATED_HEADERS=yes +@@ -26,7 +26,7 @@ + include $(top_builddir)/src/Makefile.global + + +-all: html man ++all: man + + distprep: html distprep-man + +@@ -62,7 +62,6 @@ + ## Man pages + ## + +-man distprep-man: man-stamp + + man-stamp: stylesheet-man.xsl postgres.sgml $(ALLSGML) + $(XMLLINT) $(XMLINCLUDE) --noout --valid $(word 2,$^) +@@ -212,10 +211,10 @@ + ## Install + ## + +-install: install-html install-man ++install: install-man + + installdirs: +- $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) ++ $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) + + # If the install used a man directory shared with other applications, this will remove all files. + uninstall: |
