Index: head/devel/libsoup/Makefile =================================================================== --- head/devel/libsoup/Makefile (revision 81798) +++ head/devel/libsoup/Makefile (revision 81799) @@ -1,33 +1,33 @@ # New ports collection makefile for: libsoup # Date created: 12 March 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # 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 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A SOAP (Simple Object Access Protocol) implementation in C LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes 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 ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/devel/libsoup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/devel/libsoup/distinfo =================================================================== --- head/devel/libsoup/distinfo (revision 81798) +++ head/devel/libsoup/distinfo (revision 81799) @@ -1 +1 @@ -MD5 (gnome2/libsoup-1.99.20.tar.bz2) = 78b2e1c656d361aa1c8252934ee7ddc1 +MD5 (gnome2/libsoup-1.99.22.tar.bz2) = 6ab7b945fbd8ec79274864433eed4e90 Property changes on: head/devel/libsoup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/libsoup/files/patch-libsoup_soup_message.c =================================================================== --- head/devel/libsoup/files/patch-libsoup_soup_message.c (revision 81798) +++ head/devel/libsoup/files/patch-libsoup_soup_message.c (nonexistent) @@ -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. Property changes on: head/devel/libsoup/files/patch-libsoup_soup_message.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/libsoup22/Makefile =================================================================== --- head/devel/libsoup22/Makefile (revision 81798) +++ head/devel/libsoup22/Makefile (revision 81799) @@ -1,33 +1,33 @@ # New ports collection makefile for: libsoup # Date created: 12 March 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # 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 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A SOAP (Simple Object Access Protocol) implementation in C LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes 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 ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/devel/libsoup22/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/devel/libsoup22/distinfo =================================================================== --- head/devel/libsoup22/distinfo (revision 81798) +++ head/devel/libsoup22/distinfo (revision 81799) @@ -1 +1 @@ -MD5 (gnome2/libsoup-1.99.20.tar.bz2) = 78b2e1c656d361aa1c8252934ee7ddc1 +MD5 (gnome2/libsoup-1.99.22.tar.bz2) = 6ab7b945fbd8ec79274864433eed4e90 Property changes on: head/devel/libsoup22/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/libsoup22/files/patch-libsoup_soup_message.c =================================================================== --- head/devel/libsoup22/files/patch-libsoup_soup_message.c (revision 81798) +++ head/devel/libsoup22/files/patch-libsoup_soup_message.c (nonexistent) @@ -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. Property changes on: head/devel/libsoup22/files/patch-libsoup_soup_message.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property