mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.3.13
PR: ports/85422 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (seanc; 18 days)
This commit is contained in:
parent
ff5b8bb75e
commit
97fd5fd454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142872
4 changed files with 18 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= GeoIP
|
PORTNAME= GeoIP
|
||||||
PORTVERSION= 1.3.8
|
PORTVERSION= 1.3.13
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (GeoIP-1.3.8.tar.gz) = 7bbd491dfbe4314c817ba0bbc7fa0932
|
MD5 (GeoIP-1.3.13.tar.gz) = 59fc9a6adfbde13cee33c88668f3f400
|
||||||
SIZE (GeoIP-1.3.8.tar.gz) = 585538
|
SIZE (GeoIP-1.3.13.tar.gz) = 668577
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- conf/Makefile.in.orig Mon Mar 10 17:25:32 2003
|
--- conf/Makefile.in.orig Sun Aug 28 22:42:55 2005
|
||||||
+++ conf/Makefile.in Sun Apr 6 17:59:17 2003
|
+++ conf/Makefile.in Sun Aug 28 22:43:20 2005
|
||||||
@@ -205,12 +205,12 @@
|
@@ -243,12 +243,12 @@
|
||||||
|
|
||||||
|
|
||||||
install-data-hook: install-sysconfDATA
|
install-data-hook: install-sysconfDATA
|
||||||
|
@ -16,6 +16,6 @@
|
||||||
+# echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
|
+# echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
|
||||||
+# $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
|
+# $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
|
||||||
+# fi
|
+# fi
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
.NOEXPORT:
|
||||||
|
|
11
net/GeoIP/files/patch-libGeoIP-types.h
Normal file
11
net/GeoIP/files/patch-libGeoIP-types.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- libGeoIP/types.h.orig Fri Apr 8 06:32:43 2005
|
||||||
|
+++ libGeoIP/types.h Fri Sep 16 02:12:40 2005
|
||||||
|
@@ -59,8 +59,6 @@
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_USHORT_TYPEDEF
|
||||||
|
-#undef ushort /* maybe there is a macro with this name */
|
||||||
|
-typedef unsigned short ushort;
|
||||||
|
#define HAVE_USHORT_TYPEDEF
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue