diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 00:41:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 00:41:05 +0000 |
commit | 885198ade72799f3e7c691b542e7a756f19f1b44 (patch) | |
tree | ed4a50421f4d1a1f932963d29ebe21d8240b0877 /devel/libsoup | |
parent | ffe92e251362c5bb7422e0516d15ec88f11028b9 (diff) | |
download | ports-885198ade72799f3e7c691b542e7a756f19f1b44.tar.gz ports-885198ade72799f3e7c691b542e7a756f19f1b44.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup/distinfo | 2 | ||||
-rw-r--r-- | devel/libsoup/files/patch-libsoup_soup_message.c | 20 |
3 files changed, 3 insertions, 23 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 9e1b68a67057..b98548b1f9d0 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsoup -PORTVERSION= 1.99.20 +PORTVERSION= 1.99.22 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.99 @@ -24,7 +24,7 @@ USE_LIBTOOL= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index e66af0c12c1c..bc59aa32bf4f 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1 +1 @@ -MD5 (gnome2/libsoup-1.99.20.tar.bz2) = 78b2e1c656d361aa1c8252934ee7ddc1 +MD5 (gnome2/libsoup-1.99.22.tar.bz2) = 6ab7b945fbd8ec79274864433eed4e90 diff --git a/devel/libsoup/files/patch-libsoup_soup_message.c b/devel/libsoup/files/patch-libsoup_soup_message.c deleted file mode 100644 index 3d1245dfd746..000000000000 --- a/devel/libsoup/files/patch-libsoup_soup_message.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libsoup/soup-message.c.orig Thu May 8 19:27:40 2003 -+++ libsoup/soup-message.c Thu May 8 19:28:56 2003 -@@ -877,7 +877,7 @@ - - SoupHandlerKind kind; - union { -- guint errorcode; -+ unsigned long errorcode; - SoupErrorClass errorclass; - const gchar *header; - } data; -@@ -892,7 +892,7 @@ - redirect_handler, - NULL, - RESPONSE_HEADER_HANDLER, -- { (guint) "Location" } -+ { (unsigned long) "Location" } - }, - /* - * Handle authorization. |