From owner-svn-ports-all@FreeBSD.ORG Sun Feb 23 12:18:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D35AE545; Sun, 23 Feb 2014 12:18:10 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3EB716C6; Sun, 23 Feb 2014 12:18:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NCIAZN012990; Sun, 23 Feb 2014 12:18:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NCIAP9012988; Sun, 23 Feb 2014 12:18:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402231218.s1NCIAP9012988@svn.freebsd.org> From: Antoine Brodin Date: Sun, 23 Feb 2014 12:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345702 - in head/audio/gsm: . 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: Sun, 23 Feb 2014 12:18:10 -0000 Author: antoine Date: Sun Feb 23 12:18:09 2014 New Revision: 345702 URL: http://svnweb.freebsd.org/changeset/ports/345702 QAT: https://qat.redports.org/buildarchive/r345702/ Log: Allow packaging as a regular user Modified: head/audio/gsm/Makefile head/audio/gsm/files/patch-Makefile Modified: head/audio/gsm/Makefile ============================================================================== --- head/audio/gsm/Makefile Sun Feb 23 12:17:17 2014 (r345701) +++ head/audio/gsm/Makefile Sun Feb 23 12:18:09 2014 (r345702) @@ -16,7 +16,4 @@ WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LDCONFIG= yes -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*so* - .include Modified: head/audio/gsm/files/patch-Makefile ============================================================================== --- head/audio/gsm/files/patch-Makefile Sun Feb 23 12:17:17 2014 (r345701) +++ head/audio/gsm/files/patch-Makefile Sun Feb 23 12:18:09 2014 (r345702) @@ -1,5 +1,5 @@ ---- Makefile.orig 2006-04-26 21:14:26.000000000 +0200 -+++ Makefile 2014-02-12 22:46:15.668989348 +0100 +--- ./Makefile.orig 2006-04-26 19:14:26.000000000 +0000 ++++ ./Makefile 2014-02-23 10:31:06.000000000 +0000 @@ -43,8 +43,8 @@ # CC = /usr/lang/acc # CCFLAGS = -c -O @@ -144,7 +144,7 @@ # The local bin and lib directories -@@ -342,62 +355,67 @@ +@@ -342,62 +355,66 @@ gsmuninstall: -if [ x"$(GSM_INSTALL_ROOT)" != x ] ; then \ @@ -224,22 +224,20 @@ - -rm $@ - cp $? $@ - chmod 444 $@ -- ++ $(RM) $@ ++ ${BSD_INSTALL_DATA} $? $@ + -$(GSM_INSTALL_LIB)/libgsm.a: $(LIBGSM) - -rm $@ - cp $? $@ - chmod 444 $@ -+ $(RM) $@ -+ ${BSD_INSTALL_DATA} $? $@ - +$(GSM_INSTALL_LIB)/$(LIBGSM): $(LIB)/$(LIBGSM) + $(RM) $@ + ${BSD_INSTALL_DATA} $? $@ -+ $(RANLIB) $@ -+ + +$(GSM_INSTALL_LIB)/$(SOLIBGSM): $(LIB)/$(SOLIBGSM) + $(RM) $@ -+ ${BSD_INSTALL_DATA} $? $@ ++ ${BSD_INSTALL_LIB} $? $@ + (cd $(GSM_INSTALL_LIB); $(LN) -sf $(SOLIBGSM) `echo $(SOLIBGSM) | sed 's/\.so.*$$/.so/'`) # Distribution