aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-25 17:00:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-25 17:00:39 +0800
commit2042d798d5dbca0a89d7c7e1c9c651e678cdd5e9 (patch)
tree7882d4eed75203971fe9414aa50dc126a1d7b4e7 /www
parent4c4e6b09fea919936854cccf529dba6fd8cddc2e (diff)
downloadfreebsd-ports-gnome-2042d798d5dbca0a89d7c7e1c9c651e678cdd5e9.tar.gz
freebsd-ports-gnome-2042d798d5dbca0a89d7c7e1c9c651e678cdd5e9.tar.zst
freebsd-ports-gnome-2042d798d5dbca0a89d7c7e1c9c651e678cdd5e9.zip
- Switch to options helpers
- Regenerate patches - Update WWW
Diffstat (limited to 'www')
-rw-r--r--www/crawl/Makefile2
-rw-r--r--www/crawl/files/patch-Makefile.in6
-rw-r--r--www/crawl/files/patch-compat__gai-errnos.h4
-rw-r--r--www/crawl/files/patch-configure6
-rw-r--r--www/crawl/files/patch-dns.c6
-rw-r--r--www/crawl/pkg-descr2
6 files changed, 13 insertions, 13 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 55afa60e8173..45ec9d895ce9 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -26,7 +26,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr/include/db2,${BDB_INCLUDE_DIR},g' \
-e 's,db2,${BDB_LIB_NAME},g' ${WRKSRC}/configure.in
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/crawl.conf ${STAGEDIR}${EXAMPLESDIR}
diff --git a/www/crawl/files/patch-Makefile.in b/www/crawl/files/patch-Makefile.in
index 0f6ac92fab60..bc2a55ba2822 100644
--- a/www/crawl/files/patch-Makefile.in
+++ b/www/crawl/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sat May 17 20:50:51 2003
-+++ Makefile.in Sun Dec 21 12:19:52 2003
-@@ -159,7 +154,6 @@
+--- Makefile.in.orig 2003-05-18 01:50:51 UTC
++++ Makefile.in
+@@ -159,7 +159,6 @@ $(srcdir)/config.h.in: $(srcdir)/stamp-h
$(MAKE) $(srcdir)/stamp-h.in; \
else :; fi
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
diff --git a/www/crawl/files/patch-compat__gai-errnos.h b/www/crawl/files/patch-compat__gai-errnos.h
index 4938834231d6..1387029c4d9b 100644
--- a/www/crawl/files/patch-compat__gai-errnos.h
+++ b/www/crawl/files/patch-compat__gai-errnos.h
@@ -1,5 +1,5 @@
---- compat/gai-errnos.h.orig Fri Mar 12 07:29:36 2004
-+++ compat/gai-errnos.h Fri Mar 12 07:29:52 2004
+--- compat/gai-errnos.h.orig 2003-05-17 16:39:02 UTC
++++ compat/gai-errnos.h
@@ -10,5 +10,7 @@
/* for old netdb.h */
#ifndef EAI_NODATA
diff --git a/www/crawl/files/patch-configure b/www/crawl/files/patch-configure
index 98913fcc56c4..220a86f724c6 100644
--- a/www/crawl/files/patch-configure
+++ b/www/crawl/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sun Dec 21 12:18:11 2003
-+++ configure Sun Dec 21 12:18:28 2003
-@@ -2545,11 +2545,11 @@
+--- configure.orig 2003-05-18 01:50:55 UTC
++++ configure
+@@ -2545,11 +2545,11 @@ echo "${ECHO_T}no" >&6
*)
echo "$as_me:$LINENO: result: $withval" >&5
echo "${ECHO_T}$withval" >&6
diff --git a/www/crawl/files/patch-dns.c b/www/crawl/files/patch-dns.c
index 02215d8c182e..49c5da625c81 100644
--- a/www/crawl/files/patch-dns.c
+++ b/www/crawl/files/patch-dns.c
@@ -1,6 +1,6 @@
---- dns.c.orig Sun May 18 10:21:33 2003
-+++ dns.c Mon May 30 16:20:14 2005
-@@ -562,8 +562,13 @@
+--- dns.c.orig 2003-05-18 01:21:33 UTC
++++ dns.c
+@@ -562,8 +562,13 @@ dns_resolve(char *ip, struct addrinfo **
if (res != 0) {
fprintf(stderr, "%s: getaddrinfo(%s): %s\n", __func__,
ip, gai_strerror(res));
diff --git a/www/crawl/pkg-descr b/www/crawl/pkg-descr
index b4f8de9e5ce7..8798505fe384 100644
--- a/www/crawl/pkg-descr
+++ b/www/crawl/pkg-descr
@@ -17,4 +17,4 @@ Some of the main features:
- Very small and efficient code
- Supports robots.txt
-WWW: http://www.monkey.org/~provos/crawl/
+WWW: https://www.monkey.org/~provos/crawl/