Re: Changes to USE_GNOME to USES=gnome

2019-03-28 Thread Ultima
Why was the change made to add additional requirements for
using USE_GNOME? I'm not seeing what value this provides.
Is this to make the use of USES followed by USE_* more
standardized?

Best regards,
Richard Gallamore

On Thu, Mar 28, 2019 at 4:26 PM Mathieu Arnold  wrote:

> On Thu, Mar 28, 2019 at 03:44:45PM -0700, Ultima wrote:
> > Hello ports,
> >
> > USE_GNOME has been deprecated in favor of USES=gnome.
> > My question is that when removing USE_GNOME, USES=gnome
> > takes no arguments, so how do you select which components to
> > use when using USES=gnome, is USE_GNOME still used for this
> > part?
>
> What is deprecated is using USE_GNOME without USES=gnome.  Of course you
> still need USE_GNOME to bring in the components that are required.
>
> --
> Mathieu Arnold
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval virtual_oss_ctl 1.2.0

2019-03-28 Thread Mathieu Arnold
On Thu, Mar 28, 2019 at 09:44:50PM +0100, Hans Petter Selasky wrote:
> Restore virtual_oss_ctl to version 1.2.0.
> 
> This version adds support for FIR filters.
> 
> Approved by:
> 

Approved.

-- 
Mathieu Arnold


signature.asc
Description: PGP signature


Re: Changes to USE_GNOME to USES=gnome

2019-03-28 Thread Mathieu Arnold
On Thu, Mar 28, 2019 at 03:44:45PM -0700, Ultima wrote:
> Hello ports,
> 
> USE_GNOME has been deprecated in favor of USES=gnome.
> My question is that when removing USE_GNOME, USES=gnome
> takes no arguments, so how do you select which components to
> use when using USES=gnome, is USE_GNOME still used for this
> part?

What is deprecated is using USE_GNOME without USES=gnome.  Of course you
still need USE_GNOME to bring in the components that are required.

-- 
Mathieu Arnold


signature.asc
Description: PGP signature


Changes to USE_GNOME to USES=gnome

2019-03-28 Thread Ultima
Hello ports,

USE_GNOME has been deprecated in favor of USES=gnome.
My question is that when removing USE_GNOME, USES=gnome
takes no arguments, so how do you select which components to
use when using USES=gnome, is USE_GNOME still used for this
part?

Best regards,
Richard Gallamore
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval audio/virtual_oss

2019-03-28 Thread Lars Engels
On Thu, Mar 28, 2019 at 09:31:17PM +0100, Hans Petter Selasky wrote:
> Update virtual_oss to latest version, 1.2.1.
> 
> Among other features and bugfixes virtual_oss now can do simple FIR 
> filtering on the played back or recorded audio.
> 
> Approved by: lme

:-)
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for commit approval virtual_oss_ctl 1.2.0

2019-03-28 Thread Hans Petter Selasky

Restore virtual_oss_ctl to version 1.2.0.

This version adds support for FIR filters.

Approved by:

Index: Makefile
===
--- Makefile	(revision 497056)
+++ Makefile	(working copy)
@@ -840,6 +840,7 @@
 SUBDIR += vamp-plugin-sdk
 SUBDIR += vgmplay
 SUBDIR += virtual_oss
+SUBDIR += virtual_oss_ctl
 SUBDIR += vitunes
 SUBDIR += vm-lv2
 SUBDIR += vmpk
Index: virtual_oss_ctl/Makefile
===
--- virtual_oss_ctl/Makefile	(revision 486467)
+++ virtual_oss_ctl/Makefile	(working copy)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	virtual_oss_ctl
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
-		http://home.selasky.org:8192/distfiles/
+		http://home.selasky.org/distfiles/
 
 MAINTAINER=	hsela...@freebsd.org
 COMMENT=	Grapical control panel for the virtual OSS daemon
@@ -12,12 +12,11 @@
 
 LICENSE=	BSD2CLAUSE
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
 RUN_DEPENDS=	virtual_oss:audio/virtual_oss
+LIB_DEPENDS=	libfftw3.so:math/fftw3
 
-USES=		qmake qt:4 tar:bzip2
-USE_QT=		corelib gui qmake_build moc_build rcc_build
+USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
+USE_GL=		gl
+USE_QT=		buildtools_build core gui widgets
 
 .include 
Index: virtual_oss_ctl/distinfo
===
--- virtual_oss_ctl/distinfo	(revision 486467)
+++ virtual_oss_ctl/distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474625830
-SHA256 (virtual_oss_ctl-1.1.0.tar.bz2) = 19d7434c3a85d6741be25aa09e6bf83f28b34768f6b314766955e6e09450068b
-SIZE (virtual_oss_ctl-1.1.0.tar.bz2) = 12725
+TIMESTAMP = 1553805486
+SHA256 (virtual_oss_ctl-1.2.0.tar.bz2) = 33596ec2b91301090fae09ab3dfeb351f8980253e2b0aba0c4f5704adc7e6ff7
+SIZE (virtual_oss_ctl-1.2.0.tar.bz2) = 17840
Index: virtual_oss_ctl/pkg-descr
===
Index: virtual_oss_ctl/pkg-plist
===
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for commit approval audio/virtual_oss

