[Bug 219766] databases/ip4r: update to 2.2

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766

Kubilay Kocak  changed:

   What|Removed |Added

 CC|freebsd-ports@FreeBSD.org   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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 219766] databases/ip4r: update to 2.2

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766

Kurt Jaeger  changed:

   What|Removed |Added

 Status|New |Closed
   Assignee|to...@freebsd.org   |p...@freebsd.org
 CC||p...@freebsd.org
  Flags|maintainer-feedback?(tobez@ |maintainer-feedback-
   |FreeBSD.org)|
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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 219766] databases/ip4r: update to 2.2

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766

--- Comment #4 from Kurt Jaeger  ---
Committed, thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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 219766] databases/ip4r: update to 2.2

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: pi
Date: Thu Aug  3 02:29:05 UTC 2017
New revision: 447193
URL: https://svnweb.freebsd.org/changeset/ports/447193

Log:
  databases/ip4r: update 2.0 -> 2.2

  - moved to github
  - set LICENSE

  PR:   219766
  Changes:  https://github.com/RhodiumToad/ip4r
  Submitted by: Jov 
  Approved by:  tobez (maintainer timeout)

Changes:
  head/databases/ip4r/Makefile
  head/databases/ip4r/distinfo
  head/databases/ip4r/pkg-descr
  head/databases/ip4r/pkg-plist

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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 219766] databases/ip4r: update to 2.2

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766

Jov  changed:

   What|Removed |Added

 CC||freebsd-ports@FreeBSD.org

--- Comment #2 from Jov  ---
Does anyone take a look?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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"


What is the solution to "config.status: error: po/Makefile.in.in was not created by intltoolize." ?

2017-08-02 Thread Yuri

The port has:

USES=   autoreconf compiler:c++11-lib desktop-file-utils gettext 
pkgconfig gmake localbase pkgconfig

GNU_CONFIGURE=  yes
USE_GNOME=  gtk20 cairo intltool


It seems that USE_GNOME=intltool should make it call libtoolize, but 
this problem still occurs.



Yuri

___
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-08-02 Thread Randy Bush
the change from docs to manpages makes sense.  of course, what i
especially like is the diff to pkg-plist :)

i am being patient

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"


Re: libidn2 drags in ruby and friends

2017-08-02 Thread Torsten Zuehlsdorff

There is an even better approach of the patch currently reviewed:
https://reviews.freebsd.org/D11823

Also there is an PR:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221178

So if nothing happen, there will be a maintainer timeout which implicit 
approves the commit. Also the maintainer is noticed again just in case 
my private mails were lost (which happens).


Greetings,
Torsten

On 29.07.2017 04:29, Randy Bush wrote:

repo head is 446595, which does not have this patch.  i plead for
someone to commit?  pretty please? :)

thanks

randy


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
[2 libidn2-with-docs-option.diff ]
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"



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


Re: Monday Pick (fwd)

2017-08-02 Thread Baptiste Daroussin
On Tue, Aug 01, 2017 at 08:09:31AM +1000, Dave Horsfall wrote:
> When is the cocksucker who runs this this list going to implement some
> simple anti-spam provisions?  Or are you one of those idiotic "frea speach"
> spam supporters, so prevalent amongst Americans these days?
> 

We do not tolerate such kind of insulting email on our mailing lists (and
community)!

Bapt


signature.asc
Description: PGP signature


Re: [PATCH] lang/python27 -- Fix namespace collision

2017-08-02 Thread Mathieu Arnold
Le 01/08/2017 à 00:36, Steve Kargl a écrit :
> Any chance that the patch will be added to lang/python27?
>

Is there a PR so that it does not get lost ?


-- 
Mathieu Arnold




signature.asc
Description: OpenPGP digital signature


FreeBSD ports you maintain which are out of date

2017-08-02 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
+-+
devel/aifad | 2.0.8   | 2.1.0
+-+
devel/ocaml-cfg | 2.0.4   | 2.1.0
+-+
graphics/opensubdiv | 3_0_5   | v3_3_0
+-+


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"


x11-fm/doublecmd build failure

2017-08-02 Thread Miroslav Lachman
I am trying to build doublecmd in poudriere but it is always failing 
with message:


/wrkdirs/usr/ports/x11-fm/doublecmd/work/doublecmd-0.7.8/src/fFindDlg.pas(34,44) 
Fatal: (10022) Can't find unit DateTimePicker used by fFindDlg


How can I fix this error?

I am building on 10.3 amd64 with LibreSSL

