From owner-svn-ports-all@FreeBSD.ORG Wed Apr 2 23:29:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A3E5E48; Wed, 2 Apr 2014 23:29:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26E06A44; Wed, 2 Apr 2014 23:29:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s32NTUXd034205; Wed, 2 Apr 2014 23:29:30 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s32NTToJ034203; Wed, 2 Apr 2014 23:29:29 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404022329.s32NTToJ034203@svn.freebsd.org> From: Antoine Brodin Date: Wed, 2 Apr 2014 23:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349959 - in head/audio/hawkvoice: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2014 23:29:30 -0000 Author: antoine Date: Wed Apr 2 23:29:29 2014 New Revision: 349959 URL: http://svnweb.freebsd.org/changeset/ports/349959 QAT: https://qat.redports.org/buildarchive/r349959/ Log: Fix stage symlinks Reported by: stage-qa and poudriere With hat: portmgr Modified: head/audio/hawkvoice/Makefile head/audio/hawkvoice/files/patch-src_makefile.linux Modified: head/audio/hawkvoice/Makefile ============================================================================== --- head/audio/hawkvoice/Makefile Wed Apr 2 22:30:28 2014 (r349958) +++ head/audio/hawkvoice/Makefile Wed Apr 2 23:29:29 2014 (r349959) @@ -3,6 +3,7 @@ PORTNAME= hawkvoice PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= audio devel MASTER_SITES= http://www.hawksoft.com/download/files/ DISTNAME= HawkVoiceDI091src Modified: head/audio/hawkvoice/files/patch-src_makefile.linux ============================================================================== --- head/audio/hawkvoice/files/patch-src_makefile.linux Wed Apr 2 22:30:28 2014 (r349958) +++ head/audio/hawkvoice/files/patch-src_makefile.linux Wed Apr 2 23:29:29 2014 (r349959) @@ -38,8 +38,8 @@ - ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION).$(MINOR_VERSION) - ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION) - ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so -+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION) -+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so ++ ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION) ++ ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so cp hvdi.h $(INCDIR)/hvdi.h chmod 644 $(INCDIR)/hvdi.h - @echo ""