Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 09:16:31 +0200
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69384: [PATCH] databases/edb: unbroke port
Message-ID:  <E1BnBL5-000KGt-PX@sanatana.dharma>
Resent-Message-ID: <200407211610.i6LGACAT068653@freefall.freebsd.org>

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

>Number:         69384
>Category:       ports
>Synopsis:       [PATCH] databases/edb: unbroke port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 16:10:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #8: Tue Jul 20 20:32:29 CEST 2004
>Description:
distfile was bzip2ed and moved to my server because sf.net mirrors has
two different files with the same name.

pkg-plist  merged into makefile

added  .la file to pkglist

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- edb-1.0.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/edb/Makefile /home/hsn/hacked/edb/Makefile
--- /usr/ports/databases/edb/Makefile	Tue Jun 22 19:20:36 2004
+++ /home/hsn/hacked/edb/Makefile	Wed Jul 21 09:06:28 2004
@@ -9,20 +9,20 @@
 PORTVERSION=	1.0.3
 PORTREVISION=	1
 CATEGORIES=	databases
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	enlightenment
+MASTER_SITES=	http://people.tecnik93.com/~radim/tarballs/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Enlightenment Database Library
 
-BROKEN=		checksum mismatch
-EXPIRATION_DATE=2004-08-20
-DEPRECATED=	${BROKEN}
-
 USE_LIBTOOL_VER=	13
 USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
 USE_REINPLACE=	yes
+USE_BZIP2=	yes
+
+PLIST_FILES=	bin/edb_ed bin/edb_gtk_ed bin/edb_vt_ed bin/edb-config \
+		include/Edb.h lib/libedb.a lib/libedb.la lib/libedb.so  \
+		lib/libedb.so.1
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
diff -ruN --exclude=CVS /usr/ports/databases/edb/distinfo /home/hsn/hacked/edb/distinfo
--- /usr/ports/databases/edb/distinfo	Tue Feb  3 16:09:24 2004
+++ /home/hsn/hacked/edb/distinfo	Wed Jul 21 09:02:03 2004
@@ -1,2 +1,2 @@
-MD5 (edb-1.0.3.tar.gz) = eb2a0e0eb8876b817e01427d1f09f838
-SIZE (edb-1.0.3.tar.gz) = 464253
+MD5 (edb-1.0.3.tar.bz2) = bf5db4dbb2cb612cd3d587d5688c294b
+SIZE (edb-1.0.3.tar.bz2) = 348400
diff -ruN --exclude=CVS /usr/ports/databases/edb/pkg-plist /home/hsn/hacked/edb/pkg-plist
--- /usr/ports/databases/edb/pkg-plist	Sun Nov  4 11:01:36 2001
+++ /home/hsn/hacked/edb/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1,8 +0,0 @@
-bin/edb_ed
-bin/edb_gtk_ed
-bin/edb_vt_ed
-bin/edb-config
-include/Edb.h
-lib/libedb.a
-lib/libedb.so
-lib/libedb.so.1
--- edb-1.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BnBL5-000KGt-PX>