From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 18:00:06 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 C847C87C; Thu, 3 Apr 2014 18:00:06 +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 B5409B95; Thu, 3 Apr 2014 18:00:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33I06PA006510; Thu, 3 Apr 2014 18:00:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33I06to006508; Thu, 3 Apr 2014 18:00:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404031800.s33I06to006508@svn.freebsd.org> From: Antoine Brodin Date: Thu, 3 Apr 2014 18:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350031 - in branches/2014Q2/audio/hawkvoice: . files X-SVN-Group: ports-branches 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: Thu, 03 Apr 2014 18:00:06 -0000 Author: antoine Date: Thu Apr 3 18:00:06 2014 New Revision: 350031 URL: http://svnweb.freebsd.org/changeset/ports/350031 QAT: https://qat.redports.org/buildarchive/r350031/ Log: MFH: r349959 Fix stage symlinks Reported by: stage-qa and poudriere With hat: portmgr Modified: branches/2014Q2/audio/hawkvoice/Makefile branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/audio/hawkvoice/Makefile ============================================================================== --- branches/2014Q2/audio/hawkvoice/Makefile Thu Apr 3 17:25:22 2014 (r350030) +++ branches/2014Q2/audio/hawkvoice/Makefile Thu Apr 3 18:00:06 2014 (r350031) @@ -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: branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux ============================================================================== --- branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux Thu Apr 3 17:25:22 2014 (r350030) +++ branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux Thu Apr 3 18:00:06 2014 (r350031) @@ -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 ""