CVS: cvs.openbsd.org: ports

2015-12-05 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/05 06:02:46

Modified files:
games  : Makefile 

Log message:
+brumbrumrally



CVS: cvs.openbsd.org: ports

2015-12-05 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/05 06:01:35

Log message:
Import brumbrumrally-0.5.

Brum Brum Rally is a simple 2D racing game with autogenerated tracks so
that you don't have to play the same tracks over and over again.

It's possible to play single races or tournaments with up to eight
players at the same time. You can play with your friends on the same
computer and/or with other people over a network (Internet or LAN).

It's also possible play alone against the computer, or against the clock
by trying to finish a race as fast as possible in the time trial mode.

ok landry@

Status:

Vendor Tag: bentley
Release Tags:   bentley_20151205

N ports/games/brumbrumrally/Makefile
N ports/games/brumbrumrally/distinfo
N ports/games/brumbrumrally/pkg/DESCR
N ports/games/brumbrumrally/pkg/PLIST
N ports/games/brumbrumrally/patches/patch-Makefile

No conflicts created by this import



UPDATE: python 2.7.11

2015-12-05 Thread Jonathan Gray
201/271/343 and ssl failures occur with 2.7.10 as well only 29 is new

[ 29/401] test_asyncore
Exception in thread Thread-38:
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/threading.py", line 
801, in __bootstrap_inner
self.run()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/threading.py", line 
754, in run
self.__target(*self.__args, **self.__kwargs)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_asyncore.py", 
line 712, in 
t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1, count=500))
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 220, 
in loop
poll_fun(timeout, map)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 168, 
in poll
_exception(obj)
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 103, 
in _exception
obj.handle_error()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 99, 
in _exception
obj.handle_expt_event()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/asyncore.py", line 481, 
in handle_expt_event
self.handle_close()
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_asyncore.py", 
line 462, in handle_close
raise Exception("handle_close not supposed to be called")
Exception: handle_close not supposed to be called

[201/401] test_locale
test test_locale failed -- Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_locale.py", 
line 488, in test_getsetlocale_issue1813
(loc, oldlocale, e))
AssertionError: Failed to set locale ('tr_TR', 'ISO8859-9') (default locale is 
(None, None)): Error('unsupported locale setting',)

[271/401/1] test_pwd
test test_pwd failed -- Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_pwd.py", line 
52, in test_values_extended
self.assertIn(pwd.getpwnam(e.pw_name), entriesbyname[e.pw_name])
AssertionError: pwd.struct_passwd(pw_name='root', pw_passwd='...', pw_uid=0, 
pw_gid=0, pw_gecos='Charlie &', pw_dir='/root', pw_shell='/bin/ksh') not found 
in [pwd.struct_passwd(pw_name='root', pw_passwd='*', pw_uid=0, pw_gid=0, 
pw_gecos='Charlie &', pw_dir='/root', pw_shell='/bin/ksh')]

[343/401/3] test_threading
test test_threading failed -- Traceback (most recent call last):
  File 
"/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_threading.py", line 
562, in test_3_join_in_forked_from_thread
self._run_and_join(script)
  File 
"/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_threading.py", line 
506, in _run_and_join
self.assertEqual(data, "end of main\nend of thread\n")
AssertionError: '' != 'end of main\nend of thread\n'


==
FAIL: test_load_default_certs_env (test.test_ssl.ContextTests)
--
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_ssl.py", line 
1070, in test_load_default_certs_env
self.assertEqual(ctx.cert_store_stats(), {"crl": 0, "x509": 1, "x509_ca": 
0})
AssertionError: {'x509': 56, 'x509_ca': 56, 'crl': 0} != {'x509': 1, 'x509_ca': 
0, 'crl': 0}
- {'crl': 0, 'x509': 56, 'x509_ca': 56}
?^^ ^^

+ {'crl': 0, 'x509': 1, 'x509_ca': 0}
?^ ^

==
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
--
Traceback (most recent call last):
  File "/usr/ports/pobj/Python-2.7.11/Python-2.7.11/Lib/test/test_ssl.py", line 
284, in test_openssl_version
(s, t))
AssertionError: ('LibreSSL 2.3.2', (2, 0, 0, 0, 0))

--

Index: Makefile
===
RCS file: /cvs/ports/lang/python/2.7/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile18 Sep 2015 21:49:09 -  1.40
+++ Makefile6 Dec 2015 03:28:39 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =  2.7
-PATCHLEVEL =   .10
+PATCHLEVEL =   .11
 SHARED_LIBS =  python2.7 0.0
 VERSION_SPEC = >=2.7,<2.8
 
Index: distinfo
===
RCS file: /cvs/ports/lang/python/2.7/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo31 May 2015 07:56:10 -  1.10
+++ distinfo6 Dec 2015 03:29:12 -
@@ -1,2 +1,2 @@
-SHA256 (Python-2.7.10.tgz) = 7ajObuwD50mRq7U4QXDnxl/NdSLkCbjoPX5jcq3Q8So=
-SIZE (Python-2.7.10.tgz) = 16768806
+SHA256 (Python-2.7.11.tgz) = gpKblv1q/I2oOLFJEHB4wC+hdEt+YJmai6u8DT+ob8Y=
+SIZE (Python-2.7.11.tgz) = 16856409
Index: pkg/PLIST-idle

CVS: cvs.openbsd.org: ports

2015-12-05 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2015/12/05 21:51:24

Modified files:
www/aria2  : Makefile distinfo 

Log message:
Update for Aria2 to 1.19.2:

https://github.com/tatsuhiro-t/aria2/releases/tag/release-1.19.2

OK benoit@ juanfra@



CVS: cvs.openbsd.org: ports

2015-12-05 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2015/12/05 09:13:32

Modified files:
www/chromium   : Makefile distinfo 
www/chromium/patches: patch-base_base_gypi 
  patch-base_process_process_posix_cc 
  patch-build_all_gyp 
  patch-build_common_gypi 
  patch-chrome_app_chrome_main_delegate_cc 
  patch-chrome_app_chromium_strings_grd 
  patch-chrome_app_google_chrome_strings_grd 
  patch-chrome_app_theme_theme_resources_grd 
  patch-chrome_browser_about_flags_cc 
  patch-chrome_browser_browser_resources_grd 
  patch-chrome_browser_chrome_browser_main_cc 
  
patch-chrome_browser_chrome_content_browser_client_cc 
  
patch-chrome_browser_custom_handlers_protocol_handler_registry_cc 
  patch-chrome_browser_defaults_cc 
  
patch-chrome_browser_extensions_api_messaging_message_service_cc 
  
patch-chrome_browser_extensions_bookmark_app_helper_cc 
  
patch-chrome_browser_notifications_message_center_notification_manager_cc 
  
patch-chrome_browser_plugins_plugins_resource_service_cc 
  patch-chrome_browser_process_singleton_posix_cc 
  patch-chrome_browser_renderer_preferences_util_cc 
  
patch-chrome_browser_resources_plugin_metadata_plugins_linux_json 
  
patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc
 
  
patch-chrome_browser_sync_profile_sync_components_factory_impl_cc 
  patch-chrome_browser_task_manager_task_manager_cc 
  
patch-chrome_browser_tracing_crash_service_uploader_cc 
  
patch-chrome_browser_ui_browser_command_controller_cc 
  patch-chrome_browser_ui_panels_panel_manager_cc 
  
patch-chrome_browser_ui_startup_bad_flags_prompt_cc 
  
patch-chrome_browser_ui_startup_startup_browser_creator_cc 
  
patch-chrome_browser_ui_toolbar_wrench_menu_model_cc 
  
patch-chrome_browser_ui_views_accelerator_table_cc 
  
patch-chrome_browser_ui_views_chrome_views_delegate_cc 
  
patch-chrome_browser_ui_views_chrome_views_delegate_h 
  
patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc 
  
patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc 
  patch-chrome_browser_ui_views_tabs_tab_strip_cc 
  patch-chrome_browser_ui_webui_about_ui_cc 
  
patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc 
  
patch-chrome_browser_ui_webui_options_browser_options_handler_cc 
  patch-chrome_chrome_browser_extensions_gypi 
  patch-chrome_chrome_browser_gypi 
  patch-chrome_chrome_browser_ui_gypi 
  patch-chrome_chrome_common_gypi 
  patch-chrome_chrome_exe_gypi 
  patch-chrome_common_chrome_paths_cc 
  patch-chrome_common_chrome_paths_h 
  patch-chrome_common_chrome_switches_cc 
  patch-chrome_common_chrome_switches_h 
  patch-chrome_common_extensions_api_schemas_gypi 
  patch-chrome_common_pref_names_cc 
  patch-chrome_common_pref_names_h 
  patch-chrome_common_url_constants_cc 
  patch-chrome_common_url_constants_h 
  
patch-chrome_utility_media_galleries_image_metadata_extractor_cc 
  
patch-chromecast_browser_cast_content_browser_client_cc 
  
patch-components_omnibox_browser_omnibox_field_trial_cc 
  
patch-components_policy_resources_policy_templates_json 
  patch-content_app_content_main_runner_cc 
  patch-content_browser_browser_main_loop_cc 
  patch-content_browser_child_process_launcher_cc 
  

CVS: cvs.openbsd.org: ports

2015-12-05 Thread Tobias Ulmer
CVSROOT:/cvs
Module name:ports
Changes by: tobi...@cvs.openbsd.org 2015/12/05 15:26:33

Modified files:
devel/tig  : Makefile distinfo 

Log message:
Update to tig 2.1.1

Patch by Michael Reed, thank you.

I'm no longer using tig, remove myself from maintainer



CVS: cvs.openbsd.org: ports

2015-12-05 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/05 01:09:41

Modified files:
textproc/link-grammar: Makefile distinfo 
textproc/link-grammar/pkg: PLIST-main 

Log message:
Update to link-grammar-5.3.2.



CVS: cvs.openbsd.org: ports

2015-12-05 Thread Tobias Ulmer
CVSROOT:/cvs
Module name:ports
Changes by: tobi...@cvs.openbsd.org 2015/12/05 15:00:29

Modified files:
lang/gcc/4.9   : Makefile distinfo 
lang/gcc/4.9/patches: patch-gcc_ada_gcc-interface_Makefile_in 
Added files:
lang/gcc/4.9/patches: patch-gcc_ada_system-openbsd-arm_ads 

Log message:
Finally activate ARM support in gcc 4.9, includes Ada of course..

Remember to update binutils first

ok pascal



gcc 4.9.3 erroneous dependency on libgfortran.so.6.0 with flavoured build

2015-12-05 Thread Tati Chevron

Doing a flavoured build of gcc 4.9 with:

# dpb lang/gcc/4.9,no_ada,no_f95,no_go,no_java

fails, complaining that 


/portswork/workobj/gcc-4.9.3/fake-amd64-no_f95-no_java-no_ada-no_go/usr/local/lib/libgfortran.so.6.0

does not exist.

This library isn't built by the no_f95 flavour, so shouldn't be required.

After:

# touch 
/portswork/workobj/gcc-4.9.3/fake-amd64-no_f95-no_java-no_ada-no_go/usr/local/lib/libgfortran.so.6.0

Everything continues normally and the package is installed.

Presumably this is an error in a makefile somewhere, but I have no idea where 
to look for it.

--
Tati Chevron
Perl and FORTRAN specialist.
SWABSIT development and migration department.
http://www.swabsit.com