Index: www/Makefile =================================================================== --- www/Makefile (revision 491616) +++ www/Makefile (working copy) @@ -441,6 +441,7 @@ SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit SUBDIR += mod_log_sql2 + SUBDIR += mod_maxminddb SUBDIR += mod_md-devel SUBDIR += mod_memcache SUBDIR += mod_memcache_block Index: www/mod_maxminddb/Makefile =================================================================== --- www/mod_maxminddb/Makefile (nonexistent) +++ www/mod_maxminddb/Makefile (working copy) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= mod_maxminddb +PORTVERSION= 1.1.0 +CATEGORIES= www +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} + +MAINTAINER= mmokhi@FreeBSD.org +COMMENT= MaxMind DB Apache Module + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb + +USES= apache:2.4+ autoreconf gmake localbase + +GNU_CONFIGURE= yes + +USE_GITHUB= yes +GH_ACCOUNT= maxmind + +AP_FAST_BUILD= yes +AP_GENPLIST= yes +SRC_FILE= src/${PORTNAME}.c + +.include Property changes on: www/mod_maxminddb/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1,2 ## +FreeBSD=%H +\ No newline at end of property \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/mod_maxminddb/distinfo =================================================================== --- www/mod_maxminddb/distinfo (nonexistent) +++ www/mod_maxminddb/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547916370 +SHA256 (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = a5d339699ca9aacc4e66c278b0d2a48099e41ae96dfd23c26999485c8e6f8f26 +SIZE (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = 22720 Property changes on: www/mod_maxminddb/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/mod_maxminddb/files/patch-src_Makefile.am =================================================================== --- www/mod_maxminddb/files/patch-src_Makefile.am (nonexistent) +++ www/mod_maxminddb/files/patch-src_Makefile.am (working copy) @@ -0,0 +1,17 @@ +--- src/Makefile.am.orig 2019-01-19 16:36:41 UTC ++++ src/Makefile.am +@@ -1,12 +1,13 @@ + AUTOMAKE_OPTIONS = foreign + WC=-Wc,"$(CFLAGS)" ++WL=-Wl,"$(LDFLAGS)" + + # the default target + all: module + + # compile the DSO file + module: mod_maxminddb.c $(TARGET) +- $(APXS) -c $(LDFLAGS) $(LIBMAXMINDDB_LDFLAGS) $(LIBS) $(WC) $(APXS_LDFLAGS) mod_maxminddb.c ++ $(APXS) -c $(WL) $(LIBMAXMINDDB_LDFLAGS) $(LIBS) $(WC) $(APXS_LDFLAGS) mod_maxminddb.c + + install-exec-local: module + $(APXS) -i -a -n maxminddb .libs/mod_maxminddb.so Property changes on: www/mod_maxminddb/files/patch-src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/mod_maxminddb/pkg-descr =================================================================== --- www/mod_maxminddb/pkg-descr (nonexistent) +++ www/mod_maxminddb/pkg-descr (working copy) @@ -0,0 +1,4 @@ +mod_maxminddb allows you to query MaxMind DB files from Apache 2.4+ +using the libmaxminddb library. + +WWW: https://github.com/maxmind/mod_maxminddb Property changes on: www/mod_maxminddb/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property