Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 09:50:13 GMT
From:      Eugene Grosbein <eugen@grosbein.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/168943: [patch] [maintainer] unbreak port databases/libudbc
Message-ID:  <201206110950.q5B9oDAn055838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/168943; it has been noted by GNATS.

From: Eugene Grosbein <eugen@grosbein.net>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/168943: [patch] [maintainer] unbreak port databases/libudbc
Date: Mon, 11 Jun 2012 16:40:46 +0700

 Hi!
 
 Sorry, just noted small error (missing backslash) in the patch.
 Fixed version follows:
 
 diff -ur libudbc.orig/Makefile libudbc/Makefile
 --- libudbc.orig/Makefile	2012-02-29 03:07:42.000000000 +0700
 +++ libudbc/Makefile	2012-06-11 16:15:53.000000000 +0700
 @@ -8,15 +8,16 @@
  PORTNAME=	libudbc
  PORTVERSION=	4.1
  CATEGORIES=	databases
 -MASTER_SITES=	ftp://ftp.openlinksw.co.uk/open41/ \
 -		ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ \
 -		ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/
 +MASTER_SITES=	http://www.grosbein.net/freebsd/libudbc/41/ \
 +		ftp://ftp.vsi.ru/pub/FreeBSD/distfiles/ \
 +		ftp://video.univ.kiev.ua/pub/FreeBSD/distfiles/
 +
  DISTNAME=	f6kuzzzz
  EXTRACT_SUFX=	.taz
  
  LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	ports@grosbein.net
  COMMENT=	Openlink UDBC SDK
  
  NO_WRKSUBDIR=	yes
 @@ -25,7 +26,6 @@
  ONLY_FOR_ARCHS=	i386
  
  RESTRICTED=	'Downloading and redistribution terms are unclear'
 -BROKEN=		does not fetch
  
  do-install:
  	@${INSTALL_PROGRAM} ${WRKDIR}/udbcsdk/examples/udbctest ${PREFIX}/bin



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