mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 1.7.0
PR: ports/108989 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Approved by: maintainer via irc
This commit is contained in:
parent
bf98e91bb6
commit
130ca1e42a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185780
@ -5,10 +5,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgadu
|
||||
PORTVERSION= 20051229
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.7.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net
|
||||
MASTER_SITES= http://bsdguru.org/distfiles/
|
||||
MASTER_SITES= http://toxygen.net/libgadu/files/
|
||||
|
||||
MAINTAINER= alex@BSDGuru.org
|
||||
COMMENT= This library is used by many IMs with Gadu-Gadu support
|
||||
@ -17,11 +17,10 @@ CONFLICTS= pl-ekg-1.[0-5]* pl-ekg-1.6,2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259
|
||||
ACLOCAL_ARGS= -I ${WRKSRC}/m4
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libgadu-20051229.tar.gz) = 94ba56b07fc1c1bae8c1d78a0e97760e
|
||||
SHA256 (libgadu-20051229.tar.gz) = e4ca2749f5bfbba845a074c1914b7bb7064a320622398e52cd7a0d6cc919e1ce
|
||||
SIZE (libgadu-20051229.tar.gz) = 213204
|
||||
MD5 (libgadu-1.7.0.tar.gz) = 152180afbbad584017592a3021aac97a
|
||||
SHA256 (libgadu-1.7.0.tar.gz) = 13b0c4c1471f40022db3fd7d141d5d0b42dd67f0a9ca82db877c39b60e14071a
|
||||
SIZE (libgadu-1.7.0.tar.gz) = 382784
|
||||
|
@ -1,27 +0,0 @@
|
||||
--- lib/Makefile.in.orig Sat Jun 25 08:41:07 2005
|
||||
+++ lib/Makefile.in Sun Jul 2 19:41:00 2006
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
SHAREDMM = libgadu.so
|
||||
SHAREDM = $(SHAREDMM).$(VERSION_MAJOR)
|
||||
-SHARED = $(SHAREDM).$(VERSION_MINOR)
|
||||
+SHARED = $(SHAREDM)
|
||||
STATIC = libgadu.a
|
||||
|
||||
all: @static@ @shared@
|
||||
@@ -57,7 +57,6 @@
|
||||
|
||||
$(SHARED): $(LOBJS)
|
||||
$(CC) -shared -Wl,-soname,libgadu.so.$(VERSION_MAJOR) -o $(SHARED) $(LOBJS) $(LIBS) -lc
|
||||
- $(LN_S) -f $(SHARED) $(SHAREDM)
|
||||
$(LN_S) -f $(SHARED) $(SHAREDMM)
|
||||
|
||||
#
|
||||
@@ -82,7 +81,6 @@
|
||||
|
||||
install-shared: install-common @strip_libgadu_so@
|
||||
$(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir)
|
||||
- cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM)
|
||||
cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM)
|
||||
|
||||
install-static: install-common
|
@ -1,5 +1,5 @@
|
||||
include/libgadu-config.h
|
||||
include/libgadu.h
|
||||
lib/libgadu.la
|
||||
lib/libgadu.so
|
||||
lib/libgadu.so.3
|
||||
libdata/pkgconfig/libgadu.pc
|
||||
|
Loading…
Reference in New Issue
Block a user