summaryrefslogtreecommitdiff
path: root/security/amap/files/patch-amap.h
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-22 15:16:46 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-22 15:16:46 +0000
commit2d0c4afee3188207f247a2afe8c8b1754f385847 (patch)
treed772543c04d7e1a944e7d9cc4271066027f2793d /security/amap/files/patch-amap.h
parento Update distfile's checksum; thus, removing BROKEN status (diff)
- Update to 5.0 [1]
- Install configuration files in ${PREFIX}/etc/amap, and preserve user modifications across updates - Do not define PORTDOCS if NOPORTDOCS is defined - Respect ${LOCALBASE}, ${PREFIX}, ${CC} and ${CFLAGS} - Add USE_OPENSSL=yes PR: ports/81354 [1] Submitted by: maintainer [1]
Notes
Notes: svn path=/head/; revision=135872
Diffstat (limited to 'security/amap/files/patch-amap.h')
-rw-r--r--security/amap/files/patch-amap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/amap/files/patch-amap.h b/security/amap/files/patch-amap.h
deleted file mode 100644
index 8b65eff2c244..000000000000
--- a/security/amap/files/patch-amap.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- amap.h.orig Tue Feb 1 20:07:14 2005
-+++ amap.h Sun Feb 13 14:28:05 2005
-@@ -33,7 +33,7 @@
- #endif
- #endif
-
--#define AMAP_APPDEF_PATH AMAP_PREFIX"/etc"
-+#define AMAP_APPDEF_PATH AMAP_PREFIX"/share/amap"
- #define AMAP_BUFSIZE 1024 // standard buffer size
- #define AMAP_BUFSIZE_BIG 65536 // big standard buffer size
- #define AMAP_REGEX_OPTIONS ( PCRE_MULTILINE | PCRE_CASELESS | PCRE_DOTALL )