Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 11:42:16 +0200
From:      Jacek Pelka <jacek@combit.com.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/57597: [MAINTAINER UPDATE] polish/ekg-1.3 -> ekg-20031003
Message-ID:  <20031005094215.GA2678@combit.com.pl>
In-Reply-To: <200310050710.h957AKpJ047912@freefall.freebsd.org>
References:  <20031005070156.1907914A0C@pb48.boleslawiec.sdi.tpnet.pl> <200310050710.h957AKpJ047912@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline

Sorry, this is corrected diff.


--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: attachment; filename=ekg-diff

diff -ruN ekg-orig/Makefile ekg/Makefile
--- ekg-orig/Makefile	Wed Sep 24 13:49:45 2003
+++ ekg/Makefile	Sun Oct  5 11:02:57 2003
@@ -4,18 +4,18 @@
 #
 # $FreeBSD: ports/polish/ekg/Makefile,v 1.3 2003/09/24 11:49:45 edwin Exp $
 
-PORTNAME=	ekg
-PORTVERSION=	1.3
-CATEGORIES=	polish net
-MASTER_SITES=	http://dev.null.pl/ekg/
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+PORTNAME=		ekg
+PORTVERSION=		20031003
+CATEGORIES=		polish net
+MASTER_SITES=		http://dev.null.pl/ekg/archive/
+DISTNAME=		${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	jacek@combit.com.pl
-COMMENT=	Text-mode Gadu-Gadu client
+MAINTAINER=		jacek@combit.com.pl
+COMMENT=		Text-mode Gadu-Gadu client
 
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USE_GMAKE=		yes
+GNU_CONFIGURE=		yes
+USE_GNOME=		gnomehack
 CONFIGURE_ARGS+=	--enable-shared \
 			--disable-static \
 			--enable-dynamic \
@@ -29,5 +29,8 @@
 
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/ekg
+	${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.2
+	${MV} ${PREFIX}/lib/libgadu.so.2.13 ${PREFIX}/lib/libgadu.so.2
+	${LN} -s ${PREFIX}/lib/libgadu.so.2 ${PREFIX}/lib/libgadu.so
 
 .include <bsd.port.mk>
diff -ruN ekg-orig/distinfo ekg/distinfo
--- ekg-orig/distinfo	Wed Sep 24 13:49:45 2003
+++ ekg/distinfo	Sat Oct  4 12:06:39 2003
@@ -1 +1 @@
-MD5 (ekg-1.3.tar.gz) = e59cddf8b4daed8b949da86f97f486fc
+MD5 (ekg-20031003.tar.gz) = 97de9587e97f21f69d75cdde64acc20d
diff -ruN ekg-orig/files/patch-aa ekg/files/patch-aa
--- ekg-orig/files/patch-aa	Mon Jul 21 14:47:08 2003
+++ ekg/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,38 +0,0 @@
---- lib/Makefile.in	Thu May 15 13:59:09 2003
-+++ lib/Makefile.in	Thu Jul 17 15:33:55 2003
-@@ -8,7 +8,7 @@
- # increased with ABI changes
- VERSION_MAJOR=2
- # increased with API changes
--VERSION_MINOR=13
-+#VERSION_MINOR=13
- 
- CC = @CC@ 
- CFLAGS = @CFLAGS_LIBGADU@ -I. -I.. -Wall
-@@ -27,7 +27,7 @@
- 
- SHAREDMM = libgadu.so
- SHAREDM = $(SHAREDMM).$(VERSION_MAJOR)
--SHARED = $(SHAREDM).$(VERSION_MINOR)
-+SHARED = $(SHAREDMM).$(VERSION_MAJOR)
- STATIC = libgadu.a
- 
- all:	@static@ @shared@
-@@ -57,7 +57,7 @@
- 
- $(SHARED): $(LOBJS)
- 	$(CC) -shared -Wl,-soname,libgadu.so.$(VERSION_MAJOR) -o $(SHARED) $(LOBJS) $(LIBS) -lc
--	$(LN_S) -f $(SHARED) $(SHAREDM)
-+#	$(LN_S) -f $(SHARED) $(SHAREDM)
- 	$(LN_S) -f $(SHARED) $(SHAREDMM)
- 
- #
-@@ -82,7 +82,7 @@
- 
- 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) $(SHAREDM)
- 	cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM)
- 
- install-static:	install-common

--y0ulUmNC+osPPQO6--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031005094215.GA2678>