Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Stuart Henderson
On 2016/03/17 13:07, Marc Espie wrote: > Also, in the large scheme of things, there are just a few ports that > realistically benefit from parallel building. And those are often already > tagged with DPB_PROPERTIES because they help the actual official > package building. Note that you can have

Re: remove: textproc/p5-Text-Restructured, plus deps

2016-03-19 Thread Christian Weisgerber
Okan Demirmen: > An argument to remove textproc/p5-Text-Restructured, plus all its > (in)direct dependencies, is that most of the dependencies no longer pass > regress, nor work completely with modern perl. Most of upstream > abandoned the modules anywhere from 6 years to +11 years ago. -snip- It

Re: devel/git CVE-2016-2324

2016-03-19 Thread Benoit Lecocq
On 16.03.2016 23:48, Sevan Janiyan wrote: > Hi, > Git is currently vulnerable to a buffer overflow attack which is only > fixed in the upcoming 3.8.0 release. > https://github.com/git/git/commit/9831e92bfa833ee9c0ce464bbc2f941ae6c2698d > http://seclists.org/oss-sec/2016/q1/645 > https://security-

Re: NEW: devel/include-what-you-use

2016-03-19 Thread Jeremie Courreges-Anglas
Looks fine to me except: 1. pkg_info says Comment: tool to analyse [...] Escaping the # is enough: COMMENT=tool to analyse \#includes in C and C++ source files 2. python interpreter: Better use "MODPY_ADJ_FILES = fix_includes.py iwyu_tool.py" than playing with post-install. Also some

Re: [NEW] databases/liquibase

2016-03-19 Thread Stuart Henderson
On 2016/03/15 11:29, Bryan C. Everly wrote: > Stuart, > > Thanks so much for the feedback.  I have incorporated all of the > suggested changes in the attached tarball.  Can I get an ok on this and > have someone please commit on my behalf? On 2016/03/16 08:41, Bryan C. Everly wrote: > Stuart, >

grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Jiri B
Hi, I'm working on to make grub2 work on OpenBSD to replace pxelinux on my netinstall server and I have this question - - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? I'm working on grub2 on amd64, I haven't tested that yet but following works on amd64: jirib:/tmp $ grub-mknetdir --net-d

Re: [UPDATE] net/irssi 0.8.18

2016-03-19 Thread Joerg Jung
On Sun, Mar 13, 2016 at 11:07:34PM +0100, Joerg Jung wrote: > On Sun, Mar 13, 2016 at 03:02:24PM +, Stuart Henderson wrote: > > On 2016/03/12 19:18, Florian Stinglmayr wrote: > > > This is also fixed in the patch below for irssi-otr. > > > > > > Also +1 for the irssi patch. > > > > irssi-icb,

Re: Possibly dumb n00b question here

2016-03-19 Thread Theo de Raadt
> Could I set up a port that packages them and just set the > PERMIT_PACKAGE_CDROM to "No" to prevent us from shipping them on the CD? by the way, these days the CDs ship with only 2 packages (lynx and rsync), so that is kind of an archaic tag...

Fwd: Re: remove comms/seyon?

2016-03-19 Thread Eric Huiban
(Sorry for wrong addressing to all people who directly received this by error) > Le 19 mars 2016 00:35, Stuart Henderson a écrit : > > > > On 2016/03/18 11:16, Michael McConville wrote: > > > According to the timestamps, the code has been untouched since 1993. I > > > don't even really underst

Possibly dumb n00b question here

2016-03-19 Thread Bryan C. Everly
Hi, I'm trying to get us more JDBC drivers in the ports tree and was wondering this. The Oracle and Microsoft SQL Server jdbc drivers are closed source yet they post the jar files online for them. Could I set up a port that packages them and just set the PERMIT_PACKAGE_CDROM to "No" to prevent u

Re: [update] textproc/multimarkdown

