diff options
-rw-r--r-- | net-im/libyahoo2/Makefile | 13 | ||||
-rw-r--r-- | net-im/libyahoo2/distinfo | 4 | ||||
-rw-r--r-- | net-im/libyahoo2/files/patch-ltmain.sh | 33 | ||||
-rw-r--r-- | net-im/libyahoo2/pkg-plist | 15 | ||||
-rw-r--r-- | net/libyahoo2/Makefile | 13 | ||||
-rw-r--r-- | net/libyahoo2/distinfo | 4 | ||||
-rw-r--r-- | net/libyahoo2/files/patch-ltmain.sh | 33 | ||||
-rw-r--r-- | net/libyahoo2/pkg-plist | 15 |
8 files changed, 24 insertions, 106 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index f69c81ea6305..20ea9dc362b9 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,17 +17,11 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-im/libyahoo2/distinfo b/net-im/libyahoo2/distinfo index 5e9baae8d05e..c75ff70e93df 100644 --- a/net-im/libyahoo2/distinfo +++ b/net-im/libyahoo2/distinfo @@ -1,2 +1,2 @@ -MD5 (libyahoo2-0.7.4.tar.bz2) = 7e2320a0f3c892fb9664c225aff9b2e7 -SIZE (libyahoo2-0.7.4.tar.bz2) = 244440 +MD5 (libyahoo2-0.7.5.tar.bz2) = a4bca0a2fb8a826141c554885a4d7b21 +SIZE (libyahoo2-0.7.5.tar.bz2) = 300415 diff --git a/net-im/libyahoo2/files/patch-ltmain.sh b/net-im/libyahoo2/files/patch-ltmain.sh deleted file mode 100644 index 71d1d3044562..000000000000 --- a/net-im/libyahoo2/files/patch-ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ ---- ltmain.sh.orig Tue Jan 28 03:11:49 2003 -+++ ltmain.sh Tue May 13 06:46:55 2003 -@@ -1043,7 +1043,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/net-im/libyahoo2/pkg-plist b/net-im/libyahoo2/pkg-plist index 7e105e2e088d..5997151dc685 100644 --- a/net-im/libyahoo2/pkg-plist +++ b/net-im/libyahoo2/pkg-plist @@ -1,12 +1,11 @@ @comment $FreeBSD$ -include/libyahoo2/yahoo2.h -include/libyahoo2/yahoo2_callbacks.h -include/libyahoo2/yahoo2_types.h -include/libyahoo2/yahoo_fn.h -include/libyahoo2/yahoo_httplib.h -include/libyahoo2/yahoo_list.h +include/yahoo2.h +include/yahoo2_callbacks.h +include/yahoo2_types.h +include/yahoo_fn.h +include/yahoo_httplib.h +include/yahoo_list.h lib/libyahoo2.a lib/libyahoo2.so -lib/libyahoo2.so.8 +lib/libyahoo2.so.9 libdata/pkgconfig/libyahoo2.pc -@dirrm include/libyahoo2 diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index f69c81ea6305..20ea9dc362b9 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,17 +17,11 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/libyahoo2/distinfo b/net/libyahoo2/distinfo index 5e9baae8d05e..c75ff70e93df 100644 --- a/net/libyahoo2/distinfo +++ b/net/libyahoo2/distinfo @@ -1,2 +1,2 @@ -MD5 (libyahoo2-0.7.4.tar.bz2) = 7e2320a0f3c892fb9664c225aff9b2e7 -SIZE (libyahoo2-0.7.4.tar.bz2) = 244440 +MD5 (libyahoo2-0.7.5.tar.bz2) = a4bca0a2fb8a826141c554885a4d7b21 +SIZE (libyahoo2-0.7.5.tar.bz2) = 300415 diff --git a/net/libyahoo2/files/patch-ltmain.sh b/net/libyahoo2/files/patch-ltmain.sh deleted file mode 100644 index 71d1d3044562..000000000000 --- a/net/libyahoo2/files/patch-ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ ---- ltmain.sh.orig Tue Jan 28 03:11:49 2003 -+++ ltmain.sh Tue May 13 06:46:55 2003 -@@ -1043,7 +1043,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/net/libyahoo2/pkg-plist b/net/libyahoo2/pkg-plist index 7e105e2e088d..5997151dc685 100644 --- a/net/libyahoo2/pkg-plist +++ b/net/libyahoo2/pkg-plist @@ -1,12 +1,11 @@ @comment $FreeBSD$ -include/libyahoo2/yahoo2.h -include/libyahoo2/yahoo2_callbacks.h -include/libyahoo2/yahoo2_types.h -include/libyahoo2/yahoo_fn.h -include/libyahoo2/yahoo_httplib.h -include/libyahoo2/yahoo_list.h +include/yahoo2.h +include/yahoo2_callbacks.h +include/yahoo2_types.h +include/yahoo_fn.h +include/yahoo_httplib.h +include/yahoo_list.h lib/libyahoo2.a lib/libyahoo2.so -lib/libyahoo2.so.8 +lib/libyahoo2.so.9 libdata/pkgconfig/libyahoo2.pc -@dirrm include/libyahoo2 |