postgresql readme cleanup

2015-07-30 Thread Kirill Bychkov
Hi.
This removes some trailing white spaces and add RSC id and header to
README-plpython. OK?

Index: Makefile
===
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.206
diff -u -r1.206 Makefile
--- Makefile18 Jul 2015 15:32:47 -  1.206
+++ Makefile29 Jul 2015 09:27:04 -
@@ -19,7 +19,8 @@
 PKGNAME-contrib=postgresql-contrib-${VERSION}
 PKGNAME-plpython=postgresql-plpython-${VERSION}

-REVISION-server=   0
+REVISION-server=   1
+REVISION-plpython= 0

 CATEGORIES=databases
 SHARED_LIBS=   ecpg7.6 \
Index: postgresql.port.mk
===
RCS file: /cvs/ports/databases/postgresql/postgresql.port.mk,v
retrieving revision 1.4
diff -u -r1.4 postgresql.port.mk
--- postgresql.port.mk  19 Jul 2015 12:42:20 -  1.4
+++ postgresql.port.mk  29 Jul 2015 09:27:04 -
@@ -1,4 +1,4 @@
-# $OpenBSD: postgresql.port.mk,v 1.4 2015/07/19 12:42:20 zhuk Exp $
+# $OpenBSD: postgresql.port.mk,v 1.4 2015/07/19 12:42:20 zhuk Exp $
 #
 # Helps testing PostgreSQL-based software, no B/L/R-DEPS here.

Index: pkg/README-plpython
===
RCS file: /cvs/ports/databases/postgresql/pkg/README-plpython,v
retrieving revision 1.1
diff -u -r1.1 README-plpython
--- pkg/README-plpython 15 Oct 2013 02:18:19 -  1.1
+++ pkg/README-plpython 29 Jul 2015 09:27:04 -
@@ -1,3 +1,9 @@
+$OpenBSD$
+
++---
+| Running ${FULLPKGNAME} on OpenBSD
++---
+
 pl/python requires pthreads in order to work.  OpenBSD does not allow
 shared objects that link to pthreads to be opened via dlopen if the
 executable program does not link to pthreads.  So to use pl/python, you
@@ -6,4 +12,4 @@

 postgresql:\
 :setenv=LD_PRELOAD=libpthread.so:\
-:tc=daemon:
+:tc=daemon:
Index: pkg/README-server
===
RCS file: /cvs/ports/databases/postgresql/pkg/README-server,v
retrieving revision 1.18
diff -u -r1.18 README-server
--- pkg/README-server   18 Jul 2015 15:32:47 -  1.18
+++ pkg/README-server   29 Jul 2015 09:27:04 -
@@ -21,12 +21,12 @@
$ mkdir /var/postgresql/data
$ initdb -D /var/postgresql/data -U postgres -A md5 -W

-Please note that by default the cluster's encoding will be SQL_ASCII. If
+Please note that by default the cluster's encoding will be SQL_ASCII. If
 you want to have another default encoding, use the option -E with initdb:

$ initdb -D /var/postgresql/data -U postgres -E UTF8 -A md5 -W

-If your cluster is already created, you can specify another encoding when
+If your cluster is already created, you can specify another encoding when
 you create a new database with this command:
CREATE DATABASE xxx TEMPLATE template0 ENCODING 'xxx' ;

@@ -106,7 +106,7 @@

 Upgrade Howto (for a major upgrade)
 ===
-If you didn't install PostgreSQL by following this README,
+If you didn't install PostgreSQL by following this README,
 you must adapt these instructions to your setup.

 1) Backup all your data:



Free commit for hosting distfiles

2015-07-30 Thread Christian Weisgerber
mbalmer's site msys.ch still exists but all the home pages and
distfiles there are gone.  If somebody wants to host the small
distfiles for the affected ports, you have a free commit: remove
HOMEPAGE, update MASTER_SITES, bump.

Just grep for msys.ch.

-- 
Christian naddy Weisgerber  na...@mips.inka.de



Re: Python 2.7 update error

2015-07-30 Thread Stuart Henderson
On 2015/07/29 23:54, Matthias Kilian wrote:
 On Wed, Jul 29, 2015 at 03:43:03PM +0200, Landry Breuil wrote:
  On Tue, Jul 28, 2015 at 11:02:59PM -0400, Michael McConville wrote:
   I'm on yesterday's AMD64 snapshot and just updated my packages. Did
   anyone else see this?
   
   
   --- -python-2.7.10 ---
   Couldn't delete /usr/local/lib/python2.7/email/mime/__init__.pyc (bad 
   checksum)
   Files kept as partial-python-2.7.10 package
  
  That happens randomly from time to time, over the past 2 or 3 years i
  think. something tampers with that file...
 
 Do our pythons still compare modification times of .py and .pyc
 files (and the compile timestamp stored in the .pyc files) and
 rebuild .pyc files when .py is newer? IIRC that had been identified
 as a problem a couple of years ago, but I don't know wether there
 was a solution.

I don't think we changed anything in the pythons, just worked around
it in pkg_add.

IIRC it's almost always email/mime/__init__.pyc that this happens to.



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/07/30 05:36:57

Modified files:
graphics/mirage: Makefile 

Log message:
Needs devel/gettext-tools.



unbreak devel/ffcall on powerpc

2015-07-30 Thread Tobias Ulmer
Our libtool is more strict, and can not find static lib objects when
renamed. Only affects powerpc (rs6000) object rules. Bump for good
measure. trampoline.c didn't change, was just regenerated.

compile tested on powerpc, clisp build is on its way.

ok?

Index: Makefile
===
RCS file: /home/vcs/cvs/openbsd/ports/devel/ffcall/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile18 Jun 2015 06:05:00 -  1.26
+++ Makefile30 Jul 2015 13:19:04 -
@@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= alpha amd64 hppa i386 mi
 COMMENT=   foreign function call libraries
 
 DISTNAME=  ffcall-1.10
-REVISION = 2
+REVISION = 3
 SHARED_LIBS=   avcall  1.0 \
callback1.0
 CATEGORIES=devel
Index: patches/patch-avcall_Makefile_in
===
RCS file: 
/home/vcs/cvs/openbsd/ports/devel/ffcall/patches/patch-avcall_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-avcall_Makefile_in
--- patches/patch-avcall_Makefile_in23 Aug 2010 14:16:09 -  1.5
+++ patches/patch-avcall_Makefile_in30 Jul 2015 13:19:04 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-avcall_Makefile_in,v 1.5 2010/08/23 14:16:09 jasper Exp $
 avcall/Makefile.in.origSun Jan 25 09:34:21 2004
-+++ avcall/Makefile.in Sat Apr 25 21:42:02 2009
-@@ -120,7 +120,7 @@ avcall-rs6000.lo : $(srcdir)/avcall-rs6000-aix.old.s $
+--- avcall/Makefile.in.origSun Jan 25 18:34:21 2004
 avcall/Makefile.in Thu Jul 30 14:59:25 2015
+@@ -120,13 +120,11 @@ avcall-rs6000.lo : $(srcdir)/avcall-rs6000-aix.old.s $
case $(OS) in \
  aix3*) syntax=aix.old;; \
  aix*) syntax=aix.new;; \
@@ -10,3 +10,10 @@ $OpenBSD: patch-avcall_Makefile_in,v 1.5
  macos* | darwin*) syntax=macos;; \
  *) syntax=sysv4;; \
esac; \
+-  $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c 
$(srcdir)/avcall-rs6000-$${syntax}.s ; \
+-  cp avcall-rs6000-$${syntax}.lo avcall-rs6000.lo ; rm -f 
avcall-rs6000-$${syntax}.lo ; \
+-  if test -f avcall-rs6000-$${syntax}.o; then mv 
avcall-rs6000-$${syntax}.o avcall-rs6000.o; fi
++  $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c 
$(srcdir)/avcall-rs6000-$${syntax}.s -o avcall-rs6000.lo
+ 
+ avcall-m88k.lo : $(srcdir)/avcall-m88k.s
+   $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c $(srcdir)/avcall-m88k.s
Index: patches/patch-callback_trampoline_r_Makefile_in
===
RCS file: patches/patch-callback_trampoline_r_Makefile_in
diff -N patches/patch-callback_trampoline_r_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-callback_trampoline_r_Makefile_in 30 Jul 2015 13:19:04 
-
@@ -0,0 +1,13 @@
+$OpenBSD$
+--- callback/trampoline_r/Makefile.in.orig Thu Jul 30 15:10:21 2015
 callback/trampoline_r/Makefile.in  Thu Jul 30 15:11:45 2015
+@@ -101,7 +101,8 @@ cache-rs6000.lo : $(srcdir)/cache-rs6000-sysv4.s $(src
+ macos* | darwin*) syntax=macos;; \
+ *) syntax=sysv4;; \
+   esac; \
+-  $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c 
$(srcdir)/cache-rs6000-$${syntax}.s ; mv -f cache-rs6000-$${syntax}.o 
cache-rs6000.o ; mv -f cache-rs6000-$${syntax}.lo cache-rs6000.lo
++  $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c 
$(srcdir)/cache-rs6000-$${syntax}.s \
++  -o cache-rs6000.lo
+ 
+ cache-convex.lo : $(srcdir)/cache-convex.s
+   $(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c $(srcdir)/cache-convex.s
Index: patches/patch-callback_trampoline_r_trampoline_c
===
RCS file: 
/home/vcs/cvs/openbsd/ports/devel/ffcall/patches/patch-callback_trampoline_r_trampoline_c,v
retrieving revision 1.3
diff -u -p -r1.3 patch-callback_trampoline_r_trampoline_c
--- patches/patch-callback_trampoline_r_trampoline_c23 Sep 2010 13:38:33 
-  1.3
+++ patches/patch-callback_trampoline_r_trampoline_c30 Jul 2015 13:19:04 
-
@@ -7,8 +7,8 @@ stack instead.
 
 Also fix powerpc and mips64.
 
 callback/trampoline_r/trampoline.c.origMon Jan 26 07:00:05 2004
-+++ callback/trampoline_r/trampoline.c Fri Jul 30 14:34:10 2010
+--- callback/trampoline_r/trampoline.c.origMon Jan 26 16:00:05 2004
 callback/trampoline_r/trampoline.c Thu Jul 30 13:51:51 2015
 @@ -21,7 +21,7 @@
  #endif
  #endif
@@ -18,7 +18,7 @@ Also fix powerpc and mips64.
  #define __rs6000netbsd__
  #else
  #if !defined(_AIX)
-@@ -196,8 +196,12 @@ extern RETGETPAGESIZETYPE getpagesize ();
+@@ -196,12 +196,16 @@ extern RETGETPAGESIZETYPE getpagesize ();
  #ifdef linux
  #include asm/cachectl.h
  #else
@@ -27,11 +27,15 @@ Also fix powerpc and mips64.
 +#else
  #ifdef HAVE_SYS_CACHECTL_H
  #include sys/cachectl.h
-+#endif
  #endif
  #endif
  #endif
-@@ -259,11 +259,11 @@ extern void __TR_clear_cache();
+ #endif
++#endif
+ #ifdef __m88k__
+ #include sys/syslocal.h
+ #endif
+@@ 

CVS: cvs.openbsd.org: ports

2015-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/07/30 09:09:27

Modified files:
audio/picard   : Makefile 

Log message:
Needs devel/gettext-tools.



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/07/30 08:16:47

Modified files:
sysutils/freeipmi: Makefile 

Log message:
mirror distfile; MASTER_SITES points at an nonexistent hostname



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2015/07/30 14:24:58

Modified files:
x11/gnustep/cynthiune: Makefile 
Added files:
x11/gnustep/cynthiune/patches: patch-Bundles_MP3_MP3_m 

Log message:
Backport fix that prevents crashers when playing MP3

OK aja@



Re: NEW: www/tbb - Tor Browser Bundle

2015-07-30 Thread attila

attila att...@stalphonsos.com writes:

 Hi ports@,

 I have been informed that my previous email re Tor Browser Bundle was
 malformed: the Content-Type header on the message says text/plain but
 should be multipart/mixed, which causes many (most?) MUAs to throw up
 all over it.  I'm not sure where the fault lies yet, and apologize for
 the screwed up attachment.

 In the interests of simplicity and efficacy the tarball can be found
 here: http://bits.haqistan.net/~attila/tbb.tgz

 Sorry.

 Pax, -A

I've updated http://bits.haqistan.net/~attila/tbb.tgz with the
just-completed update to Tor Browser 4.5.3.  Tested on amd64.

So... update  ping.

Pax, -A
--
http://trac.haqistan.net | att...@stalphonsos.com | 0xE6CC1EDB



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/07/30 15:51:22

Modified files:
sysutils/ipmitool: Makefile 
sysutils/ipmitool/pkg: DESCR PLIST 

Log message:
don't install useless files, mention supported protocols in DESCR,
don't use groff, adjust comment



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/07/30 17:26:59

Modified files:
net/isc-bind   : Tag: OPENBSD_5_6 Makefile distinfo 
Removed files:
net/isc-bind/patches: Tag: OPENBSD_5_6 patch-bin_named_config_c 

Log message:
Apply BIND security update to OPENBSD_5_6 as well

Security update to BIND 9.10.2p3 - a failure to reset a value to NULL in tkey.c
could result in an assertion failure. (CVE-2015-5477)



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/07/30 17:08:10

Modified files:
sysutils/nut   : Makefile 

Log message:
add a defensive --without-ipmi to CONFIGURE_ARGS. currently a noop (- no
package change), but a pending (post-5.8) update to freeipmi will cause it
to be picked up.



Enable building of aspell-eo and aspell-ru

2015-07-30 Thread Vadim Zhukov
It looks like the current versions of those two Aspell dictionaries
do have license information now. For Esperanto it's GPLv2, and
Russian is ultra-slim permissive one (somewhat strange for me).
Okay to flip the switch and finally get aspell-es and aspell-ru
packages?

--
WBR,
  Vadim Zhukov


Index: eo/Makefile
===
RCS file: /cvs/ports/textproc/aspell/dicts/eo/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- eo/Makefile 11 Mar 2013 11:42:40 -  1.6
+++ eo/Makefile 31 Jul 2015 02:02:40 -
@@ -4,10 +4,9 @@ COMMENT=   aspell dictionary for Esperanto
 CATEGORIES=textproc
 DISTNAME=  aspell6-eo-2.1.2225a-2
 MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/eo/}
+REVISION=  0
 
-# dubious: wordlist has no copyright nor license
-PERMIT_DISTFILES_FTP=  No
-PERMIT_PACKAGE_CDROM=  No
-PERMIT_PACKAGE_FTP=No
+# GPLv2
+PERMIT_PACKAGE_CDROM=  Yes
 
 .include bsd.port.mk
Index: ru/Makefile
===
RCS file: /cvs/ports/textproc/aspell/dicts/ru/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- ru/Makefile 11 Mar 2013 11:42:40 -  1.6
+++ ru/Makefile 31 Jul 2015 02:02:40 -
@@ -4,10 +4,9 @@ COMMENT=   aspell dictionary for Russian
 CATEGORIES=textproc
 DISTNAME=  aspell6-ru-0.99f7-1
 MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/ru/}
+REVISION=  0
 
-# dubious: wordlist has no copyright nor license
-PERMIT_DISTFILES_FTP=  No
-PERMIT_PACKAGE_CDROM=  No
-PERMIT_PACKAGE_FTP=No
+# see Copyright file
+PERMIT_PACKAGE_CDROM=  Yes
 
 .include bsd.port.mk



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:09:38

Modified files:
security   : Makefile 

Log message:
+ qtkeychain



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/07/30 01:53:26

Modified files:
sysutils/logstash/logstash: Makefile distinfo 
sysutils/logstash/logstash/pkg: PLIST 
Added files:
sysutils/logstash/logstash/patches: 

patch-vendor_bundle_jruby_1_9_gems_logstash-core-1_5_3-java_lib_logstash_patches_stronger_openssl_defaults_rb
 

Log message:
- update to logstash-1.5.3
- switch to jdk 1.8

with Pavel Korovin



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/07/30 01:56:20

Modified files:
sysutils/facter: Makefile 
sysutils/facter/files: memory_resolver.cc processor_resolver.cc 

Log message:
small tweaks incorporated while trying to push this upstream



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2015/07/30 02:11:53

Modified files:
x11/i3status   : Makefile 
Added files:
x11/i3status/patches: patch-Makefile patch-src_print_volume_c 

Log message:
move away from ossaudio and get the information from the mixer(4) directly
in order to get proper volume and mute information when there is no hardware
button for volume/mute available

ok jasper@



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/07/30 01:49:33

Modified files:
x11/nx : Makefile.inc 
x11/nx/nxcomp  : Makefile 
x11/nx/nxproxy : Makefile 
x11/nx/nxssh   : Makefile 

Log message:
Add working MASTER_SITES; from Rafael Sadowski



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/07/30 01:54:51

Modified files:
textproc/elasticsearch: Makefile distinfo 
textproc/elasticsearch/pkg: PLIST 

Log message:
- update to elasticsearch-1.7.1
- switch to jdk 1.8

with Pavel Korovin



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/07/30 10:05:51

Modified files:
benchmarks/smtp-benchmark: Makefile 
games/sudoku-solver: Makefile 
mail/ldapvacation: Makefile 
mail/smsmail   : Makefile 
mail/smtp-vilter: Makefile 
sysutils/tabled: Makefile 
www/mod_ldapvhost: Makefile 

Log message:
mirror files no longer on MASTER_SITES and remove old HOMEPAGEs,
pointed out by naddy



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:ports
Changes by: ratc...@cvs.openbsd.org 2015/07/30 10:35:22

Modified files:
audio/midish   : Makefile distinfo 

Log message:
update to 1.1.1



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/07/30 12:15:11

Modified files:
geo/gdal   : Makefile 

Log message:
Explicitely pass --without-hdf5 otherwise libhdf5 gets picked up if installed.
I'll leave it to maintainer whether we want hdf5 or not but I am committing
this now because we are approaching lock.



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/07/30 12:33:58

Modified files:
devel  : Makefile 
Removed files:
devel/tla  : Makefile distinfo 
devel/tla/patches: patch-hackerlab_vu_vu-virtual-null_h 
   patch-tla_libneon_ne_207_c 
   patch-tla_libneon_ne_auth_c 
   patch-tla_libneon_ne_locks_c 
   patch-tla_libneon_ne_props_c 
   patch-tla_libneon_ne_xml_c 
   patch-tla_tests_test-framework 
devel/tla/pkg  : DESCR PLIST 

Log message:
Remove tla (GNU Arch), the project is dead since several years.

Already discussed in 2013.  ok kili@, Laurent Cheylus (maintainer).



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/07/30 12:36:27

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Register the removal of devel/tla.



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:21:19

Removed files:
net/mirall : Makefile distinfo 
net/mirall/patches: patch-cmake_modules_FindINotify_cmake 
patch-src_CMakeLists_txt 
patch-src_mirall_application_cpp 
patch-src_mirall_utility_cpp 
net/mirall/pkg : DESCR PLIST 

Log message:
Remove mirall. It was replaced by owncloudclient



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:25:37

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
add bits about mirall and ocsync



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 01:09:33

Removed files:
net/ocsync : Makefile distinfo 
net/ocsync/patches: patch-src_csync_statedb_c 
patch-src_httpbf_src_httpbf_c 
patch-src_std_c_file_c 
patch-src_std_c_macro_h 
patch-src_vio_csync_vio_c 
net/ocsync/pkg : DESCR PLIST 

Log message:
remove ocsync. it's no longer used by other ports and doesn't work with
latest versions of owncloud server.
OK ajacoutot@



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:07:10

Log message:
qtkeychain is a dependency for newer versions of owncloudclient
(former mirall).
Discussed with ajacoutot@, sthen@ and zhuk@
OK ajacoutot@ and jasper@

QtKeychain is a Qt API to store passwords and other secret data
securely. If running, GNOME Keyring is used, otherwise qtkeychain tries
to use KWallet (via D-Bus), if available.

Status:

Vendor Tag: kirby
Release Tags:   kirby_20150730

N ports/security/qtkeychain/Makefile
N ports/security/qtkeychain/distinfo
N ports/security/qtkeychain/pkg/DESCR
N ports/security/qtkeychain/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:14:14

Log message:
Owncloudclient is a tool to synchronize files from ownCloud Server with
your computer.
Discussed with ajacoutot@
OK ajacoutot@ and jasper@

Status:

Vendor Tag: kirby
Release Tags:   kirby_20150730

N ports/net/owncloudclient/Makefile
N ports/net/owncloudclient/distinfo
N ports/net/owncloudclient/patches/patch-cmake_modules_FindINotify_cmake
N ports/net/owncloudclient/patches/patch-src_libsync_utility_cpp
N ports/net/owncloudclient/patches/patch-src_gui_application_cpp
N ports/net/owncloudclient/patches/patch-csync_src_httpbf_src_httpbf_c
N ports/net/owncloudclient/patches/patch-src_libsync_CMakeLists_txt
N ports/net/owncloudclient/patches/patch-csync_src_std_c_private_h
N ports/net/owncloudclient/pkg/DESCR
N ports/net/owncloudclient/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 00:17:27

Modified files:
net: Makefile 

Log message:
- mirall
+ owncloudclient



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 01:11:25

Modified files:
net: Makefile 

Log message:
- ocsync



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/07/30 10:04:38

Modified files:
www/owncloud   : Makefile 
www/owncloud/pkg: README 

Log message:
mention new desktop client for owncloud. noticed by zhuk@
remove couple of trailing white spaces while here.
OK ajacoutot@, maintainer.



Fix: games/sudoku-solver

2015-07-30 Thread Christian Weisgerber
This removes a spurious -fpic which broke the build on sparc64.

I _think_ the intention of the Makefile is to build the webui
component statically (for copying into chroot?), so I've fixed it
that way.  Not sure though if we need or want this.

Index: Makefile
===
RCS file: /cvs/ports/games/sudoku-solver/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile30 Jul 2015 16:05:51 -  1.19
+++ Makefile30 Jul 2015 17:27:51 -
@@ -3,7 +3,7 @@
 COMMENT=   sudoku puzzle solver with cli, gui, and web ui
 
 DISTNAME=  sudoku-solver-1.0.1
-REVISION=  7
+REVISION=  8
 
 CATEGORIES=games www x11
 
Index: patches/patch-webui_Makefile
===
RCS file: /cvs/ports/games/sudoku-solver/patches/patch-webui_Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 patch-webui_Makefile
--- patches/patch-webui_Makefile23 Jun 2011 22:50:27 -  1.1
+++ patches/patch-webui_Makefile30 Jul 2015 17:27:51 -
@@ -1,9 +1,18 @@
 $OpenBSD: patch-webui_Makefile,v 1.1 2011/06/23 22:50:27 naddy Exp $
 webui/Makefile.origTue Jun 21 07:13:47 2011
-+++ webui/Makefile Tue Jun 21 07:14:07 2011
-@@ -13,7 +13,7 @@ CFLAGS+= -pthread -Wall -fpic -static -I/usr/local/inc
+--- webui/Makefile.origSat May 26 02:38:57 2007
 webui/Makefile Thu Jul 30 19:26:16 2015
+@@ -6,14 +6,15 @@ SRCS=sudoku-handler.c solver.c
+ SUBDIR+=  templates
+ 
+ VPATH+=   ..
+-CFLAGS+=  -pthread -Wall -fpic -static -I/usr/local/include \
++CFLAGS+=  -pthread -Wall -I/usr/local/include \
+   -I/usr/local/include/ClearSilver -I.. -DDEBUG \
+   -DNO_FCGI_DEFINES
+ 
  LDADD+=   -L/usr/local/lib -lneo_cgi -lneo_utl -lneo_cs -lpthread 
\
-lintl -liconv -lcrypto -lz -lc -lfcgi
++LDSTATIC= ${STATIC}
  
 -BINDIR=   /usr/local/libexec
 +BINDIR=   ${TRUEPREFIX}/libexec
-- 
Christian naddy Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2015/07/30 11:49:04

ports/x11/gnustep/cynthiune/patches

Update of /cvs/ports/x11/gnustep/cynthiune/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5150/patches

Log Message:
Directory /cvs/ports/x11/gnustep/cynthiune/patches added to the repository



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2015/07/30 03:46:18

Modified files:
lang/php   : Makefile.inc 

Log message:
remove all references to the suhosin patch



CVS: cvs.openbsd.org: ports

2015-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/07/30 05:28:31

Modified files:
productivity/gtg: Makefile 

Log message:
Needs devel/gettext-tools.