Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 18:00:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201404031800.s33I06to006508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ""



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