2016-03-19 Thread attila
attila writes: > Hi ports@, > Hi again, ports@. Sorry to be a pain but this patch doesn't pass muster. I should never send things late at night. Please ignore, I'll send a better one soon. Sorry for the noise. > The attached patch brings textproc/multimarkdown up to the latest > release (5

[UPDATE]: security/nmap 7.10

2016-03-19 Thread David CARLIER
Hi. This diff is to update nmap to 7.10 ok? ? patches/patch-scan_engine_cc Index: Makefile === RCS file: /cvs/ports/net/nmap/Makefile,v retrieving revision 1.117 diff -u -p -r1.117 Makefile --- Makefile7 Jan 2016 13:23:47 -

Re: remove mail/metamail?

2016-03-19 Thread Stuart Henderson
On 2016/03/17 21:13, Michael McConville wrote: > I won't be so long-winded on this one, but basically: > > o it has patches removing gets(3) > o it hasn't been updated since 1997 > o the source files are timestamped 1993-94 > o it's obviously exposed to untrusted data (and MIME data at that) >

Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Marc Espie
On Wed, Mar 16, 2016 at 07:48:53PM +0100, Andreas Kusalananda Kähäri wrote: > Hi, > > I'm building my ports with MAKE_JOBS=4, and I noticed that a few of the > ports were failing. > > * devel/boehm-gcfailed sometimes (can't find "libgc.la" towards the > end of the build).

Where do we want PKG_ARCH in Makefile?

2016-03-19 Thread Christian Weisgerber
The good news is that the end of the SHARED_ONLY removal is in sight. The not so great news is that the final step will involve touching about 1600 perl ports. Most of these will gain a PKG_ARCH=* setting. Any particular wishes where in the port Makefile PKG_ARCH should go, after which other vari

Re: NO_SHARED cleanup status

2016-03-19 Thread Stuart Henderson
On 2016/03/16 16:04, Christian Weisgerber wrote: > A quick update: > > The variables and all references to CONFIGURE_SHARED, NO_SHARED_ARCHS, > and NO_SHARED_LIBS have been eliminated, as well as "no_shared" in > PROPERTIES. > > There are about a hundred PFRAG.shared files left. Committers are >

Re: How I built the excellent Pale Moon web browser

2016-03-19 Thread Stuart Henderson
On 2016/03/17 14:39, Tor Perkins wrote: > Ignore this bogon: > WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size > mismatch... > http://marc.info/?l=openbsd-misc&m=141149797207874 This is an indication that you have conflicting libraries. A

Re: [update] SABnzbd to 1.0.0

2016-03-19 Thread Stuart Henderson
On 2016/03/16 19:47, Juan Francisco Cantero Hurtado wrote: > > +EXTRACT_SUFX = .tar.gz > > EXTRACT_SUFX always defaults to .tar.gz. With that fixed it reads well to me. But I have no way to test this.

Re: Remove x11/fvwm95?

2016-03-19 Thread Michael McConville
Joerg Jung wrote: > On Sun, Mar 20, 2016 at 12:06:55AM +0100, Jeremie Courreges-Anglas wrote: > > Christian Weisgerber writes: > > > > > On 2016-03-09, Christian Weisgerber wrote: > > > > > >> I propose to delete audio/rplay. > > > > > > sthen@ pointed out that x11/fvwm95 depends on this. That

NEW: audio/squeezelite

2016-03-19 Thread Stuart Henderson
ok to import this? "Squeezelite is a small squeezebox emulator using PortAudio. It is headless, and must be controlled via Logitech Media Server. It supports gapless playback, client synchronization (allowing groups of clients for simultaneous playback), and direct streaming for those LMS plugins

Re: remove audio/mpegaudio?

2016-03-19 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/03/17 21:04, Michael McConville wrote: >> It's only got fixing tweaks since it was imported in 1998, nothing >> depends on it, and (this is a good red flag for deletion candidates) it >> still has patches removing gets(3). The source files in the tarball are >>

Re: Remove x11/fvwm95?

2016-03-19 Thread Joerg Jung
On Sun, Mar 20, 2016 at 12:06:55AM +0100, Jeremie Courreges-Anglas wrote: > Christian Weisgerber writes: > > > On 2016-03-09, Christian Weisgerber wrote: > > > >> I propose to delete audio/rplay. > > > > sthen@ pointed out that x11/fvwm95 depends on this. That is optional, > > the FvwmAudio mod

Re: Remove x11/fvwm95?

2016-03-19 Thread Jeremie Courreges-Anglas
Christian Weisgerber writes: > On 2016-03-09, Christian Weisgerber wrote: > >> I propose to delete audio/rplay. > > sthen@ pointed out that x11/fvwm95 depends on this. That is optional, > the FvwmAudio module can be built without. > > Still, I wonder, do we want to keep fvwm95? It's from 1996

[UPDATE] audio/libmikmod to 3.3.8

