From owner-freebsd-ports@FreeBSD.ORG Mon Aug 9 03:16:40 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4839C106566C for ; Mon, 9 Aug 2010 03:16:40 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 202948FC17 for ; Mon, 9 Aug 2010 03:16:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 833DF50BBF; Mon, 9 Aug 2010 03:59:25 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CoOTR+fXKfhC; Mon, 9 Aug 2010 03:59:24 +0100 (BST) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id EA1C1508A4 ; Mon, 9 Aug 2010 03:59:23 +0100 (BST) Message-ID: <4C5F6EFE.6030308@langille.org> Date: Sun, 08 Aug 2010 22:59:10 -0400 From: Dan Langille Organization: The FreeBSD Diary User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Wesley Shields Subject: Bacula 5.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 03:16:40 -0000 Allan: For Bacula 5.0.2 you submitted patches which included: patch-src-cats-Makefile.in patch-src-findlib-Makefile.in patch-src-lib-Makefile.in In particular, I'm interested in things like this (hugely condensed for clarity): - -release $(LIBBAC_LT_CURRENT).$(LIBBAC_LT_REVISION).$(LIBBAC_LT_AGE) + -version-info $(LIBBAC_LT_CURRENT):$(LIBBAC_LT_REVISION):$(LIBBAC_LT_A Of note, 5.0.3 uses this: -release $(LIBBAC_LT_RELEASE) I am not sure how best to patch for 5.0.3. I first tried: version-info $(LIBBAC_LT_RELEASE) But encountered this error: Making libbac.la ... /var/ports/usr/home/dan/src/sysutils/bacula-server/work/bacula-5.0.3/libtool --silent --tag=CXX --mode=link /usr/bin/c++ -L/usr/local/lib -o libbac.la attr.lo base64.lo berrno.lo bsys.lo bget_msg.lo bnet.lo bnet_server.lo runscript.lo bsock.lo bpipe.lo bsnprintf.lo btime.lo cram-md5.lo crc32.lo crypto.lo daemon.lo edit.lo fnmatch.lo guid_to_name.lo hmac.lo jcr.lo lex.lo alist.lo dlist.lo md5.lo message.lo mem_pool.lo openssl.lo plugins.lo priv.lo queue.lo bregex.lo rwlock.lo scan.lo serial.lo sha1.lo signal.lo smartall.lo rblist.lo tls.lo tree.lo util.lo var.lo watchdog.lo workq.lo btimers.lo address_conf.lo breg.lo htable.lo lockmgr.lo -export-dynamic -rpath /usr/local/lib -version-info 5.0.3 -lwrap -lz libtool: link: CURRENT `5.0.3' must be a nonnegative integer libtool: link: `5.0.3' is not valid version information *** Error code 1 I don't know enough about your patch to proceed with confidence. -- Dan Langille - http://langille.org/