Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 12:49:05 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184932: [PATCH] Update multimedia/gst123 to version 0.3.3
Message-ID:  <201312171249.rBHCn5XU062340@oldred.freebsd.org>
Resent-Message-ID: <201312171250.rBHCo0OB092184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184932
>Category:       ports
>Synopsis:       [PATCH] Update multimedia/gst123 to version 0.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 17 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 10.0-PRERELEASE i386
>Organization:
>Environment:
FreeBSD build.home.lan 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r259070: Sat Dec  7 16:10:35 CET 2013     herbert@build.home.lan:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The attached patch updates multimedia/gst123 to version 0.3.3 and fixes the build on stable/10 [1][2].

[1] <http://beefy1.isc.freebsd.org/bulk/10i386-quarterly/2013-12-16_15h18m40s/logs/gst123-0.3.2.log>;
[2] <http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-16_15h18m43s/logs/gst123-0.3.2.log>;
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 336705)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gst123
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://space.twc.de/~stefan/gst123/
 
@@ -16,7 +16,7 @@
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 CONFIGURE_ENV=	NCURSES5_CONFIG=/usr/bin/true
-LDFLAGS+=	-lncurses
+LDFLAGS+=	-lncurses -L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
Index: distinfo
===================================================================
--- distinfo	(revision 336705)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (gst123-0.3.2.tar.bz2) = 51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d
-SIZE (gst123-0.3.2.tar.bz2) = 112709
+SHA256 (gst123-0.3.3.tar.bz2) = 45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9
+SIZE (gst123-0.3.3.tar.bz2) = 113344


>Release-Note:
>Audit-Trail:
>Unformatted:



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