svn commit: r349959 - in head/audio/hawkvoice: . files

Antoine Brodin antoine at FreeBSD.org
Wed Apr 2 23:29:30 UTC 2014


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 ""


More information about the svn-ports-all mailing list