2016-03-19 Thread Frederic Cambus
Hello @ports, Tested on amd64 and loongson. I used nm as specified in [1], and no functions were added and/or removed. Also compared mikmod.h in both versions and no function signature changed. I understand that in this case, there is no need to bump anything in SHARED_LIBS. sndio support was me

[UPDATE] audio/mikmod to 3.2.7

2016-03-19 Thread Frederic Cambus
Hello @ports, Tested on amd64 and loongson. Cleaned some stuff in the port Makefile and updated HOMEPAGE, as in audio/libmikmod. If possible, I would like to adopt this port and added myself as MAINTAINER just in case this is approved. If not, please discard this line. Index: Makefile =

Re: Fix japanese/less

2016-03-19 Thread Peter Kane
On Sat, Mar 19, 2016 at 08:33:34PM +0900, YASUOKA Masahiko wrote: > > On Thu, 17 Mar 2016 10:42:21 -0600 > "Anthony J. Bentley" wrote: > > Marc Espie writes: > >> On Thu, Mar 17, 2016 at 12:00:47AM -0600, Anthony J. Bentley wrote: > >> > I'm concerned about this port, though. It's an unmaintained

[fax...@howardsilvan.com: Re: [hylafax-devel] Metamail dependency]

2016-03-19 Thread Michael McConville
It looks like we should be able to remove the mail/metamail dependency for comms/hylafax. I suspect that the metamail support isn't even tested anymore, so this is probably an improvement. - Forwarded message from Lee Howard - Date: Sat, 19 Mar 2016 14:15:15 -0700 From: Lee Howard To:

devel/git CVE-2016-2324

2016-03-19 Thread Sevan Janiyan
Hi, Git is currently vulnerable to a buffer overflow attack which is only fixed in the upcoming 3.8.0 release. https://github.com/git/git/commit/9831e92bfa833ee9c0ce464bbc2f941ae6c2698d http://seclists.org/oss-sec/2016/q1/645 https://security-tracker.debian.org/tracker/CVE-2016-2324 Regards, Se

Re: [update] textproc/multimarkdown

2016-03-19 Thread Stuart Henderson
On 2016/03/19 15:38, Michael McConville wrote: > > +ALL_TARGET = deprecated > > + > > +# golf MAKE_FLAGS down to 80chars.. :-| > > +_i = -include > > +_incs =${_i} src/GLibFacade.h ${_i} src/version.h ${_i} > > src/parser.h > > +MAKE_FLAGS = CFLAGS="${CFLAGS}

Re: How to get x11/gnome/terminal working without gdm ?

2016-03-19 Thread Landry Breuil
On Wed, Mar 16, 2016 at 02:35:50PM +0100, Solène Rapenne wrote: > Hello, > > I am using xdm with window manager (window maker) and I can't get > gnome-terminal to works. > > My full /etc/rc.conf.local: > > apmd_flags="-A" > pkg_scripts=messagebus avahi_daemon avahi_dnsconfd cupsd > xdm_flags= >

PyBitmessage - Anybody working on this port?

2016-03-19 Thread Black Rider
Hello. Is anybody working or considering to work in making a port for PyBitmessage? Bitmessage is a p2p communication protocol. More information can be found at the website https://bitmessage.org I am new to porting, but if nobody is working on this I'd like to volunteer and give it a try.

Re: x11/wmpinboard doesn't work

2016-03-19 Thread Jeremie Courreges-Anglas
Solène Rapenne writes: > Hello, Hi, > I installed x11/wmpinboard on -current and when starting it I get > a segfault. > Running it with ktrace give me those last lines (after a long config > file text which seems a config file) > > 26310 wmpinboard RET read 7070/0x1b9e > 26310 wmpinboard CA

Re: [UPDATE] mail/offlineimap to 6.7.0

2016-03-19 Thread Jeremie Courreges-Anglas
Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

rsyslog 8.17.0 plus new deps

