Re: FreeBSD ports which are currently scheduled for deletion

2012-06-21 Thread Stefan Esser
Am 21.06.2012 10:29, schrieb lini...@freebsd.org: > portname: audio/gstreamer-plugins-flite > description:Gstreamer flite run-time speech synthesis engine > plugin > maintainer: multime...@freebsd.org > status: BROKEN > deprecated because: B

PKG_NG: pkg deinstall fails with "argument list too long"

2012-08-27 Thread Stefan Esser
PKG_NG seems to have introduced a limit on the size of ports that can be deinstalled: # cd /usr/ports/math/lapack # make deinstall ===> Deinstalling for math/lapack ===> Deinstalling lapack-3.4.0_2 The following packages will be deinstalled: lapack-3.4.0_2 The deinstallation will fre

Re: PKG_NG: pkg deinstall fails with "argument list too long"

2012-08-28 Thread Stefan Esser
to the more urgent problem of the failed deinstallation. >> On 2012-08-27 20:03, Stefan Esser wrote: >>> PKG_NG seems to have introduced a limit on the size of ports >>> that can be deinstalled: >>> >>> # cd /usr/ports/math/lapack # make de

PR 171155 (was: Re: PKG_NG: pkg deinstall fails with "argument list too long")

2012-08-29 Thread Stefan Esser
I have created PR ports/171155 to report the issue, that ports with long PLISTs cannot be deinstalled with PKGNG: http://www.freebsd.org/cgi/query-pr.cgi?pr=171155 Regards, STefan ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.o

[patch] Portaudit and PKGNG

2012-09-10 Thread Stefan Esser
PR ports/171406 contains a patch I submitted to make portaudit work with PKGNG: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171406 It works on my systems, but definitely needs further review. The patch just replaces "pkg_info" by "pkg info" and "pkg_version" by "pkg version". This wo

Re: [patch] Portaudit and PKGNG

2012-09-13 Thread Stefan Esser
Am 10.09.2012 09:27, schrieb Stefan Esser: > PR ports/171406 contains a patch I submitted to make portaudit work with > PKGNG: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171406 > > It works on my systems, but definitely needs further review. The > patch ju

Re: FreeBSD 10.0-CURRENT/amd64 r242305: www/apache22: setfib: NO: invalid FIB (max 0)

2012-11-04 Thread Stefan Esser
Am 30.10.2012 09:28, schrieb O. Hartmann: > Am 10/29/12 14:57, schrieb Rainer Hurling: >> Am 29.10.2012 14:19 (UTC+1) schrieb O. Hartmann: >>> Hello world. >>> >>> With the most recent FreeBSD 10.0-CURRENT/amd64 r242305, CLAN >>> buildworld and with libc++/c++11 compiled, I can not start the >>> A

Re: Should we Rust warnings suggesting adding work/stage/usr/local/bin to the PATH?

2018-05-17 Thread Stefan Esser
Am 17.05.18 um 14:42 schrieb Mateusz Piotrowski: > Hello, > > When I build Rust packages I get warnings like this one: > >> warning: be sure to add >> `/usr/home/0mp/ports/games/genact/work/stage/usr/local/bin` to your PATH to >> be able to run the installed binaries > > It is not very helpful

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Stefan Esser
Am 18.05.18 um 17:13 schrieb Koichiro Iwao: > Hi, > > I'm building devel/qt5-make by portmaster. Somehow portmaster incorrectly > detects gcc6 and uses g++ despite it is actually installed as g++6. If I > > build it without portmaster, clang++ is used and build finishes successfully. Sorry, this

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Stefan Esser
Am 18.05.18 um 22:17 schrieb Rozhuk Ivan: > On Fri, 18 May 2018 20:30:38 +0200 > Stefan Esser wrote: > >> Sorry, this was my fault and I hope it is fixed with the follow-up >> commit to portmaster version 3.19-10. >> > > Sorry for offtopic, but if portmaster

Re: net-p2p/qbittorrent needs to be unblocked by portmgr

2018-06-20 Thread Stefan Esser
Am 20.06.18 um 10:34 schrieb Tobias Kortkamp: > On Wed, Jun 20, 2018, at 10:18, Yuri wrote: >> Committing transaction... >> svn: E165001: Commit failed (details follow): >> svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: >> Do not commit a port with FLAVORS without first

Re: rubgem update to 3.2.7

2018-07-09 Thread Stefan Esser
Am 09.07.18 um 05:04 schrieb Koichiro Iwao: > On Mon, Jul 09, 2018 at 12:02:22AM +0200, Walter Schwarzenfeld via > freebsd-ports wrote: >> Portmaster tries to build the update in the wrong order. >> >> Right order for me was (depend on which packages are installed): >> >> rubygem-glib2 >> rubygem-

libkgapi-18.08 conflicts with kdepim-runtime-18.04.3_2

2018-08-25 Thread Stefan Esser
This might be no problem when upgrading from a package, but upgrading from a port (e.g. with portmaster) fails with: ===> Registering installation for libkgapi-18.08.0 Installing libkgapi-18.08.0... pkg-static: libkgapi-18.08.0 conflicts with kdepim-runtime-18.04.3_2 (installs files into the sam

Re: Ports vs packages

2018-08-27 Thread Stefan Esser
Am 26.08.18 um 21:55 schrieb Gregory Byshenk: > On Sun, Aug 26, 2018 at 01:01:24PM +0200, Jos Chrispijn wrote: >> On 26-8-2018 2:07, Pete Wright wrote: >>> one thing i do for my systems is if there is an update to a port i >>> need/want to test before the official build cluster is done is run a >

Re: RUN_DEPENDS and portmaster

2018-09-10 Thread Stefan Esser
Am 10.09.18 um 06:54 schrieb Matthias Fechner: > Dear all, > > I have a questions reagarding the RUN_DEPENDS and at which step > dependencies should be installed. > I'm the maintainer of gitlab-ce port and I added a feature that checks > in the install target: > do-install: > (cd ${WRKSRC}

Re: RUN_DEPENDS and portmaster

2018-09-12 Thread Stefan Esser
Am 12.09.18 um 07:58 schrieb Matthias Fechner: > Dear Stefan, Dear Mathieu, > > Am 10.09.18 um 14:10 schrieb Stefan Esser: >> This is a design decision in portmaster that has existed for at least >> a decade. >> >> Use INSTALL_DEPENDS if you depend on a port being

Re: RUN_DEPENDS and portmaster

2018-09-17 Thread Stefan Esser
Am 17.09.18 um 07:47 schrieb Matthias Fechner: > Am 10.09.18 um 12:16 schrieb Mathieu Arnold: >> Reading Mk/bsd.port.mk at line 5274, run-depends are installed before >> do-install runs. > > thanks, I see it the same way and created a PR for it, to get this fixed > in portmaster. You are of cours

Not a portmaster problem

2018-09-18 Thread Stefan Esser
Am 17.09.18 um 22:51 schrieb @lbutlr: > I am using MariaDB 10.0 on FreeBSD 11.3 > > When trying to update rsyslogd via postmaster I get: > > checking for mysql_config... mysql_config > checking for mysql_init in -lmysqlclient... no > configure: error: in `/usr/ports/sysutils/rsyslog8/work/rsyslog

Re: Error building net/librsync2

2018-09-18 Thread Stefan Esser
Am 18.09.18 um 12:23 schrieb Jakob Breivik Grimstveit: > $ uname -a > FreeBSD core2.grimstveit.no 11.2-RELEASE-p3 FreeBSD 11.2-RELEASE-p3 #7 > r338607: Wed Sep 12 13:24:12 CEST 2018 > r...@core2.grimstveit.no:/usr/obj/usr/src/sys/CORE2 > amd64 > > [...] > [22/53] /usr/bin/cc -Drsync_EXPORTS -I/usr

Re: RUN_DEPENDS and portmaster

2018-09-18 Thread Stefan Esser
Am 18.09.18 um 14:05 schrieb Matthias Fechner: > Dear Stefan, > > Am 17.09.2018 um 14:31 schrieb Stefan Esser: >> But the behavior of portmaster will not be changed. >> RUN_DEPENDS are dependencies required to run a port, not dependencies >> required to install a port.

Re: RUN_DEPENDS and portmaster

2018-09-20 Thread Stefan Esser
Am 19.09.18 um 14:25 schrieb Kurt Jaeger: > Hi! > >> Why is Ada only available on i386/amd64? > > Because nobody provided fixes for the build on other platforms up to now. And given that the only use of Ada in FreeBSD ports seems to be synth, it seems a lot easier to implement the synth function

Re: FreeBSD Port: firefox-63.0.1,1 multiple errors build

2018-11-01 Thread Stefan Esser
Am 01.11.18 um 03:38 schrieb Jonathan Chen: > On Thu, 1 Nov 2018 at 15:35, Montgomery-Smith, Stephen > wrote: > [...] >> I only started using portupgrade recently. I find it rather unreliable. >> I think the problem is that some ports need to be deleted before they >> can be built successfully.

Re: Inkscape compiles but crashes on startup

2018-11-06 Thread Stefan Esser
Am 04.11.18 um 22:21 schrieb bob prohaska: > On Sun, Nov 04, 2018 at 10:47:22AM +0100, T??l Coosemans wrote: >> On Sat, 3 Nov 2018 22:31:34 -0700 bob prohaska wrote: >>> On Sat, Nov 03, 2018 at 07:18:52AM +0100, Walter Schwarzenfeld wrote: Wait, fix of the primal cause of it is committed righ

Re: FreeBSD Port: firefox-63.0.1,1 multiple errors build

2018-11-11 Thread Stefan Esser
Am 01.11.18 um 17:43 schrieb Mathieu Arnold: > On Thu, Nov 01, 2018 at 08:54:16AM +0100, Stefan Esser wrote: >> Am 01.11.18 um 03:38 schrieb Jonathan Chen: >>> On Thu, 1 Nov 2018 at 15:35, Montgomery-Smith, Stephen >>> wrote: >>> [...] >>>> I onl

Re: Acme-client (Let's Encrypt)and OpenSSL

2018-11-27 Thread Stefan Esser
Am 26.11.18 um 19:58 schrieb Xavier: > On 10/11/2018 17:27, Xavier wrote: >> Hi, >> >> Following the upgrade fom 11-STABLE to 12-STABLE, I updated OpenSSL from >> 1.0.1 to 1.1.1, since it seemd mandatory for pkg to work >> >> But when I check pacakages with pkg check -Bd, I've an error : >>> acme-c

Re: ClamAV Port Version Regression?

2018-12-11 Thread Stefan Esser
Am 11.12.18 um 18:51 schrieb Janky Jay, III: > Hi All, > > After a portsnap to pull ${latest), I'm seeing the following: > > clamav-0.101.0_2 < needs updating (index has 0.100.2,1) > > The version that is claiming to be the latest appears to be a version > regress

PKGNAME of perl package

2018-12-14 Thread Stefan Esser
Just noticed that the package name of the perl ports does not match the PKGNAME variable: $ make -C /usr/ports/lang/perl5.26/ -V PKGNAME perl5-5.26.3 # make package ===> Building package for perl5.26-5.26.3 There is a mismatch of names perl5-5.26.3 vs. perl5.26-5.26.3 and this confuse

Re: thunderbird build error

2018-12-16 Thread Stefan Esser
Am 16.12.18 um 17:07 schrieb John Kennedy: > On Sun, Dec 16, 2018 at 07:54:34AM -0500, George Mitchell wrote: >> On 12/15/18 1:10 PM, George Mitchell wrote: >>> I recently updated my port build machine to 11.2-RELEASE. I'm in the >>> process of recompiling my (previously) 10.4-based ports to 11.2,

Re: thunderbird build error

2018-12-17 Thread Stefan Esser
Am 17.12.18 um 00:11 schrieb George Mitchell: > On 12/16/18 5:24 PM, Stefan Esser wrote: >> [...] >> I have (my version of) portmaster mostly working in a clean chroot jail. >> It is still a pure shell script (works with the FreeBSD /bin/sh and bash), >> thus po

Re: Django versions

2019-03-07 Thread Stefan Esser
Am 07.03.19 um 09:02 schrieb Matthew Seaman: > On 07/03/2019 07:22, Antoine Brodin wrote: >> Please don't use the django metaport, this port should be removed and >> people should stop using hacks. >> Someone needs to integrate a USE_PYTHON=django in python.mk > > Let me look at that. I never di

Re: Can't compile www/node on rpi2

2019-03-26 Thread Stefan Esser
Am 27.03.19 um 02:46 schrieb bob prohaska: >> All the >>> port-management tools in ports-mgmt assume this, and build >>> port-dependancies as required. When building ports, it is always best >>> to use one of the build-tools (ie: poudriere, synth , portmaster) >>> instead of by hand. >> > I've play

Re: category for VPN softwares?

2019-04-02 Thread Stefan Esser
Am 02.04.19 um 07:42 schrieb Koichiro Iwao: > On Tue, Apr 02, 2019 at 06:41:51AM +0200, Kurt Jaeger wrote: >> Create a real category vpn and move everything to it ? > > Sounds better! Gentoo has net-vpn category. Just FYI, Gentoo also have > net-dialup category. PPP/PPPoE/L2TP softwares are put un

Re: python

2019-04-11 Thread Stefan Esser
Am 11.04.19 um 00:03 schrieb ajtiM via freebsd-ports: > Hi! > > With portmaster I try to update todays ports and python default is > version 3.7 which is okay for me but not for hplip: > ===>>> All >> > hplip-3.17.11_3 (5/43) > > ===>>> Returning to dependency check for print/hplip > ===>>> Depe

Re: python

2019-04-12 Thread Stefan Esser
able to test any fix to portmaster, currently ... Regards, STefan Am 11.04.19 um 09:29 schrieb Stefan Esser: > Am 11.04.19 um 00:03 schrieb ajtiM via freebsd-ports: >> Hi! >> >> With portmaster I try to update todays ports and python default is >> version 3.7 which

Re: Request to change ruby default version to 2.5

2019-04-20 Thread Stefan Esser
Am 20.04.19 um 11:05 schrieb Matthias Fechner: > Am 20.04.2019 um 06:59 schrieb Walter Schwarzenfeld: >> After this change: >> >> |portmaster -R -r ruby-2.5| >> >> | >> ===>>> Port directory: /usr/ports/databases/ruby-bdb >> >>     ===>>> This port is marked BROKEN >>     ===>>> does not build with

Re: GSoC: Separation of Ports Build Process from Local Installation

2019-05-29 Thread Stefan Esser
Am 29.05.19 um 00:51 schrieb Theron: > Hello All, > > For Google Summer of Code 2019 I am working on FreeBSD's ports tree makefiles > towards eliminating the dependency of the ports building process on the local > system's installed packages.  Currently this level of separation can only be > accom

Re: Massive PORTS_REVISION bump after making gcc-9.1 default

2019-07-28 Thread Stefan Esser
Am 28.07.19 um 01:26 schrieb Kevin Oberman: > Today I was hit with 226 ports needing update. With one exception, all were > the result of the bump or the default gcc version to 9.1. The problem is > that 9.1 was not installed first, so over 43 of these ports were rebuilt > with the exact same compi

Need help: nearly complete port of GitHub CLI

2020-09-19 Thread Stefan Esser
I have tried to create a port for the recently announced GitHub CLI 1.0. What I got so far can be downloaded from: https://people.freebsd.org/~se/ports/github-cli-port.tar.bz2 The GH_TUPLE list of the dependencies was the part that caused most effort, but it should be correct and compl

Re: Need help: nearly complete port of GitHub CLI

2020-09-19 Thread Stefan Esser
Am 19.09.20 um 12:49 schrieb Christoph Moench-Tegeder: ## Stefan Esser (s...@freebsd.org): I have tried to create a port for the recently announced GitHub CLI 1.0. Without having actually looked at your work - we do already have devel/gh - "GitHub's official command line tool&quo

Port uploaded for review (was: Re: Availability of samba 4.12.x)

2020-09-20 Thread Stefan Esser
I have derived a port for Samba-4.12.7 from net/sambar411 and have made it available for testing on Phabrcator: https://reviews.freebsd.org/D26491 The CONFLICTS line is commented out to allow compilation if an older version of this port is already installed and the CONFLICTS lines of th

Re: What are the benefits of NO_ARCH?

2020-11-02 Thread Stefan Esser
Am 02.11.20 um 15:33 schrieb Mateusz Piotrowski: Hi ports@, I wonder if setting NO_ARCH=yes brings any significant benefits to how our ports collection works. I'd be grateful if you could shed some light on the importance of setting NO_ARCH whenever possible. NO_ARCH means that there is no n

Re: security/openvpn-auth-ldap-2.0.4 not compatible with security/openvpn-2.5.0

2020-11-06 Thread Stefan Esser
Am 06.11.20 um 07:10 schrieb xtouqh--- via freebsd-ports: Nikita Druba wrote: Hello! After updating security/openvpn to last(2.5.0) version, it's not start anymore, because: Updating how? "2020-11-06 02:37:05 PLUGIN_INIT: could not load plugin shared object /usr/local/lib/openvpn-auth-ldap

Re: Donation to Foundation for Poudriere /opt builds! (Bounty?)

2020-11-09 Thread Stefan Esser
Am 09.11.20 um 00:40 schrieb Tatsuki Makino: I think you need to rewrite all the files under /etc that have /usr/local in them. For example, ldconfig_paths in /etc/rc.conf. I have committed that change a few days ago, and it was heavily disputed by those who think that there never should be a p

Port build failure in stage-qa

2020-11-11 Thread Stefan Esser
Building virtualbox-ose-kmod failed for me today (for the first time) due to REINPLACE_CMD not changing some files. This breaks my kernel build that include the kernel modules: > Compressing man pages (compress-man) ===> Staging rc.d startup script(s) > Running Q/A tests (stage-qa) Warnin

Re: Port build failure in stage-qa,Port build failure in stage-qa

2020-11-12 Thread Stefan Esser
Am 11.11.20 um 23:48 schrieb Yasuhiro KIMURA: From: Stefan Esser Subject: Port build failure in stage-qa,Port build failure in stage-qa Date: Wed, 11 Nov 2020 21:56:49 +0100 Since DEVELOPER=yes cannot be overridden on the command line, I'll have to remove it from make.conf to get a k

Re: portsnap

2020-12-26 Thread Stefan Esser
Am 26.12.20 um 18:41 schrieb LuMiWa via freebsd-ports: Hi! Today I red again an email: Subject:[HEADS UP] Planned deprecation of portsnap From: Steve Wills Date: 2020-08-04 18:43:20 And as portsnap user I have a question: Do they planning deprecation of portmaster too? No, I

Re: portmaster new development

2020-12-27 Thread Stefan Esser
Am 27.12.20 um 06:04 schrieb Thomas Mueller: And as portsnap user I have a question: Do they planning deprecation of portmaster too? No, I'm actively working on portmaster and have rewritten it from scratch for better performance (and additional features, e.g. building in a clean chroot jai

Re: portmaster new development

2020-12-28 Thread Stefan Esser
Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't use tmpfs or ccache either. I migrated from portmaster when it was abandoned several years ago and don't think

Re: portmaster new development

2020-12-28 Thread Stefan Esser
Am 28.12.20 um 15:04 schrieb abi via freebsd-ports: On 28.12.2020 16:16, Stefan Esser wrote: Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't

Re: portmaster new development

2020-12-28 Thread Stefan Esser
Am 28.12.20 um 22:07 schrieb Michael Grimm:>> On 28. Dec 2020, at 21:41, Stefan Esser wrote: Poudriere works best on sufficiently powerful build servers and it often requires rebuilding dependencies over hours when I just want to test a new port before committing it. Excuse me, but t

Re: Creating port from pre-built package

2021-02-11 Thread Stefan Esser
Am 11.02.21 um 18:12 schrieb Shawn Webb: On Thu, Feb 11, 2021 at 06:09:52PM +0100, Patrick M. Hausen wrote: Hi all, Am 11.02.2021 um 18:03 schrieb Chris : On 2021-02-11 08:26, Shawn Webb wrote: Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you c

Re: Creating port from pre-built package

2021-02-11 Thread Stefan Esser
Am 11.02.21 um 18:12 schrieb Shawn Webb: On Thu, Feb 11, 2021 at 06:09:52PM +0100, Patrick M. Hausen wrote: Hi all, Am 11.02.2021 um 18:03 schrieb Chris : On 2021-02-11 08:26, Shawn Webb wrote: Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you c

Re: On 14-CURRENT: no ports options anymore?

2021-03-13 Thread Stefan Esser
Am 13.03.21 um 20:17 schrieb Hartmann, O.: Since I moved on to 14-CURRENT, I face a very strange behaviour when trying to set options via "make config" or via poudriere accordingly. I always get "===> Options unchanged" (when options has been already set and I'd expect a dialog menu). This misb

Re: FreeBSD Port: owncloud-php80-10.6.0

2021-03-19 Thread Stefan Esser
Am 19.03.21 um 10:23 schrieb Erik Neubauer via freebsd-ports: Hi, Thanks for maintaining an ownCloud package! I noticed that you are using PHP 8.0. However ownCloud doesn't support that version of PHP. Unfortunately I don't have any experience with BSDs, but perhaps I can help you create a

Re: Deprecation of portsnap

2021-04-13 Thread Stefan Esser
Am 14.04.21 um 02:43 schrieb Chris: On 2021-04-13 15:53, Dave Horsfall wrote: On Mon, 12 Apr 2021, Peter Jeremy via freebsd-ports wrote: Except that git will arbitrarily and randomly decide that it needs to run "gc" - which is similarly extravagant in memory usage.  Last time I found one r

Re: Ports INDEX

2021-04-15 Thread Stefan Esser
Am 14.04.21 um 21:33 schrieb Carmel: I just switched from using 'portsnap' to 'git'. I removed everything in the directory, then used 'git' to build it. That worked fine. I had to manually recreate the 'distfiles' directory, but I expected to have to do that. Now, if I run a 'make search' in the

SVNWEB not updated for ports

2021-04-19 Thread Stefan Esser
After the switch to GIT, the ports SVN repository is in a frozen state. This causes accesses to https://svnweb.freebsd.org/ports/head/ to return stale information. But the real issue IMHO is that the "FreeBSD Ports Search" page on the web server does return 404 errors for ports that have been cre

Re: SVNWEB not updated for ports

2021-04-19 Thread Stefan Esser
Am 19.04.21 um 14:42 schrieb Helge Oldach: > Stefan Esser wrote on Mon, 19 Apr 2021 12:11:40 +0200 (CEST): >> After the switch to GIT, the ports SVN repository is in a frozen state. >> >> This causes accesses to https://svnweb.freebsd.org/ports/head/ to return >> stale i

[SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-01 Thread Stefan Esser
The recovery of deleted ports in their previous form is rejected by the pre-commit checks on the repository server: remote: remote: remote: Do not commit ports without TIMESTAMP in their distinfo files. remote: Rerun make makesum to

Re: [SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-03 Thread Stefan Esser
Am 03.05.21 um 09:01 schrieb Mathieu Arnold: > On Sat, May 01, 2021 at 09:01:02PM +0200, Stefan Esser wrote: >> The recovery of deleted ports in their previous form is rejected >> by the pre-commit checks on the repository server: >>

Re: [SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-04 Thread Stefan Esser
Am 04.05.21 um 11:46 schrieb Mathieu Arnold: > On Mon, May 03, 2021 at 09:54:36PM +0200, Stefan Esser wrote: >> Am 03.05.21 um 09:01 schrieb Mathieu Arnold: >>> On Sat, May 01, 2021 at 09:01:02PM +0200, Stefan Esser wrote: >>>> The recovery of deleted ports in t

Re: Making a port to use OpenSSL of ports collection on FreeBSD 11.x

2021-05-05 Thread Stefan Esser
Am 05.05.21 um 18:00 schrieb Yasuhiro Kimura: > You misunderstand my intention. What I would like to do is to make a > port use security/openssl instead of base OpenSSL even if user sets > 'DEFAULT_VERSIONS+=ssl=base' in /etc/make.conf (or user doesn't > customize setting about ssl at all). You ca

Re: pkg builders order of jobs

2021-05-09 Thread Stefan Esser
Am 09.05.21 um 12:22 schrieb Ronald Klop: > Hi, > > On the pkg builders the list of builds is ordered on git hash. > http://beefy18.nyi.freebsd.org/jail.html?mastername=main-amd64-default > (NB: ipv6 only) > > This ordering is totally random to me. With svn the list was naturally ordered > becaus

Firefox build failure on -CURRENT (with CLANG and with GCC)

2012-11-22 Thread Stefan Esser
Hi Florian, seems that Firefox cannot be built with CLANG. The build fails due to a visibility default set in mozilla-release/config/gcc_hidden.h, which is in conflict with Qt declarations: In file included from work/mozilla-release/intl/locale/src/nsLocaleService.cpp:7: In file included from /us

Re: Removal of Portmanager

2013-01-16 Thread Stefan Esser
Am 16.01.2013 09:48, schrieb b.f.: > Mark wrote: >> On Wed, Jan 16, 2013 at 01:51:39AM +, RW wrote: Reports are sent to ports@ every 2 weeks. >>> >>> And I wonder how many people read carefully through all 478 entries. >> >> And your suggestion is ... ? >> > > Try ports/ports-mgmt/portupd

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread Stefan Esser
Am 08.09.2013 08:14, schrieb O. Hartmann: > On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: > >> Synopsis: devel/qt4-script: >> /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is >> ambiguous >> >> State-Changed-From-To: open->patched State-Changed-By: rakuco >> State-Ch

Re: How to disable staging support in ports tree universally?

2013-10-13 Thread Stefan Esser
Am 12.10.2013 07:59, schrieb Jeremy Chadwick: > So how do I stop this staging nonsense when it doesn't apply to any of > my systems/environments? I install third-party software directly from > the ports tree, I DO NOT USE pkg, nor do I ever plan on using pkg given > that I customise ports individu

Re: Proposal for Authors / Vendors in ports

2013-11-15 Thread Stefan Esser
Am 15.11.2013 08:23, schrieb Matthew Seaman: > On 15/11/2013 00:54, Eitan Adler wrote: >> On Thu, Nov 14, 2013 at 5:41 PM, Jaap Akkerhuis >> wrote: >>> >>> On Nov 14, 2013, at 8:30, Erwin Lansing >>> wrote: >>> That sounds like an excellent idea. I'm just a bit worried about spreadin

Re: portmaster refuses to use pkgng with local packages

2013-11-25 Thread Stefan Esser
Am 24.11.2013 12:43, schrieb Axel Rau: > While trying ports-mgmt/poudriere in my ezjail/portmaster environment, I > learned: > poudriere can't run at secure level 1, because it loads linux.ko and uses > chflags. > > Regarding moving to pkgng, what are the replacements to portaudit / jailaudit?

Problem with Samba-4.1 on -CURRENT

2015-05-04 Thread Stefan Esser
I've recently tried Samba-4.1 as a replacement for 3.6, but cannot get it to work. I'm seeing SIGABRT being triggered, probably due to a problem in MD5Final(). I'm seeing the same kind of abort in - smbd - smbclient - smbclient4 E.g.: # smbclient4 -U guest -L localhost Password for [WORKGROUP\gu

Re: Samba 4.2.3 exited on signal 4

2015-08-18 Thread Stefan Esser
Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev: > Could be that you are affected by > https://bugzilla.samba.org/show_bug.cgi?id=11455 > > Can you, please, verify, that it is the case? A good test is to install the pre-compiled package and compare ldd output for the port compiled by you and the

Re: Samba 4.2 crashes

2015-08-25 Thread Stefan Esser
Am 25.08.2015 um 18:02 schrieb Andrea Venturoli: > Hello. > > I'm trying to upgrade from samba 3.6 to 4.2 (mainly because the former > is deprecated, so I don't want AD, just plain old functionality). > > I started with simpler installations and had almost no problem. > However, in a just a littl

Re: minidlna server not visible in network

2015-12-20 Thread Stefan Esser
Am 19.12.2015 um 13:45 schrieb Guido Falsi: > On 12/19/15 12:26, Volodymyr Kostyrko wrote: >> On 19.12.15 00:03, Dr. Peter Voigt wrote: >>> Today I have upgraded net/minidlna to latest version. I am on FreeBSD >>> 10.2-RELEASE-p8 (amd64). >>> >>> Access via web interface on port 8200 is working fin

Re: pipelight and playonbsd

2016-04-05 Thread Stefan Esser
Am 04.04.2016 um 20:46 schrieb Grzegorz Junka: > Port playonbsd depends on i386-wine-devel and pipelight depends on > i386-wine-staging. So when I want to install pipelight pkg asks me to > uninstall playonbsd. Does it mean playonbsd is incompatible with > pipelight? Are two versions of wine really

Re: HPLIP ugen

2007-09-03 Thread Stefan Esser
Lars Eighner wrote: > On Sat, 1 Sep 2007, Brian Wagener wrote: > >> When using HPLIP your usb printer has to use the ugen driver in order for >> all printing/scanning/status functionality to be present. The problem >> is, my >> printer loads as a umass device so it doesn't get detected by hplip. >

Re: minidlna: file descriptor 3794 too big for select

2014-06-24 Thread Stefan Esser
Am 23.06.2014 15:21, schrieb Bob Willcox: > I just installed minidlna 1.1.3 on my system from ports and ran into the > problem described in Stefan Essers' bug report 185155. > > Checking the source and the patch file extra-patch-kqueue I see that Stefan's > suggested workaround has been included.

Re: Help with "port test"

2014-07-15 Thread Stefan Esser
Am 15.07.2014 11:48, schrieb Andrea Venturoli: > Hello. > > I'm trying to create a new port and there are some things I don't > understand. > > Referring to chapter 9 of the Porter's Handbook: > > _ "make clean; make package PREFIX=/var/tmp/`make -V PORTNAME`" gives no > error; > > _ "make stag

pkg: Cannot get a read lock on a database, it is locked by another process

2014-07-27 Thread Stefan Esser
The locking of the pkg database leads to soft failures, but I'm afraid, if these soft failures happen to coincide with certain administrative tasks, they can lead to unexpected results. One example is that portmaster fails to detect PKGNG (and then assumes to be working in a pre-PKGNG environment)

Re: Strange pkg_deinstall behaviour with pkgng

2014-07-30 Thread Stefan Esser
Am 29.07.2014 um 23:45 schrieb Baptiste Daroussin: > On Tue, Jul 29, 2014 at 11:23:10PM +0200, Gyrd Thane Lange wrote: >> General gripe about pkg(8): The command structure and options are >> very similar to the previous pkg_tools but with enough changes in >> options and behaviour that it trips up

[Analyzed] Re: Problem with xorg

2014-08-31 Thread Stefan Esser
The problem is caused by Unicode code points in keymap files, which were made possible (and have to be used) for many locales after the introduction of Unicode support with vt(4). Am 28.08.2014 um 19:43 schrieb Stefan Esser: > Am 28.08.2014 um 17:03 schrieb Filippo Moretti via freebsd-sta

Re: [Analyzed] Re: Problem with xorg

2014-08-31 Thread Stefan Esser
Am 31.08.2014 um 09:45 schrieb Adrian Chadd: > Ok, so what can we do right now to not have unicode characters in say, > the US keymap file? The "normal" US keyboard (/usr/share/vt/keymaps/us.kbd) does not contain characters >= 0x100. There is no problem even with ISO8859-1 characters used in many

Re: svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting equality): found 1.8.0, expected 1.8.10

2014-09-03 Thread Stefan Esser
Am 03.09.2014 um 16:36 schrieb O. Hartmann: > > I receive this error while using /usr/local/bin/svn: > > svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting > equality): found 1.8.0, expected 1.8.10 > > It occurs on every usage of the svn binary installed via port > devel/subversion

Re: FreeBSD Port: x11-drivers/xf86-input-keyboard

2014-09-03 Thread Stefan Esser
Am 04.09.2014 um 07:42 schrieb Fervent Dissent: > This is the first update I've done since switching to the new xorg. The > first time neither the keyboard or mouse drivers were correctly chosen. Now > the mouse upgraded fine, but the keyboard still defaults to the old xorg > driver. After working

Re: service doen't get started at boottime, but can start manually

2014-09-08 Thread Stefan Esser
Am 07.09.2014 um 19:00 schrieb Mike Clarke: > So all files in /etc/rd.d are potential startup scripts but those in > /usr/local/etc must meet the requirement of having a PROVIDE line. > > This inconsistency isn't mentioned anywhere in the examples in >

Re: symlinked ports directory -> problem to resolve dependencies in portmaster

2014-11-18 Thread Stefan Esser
Am 16.11.2014 um 07:26 schrieb Alexander Leidinger: > Hi, > > my /usr/ports directory is a symlink to /space/system/usr_ports, when I > try now to update a port with portmaster, it fails when it tries to > follow dependencies. > > Example: > ---snip--- > # portmaster webcamd- > ===>>> Package ins

Locking problems in pkg makes portmaster fail

2014-12-03 Thread Stefan Esser
Hi all, I've been having problems with portmaster being aborted because of failed attempts of pkg to obtain a lock. The same problem occurs with pkg and pkg-devel (I installed pkg-devel to check whether it was due to an already fixed problem in pkg-1.3.8). Other possibly relevant machine details:

Re: rewrite of rmlint; port needs an update

2014-12-23 Thread Stefan Esser
Am 22.12.2014 um 16:39 schrieb christop...@ira-kunststoffe.de: > Hello, > > Im the author of rmlint, a tool to remove several types of waste from > your filesystem. > It is especially good for finding duplicate files and directories. > I (and a co-developer) rewrote rmlint (version now is 2.0.0) a

[FIXED] Re: portmaster --check-port-dbdir is broken for me

2016-07-24 Thread Stefan Esser
Am 21.07.2016 um 15:18 schrieb Walter Schwarzenfeld: > Thorsten, after the remove of the patch portmaster find the right files > which are not installed, and nothing other. > It seems is was the patch. Sorry if my patch broke some of portmaster's functionality. I had tested the behaviour of the

Re: Wine & PlayOnBSD

2017-01-09 Thread Stefan Esser
Am 05.01.2017 um 22:29 schrieb abi: > > On 05.01.2017 22:12, Grzegorz Junka wrote: >> >> On 01/01/2017 17:28, abi wrote: >>> >>> On 01.01.2017 18:28, Grzegorz Junka wrote: I am using FreeBSD 10.3 x64. I understand that to run Windows applications on that configuration I can use only one

Re: Wine & PlayOnBSD

2017-01-10 Thread Stefan Esser
Am 09.01.2017 um 21:20 schrieb Grzegorz Junka: > Thank you for the additional information. The PlayOnLinux documentation > mentions some dedicated application to actually install or run the > Windows apps from some UI. Is this supported in PlayOnBSD? Yes, there is an UI that allows to modify setti

Re: Unable to upgrade from Samba43 to Samba44 or Samba45

2017-06-09 Thread Stefan Esser
Am 08.06.17 um 21:15 schrieb Dimitry Andric: > On 8 Jun 2017, at 20:35, Mark Knight wrote: >> >> On 08/06/2017 18:35, Dimitry Andric wrote: >>> I'm guessing that it is confused by an existing samba installation. Try >>> removing all other samba installations before attempting to build this >>> po

Re: Update failure E000022 after upgrade to subversion 1.9.6

2017-07-12 Thread Stefan Esser
Am 12.07.17 um 07:42 schrieb Rainer Hurling: > Hi duglas@ > > I had the same problem. I completely solved it by rebuilding the > dependency chain of devel/subversion: > > portmaster serf-1.3.9_1 expat-2.2.1 gettext-runtime-0.19.8.1_1 > apr-1.5.2.1.5.4_2 sqlite3-3.19.3_1 subversion-1.9.6 > > Prob

Re: make install for print/texinfo fails on -CURRENT

2017-07-12 Thread Stefan Esser
Am 12.07.17 um 18:11 schrieb David Naylor: > On Tuesday, 11 July 2017 08:47:17 Bob Willcox wrote: >> Hmm, I just tried running synth on my test system again (this is the system >> that I successfully built and install texinfo on just a bit ago) and synth >> still fails with the same build errors as

Re: Porters Handbook section 4.4

2017-09-27 Thread Stefan Esser
Am 26.09.17 um 08:21 schrieb Kubilay Kocak: > In section: > > 4.4. Patching > > - Add new section (at/numbered 4.4.2) > - Name: Automatic Patch Generation > - Renumber sections (4.4.2 -> 4.4.3) > > Text: > > The ports framework provides a {{{makepatch}} target, which when run, > automatically

Re: [HEADUP] FLAVORS landing.

2017-09-27 Thread Stefan Esser
Am 27.09.17 um 13:52 schrieb Julian Elischer: > On 27/9/17 4:20 pm, Matthew Seaman wrote: > > Before this gets too far down the road I would like to suggest that we > quickly formalise some nomenclature > or we will have 200 different ideas as to how to do the same thing; > > I would like to prop

Re: [HEADUP] FLAVORS landing.

2017-09-27 Thread Stefan Esser
Am 26.09.17 um 16:05 schrieb Mathieu Arnold: > Hi, > > **Do not commit FLAVORS to any ports, a hook will prevent it, that being > said, do try it and test what can be done.** > > To test this feature in poudriere, you need > poudriere-devel-3.1.99.20170621 or later. > > This has been a long awai

Re: [HEADUP] FLAVORS landing.

2017-09-27 Thread Stefan Esser
Am 27.09.17 um 22:57 schrieb Don Lewis: > If at some point you run into a bug and need the debug files, you can > pkg install the debug files for whatever packages that you need without > disturbing your already installed runtime files, and then you can later > deinstall the debug files when you ar

Re: New pkg audit FNs

2017-10-10 Thread Stefan Esser
Am 10.10.17 um 00:03 schrieb Steve Wills: > Hi, > > On 10/09/2017 17:55, Jan Beich wrote: >> Why not >> teach pkg-audit(8) to query NVD based on CPE annotations in *binary* >> packages? >> Doing so would also provide a workaround for VuXML entries cancelled >> to reduce bloat. > > I agree, pkg-au

new port security/cvechecker

2017-10-13 Thread Stefan Esser
Am 13.10.17 um 09:25 schrieb Torsten Zuehlsdorff: > Aloha, > >>> Why not >>> teach pkg-audit(8) to query NVD based on CPE annotations in *binary* >>> packages? >>> Doing so would also provide a workaround for VuXML entries cancelled >>> to reduce bloat. >> >> I agree, pkg-audit needs to be taught

Re: Firefox became much slower

2017-11-01 Thread Stefan Esser
Am 01.11.17 um 12:40 schrieb Guido Falsi: > On 11/01/2017 12:15, Baho Utot wrote: >> >> >> On 11/01/17 02:07, Gleb Popov wrote: >>> Hello. >>> >>> I'm using Firefox on quite ancient machine (amd64, though) and after >>> updating from firefox-56.0.1_3 to 56.0.2_3,1 it has become much more >>> sluggi

  1   2   >