svn commit: r357089 - in head/multimedia/vstream-client: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 9 03:12:39 UTC 2014


Author: vanilla
Date: Mon Jun  9 03:12:38 2014
New Revision: 357089
URL: http://svnweb.freebsd.org/changeset/ports/357089
QAT: https://qat.redports.org/buildarchive/r357089/

Log:
  Stagify.

Added:
  head/multimedia/vstream-client/files/patch-Makefile   (contents, props changed)
Modified:
  head/multimedia/vstream-client/Makefile

Modified: head/multimedia/vstream-client/Makefile
==============================================================================
--- head/multimedia/vstream-client/Makefile	Mon Jun  9 03:09:20 2014	(r357088)
+++ head/multimedia/vstream-client/Makefile	Mon Jun  9 03:12:38 2014	(r357089)
@@ -11,7 +11,7 @@ COMMENT=	Client library for the Tivo vst
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 
@@ -19,7 +19,6 @@ PLIST_FILES=	bin/vstream-client \
 		include/vstream-client.h \
 		lib/libvstream-client.a
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$$(INSTALL) -m 755|$${BSD_INSTALL_PROGRAM}| ; \

Added: head/multimedia/vstream-client/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vstream-client/files/patch-Makefile	Mon Jun  9 03:12:38 2014	(r357089)
@@ -0,0 +1,15 @@
+--- Makefile.orig	2014-06-09 11:10:17.744127904 +0800
++++ Makefile	2014-06-09 11:10:39.050126273 +0800
+@@ -14,9 +14,9 @@ CFLAGS  += $(INCLUDE)
+ all:	$(LIBNAME) vstream-client
+ 
+ install:	$(LIBNAME) vstream-client
+-	$(INSTALL) -m 755 vstream-client $(BINDIR)/vstream-client
+-	$(INSTALL) -m 644 $(LIBNAME) $(LIBDIR)/$(LIBNAME)
+-	$(INSTALL) -m 644 vstream-client.h $(INCDIR)/vstream-client.h
++	$(INSTALL) -m 755 vstream-client $(DESTDIR)$(BINDIR)/vstream-client
++	$(INSTALL) -m 644 $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
++	$(INSTALL) -m 644 vstream-client.h $(DESTDIR)$(INCDIR)/vstream-client.h
+ 
+ .c.o:
+ 	$(CC) -c $(CFLAGS) -o $@ $<


More information about the svn-ports-head mailing list