2016-03-19 Thread Stuart Henderson
Here's an update to rsyslog, this now requires libfastjson instead of json-c (there was a refcounting bug in json-c resulting in some segfaults seen in rsyslog) and I've written a port for liblogging-stdlog that rsyslog wants to use. I also have a port for liblognorm but there are some issues (inc

Re: disable cpu features in qt5

2016-03-19 Thread Stuart Henderson
On 2016/03/16 15:26, Vadim Zhukov wrote: > 2016-03-16 13:34 GMT+03:00 Stuart Henderson : > > As found by Peter Kay on misc, qt5 detects CPU features to enable > > at build time, so produces binaries that don't work everywhere. > > Does this seem a reasonable set to disable? > > I think so. But you

Re: [update] textproc/multimarkdown

2016-03-19 Thread Michael McConville
attila wrote: > The attached patch brings textproc/multimarkdown up to the latest > release (5.1.0). It ditches a bunch of patches, some of which are no > longer necessary and some of which I tried and failed to sell to the > upstream. Do you think any of these patches are worth keeping around re

Re: grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Stuart Henderson
On 2016/03/17 19:26, Michael McConville wrote: > Jiri B wrote: > > I'm working on to make grub2 work on OpenBSD to replace > > pxelinux on my netinstall server and I have this question - > > - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? > > Try building. You get the following during confi

New: x11/dstat

2016-03-19 Thread Joerg Jung
Hi, please find attached a port for the tiny dstat utility, which is written for and requires x11/dwm. $ cat pkg/DESCR dstat is a lightweight utility to set the dwm status bar text. dstat displays the current network throughput, CPU usage, performance settings, battery status, temperature, volum

Re: [NEW] databases/liquibase

2016-03-19 Thread Bryan C. Everly
Thanks Stuart! Thanks, Bryan On Wed, Mar 16, 2016 at 8:44 AM, Stuart Henderson wrote: > On 2016/03/15 11:29, Bryan C. Everly wrote: > > Stuart, > > > > Thanks so much for the feedback. I have incorporated all of the > > suggested changes in the attached tarball. Can I get an ok on this and >

Re: x11/dmenu: Remove terminus-font dependecy

2016-03-19 Thread Joerg Jung
> On 09 Mar 2016, at 22:43, Michael Reed wrote: > > On 03/09/16 15:47, Joerg Jung wrote: >> >>> Am 09.03.2016 um 01:59 schrieb Michael Reed : >>> >>> I prefer terminus font, but I don't see why this is listed as a >>> dependency; the system monospace font, DejaVu, works fine with dmenu. >>> >

Re: [NEW] databases/liquibase

2016-03-19 Thread Stuart Henderson
A couple of minor things, in the script in files/: +LIQUIBASE_HOME=${LOCALBASE}/share/java/classes/liquibase LOCALBASE is "where other ports have already been installed", the script should use TRUEPREFIX instead i.e. "Base directory for the current port installation". And in README, --classpath

remove comms/qpage?

2016-03-19 Thread Michael McConville
The code has been apparently sat untouched since 1999, and it's a networked client/server pair. If people think I'm being too aggressive with my deletion suggestions, let me know. However, I doubt that code left unmaintained for this long is secure to run networked in 2016. Thoughts?

Re: [UPDATE] net/irssi 0.8.18

2016-03-19 Thread Stuart Henderson
On 2016/03/17 23:11, Joerg Jung wrote: > Please find below a diff which switches irssi-xmpp to the most recent > GH_COMMIT as of today, which includes a lot of fixes. config_mk patch is > no longer needed with this and as mentioned above ABI check is also > already in. I also queried upstream for

Re: NO_SHARED cleanup status

2016-03-19 Thread Christian Weisgerber
A quick update: The variables and all references to CONFIGURE_SHARED, NO_SHARED_ARCHS, and NO_SHARED_LIBS have been eliminated, as well as "no_shared" in PROPERTIES. There are about a hundred PFRAG.shared files left. Committers are invited to clean up the ports they maintain. The SHARED_ONLY va

Re: [NEW] databases/liquibase

2016-03-19 Thread Bryan C. Everly
Stuart, Thanks for getting back to me! I've attached a new tarball that contains the suggested fixes. What do you think? Thanks, Bryan On Thu, Mar 17, 2016 at 6:23 PM, Stuart Henderson wrote: > A couple of minor things, in the script in files/: > > +LIQUIBASE_HOME=${LOCALBASE}/share/java/cl

Re: How to get x11/gnome/terminal working without gdm ?

2016-03-19 Thread Solène Rapenne
I think you need to have a look at Xfce's README (/usr/local/share/doc/pkg-readmes/xfce-4.12*) - the way you start xfce is 'sort of fine' but im not sure manually launching a session d-bus like this works fine. In fact I found the snippet in pkg-readme/dbus-1.10.8v0

[UPDATE]: net/haproxy 1.6.4

2016-03-19 Thread David CARLIER
Hi. This diff is to update haproxy to 1.6.4. ok? Index: Makefile === RCS file: /cvs/ports/net/haproxy/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile6 Jan 2016 09:50:04 - 1.27 +++ Makefile

Re: disable cpu features in qt5

2016-03-19 Thread Stuart Henderson
On 2016/03/16 13:58, Christian Weisgerber wrote: > Stuart Henderson: > > > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" > > +CONFIGURE_ARGS += -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-avx2 > > +.endif > > + > > +.if ${MACHINE_ARCH} == "i386" > > +CONFIGURE_ARGS += -no-sse2 -no

UPDATE: Lynis-2.2.0

2016-03-19 Thread Gonzalo L. Rodriguez
Hi, Update for Lynis to 2.2.0: https://cisofy.com/changelog/lynis/2.2.0/ Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/security/lynis/Makefile,v retrieving revision 1.8 diff -u -p -r

Re: New: x11/dstat

2016-03-19 Thread Joerg Jung
On Fri, Mar 18, 2016 at 12:19:16AM +0100, Jeremie Courreges-Anglas wrote: > Joerg Jung writes: > > > please find attached a port for the tiny dstat utility, which is written > > for and requires x11/dwm. > > > > $ cat pkg/DESCR > > dstat is a lightweight utility to set the dwm status bar text. d

Re: devel/autogen update

2016-03-19 Thread Michael McConville
Gregor Best wrote: > On Wed, Mar 16, 2016 at 12:04:31AM -0400, Michael McConville wrote: > > Michael McConville wrote: > > > For some reason, it picks up guile if available and uses it even if > > > guile2 (which is the only one that works here) is installed. I didn't > > > see a configure option t

Re: Fix japanese/less

2016-03-19 Thread Anthony J. Bentley
YASUOKA Masahiko writes: > Hi, > > ok? > > Fix jless not to crash when it starts running. Diff from Akira Kato. This does fix the amd64 crash for me. I'm concerned about this port, though. It's an unmaintained ISO-2022 patchset on top of less-332, which was released in *1997*. The patches no l

Re: remove net/courtney?

2016-03-19 Thread Stuart Henderson
On 2016/03/17 23:26, Michael McConville wrote: > This is a 21-year-old 362-line Perl script. Do people suspect that it's > still useful? I recall seeing other port scan detectors in the ports > tree, and I suspect they're better choices... > Hardcoded list of ports without https, pop, imap, submi

Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Michael McConville
Marc Espie wrote: > On Wed, Mar 16, 2016 at 07:48:53PM +0100, Andreas Kusalananda Kähäri wrote: > > Hi, > > > > I'm building my ports with MAKE_JOBS=4, and I noticed that a few of the > > ports were failing. > > > > * devel/boehm-gcfailed sometimes (can't find "libgc.la" towards the > >

x11/wmpinboard doesn't work

2016-03-19 Thread Solène Rapenne
Hello, I installed x11/wmpinboard on -current and when starting it I get a segfault. Running it with ktrace give me those last lines (after a long config file text which seems a config file) 26310 wmpinboard RET read 7070/0x1b9e 26310 wmpinboard CALL read(4,0x1d050a086000,0x4000) 26310

Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Andreas Kusalananda Kähäri
Hi, I'm building my ports with MAKE_JOBS=4, and I noticed that a few of the ports were failing. * devel/boehm-gcfailed sometimes (can't find "libgc.la" towards the end of the build). * lang/ruby/1.8 failed consistently (can't find "miniruby" at beg

Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Andreas Kusalananda Kähäri
On Wed, Mar 16, 2016 at 07:48:53PM +0100, Andreas Kusalananda K�h�ri wrote: > Hi, > > I'm building my ports with MAKE_JOBS=4, and I noticed that a few of the > ports were failing. I should point out the obvious, that these are not "my" ports in any maintainer sort of way and that these were the p

Re: Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
On Thu, 17 Mar 2016 10:42:21 -0600 "Anthony J. Bentley" wrote: > Marc Espie writes: >> On Thu, Mar 17, 2016 at 12:00:47AM -0600, Anthony J. Bentley wrote: >> > I'm concerned about this port, though. It's an unmaintained ISO-2022 >> > patchset on top of less-332, which was released in *1997*. The

Re: NO_SHARED cleanup status

2016-03-19 Thread Christian Weisgerber
On 2016-03-16, Christian Weisgerber wrote: > The SHARED_ONLY variable is a bit of a tangle. I'll start pulling > a few threads soon. In case anybody's wondering how things are progressing on that front: Basically, we're looking at a kind of network graph. We have * producers (modules, Makefil

Re: disable cpu features in qt5

2016-03-19 Thread Christian Weisgerber
Stuart Henderson: > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" > +CONFIGURE_ARGS +=-no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-avx2 > +.endif > + > +.if ${MACHINE_ARCH} == "i386" > +CONFIGURE_ARGS +=-no-sse2 -no-sse3 > +.endif amd64 also needs -no-sse3 -- Christian "na

How I built the excellent Pale Moon web browser

2016-03-19 Thread Tor Perkins
Hello, Palemoon is based on Firefox but offers the "Classic UI". It has no odious signing requirements for plugins. Most plugins work and there are no pending requirements to rewrite them to a new API. Here are some links: http://www.palemoon.org/ http://addons.palemoon.org/resources/inco

Re: Fix japanese/less

2016-03-19 Thread Marc Espie
On Thu, Mar 17, 2016 at 12:00:47AM -0600, Anthony J. Bentley wrote: > YASUOKA Masahiko writes: > > Hi, > > > > ok? > > > > Fix jless not to crash when it starts running. Diff from Akira Kato. > > This does fix the amd64 crash for me. > > I'm concerned about this port, though. It's an unmaintai

Re: remove net/tacacs+?

2016-03-19 Thread Stuart Henderson
On 2016/03/18 11:52, Michael McConville wrote: > It's an authentication server daemon and it's code was last touched in > 2000. My cursory Internet research suggests that RADIUS has mostly > replaced it. The HOMEPAGE is down. Does anyone still use this? > I don't see any big reason to break peopl

Re: [UPDATE] math/py-numpy

2016-03-19 Thread Daniel Dickman
On Mon, Mar 14, 2016 at 5:27 AM, Stuart Henderson wrote: > On 2016/03/13 21:50, Daniel Dickman wrote: >> Here's an update of numpy to 1.9.2. Tested by myself on i386 and on amd64 >> by Anton Kasimov. >> >> ok? > > Have deps been tested? > Yes, I've compile tested these deps on i386 without any pr

Re: [update] SABnzbd to 1.0.0

2016-03-19 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 16, 2016 at 02:28:30PM +1300, Carlin Bingham wrote: > On Tue, Mar 15, 2016 at 11:42:56PM +, Stuart Henderson wrote: > > There is a proper uploaded tarball, > > https://github.com/sabnzbd/sabnzbd/releases/download/1.0.0/SABnzbd-1.0.0-src.tar.gz > > - please use this rather than a tag

Re: remove net/courtney?

2016-03-19 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/03/17 23:26, Michael McConville wrote: >> This is a 21-year-old 362-line Perl script. Do people suspect that it's >> still useful? I recall seeing other port scan detectors in the ports >> tree, and I suspect they're better choices... >> > > Hardcoded list of p

Re: remove comms/qpage?

2016-03-19 Thread Jeremie Courreges-Anglas
Michael McConville writes: > The code has been apparently sat untouched since 1999, and it's a > networked client/server pair. If people think I'm being too aggressive > with my deletion suggestions, let me know. However, I doubt that code > left unmaintained for this long is secure to run networ

Re: remove comms/seyon?

2016-03-19 Thread Erling Westenvik
On Fri, Mar 18, 2016 at 11:16:07AM -0400, Michael McConville wrote: > According to the timestamps, the code has been untouched since 1993. I > don't even really understand what does, but it's some kind of telecom > extension for X Windows. Sounds obselete and probably dangerous. "If the war was ov

Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Andreas Kusalananda Kähäri
On Thu, Mar 17, 2016 at 01:07:19PM +0100, Marc Espie wrote: > I should have been more clear in my comment. > > Seeing ports failing to build is not really enough. > > There is still a fairly nasty limitation in our make wrt matching paths > between targets that don't have the same filename, but a

UPDATE: math/R

2016-03-19 Thread Ingo Feinerer
Update math/R 3.2.3 -> 3.2.4 OK? Best regards, Ingo Index: Makefile === RCS file: /cvs/ports/math/R/Makefile,v retrieving revision 1.80 diff -u -p -r1.80 Makefile --- Makefile18 Mar 2016 23:12:18 - 1.80 +++ Makefile

Re: grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Michael McConville
Jiri B wrote: > I'm working on to make grub2 work on OpenBSD to replace > pxelinux on my netinstall server and I have this question - > - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? Try building. You get the following during configure: > checking whether the C compiler works... configure

remove net/tacacs+?

2016-03-19 Thread Michael McConville
It's an authentication server daemon and it's code was last touched in 2000. My cursory Internet research suggests that RADIUS has mostly replaced it. The HOMEPAGE is down. Does anyone still use this?

Re: grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Jiri B
> > I'm working on to make grub2 work on OpenBSD to replace > > pxelinux on my netinstall server and I have this question - > > - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? > > Try building. You get the following during configure: > > > checking whether the C compiler works... configure

Re: [NEW] databases/liquibase

2016-03-19 Thread Bryan C. Everly
Adam, Awesome. Thank you so much for the help. Thanks, Bryan On Fri, Mar 18, 2016 at 11:57 AM, Adam Wolk wrote: > On Thu, 17 Mar 2016 23:20:07 + > Stuart Henderson wrote: > > > On 2016/03/17 19:05, Bryan C. Everly wrote: > > > Stuart, > > > > > > Thanks for getting back to me! > > > > >

Re: Adding PARALLEL_BUILD=No to a few ports

2016-03-19 Thread Marc Espie
I should have been more clear in my comment. Seeing ports failing to build is not really enough. There is still a fairly nasty limitation in our make wrt matching paths between targets that don't have the same filename, but are the same in the filesystem. This limitation prevents some ports to b

Re: [UPDATE]: security/nmap 7.10

2016-03-19 Thread Giovanni Bechis
On 03/18/16 12:33, David CARLIER wrote: sorry for the inconveniency, is this diff working better ? (in fact the patch for osscan2 is now useless) Thanks. you should regen plist as well, there are new nse scripts. diff attached, will commit this week-end. Cheers Giovanni Index: Makefile

Re: Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
On Fri, 18 Mar 2016 20:13:14 +0900 Bryan Linton wrote: > I'm not sure how much my opinion counts, since I'm not a native > speaker, but I'm able to use irssi, vim, mutt, and my shell of > choice (zsh) just fine with the following script (aliased to a > hotkey in CWM). > > #!/bin/sh >

Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
Hi, ok? Fix jless not to crash when it starts running. Diff from Akira Kato. Index: Makefile === RCS file: /cvs/ports/japanese/less/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile27 Nov 2014 12:26:49

remove mail/metamail?

2016-03-19 Thread Michael McConville
I won't be so long-winded on this one, but basically: o it has patches removing gets(3) o it hasn't been updated since 1997 o the source files are timestamped 1993-94 o it's obviously exposed to untrusted data (and MIME data at that) Any objections for removing it?

Re: [UPDATE]: security/nmap 7.10

2016-03-19 Thread David CARLIER
sorry for the inconveniency, is this diff working better ? (in fact the patch for osscan2 is now useless) Thanks. On 18 March 2016 at 10:49, Giovanni Bechis wrote: > On 03/17/16 22:07, David CARLIER wrote: > >> Hi. >> This diff is to update nmap to 7.10 >> >> ok? >> >> does not apply for me, the

Re: remove net/tacacs+?

2016-03-19 Thread Brandon Vincent
On Mar 18, 2016 9:03 AM, "Michael McConville" wrote: > > It's an authentication server daemon and it's code was last touched in > 2000. My cursory Internet research suggests that RADIUS has mostly > replaced it. The HOMEPAGE is down. Does anyone still use this? Yes. Most Cisco and other network d

Re: mail/metamail CVE-2006-0709

2016-03-19 Thread Michael McConville
Joerg Jung wrote: > > Our port is probably still vulnerable to CVE-2006-0709: > > > > https://security-tracker.debian.org/tracker/CVE-2006-0709 > > > > https://rhn.redhat.com/errata/RHSA-2006-0217.html > > > > There are two patches included in the Debian tickets and I can't tell > > which was ap

Re: UPDATE: ledger 3.1.1

2016-03-19 Thread Martin Oppegaard
Thank you, this fixed all my build problems. On Tue, Mar 15 2016, Florian Stinglmayr wrote: > On Mon, Mar 14, 2016 at 06:12:27PM -0500, Matthew Martin wrote: >> Compiles and works for my ledger file (but I started using ledger after >> your first mail). Only tests 1, 3, 4, and 5 pass for me; the

Re: remove net/tacacs+?

2016-03-19 Thread Michael McConville
Stuart Henderson wrote: > On 2016/03/18 11:52, Michael McConville wrote: > > It's an authentication server daemon and it's code was last touched > > in 2000. My cursory Internet research suggests that RADIUS has > > mostly replaced it. The HOMEPAGE is down. Does anyone still use > > this? > > I do

Re: remove www/junkbuster?

2016-03-19 Thread Daniel Dickman
Makes sense to me. Plus we have www/privoxy. On Thu, Mar 17, 2016 at 11:15 PM, Michael McConville wrote: > Rationale: > > o it's been unmodified since import in 2001 > o there are patches fixing a bunch of obvious dangerous buffer issues > o it's an ad-filter proxy, so it's very exposed > > An

Re: disable cpu features in qt5

2016-03-19 Thread Vadim Zhukov
2016-03-16 13:34 GMT+03:00 Stuart Henderson : > As found by Peter Kay on misc, qt5 detects CPU features to enable > at build time, so produces binaries that don't work everywhere. > Does this seem a reasonable set to disable? I think so. But you'd better bump all subpackages except -qch and -html.

Re: [NEW] databases/liquibase

2016-03-19 Thread Stuart Henderson
On 2016/03/17 19:05, Bryan C. Everly wrote: > Stuart, > > Thanks for getting back to me! > > I've attached a new tarball that contains the suggested fixes. What do you > think? OK with me. (Forgot to mention I'd probably also just go with a longer line for MASTER_SITES rather than split it into

Re: remove www/junkbuster?

2016-03-19 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/03/17 23:15, Michael McConville wrote: >> Rationale: >> >> o it's been unmodified since import in 2001 >> o there are patches fixing a bunch of obvious dangerous buffer issues >> o it's an ad-filter proxy, so it's very exposed >> >> Any objections? > > Kill

Re: [NEW] databases/liquibase

2016-03-19 Thread Stuart Henderson
On 2016/03/17 19:24, Bryan C. Everly wrote: > Stuart, > > No objections from me. I was just trying to stick to the 72 character line > length limit and without splitting it, it took it over that. There's no 72 character line length limit in ports Makefiles. There's a preference for <=80 columns

remove www/junkbuster?

2016-03-19 Thread Michael McConville
Rationale: o it's been unmodified since import in 2001 o there are patches fixing a bunch of obvious dangerous buffer issues o it's an ad-filter proxy, so it's very exposed Any objections?

Re: [NEW] databases/liquibase

2016-03-19 Thread Bryan C. Everly
Stuart, No objections from me. I was just trying to stick to the 72 character line length limit and without splitting it, it took it over that. Anyone else willing to give me a second "OK" on this and do the commit on my behalf? (just for the curious, I'm working up some ports to suggest that w

UPDATE: devel/intellij 2016.1.0

2016-03-19 Thread Caspar Schutijser
Hi ports@, Below is an update to a new major version of IntelliJ. It now bundles a JRE for Linux which isn't useful on OpenBSD so I updated the do-install target to remove that. Also, I changed MODJAVA_VER to 1.8. Using Java 1.8, IntelliJ seems to work a little bit faster but I don't have any nu

alpha bulk build report

2016-03-19 Thread landry
bulk build on alpha-1.ports.openbsd.org started on Thu Feb 25 10:08:48 MST 2016 finished at Thu Mar 17 15:51:38 MDT 2016 lasted 21D21h42m done with kern.version=OpenBSD 5.9 (GENERIC.MP) #368: Wed Feb 24 23:34:27 MST 2016 built packages:7556 Feb 25:620 Feb 26:124 Feb 27:155 Feb 28:665 Feb 29:480

How to get x11/gnome/terminal working without gdm ?

2016-03-19 Thread Solène Rapenne
Hello, I am using xdm with window manager (window maker) and I can't get gnome-terminal to works. My full /etc/rc.conf.local: apmd_flags="-A" pkg_scripts=messagebus avahi_daemon avahi_dnsconfd cupsd xdm_flags= My full ~/.xsession: if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BU

Re: x11/wmpinboard doesn't work

2016-03-19 Thread Jeremie Courreges-Anglas
Solène Rapenne writes: > Le 2016-03-18 13:34, Jeremie Courreges-Anglas a écrit : >> Solène Rapenne writes: [...] > I applied your diff and I can use wmpinboard now. Fix committed, thanks for the report! -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE