Re: Changing daemon user, dir ownership and updating packages

2021-04-26 Thread Stefan Bethke
Am 13.04.2021 um 10:24 schrieb Stefan Bethke : > > As the maintainer, I've received this bug report: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255009 > > If you'd like to run the daemon under a user different from the default git, > you also need to change

Changing daemon user, dir ownership and updating packages

2021-04-13 Thread Stefan Bethke
gitea @dir /var/run/gitea I believe this to be best practice. Is there a better way to have pkg create these dirs if they're missing, but not touch them if they are there already? Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Gitea 1.13.0 port update

2020-12-04 Thread Stefan Bethke
u're using Gitea, I would appreciate feedback on building and running Gitea from the patch included in this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251577 Feel free to report any findings in that PR as well. Thanks, Stefan -- Stefan BethkeFon +

Re: FreeBSD Port: gitea-1.11.2

2020-03-10 Thread Stefan Bethke
that up with the update to the port. Let me take a lokk later tonight. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244710 Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.or

Downloading source archive from GitHub release instead of repo tar

2020-03-07 Thread Stefan Bethke
gitea/releases/download/v1.11.2/gitea-src-1.11.2.tar.gz instead of https://codeload.github.com/go-gitea/gitea/tar.gz/v1.11.2?dummy=/go-gitea-gitea-v1.11.2_GH0.tar.gz Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Pkg repository is broken...

2020-03-07 Thread Stefan Bethke
be added in /usr/local/etc/pkg.conf: ALTABI = > "FreeBSD:12.0:amd64" Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Debugging build with gmake, running npm toolchain

2020-02-13 Thread Stefan Bethke
> Am 13.02.2020 um 14:42 schrieb Marcin Cieslak : > > On Wed, 12 Feb 2020, Stefan Bethke wrote: > >> The second issue is that npm install is invoked, which will most likely >> prevent the port to be built as a package. Is there a way to handle the >> dow

Debugging build with gmake, running npm toolchain

2020-02-11 Thread Stefan Bethke
ay to handle the download of the package-lock.json dependencies in the fetch stage? Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Is IPV6 option still necessary?

2019-10-11 Thread Stefan Bethke
intent in 2012 to > first turn it on by default everywhere and then drop the option entirely. Is there an easy way to tell which ports pay attention to the option? Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.or

Gitea update to 1.8 breaking config change

2019-05-03 Thread Stefan Bethke
updated port should become available in the next couple of days. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
> Am 24.04.2019 um 22:50 schrieb Mathieu Arnold : > > On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: >>> Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : >>> >>> Hi! >>> >>>> Did you find a solution? Please let me know. >&

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
I understand correctly, mod_php/PHP reads the individual inis in order. Why aren’t they in the right order? Can this be fixed in the ports for the PHP modules? Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing li

Re: net-mgmt/icingaweb2 fails to build with PHP 7.3

2019-01-27 Thread Stefan Bethke
Am 27.01.2019 um 14:45 schrieb Stefan Bethke : > > It appears that (older?) versions of icingaweb2 do not work correctly with > PHP 7.3. From my poudriere build log: >> ===> Staging for icingaweb2-2.6.2_1 >> ===> Generating temporary packing list >> /bin/mk

net/phpldapadmin: compatibility with PHP 7.3?

2019-01-27 Thread Stefan Bethke
objects. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: The status of docker

2019-01-27 Thread Stefan Bethke
eebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing lis

net-mgmt/icingaweb2 fails to build with PHP 7.3

2019-01-27 Thread Stefan Bethke
on/Modules/Manager.php(227): > spl_autoload_call('Icinga\\Applicat...') > #4 > /wrkdirs/usr/ports/net-mgmt/icingaweb2/work/stage/usr/local/www/icingaweb2/library/Icinga/Application/Application > in > /wrkdirs/usr/ports/net-mgmt/icingaweb2/work/stage/usr/local/www/icingaw

PHP 7.2: SIGSEGV in OpenSSL

2019-01-21 Thread Stefan Bethke
tatus=54947058) at /freebsd/checkout/src/12/lib/libc/stdlib/exit.c:62 #10 0x000800a55118 in ?? () #11 0x7fffeb90 in ?? () The one case I could isolate the PHP code is calling stream_socket_enable_crypto(), but I suspect there might be others. Is anybody else seeing this?

Re: Why does pkg want to install emby-server?

2019-01-19 Thread Stefan Bethke
> Am 19.01.2019 um 01:08 schrieb Dave Cottlehuber : > > On Fri, 18 Jan 2019, at 22:27, Stefan Bethke wrote: >> No matter what package I try to install on my 12-stable machine, pkg >> always adds emby-server. When I check after the install, nothing >> requires e

Why does pkg want to install emby-server?

2019-01-18 Thread Stefan Bethke
]: Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: 12-stable, poudriere in jail

2018-12-14 Thread Stefan Bethke
ieb Stefan Bethke : > > I’ve made some progress fiddling with common.sh. If I hard-reset $localipargs > to an empty string, I can run the build successfully. ATM for me, > $localipargs is set to „ip4.addr=127.0.0.1 ip6.addr=::1“, which breaks the > jail(8) invocation. > >

Re: 12-stable, poudriere in jail

2018-12-09 Thread Stefan Bethke
/poudriere/issues/657 > Am 09.12.2018 um 21:17 schrieb Stefan Bethke : > > Since upgrading my machine to 12-stable a couple of days ago, my poudriere > jail is having trouble building python and ruby errors like: > checking getaddrinfo bug... yes > Fatal: You must get w

12-stable, poudriere in jail

2018-12-09 Thread Stefan Bethke
oudriere"; allow.mount; allow.mount.devfs; allow.mount.linprocfs; allow.mount.nullfs; allow.mount.procfs; allow.mount.tmpfs; allow.mount.zfs; allow.socket_af; allow.chflags; enforce_statfs=1; #ip6=inherit;

Re: [Bug 233475] www/gitea: Update to 1.6.0 (Fixes security vulnerability)

2018-11-26 Thread Stefan Bethke
ities/fixes. I’m happy to do it either way, but it would be great if there was consensus what should be documented that way and what shouldn’t. Cheers, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list

Changing PHP default version from 5.6 to 7.2 timeframe?

2018-04-19 Thread Stefan Bethke
like WordPress, MediaWiki, phpMyAdmin. Looking at the supported versions page, I would expect the change be made to 7.2. Is that correct? http://php.net/supported-versions.php Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Committer wanted: www/webhook

2017-11-05 Thread Stefan Bethke
Hey, I would be grateful if some committer could take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222883 Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Upgrading www/gitea to 1.2.0

2017-10-27 Thread Stefan Bethke
Am 15.10.2017 um 09:52 schrieb Stefan Bethke : > > If you’r using the Gitea port, the update to 1.2.0 will require you to add a > new INTERNAL_TOKEN key to the security section. See > /usr/local/etc/gitea/conf/app.ini.sample for details. Gitea will not start > until this key

Upgrading www/gitea to 1.2.0

2017-10-15 Thread Stefan Bethke
will fail if the app.ini file is not writable by the gitea user, which is the default after installation. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd

unable to pkg upgrade: Assertion failed: (strcmp(uid, p->uid) != 0)

2017-07-02 Thread Stefan Bethke
017 r...@lokschuppen.zs64.net:/usr/obj/freebsd/checkout/src/sys/EISENBOOT amd64 # pkg -v 1.10.1 Any suggestions? Other jails on the same host update fine. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing l

Re: Ports options in make.conf vs. GSSIAPI

2017-01-16 Thread Stefan Bethke
> Am 13.01.2017 um 14:12 schrieb Stefan Bethke : > > >> Am 13.01.2017 um 13:30 schrieb Stefan Bethke : >> >> For example, with dns/bind99, without options for that port in make.conf, I >> can run make showconfig and other build commands without issue. As

Re: Ports options in make.conf vs. GSSIAPI

2017-01-13 Thread Stefan Bethke
> Am 13.01.2017 um 13:30 schrieb Stefan Bethke : > > For example, with dns/bind99, without options for that port in make.conf, I > can run make showconfig and other build commands without issue. As soon as I > add either of these: > #OPTIONS_UNSET+= GSSAPI_BASE > #OPTION

Re: Ports options in make.conf vs. GSSIAPI

2017-01-13 Thread Stefan Bethke
> Am 13.01.2017 um 13:36 schrieb Franco Fichtner : > > Hi Stefan, > >> On 13 Jan 2017, at 1:30 PM, Stefan Bethke wrote: >> >> For example, with dns/bind99, without options for that port in make.conf, I >> can run make showconfig and other build commands

Ports options in make.conf vs. GSSIAPI

2017-01-13 Thread Stefan Bethke
ons -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Porting a Go implementation: dealing with dependencies

2016-11-20 Thread Stefan Bethke
gi?id=214688 > > Committed, thanks! Thank you for the super quick turnaround! -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Porting a Go implementation: dealing with dependencies

2016-11-20 Thread Stefan Bethke
Am 20.11.2016 um 02:00 schrieb Stefan Bethke : > Am 18.11.2016 um 17:59 schrieb Steve Wills : >> On 11/18/2016 10:35, Stefan Bethke wrote: >>> I’m trying to create a port for Gitea >>> (https://github.com/go-gitea/gitea). Here’s my attempt at that port: https:

Re: Porting a Go implementation: dealing with dependencies

2016-11-19 Thread Stefan Bethke
Am 18.11.2016 um 17:59 schrieb Steve Wills : > > Hi, > > On 11/18/2016 10:35, Stefan Bethke wrote: >> I’m trying to create a port for Gitea >> (https://github.com/go-gitea/gitea). The basics seem easy enough, but >> I’m not sure how to deal with it’s dependencie

Porting a Go implementation: dealing with dependencies

2016-11-18 Thread Stefan Bethke
rc/github.com/Unknwon/com … Very few, if any, are available as ports. I could use go get to download these, but I think that’s not how it’s supposed to work with a port. I can build the master branch using the build instructions from the Github project successfully. Stefan -- Stefan BethkeFon +

www/mod_authnz_external24 replacement repo?

2016-10-01 Thread Stefan Bethke
source (yet). If anyone has a better suggestion, I’d be happy to hear it! Cheers, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

graphics/ImageMagick vulnerability status?

2016-05-10 Thread Stefan Bethke
ould speak to the security status of the current port, updates planned, and/or additional mitigation recommended. Heise News is reporting that exploits have been posted and are seen in the wild. Thanks, Stefan -- Stefan BethkeFon +49 151 1407

Setting PERL_VERSION in make.conf

2016-03-07 Thread Stefan Bethke
default version changes? Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Unable to make install for p5 ports

2015-12-20 Thread Stefan Bethke
> Am 20.12.2015 um 23:39 schrieb Stefan Bethke : > >> >> Am 20.12.2015 um 21:44 schrieb olli hauer : >> >> On 2015-12-20 21:26, Stefan Bethke wrote: >>> >>>> Am 20.12.2015 um 21:15 schrieb Stefan Bethke : >>>>

Re: Unable to make install for p5 ports

2015-12-20 Thread Stefan Bethke
> Am 20.12.2015 um 21:44 schrieb olli hauer : > > On 2015-12-20 21:26, Stefan Bethke wrote: >> >>> Am 20.12.2015 um 21:15 schrieb Stefan Bethke : >>> >>> For many perl ports, I’m getting errors similar to this: >>> >>> ... >>

Re: Unable to make install for p5 ports

2015-12-20 Thread Stefan Bethke
> Am 20.12.2015 um 21:15 schrieb Stefan Bethke : > > For many perl ports, I’m getting errors similar to this: > > ... > Installing > /usr/obj/ports/freebsd/checkout/ports/net/p5-Net-Server/stage/usr/local/lib/perl5/site_perl/man/man1/net-server.1 > ... > Installin

Unable to make install for p5 ports

2015-12-20 Thread Stefan Bethke
rts/sysutils/munin-node. *** [stage] Error code 1 Stop in /freebsd/checkout/ports/sysutils/munin-node. I’ve tried upgrading my perl to 5.20, but I’m running into the same issue. FreeBSD 9-stable, perl 5.20. Thanks, Stefan -- Stefan BethkeFon +49

Re: Since r402136, my GraphicsMagic does not support JPEG anymore?

2015-11-22 Thread Stefan Bethke
Am 22.11.2015 um 08:01 schrieb Stefan Bethke : > > It seems GraphicsMagic is not built with JPEG support anymore. I’m going to > try and downgrade to the previous revision to see if that restores JPEG > support. > > # /usr/local/bin/gm convert a.jpg b.jpg > /usr/local/bin/

Since r402136, my GraphicsMagic does not support JPEG anymore?

2015-11-22 Thread Stefan Bethke
d Parameters: CC = cc -std=gnu99 CFLAGS = -fopenmp -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -D_THREAD_SAFE CPPFLAGS = -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 CXX = c++ CXXFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasi

Re: Ports with duplicate LATEST_LINKs

2015-08-18 Thread Stefan Bethke
de I’m trying to make sense of this, but having trouble. What exactly is the problem with these ports? None of the ports use LATEST_LINK, I believe the package names are unique, and there’s no multiple ports for these that only differ in the version number. Stef

Re: monitorings-plugin hangs on configure ICMPv6

2015-01-12 Thread Stefan Bethke
Am 12.01.2015 um 16:04 schrieb Mathieu Arnold : > > Could you test the patch there: > https://reviews.freebsd.org/D1502 > > and tell me how good, or bad, it goes ? Builds just fine. And I see you’ve already commit it. Thanks for the quick help! Regards, Stefan -- Stefan Be

Re: monitorings-plugin hangs on configure ICMPv6

2015-01-11 Thread Stefan Bethke
Am 11.01.2015 um 17:54 schrieb Stefan Bethke : > > checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm > args' > checking for ping... /sbin/ping > checking for ping6... /sbin/ping6 > checking for ICMP ping syntax... /sbin/ping -n -c %d %s >

monitorings-plugin hangs on configure ICMPv6

2015-01-11 Thread Stefan Bethke
unexpectedly. FreeBSD 9-stable, all ports up to date, inside a jail. Any suggestions? Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports T

Re: Error building ntopng

2014-11-09 Thread Stefan Bethke
Am 09.11.2014 um 19:35 schrieb Muhammad Moinur Rahman <5u623...@gmail.com>: > > For the time being short solution is change LIB_DEPENDS of libzmq4 to > libzmq3. AM working on updating. > > On Sun, Nov 9, 2014 at 10:04 PM, Stefan Bethke wrote: > Any suggestions? Default

Error building ntopng

2014-11-09 Thread Stefan Bethke
.a(libzmq_la-curve_server.o): In function `zmq::curve_server_t::decode(zmq::msg_t*)': (.text+0x106b): undefined reference to `crypto_box_open_afternm' clang++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:79: recipe for target 'ntopng' fail

Re: lang/tlc86: missing standard modules?

2014-08-31 Thread Stefan Bethke
Am 31.08.2014 um 17:40 schrieb Stefan Bethke : > > Am 31.08.2014 um 17:32 schrieb Stefan Bethke : > >> Hey, >> >> since the update to tcl86-8.6.2, I’m getting this error trace: >> can't find package msgcat 1.4 >> while executing >> "

Re: lang/tlc86: missing standard modules?

2014-08-31 Thread Stefan Bethke
Am 31.08.2014 um 17:32 schrieb Stefan Bethke : > Hey, > > since the update to tcl86-8.6.2, I’m getting this error trace: > can't find package msgcat 1.4 >while executing > "package require msgcat 1.4" >("uplevel" body line 2) >

lang/tlc86: missing standard modules?

2014-08-31 Thread Stefan Bethke
cluded with Tcl. Botched install, or is the port broken? I’m going to try a downgrade next. Cheers, Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Re: Does www/chromium work?

2014-08-25 Thread Stefan Bethke
share/chromium/chrome] libstdc++.so.6 gcc47/libstdc++.so.6 You might want to also check that GCC 4.7 is actually installed, I'm not sure the Chromium port pulls that in, or I just happened to have that installed already. HTH, Stefan -- Stefan BethkeFon +49 15

Re: roundcube's switch to composer, anything plugin port maintainers should be doing?

2014-06-03 Thread Stefan Bethke
Am 03.06.2014 um 14:44 schrieb Alex Dupre : > Signierter PGP Teil > Stefan Bethke ha scritto: > > I was in the process of upgrading a roundcube plugin (sauserprefs) > > and noticed that roundcube is switching/has swichted to composer. > > This is the first time I’ve come

roundcube's switch to composer, anything plugin port maintainers should be doing?

2014-05-29 Thread Stefan Bethke
composer? Should the plugin ports be removed in favor of using composer manually? Is composer production ready yet? Inquiring minds want to know… Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Looking for a committer for ports/190274: [PATCH] science/py-ws2300: update to 1.9, Add STAGE support

2014-05-28 Thread Stefan Bethke
Hey there, since I didn’t raise the PR, it’s not marked as maintainer-update, but the linked patch (not the included one) is ready to be committed. Cheers, Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Re: foomatic-rip and foo2zjs

2014-04-25 Thread Stefan Bethke
t;LOG_FILE-XX.log"); > if (fd != -1) > logh = fdopen(fd, "w"); > else Sorry, that patch does’t look right to me. LOG_FILE should be a define that get’s concatenated with the string literal. Since this is compile-time, I don’t see how this

foomatic-rip and foo2zjs

2014-04-22 Thread Stefan Bethke
debug: 0, though. foo2zjs-20140401 requires textproc/gsed, but it’s not a dependency of the port. Not sure it really has to be gsed (instead of /usr/bin/sed), but that is what it calls. Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

ImageMagick-6.8.0.7_3,1 font rendering problems

2014-01-07 Thread Stefan Bethke
1.2.4 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: libidn-1.28_1 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: liblqr-1-0.4.1_5 Dependency: libcroco-0.6.8 Dependency: freeglut-2.8.1 Dependency: tiff-4.0.3 Dependency: webp-0.3.1_4 Dependency: gdk-pixbuf2-2.28.2 Dependency: libgsf-1.14.28 Dependency: cups-client-1.5.4_1 Dependency: cups-image-1.5.4_1 Dependency: ghostscript9-9.06_4 Dependency: cairo-1.10.2_7,2 Dependency: harfbuzz-0.9.25 Dependency: pango-1.34.1_1 Dependency: atk-2.8.0 Dependency: gtk-update-icon-cache-2.24.22 Dependency: gtk2-2.24.22_1 Dependency: gtk-engines2-2.20.2_1 Dependency: librsvg2-2.36.4 -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Re: ntp-devel-4.2.7p364_2 coredumps

2013-12-28 Thread Stefan Bethke
Am 28.12.2013 um 06:13 schrieb Cy Schubert : > In message , Stefan Bethke > wri > tes: >> >> --Apple-Mail=_6EEA81A7-5FCB-41CB-A6F5-4CBEDAB3BBAE >> Content-Transfer-Encoding: quoted-printable >> Content-Type: text/plain; >> charset=us-ascii >>

ntp-devel-4.2.7p364_2 coredumps

2013-12-26 Thread Stefan Bethke
in ?? () #17 0x00000000 in ?? () -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Re: Ports with a broken PKGORIGIN: mail/squirrelmail-abook_import_e...

2013-12-11 Thread Stefan Bethke
in* : > /squirrelmail-unsafe_image_rules-plugin > > - *mail/squirrelmail-user_special_mailboxes-plugin* : > /squirrelmail-user_special_mailboxes-plugin > > - *mail/squirrelmail-websearch-plugin* : > /squirrelmail-websearch-plugin > > - *mail/squirrelmail-wetteronline-plugin* : > /squirrelmail-wetteronline-plugin > > -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using GPGMail

Re: Staging and read-only /usr/ports [PATCH]

2013-10-01 Thread Stefan Bethke
Am 01.10.2013 um 15:45 schrieb Bryan Drewery : > On 9/26/2013 4:52 PM, Stefan Bethke wrote: >> Guys, >> >> I've noticed that more and more ports are trying to build a package >> /usr/ports/category/port/port-version.tgz. Since my /usr/ports is mounted >&

Re: Staging and read-only /usr/ports

2013-09-27 Thread Stefan Bethke
d, I am discussing this to fix it. For now you must > set PACKAGES= to a writable location until it is fixed. Thank you, I'll do that! Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.fr

Re: Staging and read-only /usr/ports

2013-09-27 Thread Stefan Bethke
want to have NO_STAGE disabled (staging enabled), and I have a read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to a read-write location, even if I do not want to retain packages? Or is there a variable specifically for setting the packag

Re: Staging and read-only /usr/ports

2013-09-26 Thread Stefan Bethke
Am 26.09.2013 um 23:54 schrieb William Grzybowski : > On Thu, Sep 26, 2013 at 6:52 PM, Stefan Bethke wrote: >> Guys, >> >> I've noticed that more and more ports are trying to build a package >> /usr/ports/category/port/port-version.tgz. Since my /usr/ports is m

Staging and read-only /usr/ports

2013-09-26 Thread Stefan Bethke
ES the way to go? What if I don't want to keep packages around? For the time being, I'm setting NO_STAGE=yes. Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 > Compressing man pages ===> Building package for btpd-0.16_2 Creating package /usr/ports/net-p2p/btpd/b

Re: Ports with a broken PKGORIGIN: devel/boost-all, mail/squirrelma...

2013-06-26 Thread Stefan Bethke
rors and 1 warning found. Is this the reason for the change, or did a change to bsd.squirrelmail.mk trigger the warning? Both the plugin ports as well as the main squirrelmail port haven't been updated in months… Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___

Maintainer update for mail/roundcube-userprefs (was ports/179007: )

2013-05-27 Thread Stefan Bethke
nopsis: >> Arrival-Date: Mon May 27 14:50:00 UTC 2013 -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: poudriere builds all dependencies, even if packages have already been built

2013-04-03 Thread Stefan Bethke
Am 03.04.2013 um 16:29 schrieb Stefan Bethke : > Am 03.04.2013 um 14:02 schrieb Stefan Bethke: > > (Setup with system ports tree and FTP-installed 9.1-RELEASE excluded) > >> >> Starting jail 91amd64 >> realpath: /freebsd/checkout/ports/distfiles: No such file o

Re: poudriere builds all dependencies, even if packages have already been built

2013-04-03 Thread Stefan Bethke
Am 03.04.2013 um 14:02 schrieb Stefan Bethke: (Setup with system ports tree and FTP-installed 9.1-RELEASE excluded) > >> Starting jail 91amd64 > realpath: /freebsd/checkout/ports/distfiles: No such file or directory > >> Mounting ports from: /freebsd/checkout/po

Re: poudriere builds all dependencies, even if packages have already been built

2013-04-03 Thread Stefan Bethke
age manager Description: New Generation package management tool for FreeBSD WWW: http://wiki.freebsd.org/pkgng # which -a pkg /usr/sbin/pkg /usr/local/sbin/pkg I'm letting the build run for a while, and will inspect the logs. Thanks for your help, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: poudriere builds all dependencies, even if packages have already been built

2013-04-03 Thread Stefan Bethke
Am 03.04.2013 um 12:53 schrieb Bryan Drewery: > On 4/3/2013 4:17 AM, Stefan Bethke wrote: >> Firstly, is there a better mailing list to discuss poudriere? >> >> I'm just getting my feet wet with poudriere, and are a bit surprised that >> all dependencies

poudriere builds all dependencies, even if packages have already been built

2013-04-03 Thread Stefan Bethke
ation option to have the requisite packages installed before building a port? Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, sen

Re: pam_ssh_agent_auth: ENOENT

2013-03-30 Thread Stefan Bethke
Am 26.03.2013 um 17:25 schrieb Martin Wilke : > Hey > > Please test the new patch. @ Stefan thx for the PR. > > http://people.freebsd.org/~miwi/psaa.diff Seems to be working just fine! Stefan -- Stefan BethkeFon +

Re: pam_ssh_agent_auth: ENOENT

2013-02-27 Thread Stefan Bethke
Am 27.02.2013 um 09:01 schrieb Dimitry Andric : > On 2013-02-27 00:39, Stefan Bethke wrote: > ... >> openbsd-compat/vis.h is #ifdef'd HAVE_STRNVIS, so we check configure. >> configure.log thinks we have a suitable strnvis: >> >> configure:16566: checking fo

Re: pam_ssh_agent_auth: ENOENT

2013-02-26 Thread Stefan Bethke
configure test needs to be fixed. Attached is a (dirty) patch to make that change to log.c; not sure if this is the correct way. Maybe use __FreeBSD_version instead. Stefan -- Stefan BethkeFon +49 151 14070811 --- log.c.orig 2012-06-28 03:47:49.0 +0200 +++ log.c 2013-02-27

pam_ssh_agent_auth: ENOENT

2013-02-25 Thread Stefan Bethke
Am 20.02.2013 um 16:34 schrieb Kimmo Paasiala : > On Wed, Feb 6, 2013 at 12:28 AM, Stefan Bethke wrote: >> >>> I can confirm that with the new port version on a two day old current, the >>> module doesn't work: >>> $ uname -a >>> FreeBSD fr

Please commit ports/176207

2013-02-18 Thread Stefan Bethke
Hi, if any ports committer would be willing to commit the maintainer's patch in ports/176207, I'd appreciate it! Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.o

Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9)

2013-02-05 Thread Stefan Bethke
Am 05.02.2013 um 23:06 schrieb Stefan Bethke : > Am 05.02.2013 um 19:09 schrieb Kimmo Paasiala : > >> On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala wrote: >>> On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees wrote: >>>> On 3 February 2013 17:15, Stefan Bethke wro

Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9)

2013-02-05 Thread Stefan Bethke
Am 05.02.2013 um 19:09 schrieb Kimmo Paasiala : > On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala wrote: >> On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees wrote: >>> On 3 February 2013 17:15, Stefan Bethke wrote: >>>> >>>> Am 03.02.2013 um 10:57 schrieb C

Re: mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Stefan Bethke
Am 20.03.2011 um 22:43 schrieb Alex Dupre: > Stefan Bethke ha scritto: >> In my particular case, the umask is set to 0002 instead of the default 0022 > > http://lists.freebsd.org/pipermail/freebsd-ports/2007-September/043529.html > >> I've updated my portupgrade

mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Stefan Bethke
n not certain what the easiest way would be to fix the permission bits. I've updated my portupgrade script to reset the umask to avoid similar problems Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing

Re: mysql-client-5.58 breaks postfix, dovecot

2011-01-15 Thread Stefan Bethke
Am 28.12.2010 um 13:57 schrieb Stefan Bethke: > Just a quick warning since I just spent an hour figuring out why my mail > server broke: with the upgrade to mysql-client-5.5.8, postfix and dovecot > stop working. It appears that the lastest mysql-client-5.5.8_2, postfix and do

mysql-client-5.58 breaks postfix, dovecot

2010-12-28 Thread Stefan Bethke
ve-1.2+0.1.18 A Sieve plugin for the Dovecot 'deliver' LDA mysql-client-5.5.7 Multithreaded SQL database (client) mysql-server-5.5.8 Multithreaded SQL database (server) postfix-2.7.2,1 A secure alternative to widely-used Sendmail -- Stefan Bethk

devel/pecl-intl: what's up?

2010-12-27 Thread Stefan Bethke
ully. The resulting roundcube seems to be running fine, as well as other PHP apps I have on the same box (mediawiki). Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: sysutils/screen fails to build

2010-08-26 Thread Stefan Bethke
not available in the -stable libs. Sorry to bother you, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "f

Re: [Netatalk-admins] RFT: netatalk-2.1

2010-05-31 Thread Stefan Bethke
ccessfully on FreeBSD 8.1-PRERELEASE, but I have only tested afpd with and without PAM; Kerberos, AppleTalk and Timelord support are untested. Enjoy, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://

Re: RFT: netatalk-2.1

2010-05-30 Thread Stefan Bethke
Am 28.05.2010 um 08:27 schrieb Stefan Bethke: > Am 22.05.2010 um 19:08 schrieb Stefan Bethke: > >> Hi, >> >> I'm working on updating the net/netatalk port from 2.0.5 to 2.1. You can >> find the most current version of my work at >> http://www.la

Re: RFT: netatalk-2.1

2010-05-27 Thread Stefan Bethke
Am 22.05.2010 um 19:08 schrieb Stefan Bethke: > Hi, > > I'm working on updating the net/netatalk port from 2.0.5 to 2.1. You can > find the most current version of my work at > http://www.lassitu.de/freebsd/netatalk/ > > Initial testing looks promising. The

RFT: netatalk-2.1

2010-05-22 Thread Stefan Bethke
the wrong order of include paths. You can work around this by deinstalling 2.0.5 before building the new version. This work is also being tracked in PR#146576. HTH, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org ma

Apache 2.0.63_8 compiles, but does not run

2010-05-08 Thread Stefan Bethke
One of the commits to www/apache20 in the past 24 hours breaks the port. See PR#146393 http://www.freebsd.org/cgi/query-pr.cgi?pr=146393 Downgrading to a revision from 2010-05-07 00:00 UTC or earlier works around this. Stefan -- Stefan BethkeFon +49 151 14070811

ISC DHCP 4?

2010-03-23 Thread Stefan Bethke
When I was looking for ISC DHCP server version 4 or newer, I was surprised that I didn't find any port. Am I looking for the wrong thing, or is 3.1 really the newest version in ports? What are people using for IPv6? Stefan -- Stefan BethkeFon +49 151 140

May I direct a committers attention to PR ports/137731?

2009-08-19 Thread Stefan Bethke
2009-08-13 18:35:17.0 +0200 @@ -2,8 +2,8 @@ - - hal-probe-vmmouseappend> + + vmmouse -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubs

Re: PHP gd issues

2009-08-10 Thread Stefan Bethke
Am 05.08.2009 um 12:11 schrieb Stefan Bethke: Am 23.07.2009 um 10:44 schrieb mediaslut von abfab: I had the same fatallibpngerror discovered yesterday. It seems like libpng version 1.2.37 was buggy. And version 1.2.38 is not available yet on FreeBSD Ports (although, I don't know if

Re: PHP gd issues

2009-08-05 Thread Stefan Bethke
e/forum.php?thread_name=e56ccc8f0907230957y2dce7077rb5388d71af762cde%40mail.gmail.com&forum_name=png-mng-implement > I don't have the time to do any analysis myself (not before the weekend anyway), so if any of you could take a look, I'd be most grateful. Stefan

Re: recent change to ifconfig breaks OpenVPN?

2009-08-01 Thread Stefan Bethke
Am 01.08.2009 um 17:24 schrieb Julian Elischer: Stefan Bethke wrote: (Moving the discussion to -ports.) Am 31.07.2009 um 00:57 schrieb Matthias Andree: Am 31.07.2009, 00:36 Uhr, schrieb Bjoern A. Zeeb >: Yeah that is as great as we are or rather were. So really, fix the openvpn scri

Re: recent change to ifconfig breaks OpenVPN?

2009-08-01 Thread Stefan Bethke
Am 31.07.2009 um 18:58 schrieb Stefan Bethke: Am 31.07.2009 um 14:38 schrieb Stefan Bethke: Here's a first draft at a patch for OpenVPN. With this, the tun interface gets set to IFF_BROADCAST mode. One small piece is still missing: OpenVPN tries to install a route for the subnet

  1   2   >