FreeBSD Bugzilla – Attachment 111312 Details for
Bug 152548
[PATCH] net/GeoIP: don't redefined memcpy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GeoIP-1.4.6_1.patch
GeoIP-1.4.6_1.patch (text/plain), 1.15 KB, created by
Dmitry Marakasov
on 2010-11-24 17:00:24 UTC
(
hide
)
Description:
GeoIP-1.4.6_1.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2010-11-24 17:00:24 UTC
Size:
1.15 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net/GeoIP/Makefile,v >retrieving revision 1.44 >diff -u -u -r1.44 Makefile >--- Makefile 2 Aug 2009 19:34:54 -0000 1.44 >+++ Makefile 24 Nov 2010 16:21:40 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= GeoIP > PORTVERSION= 1.4.6 >+PORTREVISION= 1 > CATEGORIES= net geography > MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ > >Index: files/patch-libGeoIP-GeoIP.h >=================================================================== >RCS file: files/patch-libGeoIP-GeoIP.h >diff -N files/patch-libGeoIP-GeoIP.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-libGeoIP-GeoIP.h 24 Nov 2010 16:21:26 -0000 >@@ -0,0 +1,13 @@ >+--- libGeoIP/GeoIP.h.orig 2009-02-24 19:03:23.000000000 +0300 >++++ libGeoIP/GeoIP.h 2010-11-24 19:21:26.000000000 +0300 >+@@ -241,10 +241,6 @@ >+ /* Get timezone from country and region code */ >+ GEOIP_API const char * GeoIP_time_zone_by_country_and_region(const char *country_code, const char *region_code); >+ >+-#ifdef BSD >+-#define memcpy(dest, src, n) bcopy(src, dest, n) >+-#endif >+- >+ #ifdef __cplusplus >+ } >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152548
: 111312