---Begin OPTIONS List---
===> The following configuration options are available for 
doublecmd-0.7.8_4:

 DEBUG=off: Build with debugging support
 DOCS=on: Build and/or install documentation
> Packer plugins to work with archives
 WCX_CPIO=on: CPIO format support
 WCX_DEB=on: Debian package archive support
 WCX_RPM=on: Red Hat package archive support
 WCX_UNBZ2=on: BZIP2 format support
 WCX_UNRAR=on: RAR format support
 WCX_ZIP=on: ZIP format support
> Plugins to display and search extended file attributes
 WDX_RPM=on: Red Hat package file information
 WDX_DEB=on: Debian package file information
 WDX_SVN=on: Subversion repository information
 WDX_XPI=on: Mozilla plugin file information
 WDX_SCRIPTS=on: Add support to use custom Lua scripts
> File system plugins
 WFX_FTP=on: FTP protocol support
 WFX_SAMBA=on: SMB protocol support
> Internal viewer plugins
 WLX_MPLAYER=off: Use MPlayer for multimedia files
> Search plugins
 DSX_LOCATE=on: Support locate command
> Options available for the single LCL: you have to select exactly 
one of them

 GTK2=on: GTK+ 2 GUI toolkit support
 QT4=off: Qt 4 toolkit support
===> Use 'make config' to modify these settings
---End OPTIONS List---


make.conf options

WITH_BDB_VER=5
WITH_GHOSTSCRIPT_VER=9

DEFAULT_VERSIONS=apache=2.4 perl5=5.24 mysql=10.1m php=7.1 python=2.7 
python3=3.5 pgsql=9.5 ssl=libressl


DISABLE_LICENSES=yes


I can provide full poudriere build log if it will help.

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


08.08.2017 публикация в США с размещением в РИНЦ

2017-08-02 Thread Научно-издательский центрАкадемический
Уважаемые коллеги!

Оргкомитет XIII международной заочной научно-практической
конференции " 21 век: фундаментальная наука и технологии " 8-9
августа 2017 г., North Charleston, USA приглашает Вас принять
участие в конференции.

К участию в конференции приглашаются аспиранты, соискатели,
докторанты, научные сотрудники, студенты (только в соавторстве с
научным руководителем). Материалы конференции будут опубликованы
в форме сборника научных статей.

Сборник “ 21 century: fundamental science and technology XIII ”
(как и предыдущие издания см. http://science-publish.ru/node/2 )
будет опубликован в США, зарегистрирован в каталоге Books In
Print® ( 
http://service.academc.ru/track/redirect/BAhJIhUzNjQ0OTI1NjI7MjI0NDg5BjoGRVQ=--b6688350a788c5e7f03152a5ef40d125e5369027
  )  (крупнейший каталог книг,
издающихся в США и Европе), доступен в международных
интернет-магазинах Amazon.com, Amazon.co.uk, Amazon.de,
Amazon.fr, Amazon.it, Amazon.es, через агенство Baker  
( 
http://service.academc.ru/track/redirect/BAhJIhUzNjQ0OTI1NjI7MjI0NDkwBjoGRVQ=--42ebe523b9c112eb70fdda23ca0646895c4017de
  ) будет распространяться по
библиотекам и академическим институтам.

Сборнику будут присвоены коды ISBN, УДК и ББК, он будет
постатейно размещён в РИНЦ ( 
http://service.academc.ru/track/redirect/BAhJIhUzNjQ0OTI1NjI7MjI0NDkxBjoGRVQ=--09b421a38f7f0fb4b273aad35a6fea12ce305c95
  ).

Заявки на участие принимаются до 8 августа 2017 г.  на эл.
почту: 21...@bk.ru ( 21...@bk.ru%20 ).

Сборник должен быть официально опубликован до 18 августа 2017 г.
Рассылка материалов конференции – до 28 августа 2017 г.

Подробная информация на сайте конференции
http://21c.science-publish.ru

Оргкомитет конференции будет благодарен Вам за распространение
данной информации среди представителей научной общественности,
заинтересованных в публикации материалов своей работы.

Приглашение (подробнее)  
( 
http://service.academc.ru/track/redirect/BAhJIhUzNjQ0OTI1NjI7MjI0NDkzBjoGRVQ=--ce7908bfd161a67c1f8f1a13c2d86e572b1f67bb
  ).

Вы получили это письмо как активный участник научных конференций.

Письмо отправлено на адрес freebsd-ports@freebsd.org Отписаться (
http://service.academc.ru/unsubscriptions/BAhpBBK3uRU=--d76bf34d821b874ca1e5a8d66e11d911ca016e4a
 )
___
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"