Re: Gnome3, no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found

2017-07-26 Thread Herbert J. Skuhra
bob prohaska skrev:
> 
> While trying to compile gnome3 on an RPI2 using
> make -DBATCH under -current the system reported
> 
> no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found
> 
> For some reason I can't find anything called gstreamer-plugins-base. 

You need multimedia/gstreamer1-plugins:

multimedia/gstreamer1-plugins/pkg-plist:libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc

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


Gnome3, no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found

2017-07-26 Thread bob prohaska
While trying to compile gnome3 on an RPI2 using
make -DBATCH under -current the system reported

no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found

For some reason I can't find anything called gstreamer-plugins-base. 
Can somebody give me a hint what's wrong?


root@www:/usr/ports/x11/gnome3 # svnlite info /usr/ports reports

Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 446633
Node Kind: directory
Schedule: normal
Last Changed Author: jrm
Last Changed Rev: 446633
Last Changed Date: 2017-07-25 15:06:39 -0700 (Tue, 25 Jul 2017)

Thanks for reading!

bob prohaska

___
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: Trying to get poudriere to start

2017-07-26 Thread Adam Weinberger
> On 26 Jul, 2017, at 17:23, Willem Jan Withagen  wrote:
> 
> Op 27-7-2017 om 01:15 schreef mokhi:
>> Hmm,
>> I don't know if it's same thing happened to me once.
>> But I **guess** you should kldload both of linux32 and linux64 and
>> also linprocfs modules
>> 
> 
> I did it the other way around.
> Hacked poudriere//common.sh
> And commented the kldoad for linux out...
> So I can atleast check this one port.

Setting NOLINUX=yes in poudriere.conf accomplishes the same thing.

# Adam


-- 
Adam Weinberger
ad...@adamw.org
https://www.adamw.org

___
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: Trying to get poudriere to start

2017-07-26 Thread Willem Jan Withagen
On 27-7-2017 01:43, mokhi wrote:
> Aha,
> Okay...
> Good if it works :)
> 

It is a gross hack, but it gets me going for the time being.

Also needed to fight with ninja.
Turns out that somebody changed my old port to include noninja, without
telling me... :(

Only when I actually started digging in my old poudriere  Makefile and
diffing it against what was in /usr/ports, it becaem clean.

But a new ceph-devel version is being tested.

--WjW
___
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: Trying to get poudriere to start

2017-07-26 Thread mokhi
Aha,
Okay...
Good if it works :)
___
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: Trying to get poudriere to start

2017-07-26 Thread Willem Jan Withagen

Op 27-7-2017 om 01:15 schreef mokhi:

Hmm,
I don't know if it's same thing happened to me once.
But I **guess** you should kldload both of linux32 and linux64 and
also linprocfs modules



I did it the other way around.
Hacked poudriere//common.sh
And commented the kldoad for linux out...
So I can atleast check this one port.

--WjW
___
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: Trying to get poudriere to start

2017-07-26 Thread mokhi
Hmm,
I don't know if it's same thing happened to me once.
But I **guess** you should kldload both of linux32 and linux64 and
also linprocfs modules

Regards,
MMokhi
___
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: Trying to get poudriere to start

2017-07-26 Thread Willem Jan Withagen

Op 27-7-2017 om 00:48 schreef Miroslav Lachman:

Willem Jan Withagen wrote on 2017/07/26 23:24:

Hi,

This has been working, but now the jail does not even start
Any suggestions why the linux module is giving me trouble?

 >  sudo poudriere bulk -vv -j ceph -p local net/ceph
kldload: an error occurred while loading module linux. Please check
dmesg(8) for more details.
[00:00:00] >> Error: Required kernel module 'linux' not found

The parent system has linux stuff mounted in /compat/linux/proc

Running 12-CURRENT.


Did you tried "kldload linux" in host system? Will kldstat show you 
loaded kernel module "linux"?



Right,
I feel rather stupid... Because I do kknow how most of this works.
So indeed this is all at the upper level:

Looks like a incompatability
link_elf_obj: symbol freebsd32_exec_copyin_args undefined
linker_load_file: /boot/kernel/linux.ko - unsupported file type

But why

[~] w...@freetest.digiware.nl> ls -asl /boot/kernel/*linux*
 14 -r-xr-xr-x  1 root  wheel   13232 Jul 19 12:55 
/boot/kernel/amr_linux.ko*
 47 -r-xr-xr-x  1 root  wheel   47480 Jul 19 12:55 
/boot/kernel/geom_linux_lvm.ko*
 14 -r-xr-xr-x  1 root  wheel   13312 Jul 19 12:55 
/boot/kernel/ipmi_linux.ko*

771 -r-xr-xr-x  1 root  wheel  659248 Jul 19 12:55 /boot/kernel/linux.ko*
643 -r-xr-xr-x  1 root  wheel  590328 Jul 19 12:55 /boot/kernel/linux64.ko*
 56 -r-xr-xr-x  1 root  wheel   55936 Jul 19 12:55 
/boot/kernel/linux_common.ko*

259 -r-xr-xr-x  1 root  wheel  186336 Jul 19 12:55 /boot/kernel/linuxkpi.ko*
 16 -r-xr-xr-x  1 root  wheel   15120 Jul 19 12:55 
/boot/kernel/mfi_linux.ko*
 16 -r-xr-xr-x  1 root  wheel   15448 Jul 19 12:55 
/boot/kernel/mrsas_linux.ko*
102 -r-xr-xr-x  1 root  wheel  103416 Jul 19 12:55 
/boot/kernel/systrace_linux.ko*
112 -r-xr-xr-x  1 root  wheel  113416 Jul 19 12:55 
/boot/kernel/systrace_linux32.ko*


[~] w...@freetest.digiware.nl> file /boot/kernel/linux.ko
/boot/kernel/linux.ko: ELF 64-bit LSB relocatable, x86-64, version 1 
(FreeBSD), not stripped




___
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: Trying to get poudriere to start

2017-07-26 Thread Miroslav Lachman

Willem Jan Withagen wrote on 2017/07/26 23:24:

Hi,

This has been working, but now the jail does not even start
Any suggestions why the linux module is giving me trouble?

 >  sudo poudriere bulk -vv -j ceph -p local net/ceph
kldload: an error occurred while loading module linux. Please check
dmesg(8) for more details.
[00:00:00] >> Error: Required kernel module 'linux' not found

The parent system has linux stuff mounted in /compat/linux/proc

Running 12-CURRENT.


Did you tried "kldload linux" in host system? Will kldstat show you 
loaded kernel module "linux"?


Miroslav Lachman

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


Thanks for fixing my port!

2017-07-26 Thread Miller, Vincent (Rick) via freebsd-ports
Hi all -- particularly Antoine…

A port I maintain, py-sispy, was broken due to a missing license file.  
Unfortunately, I had become ill and was unable to submit a PR with patch soon 
after.  Thanks to Antoine for fixing it!

-- 
Vincent (Rick) Miller
UNIX Systems Engineer
vmil...@verisign.com
 
t: 703-948-4395  c: 703-581-3068
12061 Bluemont Way, Reston, VA  20190

___
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: libidn2 drags in ruby and friends

2017-07-26 Thread Torsten Zuehlsdorff

Aloha,


it just wanted an upgrade of libidn2, but decided to install ruby and
all her friends

   ===>>> The following actions will be taken if you choose to proceed:
   Upgrade libidn2-2.0.2 to libidn2-2.0.3
   Install textproc/rubygem-ronn
   Install devel/ruby-gems
   Install lang/ruby23
   Install devel/libunwind
   Install devel/rubygem-mustache
   Install textproc/rubygem-rdiscount
   Install www/rubygem-hpricot

/usr/ports/dns/libidn2/Makefile:

   BUILD_DEPENDS=  ronn:textproc/rubygem-ronn

All that just to build manual pages and i can not even opt out?  this is
not helpful.


Maybe the attach will do.


The patch is sadly not ready to be committed in this form. It uses the 
old OPTION style which should not be used anymore. But its a good start! :)


Attached an updated patch. I will also send it to sunpoet (maintainer) 
and will ask for approval.


Greetings,
Torsten
--
Support me at:
https://www.patreon.com/TorstenZuehlsdorff
Index: Makefile
===
--- Makefile	(Revision 446668)
+++ Makefile	(Arbeitskopie)
@@ -12,11 +12,16 @@
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	ronn:textproc/rubygem-ronn
 LIB_DEPENDS=	libunistring.so:devel/libunistring
 
+OPTIONS_DEFINE=	DOCS
+DOCS_BUILD_DEPENDS=	ronn:textproc/rubygem-ronn
+
 CONFIGURE_ARGS=	--disable-nls \
 		--with-libunistring-prefix=${LOCALBASE}
+
+DOCS_CONFIGURE_OFF=	--disable-doc
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
Index: pkg-plist
===
--- pkg-plist	(Revision 446668)
+++ pkg-plist	(Arbeitskopie)
@@ -5,35 +5,35 @@
 lib/libidn2.so.0
 lib/libidn2.so.0.3.2
 libdata/pkgconfig/libidn2.pc
-man/man1/idn2.1.gz
-man/man3/idn2_check_version.3.gz
-man/man3/idn2_free.3.gz
-man/man3/idn2_lookup_u8.3.gz
-man/man3/idn2_lookup_ul.3.gz
-man/man3/idn2_register_u8.3.gz
-man/man3/idn2_register_ul.3.gz
-man/man3/idn2_strerror.3.gz
-man/man3/idn2_strerror_name.3.gz
-man/man3/idn2_to_ascii_4i.3.gz
-man/man3/idn2_to_ascii_4z.3.gz
-man/man3/idn2_to_ascii_8z.3.gz
-man/man3/idn2_to_ascii_lz.3.gz
-man/man3/idn2_to_unicode_44i.3.gz
-man/man3/idn2_to_unicode_4z4z.3.gz
-man/man3/idn2_to_unicode_8z4z.3.gz
-man/man3/idn2_to_unicode_8z8z.3.gz
-man/man3/idn2_to_unicode_8zlz.3.gz
-man/man3/idn2_to_unicode_lzlz.3.gz
-share/gtk-doc/html/libidn2/api-index-full.html
-share/gtk-doc/html/libidn2/home.png
-share/gtk-doc/html/libidn2/index.html
-share/gtk-doc/html/libidn2/left-insensitive.png
-share/gtk-doc/html/libidn2/left.png
-share/gtk-doc/html/libidn2/libidn2-idn2.html
-share/gtk-doc/html/libidn2/libidn2.devhelp2
-share/gtk-doc/html/libidn2/libidn2.html
-share/gtk-doc/html/libidn2/right-insensitive.png
-share/gtk-doc/html/libidn2/right.png
-share/gtk-doc/html/libidn2/style.css
-share/gtk-doc/html/libidn2/up-insensitive.png
-share/gtk-doc/html/libidn2/up.png
+%%PORTDOCS%%man/man1/idn2.1.gz
+%%PORTDOCS%%man/man3/idn2_check_version.3.gz
+%%PORTDOCS%%man/man3/idn2_free.3.gz
+%%PORTDOCS%%man/man3/idn2_lookup_u8.3.gz
+%%PORTDOCS%%man/man3/idn2_lookup_ul.3.gz
+%%PORTDOCS%%man/man3/idn2_register_u8.3.gz
+%%PORTDOCS%%man/man3/idn2_register_ul.3.gz
+%%PORTDOCS%%man/man3/idn2_strerror.3.gz
+%%PORTDOCS%%man/man3/idn2_strerror_name.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_4i.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_8z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_lz.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_44i.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_4z4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8z4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8z8z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8zlz.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_lzlz.3.gz
+%%PORTDOCS%%share/gtk-doc/html/libidn2/api-index-full.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/home.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/index.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/left-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/left.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2-idn2.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2.devhelp2
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/right-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/right.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/style.css
+%%PORTDOCS%%share/gtk-doc/html/libidn2/up-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/up.png
___
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"

PR needs care

2017-07-26 Thread Fernando Apesteguía
Hi,

Can a committer have a look at this?:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220951

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"


Re: I would like to maintain and update www/luakit

2017-07-26 Thread Stefan Hagen

On 2017-07-24 16:27, Stefan Hagen wrote:

I will update the existing port then.


Done now with PR 221016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221016

I have sent in the svn diff file, as I was not able to make the UPDATING
update show up in in the shar file.

How are you handling the different architectures? Are you testing your
ports with each of the FreeBSD supported architectures?

Best Regards,
Stefan

___
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: libidn2 drags in ruby and friends

2017-07-26 Thread Herbert J. Skuhra

On Wed, 26 Jul 2017, Herbert J. Skuhra wrote:


On Wed, 26 Jul 2017, Randy Bush wrote:


it just wanted an upgrade of libidn2, but decided to install ruby and
all her friends

   ===>>> The following actions will be taken if you choose to proceed:
   Upgrade libidn2-2.0.2 to libidn2-2.0.3
   Install textproc/rubygem-ronn
   Install devel/ruby-gems
   Install lang/ruby23
   Install devel/libunwind
   Install devel/rubygem-mustache
   Install textproc/rubygem-rdiscount
   Install www/rubygem-hpricot

/usr/ports/dns/libidn2/Makefile:

   BUILD_DEPENDS=  ronn:textproc/rubygem-ronn

All that just to build manual pages and i can not even opt out?  this is
not helpful.


Maybe the attach will do.


s/attach/attached patch/

But maybe you should use packages or build your ports with poudriere. 
e.g: groff was removed in HEAD and installing opensmtpd will install groff 
and lots of programs you normally don't need on a mail server.


--
Herbert

___
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: libidn2 drags in ruby and friends

2017-07-26 Thread Herbert J. Skuhra

On Wed, 26 Jul 2017, Randy Bush wrote:


it just wanted an upgrade of libidn2, but decided to install ruby and
all her friends

   ===>>> The following actions will be taken if you choose to proceed:
   Upgrade libidn2-2.0.2 to libidn2-2.0.3
   Install textproc/rubygem-ronn
   Install devel/ruby-gems
   Install lang/ruby23
   Install devel/libunwind
   Install devel/rubygem-mustache
   Install textproc/rubygem-rdiscount
   Install www/rubygem-hpricot

/usr/ports/dns/libidn2/Makefile:

   BUILD_DEPENDS=  ronn:textproc/rubygem-ronn

All that just to build manual pages and i can not even opt out?  this is
not helpful.


Maybe the attach will do.

--
Herbert
Index: dns/libidn2/Makefile
===
--- dns/libidn2/Makefile(revision 446632)
+++ dns/libidn2/Makefile(working copy)
@@ -12,7 +12,6 @@
 LICENSE=   GPLv3
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
-BUILD_DEPENDS= ronn:textproc/rubygem-ronn
 LIB_DEPENDS=   libunistring.so:devel/libunistring
 
 CONFIGURE_ARGS=--disable-nls \
@@ -22,7 +21,16 @@
 USE_LDCONFIG=  yes
 USES=  charsetfix gmake iconv libtool localbase pathfix
 
+OPTIONS_DEFINE= DOCS
+
+.include 
+
+.if ${PORT_OPTIONS:MDOCS}
+BUILD_DEPENDS= ronn:textproc/rubygem-ronn
 INFO=  libidn2
+.else
+CONFIGURE_ARGS+=   --disable-doc 
+.endif
 
 post-patch:
@${REINPLACE_CMD} -e '/^TMPDIR = /d' ${WRKSRC}/Makefile.in
Index: dns/libidn2/pkg-plist
===
--- dns/libidn2/pkg-plist   (revision 446632)
+++ dns/libidn2/pkg-plist   (working copy)
@@ -5,35 +5,35 @@
 lib/libidn2.so.0
 lib/libidn2.so.0.3.2
 libdata/pkgconfig/libidn2.pc
-man/man1/idn2.1.gz
-man/man3/idn2_check_version.3.gz
-man/man3/idn2_free.3.gz
-man/man3/idn2_lookup_u8.3.gz
-man/man3/idn2_lookup_ul.3.gz
-man/man3/idn2_register_u8.3.gz
-man/man3/idn2_register_ul.3.gz
-man/man3/idn2_strerror.3.gz
-man/man3/idn2_strerror_name.3.gz
-man/man3/idn2_to_ascii_4i.3.gz
-man/man3/idn2_to_ascii_4z.3.gz
-man/man3/idn2_to_ascii_8z.3.gz
-man/man3/idn2_to_ascii_lz.3.gz
-man/man3/idn2_to_unicode_44i.3.gz
-man/man3/idn2_to_unicode_4z4z.3.gz
-man/man3/idn2_to_unicode_8z4z.3.gz
-man/man3/idn2_to_unicode_8z8z.3.gz
-man/man3/idn2_to_unicode_8zlz.3.gz
-man/man3/idn2_to_unicode_lzlz.3.gz
-share/gtk-doc/html/libidn2/api-index-full.html
-share/gtk-doc/html/libidn2/home.png
-share/gtk-doc/html/libidn2/index.html
-share/gtk-doc/html/libidn2/left-insensitive.png
-share/gtk-doc/html/libidn2/left.png
-share/gtk-doc/html/libidn2/libidn2-idn2.html
-share/gtk-doc/html/libidn2/libidn2.devhelp2
-share/gtk-doc/html/libidn2/libidn2.html
-share/gtk-doc/html/libidn2/right-insensitive.png
-share/gtk-doc/html/libidn2/right.png
-share/gtk-doc/html/libidn2/style.css
-share/gtk-doc/html/libidn2/up-insensitive.png
-share/gtk-doc/html/libidn2/up.png
+%%PORTDOCS%%man/man1/idn2.1.gz
+%%PORTDOCS%%man/man3/idn2_check_version.3.gz
+%%PORTDOCS%%man/man3/idn2_free.3.gz
+%%PORTDOCS%%man/man3/idn2_lookup_u8.3.gz
+%%PORTDOCS%%man/man3/idn2_lookup_ul.3.gz
+%%PORTDOCS%%man/man3/idn2_register_u8.3.gz
+%%PORTDOCS%%man/man3/idn2_register_ul.3.gz
+%%PORTDOCS%%man/man3/idn2_strerror.3.gz
+%%PORTDOCS%%man/man3/idn2_strerror_name.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_4i.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_8z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_ascii_lz.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_44i.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_4z4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8z4z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8z8z.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_8zlz.3.gz
+%%PORTDOCS%%man/man3/idn2_to_unicode_lzlz.3.gz
+%%PORTDOCS%%share/gtk-doc/html/libidn2/api-index-full.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/home.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/index.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/left-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/left.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2-idn2.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2.devhelp2
+%%PORTDOCS%%share/gtk-doc/html/libidn2/libidn2.html
+%%PORTDOCS%%share/gtk-doc/html/libidn2/right-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/right.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/style.css
+%%PORTDOCS%%share/gtk-doc/html/libidn2/up-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libidn2/up.png
___
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

2017-07-26 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.166   | mame0188
+-+
emulators/mess  | 0.166   | mame0188
+-+
www/luakit  | 2012.09.13r1| 2017.07.26
+-+


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"


Re: libidn2 drags in ruby and friends

2017-07-26 Thread Torsten Zuehlsdorff



On 26.07.2017 09:11, Randy Bush wrote:

it just wanted an upgrade of libidn2, but decided to install ruby and
all her friends

 ===>>> The following actions will be taken if you choose to proceed:
 Upgrade libidn2-2.0.2 to libidn2-2.0.3
 Install textproc/rubygem-ronn
 Install devel/ruby-gems
 Install lang/ruby23
 Install devel/libunwind
 Install devel/rubygem-mustache
 Install textproc/rubygem-rdiscount
 Install www/rubygem-hpricot

/usr/ports/dns/libidn2/Makefile:

 BUILD_DEPENDS=  ronn:textproc/rubygem-ronn

All that just to build manual pages and i can not even opt out?  this is
not helpful.


ronn is an official build dependency. So its not false.

Yes it is "only" for man-pages - but they are important. But i get your 
point. If you provide a patch or at least a PR we can surely find a 
solution to make man/ronn optional.


Greetings,
Torsten
--
Support me at:
https://www.patreon.com/TorstenZuehlsdorff
___
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"


libidn2 drags in ruby and friends

2017-07-26 Thread Randy Bush
it just wanted an upgrade of libidn2, but decided to install ruby and
all her friends

===>>> The following actions will be taken if you choose to proceed:
Upgrade libidn2-2.0.2 to libidn2-2.0.3
Install textproc/rubygem-ronn
Install devel/ruby-gems
Install lang/ruby23
Install devel/libunwind
Install devel/rubygem-mustache
Install textproc/rubygem-rdiscount
Install www/rubygem-hpricot

/usr/ports/dns/libidn2/Makefile:

BUILD_DEPENDS=  ronn:textproc/rubygem-ronn

All that just to build manual pages and i can not even opt out?  this is
not helpful.

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