CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2014/01/09 02:59:55

Modified files:
databases/db   : Makefile.inc 
devel/jdk/1.6  : Makefile 

Log message:
Disable java subpackage of databases/db on i386, java is broken there and
this knocks out many ports which rely on db.

Add a comment next to BROKEN-i386 in jdk/1.6/Makefile reminding that this
has been done.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2014/01/09 03:10:15

Modified files:
emulators/dosbox: Makefile 
Added files:
emulators/dosbox/patches: patch-src_cpu_core_dyn_x86_risc_x86_h 

Log message:
Make use of some code in dosbox, intended for MacOS X, which avoids using
%ebx on i386 (now used for PIE). Not 100% sure if this is the best way to go,
but it works in initial tests, and the port no longer builds without it,
so let's try this for now and see how it goes, jsg@ agrees.

There's a bit more commentary in a comment in the patch (the enabled code
also aligns stack on 16 bytes which OSX IA-32 ABI requires as they use SSE
extensively, which we won't need but it seems safer to enable all the
related code together).



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2014/01/09 03:44:33

Modified files:
infrastructure/mk: bsd.port.mk 

Log message:
pass -DSIGNER thru from SIGNING_PARAMETERS to pkg_add.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2014/01/09 04:08:51

Modified files:
infrastructure/lib/DPB: Engine.pm 

Log message:
lock paths during error rescan.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2014/01/09 05:05:51

ports/devel/dfu-programmer/patches

Update of /cvs/ports/devel/dfu-programmer/patches
In directory cvs.openbsd.org:/cvs.d/hack/stsp/dfu-programmer/patches

Log Message:
Directory /cvs/ports/devel/dfu-programmer/patches added to the repository



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2014/01/09 05:06:18

Modified files:
devel/dfu-programmer: Makefile distinfo 
Added files:
devel/dfu-programmer/patches: patch-configure_ac 

Log message:
Update to dfu-programmer-0.6.2. Tested with at32uc3c1512 AVR32 target.
tweak and ok aja



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2014/01/09 05:18:34

Modified files:
graphics/pdf2djvu: Makefile 

Log message:
devel/gettext takes care of libiconv.

ok sthen@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 05:42:33

Added files:
graphics/py-Imaging/patches: patch-_imagingft_c 
graphics/py-Pillow/patches: patch-_imagingft_c 

Log message:
fix build with new FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2014/01/09 06:28:39

Modified files:
devel/py-liblarch: Makefile distinfo 
devel/py-liblarch/pkg: DESCR PLIST 

Log message:
Update to py-liblarch-2.1.0.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2014/01/09 06:29:41

Modified files:
devel  : Makefile 

Log message:
-py-liblarch_gtk



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2014/01/09 06:29:18

Removed files:
devel/py-liblarch_gtk: Makefile distinfo 
devel/py-liblarch_gtk/pkg: DESCR PLIST 

Log message:
Remove, it's been merged into py-liblarch.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2014/01/09 06:31:31

Modified files:
productivity/gtg: Makefile distinfo 
productivity/gtg/patches: patch-GTG_gtg_py 
productivity/gtg/pkg: PLIST 

Log message:
Update to gtg-0.3.1.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2014/01/09 07:53:29

Modified files:
editors/emacs  : Makefile 
editors/emacs/pkg: PLIST 
Added files:
editors/emacs/pkg: PFRAG.no-no_x11 

Log message:
Remove deps on update-desktop-database and guic for the no_x11 flavor.
PFRAG-no-no_x11 suggested by sthen, ok ajacoutot@ zhuk@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2014/01/09 07:55:42

Modified files:
devel/quilt: Makefile distinfo 
devel/quilt/patches: patch-Makefile_in patch-test_delete_test 
devel/quilt/pkg: PLIST 
Added files:
devel/quilt/patches: patch-configure_ac 
 patch-test_remove-trailing-ws_test 

Log message:
Update to quilt-0.61, from maintainer Kent R. Spillner, plus a few fixes
by me.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2014/01/09 07:58:51

Modified files:
net/irssi  : Makefile 
net/irssi/pkg  : PLIST 

Log message:
Install irssi include files, needed to compile some irssi plugins.
Patch from Florian Stinglmayr, maintainer timeout.



Re: CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
On 2014/01/09 07:58, Jeremie Courreges-Anglas wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2014/01/09 07:58:51
> 
> Modified files:
>   net/irssi  : Makefile 
>   net/irssi/pkg  : PLIST 
> 
> Log message:
> Install irssi include files, needed to compile some irssi plugins.
> Patch from Florian Stinglmayr, maintainer timeout.
> 

If we're doing this, then it probably makes sense to use these
rather than the :configure target in the irssi plugins in ports..



Re: CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jérémie Courrèges-Anglas
Stuart Henderson  writes:

> On 2014/01/09 07:58, Jeremie Courreges-Anglas wrote:
>> CVSROOT: /cvs
>> Module name: ports
>> Changes by:  j...@cvs.openbsd.org2014/01/09 07:58:51
>> 
>> Modified files:
>>  net/irssi  : Makefile 
>>  net/irssi/pkg  : PLIST 
>> 
>> Log message:
>> Install irssi include files, needed to compile some irssi plugins.
>> Patch from Florian Stinglmayr, maintainer timeout.
>> 
>
> If we're doing this, then it probably makes sense to use these
> rather than the :configure target in the irssi plugins in ports..

Yup, if possible...

-- 
jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE
(previous: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494)



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 08:22:45

Modified files:
archivers/unzip: Makefile 
Added files:
archivers/unzip/patches: patch-process_c 

Log message:
fix extraction of symlinks; found by tedu@
http://article.gmane.org/gmane.comp.version-control.git/181173



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2014/01/09 09:22:59

Modified files:
converters/dos2unix: Makefile distinfo 
converters/dos2unix/patches: patch-Makefile 
converters/dos2unix/pkg: PLIST 

Log message:
Update dos2unix to 6.0.4
ok sthen@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 09:48:47

Added files:
games/love/patches: patch-src_modules_font_freetype_Font_h 

patch-src_modules_font_freetype_TrueTypeRasterizer_h 

Log message:
fix build with newer FreeType; from upstream



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2014/01/09 10:24:17

Modified files:
x11/gnustep: gnustep.port.mk 

Log message:
Remove the explicit -integrated-as command line parameter as the integrated
assembler is already enabled by default with LLVM.

ok sebastia@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 10:39:11

Added files:
x11/vlc/patches: patch-modules_text_renderer_freetype_c 

Log message:
fix build with newer FreeType; from matthieu@, ok brad@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Federico G. Schwindt
CVSROOT:/cvs
Module name:ports
Changes by: fg...@cvs.openbsd.org   2014/01/09 11:03:35

Modified files:
lang/python/2.7: Makefile distinfo 
lang/python/2.7/patches: patch-Lib_test_regrtest_py 
 patch-Lib_test_test_tempfile_py 
 patch-Makefile_pre_in 
 patch-configure_ac patch-setup_py 
lang/python/2.7/pkg: PLIST-main PLIST-tests 

Log message:
Update to python to 2.7.6.
Tested on i386, amd64 and macppc. macppc included a diff that's not part
of this update but will be added at a later time.
Committing on behalf of rpointel@. sthen@ OK



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2014/01/09 11:28:22

Modified files:
lang/ruby  : ruby.port.mk 

Log message:
Replace do-extract target with EXTRACT_CASES.

Prodded by espie@.  OK espie@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2014/01/09 12:51:04

Added files:
lang/php/5.4/patches: patch-ext_gd_config_m4 
lang/php/5.3/patches: patch-ext_gd_config_m4 

Log message:
Allow to build with upcoming freetype update.
5.4 patch from matthieu@, backported to 5.3 - still builds with current
freetype.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 12:54:46

Added files:
games/scorched3d/patches: 
  patch-src_client_GLEXT_GLFont2dFreeType_h 
  patch-src_launcher_wxdialogs_TrueTypeFont_h 

Log message:
fix build with newer FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2014/01/09 13:09:44

Modified files:
security/nss   : Makefile distinfo 
security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt 
  patch-nss_lib_freebl_blapi_h 

Log message:
Update to nss 3.15.4, needed by gecko 27.

Contains a fix for (CVE-2013-1740): When false start is enabled, libssl
will sometimes return unencrypted, unauthenticated data from PR_Recv
(https://bugzilla.mozilla.org/show_bug.cgi?id=919877)

See https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.4_release_notes



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 13:37:02

Added files:
lang/classpath/patches: 

patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_FreetypeGlyphVector_c 

patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_GdkFontPeer_c 

Log message:
fix build with newer FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2014/01/09 14:00:17

Modified files:
x11/gigolo : Makefile distinfo 
x11/gigolo/pkg : PLIST 

Log message:
Update to gigolo 0.4.2.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2014/01/09 14:09:16

Modified files:
x11/xfce4/xfce4-taskmanager: Makefile distinfo 
x11/xfce4/xfce4-taskmanager/patches: 
 patch-src_task-manager-bsd_c 
x11/xfce4/xfce4-taskmanager/pkg: PLIST 
Removed files:
x11/xfce4/xfce4-taskmanager/patches: patch-configure 

Log message:
Update to xfce4-taskmanager 1.0.1.



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 15:22:19

Added files:
graphics/inkscape/patches: patch-src_libnrtype_FontFactory_h 

Log message:
fix build with newer FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 15:42:33

Added files:
multimedia/transcode/patches: patch-filter_subtitler_load_font_c 

Log message:
fix build with newer FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2014/01/09 15:42:43

Modified files:
net/openvpn: Makefile distinfo 

Log message:
bugfix update to OpenVPN 2.3.2



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2014/01/09 15:48:25

Modified files:
sysutils/firmware/acx: Makefile 
sysutils/firmware/athn: Makefile 
sysutils/firmware/bwi: Makefile 
sysutils/firmware/ipw: Makefile 
sysutils/firmware/iwi: Makefile 
sysutils/firmware/malo: Makefile 
sysutils/firmware/otus: Makefile 
sysutils/firmware/pgt: Makefile 
sysutils/firmware/radeondrm: Makefile 
sysutils/firmware/uath: Makefile 
sysutils/firmware/upgt: Makefile 
sysutils/firmware/urtwn: Makefile 
sysutils/firmware/uvideo: Makefile 
sysutils/firmware/wpi: Makefile 

Log message:
bump REVISION of firmware packages



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2014/01/09 15:56:18

Modified files:
sysutils/firmware/iwn: Makefile 
sysutils/firmware/rsu: Makefile 
sysutils/firmware/ulpt: Makefile 

Log message:
bump some others that portbump missed



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/01/09 16:03:18

Added files:
x11/e17/evas/patches: 
  patch-src_lib_engines_common_evas_font_load_c 

Log message:
fix build with newer FreeType



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2014/01/09 16:28:49

Modified files:
net/irssi-icb  : Makefile distinfo 

Log message:
Build against the headers now installed by the irssi package + bump.
ok sthen@



CVS: cvs.openbsd.org: ports

2014-01-09 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2014/01/09 17:55:10

Modified files:
net/irssi-icb  : Makefile 

Log message:
Ensure that the appropriate pkg rev of irssi is installed.