2019-03-28 Thread Hans Petter Selasky

Update virtual_oss to latest version, 1.2.1.

Among other features and bugfixes virtual_oss now can do simple FIR 
filtering on the played back or recorded audio.


Approved by:
Index: Makefile
===
--- Makefile	(revision 497056)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	virtual_oss
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org/distfiles/
@@ -16,8 +16,8 @@
 
 USES=		tar:bzip2 uidfix
 
-OPTIONS_DEFINE=	BLUETOOTH DEBUG
-OPTIONS_DEFAULT=BLUETOOTH
+OPTIONS_DEFINE=	BLUETOOTH DEBUG EQUALIZER
+OPTIONS_DEFAULT=BLUETOOTH EQUALIZER
 
 .if exists(/usr/lib/libcuse.so)
 MAKE_ARGS=	HAVE_CUSE="YES"
@@ -29,6 +29,9 @@
 BLUETOOTH_DESC=	Build with bluetooth support
 BLUETOOTH_MAKE_ARGS=	HAVE_BLUETOOTH="YES"
 DEBUG_MAKE_ARGS=	HAVE_DEBUG="YES"
+EQUALIZER_DESC=	Build with equalizer utility
+EQUALIZER_MAKE_ARGS=	HAVE_EQUALIZER="YES"
+EQUALIZER_LIB_DEPENDS=	libfftw3.so:math/fftw3
 
 PLIST_FILES=	sbin/virtual_oss \
 		man/man8/virtual_oss.8.gz
Index: distinfo
===
--- distinfo	(revision 497056)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540895195
-SHA256 (virtual_oss-1.2.0.tar.bz2) = 3d2402f699a2eea0002ec6216c736562efd69b5f6bddef35be64f88da50a73c4
-SIZE (virtual_oss-1.2.0.tar.bz2) = 35101
+TIMESTAMP = 1553804799
+SHA256 (virtual_oss-1.2.1.tar.bz2) = 3d039c3e839cd3b5c0341e929c17863afac10debd6e1ae35d6fcd7f80c7b6e97
+SIZE (virtual_oss-1.2.1.tar.bz2) = 45907
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Reminder: Qt4 next week

2019-03-28 Thread Hans Petter Selasky

On 3/28/19 9:09 PM, Tobias C. Berner wrote:

Hi there

Sorry, if the removal was too aggressive. You can just svn copy the port
from the revision prior to the removal and modify it to use Qt5.



I'll take it. No problem.

--HPS

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Reminder: Qt4 next week

2019-03-28 Thread Tobias C. Berner
Hi there

Sorry, if the removal was too aggressive. You can just svn copy the port
from the revision prior to the removal and modify it to use Qt5.

mfg Tobias

On Thu, 28 Mar 2019 at 21:05, Hans Petter Selasky  wrote:

> On 3/17/19 10:44 AM, Tobias C. Berner wrote:
> > Moin moin
> >
> >
> > Qt4 is mostly gone now from the tree. With it probably some stuff people
> > would still like to use (e.g. audio/mumble), but were not upgraded in
> time.
> > Date date of the removal was chosen mid-march on purpose, so that there
> is
> > still some time before cutting the quarterly to bring these back with
> > Qt5 support enabled and have them in 2019Q2 without any hassle.
> >
>
> Hi,
>
> Sorry for not reading the e-mails.
>
> At least virtual_oss_ctl compiles with qt5. Only the port Makefile needs
> updating. How can I get this port back?
>
> --HPS
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Reminder: Qt4 next week

2019-03-28 Thread Hans Petter Selasky

On 3/17/19 10:44 AM, Tobias C. Berner wrote:

Moin moin


Qt4 is mostly gone now from the tree. With it probably some stuff people
would still like to use (e.g. audio/mumble), but were not upgraded in time.
Date date of the removal was chosen mid-march on purpose, so that there is
still some time before cutting the quarterly to bring these back with
Qt5 support enabled and have them in 2019Q2 without any hassle.



Hi,

Sorry for not reading the e-mails.

At least virtual_oss_ctl compiles with qt5. Only the port Makefile needs 
updating. How can I get this port back?


--HPS
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2019-03-28 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
emulators/mame  | 0.200   | mame0208
+-+
emulators/mess  | 0.200   | mame0208
+-+
games/keeperrl  | 0.0.23  | alpha27
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Bug report commit request

2019-03-28 Thread Yasuhiro KIMURA
Dear Committers,

Would someone please commit following bug report?

Bug 236367 - security/py-acme security/py-certbot*: Update to 0.32.0.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236367

Best Regards.

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"