mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Stop touching the filesystem during build.
The pkg-install handles the scrollkeeper-rebuild and xmlcatalog needs. This also avoids: Shared object "libscrollkeeper.so.0" not found, required by "scrollkeeper-update"
This commit is contained in:
parent
8fe024a91d
commit
d19a257fbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464642
3 changed files with 22 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= scrollkeeper
|
PORTNAME= scrollkeeper
|
||||||
PORTVERSION= 0.3.14
|
PORTVERSION= 0.3.14
|
||||||
PORTREVISION= 14
|
PORTREVISION= 15
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= textproc gnome
|
CATEGORIES= textproc gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
@ -45,7 +45,6 @@ post-patch:
|
||||||
${WRKSRC}/extract/dtds/Makefile.in
|
${WRKSRC}/extract/dtds/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${RM} ${STAGEDIR}/var/log/scrollkeeper.log
|
|
||||||
@${MKDIR} ${STAGEDIR}/var/db/scrollkeeper
|
@${MKDIR} ${STAGEDIR}/var/db/scrollkeeper
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.in.orig Sat Dec 6 17:36:32 2003
|
--- Makefile.in.orig 2018-03-15 21:38:13 UTC
|
||||||
+++ Makefile.in Sat Dec 6 17:37:57 2003
|
+++ Makefile.in
|
||||||
@@ -193,18 +193,6 @@
|
@@ -193,18 +193,6 @@ EXTRA_DIST = \
|
||||||
scrollkeeper-spec.txt
|
scrollkeeper-spec.txt
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
scrollkeeper_localstate_dir = $(localstatedir)/@SCROLLKEEPER_PARTIAL_DB_DIR@
|
scrollkeeper_localstate_dir = $(localstatedir)/@SCROLLKEEPER_PARTIAL_DB_DIR@
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
@@ -222,7 +210,7 @@
|
@@ -222,7 +210,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_HEADER = config.h
|
CONFIG_HEADER = config.h
|
||||||
CONFIG_CLEAN_FILES = intl/Makefile scrollkeeper.spec
|
CONFIG_CLEAN_FILES = intl/Makefile scrollkeeper.spec
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
||||||
@@ -564,7 +552,6 @@
|
@@ -564,7 +552,6 @@ check: check-recursive
|
||||||
all-am: Makefile $(DATA) config.h
|
all-am: Makefile $(DATA) config.h
|
||||||
installdirs: installdirs-recursive
|
installdirs: installdirs-recursive
|
||||||
installdirs-am:
|
installdirs-am:
|
||||||
|
@ -36,3 +36,11 @@
|
||||||
|
|
||||||
install: install-recursive
|
install: install-recursive
|
||||||
install-exec: install-exec-recursive
|
install-exec: install-exec-recursive
|
||||||
|
@@ -611,7 +598,6 @@ info-am:
|
||||||
|
|
||||||
|
install-data-am: install-scrollkeeperdocDATA
|
||||||
|
@$(NORMAL_INSTALL)
|
||||||
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
--- extract/dtds/Makefile.in.orig Sat Dec 6 17:43:49 2003
|
--- extract/dtds/Makefile.in.orig 2018-03-15 21:38:13 UTC
|
||||||
+++ extract/dtds/Makefile.in Sat Dec 6 17:43:49 2003
|
+++ extract/dtds/Makefile.in
|
||||||
@@ -408,7 +408,7 @@
|
@@ -361,7 +361,6 @@ info-am:
|
||||||
|
|
||||||
# ScrollKeeper OMF Variation DTD V1.0
|
install-data-am: install-dtdsHEADERS
|
||||||
install-data-hook:
|
@$(NORMAL_INSTALL)
|
||||||
- -/usr/bin/xmlcatalog --noout --add "public" \
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||||
+ -%%LOCALBASE%%/bin/xmlcatalog --noout --add "public" \
|
|
||||||
"-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
|
install-exec-am:
|
||||||
"$(dtdsdir)/scrollkeeper-omf.dtd" $(CATALOG)
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue