CVS: cvs.openbsd.org: ports

2016-03-10 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2016/03/10 22:30:45

Modified files:
lang/rust  : Makefile 
lang/rust/patches: patch-configure 
Added files:
lang/rust/patches: patch-src_compiletest_runtest_rs 

Log message:
lang/rust: use devel/llvm for building

switch from embedded version of LLVM to system version.

OK juanfra@



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/03/10 19:27:01

Modified files:
textproc/calibre/patches: patch-setup_extensions_py 

Log message:
regen



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/03/10 19:27:26

Added files:
textproc/calibre/patches: patch-src_duktape_duktape_duk_config_h 

Log message:
attempt at fixing calibre build on sparc64



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 16:05:53

Modified files:
audio/gsm  : Makefile 
audio/gsm/patches: patch-Makefile 

Log message:
remove NO_SHARED_LIBS; ok sthen@



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 15:51:45

Modified files:
multimedia/libvpx: Makefile 
multimedia/x264: Makefile 
multimedia/xvidcore: Makefile 

Log message:
remove simple instances of NO_SHARED_LIBS



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 14:58:52

Modified files:
archivers/bzip2: Makefile 
archivers/bzip2/patches: patch-Makefile 
devel/libslang : Makefile 
devel/libslang/pkg: PLIST 
graphics/jbigkit: Makefile 
graphics/jbigkit/patches: patch-libjbig_Makefile 
graphics/mpeg-lib: Makefile 
graphics/mpeg-lib/patches: patch-Makefile_in 
net/libbgpdump : Makefile 
lang/STk   : Makefile 
lang/STk/pkg   : PLIST 
mail/alpine: Makefile 
mail/alpine/patches: patch-imap_src_osdep_unix_Makefile 
math/cfitsio   : Makefile 
www/cgiparse   : Makefile 
www/cgiparse/patches: patch-Makefile_in 
x11/golem  : Makefile 
x11/golem/pkg  : PLIST 
Removed files:
devel/libslang/pkg: PFRAG.shared 
lang/STk/pkg   : PFRAG.shared 
x11/golem/pkg  : PFRAG.shared 

Log message:
remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
fold PFRAG.shared into PLIST



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 13:41:22

Modified files:
graphics/ffmpeg: Makefile 

Log message:
requires --enable-shared



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 13:26:03

Modified files:
print/ghostscript/gnu: Makefile 
print/ghostscript/gnu/pkg: PLIST 
Removed files:
print/ghostscript/gnu/pkg: PFRAG.shared 

Log message:
remove NO_SHARED_ARCHS, NO_SHARED_LIBS, and fold PFRAG.shared into PLIST
ok kili@



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 13:15:07

Modified files:
telephony/baresip/re: Makefile 
telephony/baresip/rem: Makefile 

Log message:
remove NO_SHARED_LIBS



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2016/03/10 12:45:59

Modified files:
security/libotr: Makefile distinfo 
security/libotr/pkg: PLIST 

Log message:
SECURITY update to 4.1.1.  Fixes CVE 2016-2851; to the best of our knowledge,
this one is not exploitable on OpenBSD because memory returned by malloc(0) is
inaccessible.  Bug found by stsp@ 11 months ago.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 12:29:25

Modified files:
security/nss   : Makefile 

Log message:
replace after-bsd.port.mk hack with PROPERTIES check



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 12:03:35

Modified files:
x11/fleditor   : Makefile 

Log message:
requires --enable-shared
remove NO_SHARED_LIBS



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 10:45:11

Modified files:
x11/qt4: qt4.port.mk 
x11/qt5: qt5.port.mk 
Added files:
devel/qmake: qmake.port.mk 

Log message:
Switch to a separate qmake.port.mk. Simplifies logic a lot.

This removes support of separate qmake versions in one port: as we
discovered, there are no ports actually needing this; strangers like
print/poppler don't use qmake in build.

This should be transparent to current ports. But expect more tweaks there:
for now, qt?.port.mk forces qmake.port.mk inclusion, but that will be
reworked to a more common scheme.

Same idea from (at least) espie@ and me; also, espie@ agrees on the plan.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 10:38:52

ports/devel/qmake

Update of /cvs/ports/devel/qmake
In directory cvs.openbsd.org:/tmp/cvs-serv3286/devel/qmake

Log Message:
Directory /cvs/ports/devel/qmake added to the repository



CVS: cvs.openbsd.org: ports

2016-03-10 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2016/03/10 10:37:31

Modified files:
sysutils/tarsnap: Makefile distinfo 

Log message:
Update tarsnap to 1.0.37.

This version adds several new options, including --passphrase-time option for 
increased security of passphrase-protected key files, along with minor bug 
fixes and some additional warnings about common user errors.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 10:24:38

Modified files:
x11/cool-retro-term: Makefile 

Log message:
Use qmake instead of qmake5 in CONFIGURE_STYLE.

Needed for upcoming qmake.port.mk.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 10:27:11

Modified files:
audio/musique  : Makefile 

Log message:
Make this fit 80 columns.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 09:07:27

Modified files:
geo/gpsbabel   : Makefile 

Log message:
Switch to MODQMAKE, no Makefile lines count change.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/10 07:19:53

Modified files:
x11/qwt: Makefile 

Log message:
Use MODQMAKE, not MODQMAKE4. No actual changes in build process.

Will be used in further transition to a separate qmake.port.mk.



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2016/03/10 06:35:23

Modified files:
sysutils/logstalgia: Makefile 

Log message:
update HOMEPAGE. OK gonzalo@ (maintainer)



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 05:20:06

Modified files:
infrastructure/bin: portcheck 
infrastructure/mk: arch-defines.mk bsd.port.arch.mk 

Log message:
no more non-shared archs:
NO_SHARED_ARCHS and "no_shared" in PROPERTIES are no longer set



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/03/10 04:50:13

Modified files:
audio/flite: Makefile 
databases/db   : Makefile.inc 
lang/python: Makefile.inc 
lang/ruby  : Makefile.inc 
lang/swi-prolog: Makefile 
math/netcdf: Makefile 
net/libircclient: Makefile 
telephony/pjsua: Makefile 
x11/fltk   : Makefile 

Log message:
requires --enable-shared



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/03/10 02:57:19

Modified files:
net/isc-bind   : Tag: OPENBSD_5_8 Makefile distinfo 

Log message:
update to BIND 9.10.3-P4
https://kb.isc.org/article/AA-01363/81/BIND-9.10.3-P4-Release-Notes.html



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/03/10 02:38:08

Modified files:
www/py-django/lts: Tag: OPENBSD_5_8 Makefile distinfo 
www/py-django/lts/pkg: Tag: OPENBSD_5_8 PLIST 

Log message:
security fixes for 
https://www.djangoproject.com/weblog/2016/mar/01/security-releases/



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/03/10 02:31:07

Modified files:
www/py-django/lts: Makefile distinfo 
www/py-django/lts/pkg: PLIST 
www/py-django/stable: Makefile distinfo 
www/py-django/stable/pkg: PLIST 

Log message:
security updates to latest releases, addressing 
https://www.djangoproject.com/weblog/2016/mar/01/security-releases/

ok rpointel@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2016-03-10 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2016/03/10 01:40:05

Modified files:
www/goaccess   : Makefile distinfo 
www/goaccess/patches: patch-configure_ac 

Log message:
update to goaccess-0.9.8