Re: looking for port origin for executable

2021-05-05 Thread Christian Weisgerber
in/g-ir-scanner was installed by package gobject-introspection-1.66.1,1 -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports

Build cluster error logs?

2021-02-05 Thread Christian Weisgerber
Where can I find the error logs from the build cluster? The Porter's Handbook points to portsmon, which is broken. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mai

Build errors in Python packages with compiled extensions

2020-12-22 Thread Christian Ullrich
s. The last update to devel/py-setuptools was a while ago (to 44.0 in January 2020), and someone would probably have noticed since. On the other hand, this _is_ poudriere, so the build environments are pretty well isolated. Anyone know what is going on? -- Christian _

Re: TEST_DEPENDS on itself?

2020-09-16 Thread Christian Weisgerber
ll french/aster/Makefile:regression-test: install science/gnudatalanguage/Makefile:regression-test:install textproc/sowing/Makefile:regression-test: install net/py-libdnet/Makefile:regression-test: install net/mpich2/Makefile:regression-test: install -- Christian "naddy" Weisger

Re: TEST_DEPENDS on itself?

2020-09-14 Thread Christian Weisgerber
ort bla/foo would require to be already installed for testing: TEST_DEPENDS= foo:bla/foo The foo command will call /usr/local/libexec/foo/foo-helper. If the latter isn't there, foo won't run. -- Christian "naddy" Weisgerber na...@mips.inka.de ___

TEST_DEPENDS on itself?

2020-09-14 Thread Christian Weisgerber
Is a port allowed to depend on the installed version of itself for running "make test"? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.

Re: pkg-fallout: duplicate symbols?

2020-09-02 Thread Christian Weisgerber
declarations. However, in some cases they were actually intended as separate variables and have been merged by accident. In those cases, they should be renamed or made local with "static". -- Christian "naddy" Weisgerber

pkg-fallout: duplicate symbols?

2020-08-22 Thread Christian Weisgerber
of each message doesn't inspire confidence: !!! Jail is newer than host. (Jail: 1300110, Host: 1300100) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! Can somebody clarify what's going on? -- Chr

Reminder: freedb.org (CDDB) has shut down

2020-07-01 Thread Christian Weisgerber
revealed some 35 affected ports. https://marc.info/?l=openbsd-ports&m=159346807907595&w=2 I don't have the resources to do this on FreeBSD.) -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@f

Re: INN users beware of ino_t change FreeBSD 11 to 12

2018-12-26 Thread Christian Weisgerber
gt; Convoluted isn't a problem as long as people can c&p it! Will inn > users know what their $OVERVIEWDIR and $NEWSBIN are? That why we source /usr/local/news/lib/innshellvars which sets these variables! -- Christian "naddy" Weisgerber na...@mips.ink

Re: INN users beware of ino_t change FreeBSD 11 to 12

2018-12-26 Thread Christian Weisgerber
\ rm -f $OVERVIEWDIR/group.index && \ $NEWSBIN/makehistory -O -s `wc -l <$HISTORY`' | \ su -fm news -c '/bin/sh -s' -- Christian "naddy" Weisgerber na...@mips.inka.de ___ free

INN users beware of ino_t change FreeBSD 11 to 12

2018-12-25 Thread Christian Weisgerber
makehistory -O. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd

Re: Problems building rust with poudriere

2018-11-05 Thread Christian Stærk
On 11/4/18 11:30 PM, Mark Millard via freebsd-ports wrote: Christian Stærk xi at borderworlds.dk wrote on Sun Nov 4 13:45:01 UTC 2018 : It looks like the system is running out of swap as I get this in /var/log/messages: Oct 30 05:15:31 xindi kernel: pid 68935 (rustc), uid 65534, was killed

Problems building rust with poudriere

2018-11-04 Thread Christian Stærk
illed: out of swap space The build host had 6GB og RAM and 14GB of swap. I think that ought to be enough for building mostly anything. Has anyone else observed this behaviour? Best regards Christian ___ freebsd-ports@freebsd.org mailing list

Moving a UID?

2018-08-02 Thread Christian Weisgerber
reebsd.org/bugzilla/show_bug.cgi?id=229936 ) This means I need to move the _ntp user to a different numerical UID/GID. Would this be as simple as editing /usr/ports/UIDs, or are there additional steps to take? -- Christian "naddy" Weisgerbe

Re: How to reinstall pkg(8) itself?

2017-12-27 Thread Christian Weisgerber
Eugene Grosbein: > > You have pkg(8) installed, but want to recompile and reinstall it. > > How do you do this? > > Use pkg-static. How? -- Christian "naddy" Weisgerber na...@mips.inka.de _

Re: How to reinstall pkg(8) itself?

2017-12-27 Thread Christian Weisgerber
ur environment or the "make install" command line. *** Error code 1 Stop. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman

How to reinstall pkg(8) itself?

2017-12-27 Thread Christian Weisgerber
You have pkg(8) installed, but want to recompile and reinstall it. How do you do this? portmaster manages to do this somehow, but how would you do it manually? -- Christian "naddy" Weisgerber na...@mips.inka.de _

Flavor part of package origin?

2017-12-10 Thread Christian Weisgerber
Shouldn't the FLAVOR be part of the package origin? $ pkg info -o '*setuptools*' py27-setuptools-36.5.0 devel/py-setuptools py36-setuptools-36.5.0 devel/py-setuptools (pkg-1.10.3_1) -- Christian "naddy" Weisgerber

Re: Last flavorless revision?

2017-12-02 Thread Christian Ullrich
ols maintainers for the first time', but since that would be entirely too helpful, instead I'll just post a link to the SVN web interface which boasts all the charm and usability of the late 1990s and let you figure it out for yourse

Re: poudriere, python ports, and flavors oh my?

2017-12-02 Thread Christian Ullrich
two sets, one with default 2.7, the other with default 3.6, resulting in two separate pkg repos, and when I need a Python 3.6 package, I take it from that repo. It may be that this method is now obsolete, but I would have expected this to be menti

Naming convention for etc/periodic/*/* files?

2017-06-07 Thread Christian Weisgerber
lone exception is sysutils/smartmontools, which installs etc/periodic/daily/smart. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

Re: Packaging Go Libs

2017-05-13 Thread Christian Schwarz
Side note: There is an ongoing effort to build a dependency manager that aims at becoming part of the official Golang toolchain: https://github.com/golang/dep Cheers, Christian signature.asc Description: This is a digitally signed message part

Re: devel/libevent shopstopper

2017-02-22 Thread Christian Weisgerber
sion. >If you manage out of tree ports make sure to run the following: > > # pkg set -n libevent2:libevent > # pkg set -o devel/libevent2:devel/libevent The "If you manage out of tree ports" part is very confusing. Either it is plain wrong or I don

Re: MariaDB 10.1 includes sqlite3??

2017-02-13 Thread Christian Ullrich
QLite. Also, since your question is not clear on whether you mean SQLite is installed as part of the port or separately, the port does not install any files that might indicate the presence of an internal copy of SQLite. -- Christian ___ freebsd-

poudriere and ports looking for specific files

2017-02-13 Thread Christian Ullrich
eady. They should probably be changed to use OPTIONS instead to declare the dependency rather than passively guess at it, but for right now, they don't. Does poudriere not support this at all? Thanks! -- Christian ___ freebsd-ports@freebsd.org mai

Re: archivers/py-borgbackup

2017-02-04 Thread Christian Schwarz
The target system can then manually install py3-borgbackup and its dependencies from that SET repository. Checkout the CUSTOMISATION section of the poudriere man page for details on how to use a different make.conf for a SET. Hope this helps, Christian

net-im/prosody update commit request

2017-01-24 Thread Christian Schwarz
net-im/prosody is at version 0.9.10 and thus two patch versions behind upstream [0] There has been a patch in Bugzilla but the maintainer does not respond: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214487 Could someone please commit this? Thanks, Christian [0] https://prosody.im

Re: Mumble in pkg

2017-01-24 Thread Christian Schwarz
e as a > port. > > [Corrections welcome if I have something wrong.] Shouldn't ports migrate away from using base's OpenSSL? I would consider reporting this as a bug to the port maintainer... -- Christian ___ freebsd-ports@freebsd.org

Preferred directory for server data (/var/db/pkgname?)

2017-01-12 Thread Christian Schwarz
system-specific database files Doesn't seem like the above cases match this description. Interestingly, the Arch Linux hier(7) has an entry for this kind of data: > /var/lib/ >State data for packages and subsystems (optional). What do you

Re: mail/p5-Net-SMTP-SSL Deprecated Message.

2017-01-08 Thread Christian Schwarz
ove to Net::SMTP? Patch them until upstream catches up? -- Christian Schwarz ___ 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: HEADSUP: FLAVORS (initial version) and subpackages proposals

2016-12-20 Thread Christian Schwarz
clare that they depend on a subset of specific configuration values being used in their dependencies. In this scenario, flavours are no different to pkg than self-built ports with custom-picked non-(flavour|standard)ized options. This, I would very much prefer. Either way: big thanks to bapt and thos

COPYTREE_SHARE failure in poudriere

2016-12-14 Thread Christian Weisgerber
detail of the submitter's poudriere set-up. I can't dig into poudriere now. Can anybody help Marko figure out what's going on there? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-p

Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-10-28 Thread Christian Weisgerber
Joe Holden: > I should be able to use rdomains in software ported from OpenBSD yes? You should, yes. Rtables are equivalent to FIBs, see setfib(1/2), and the net/openntpd port supports "rtable" on FreeBSD. -- Christian "naddy" Weisgerber

Re: Google Code as an upstream is gone

2016-09-29 Thread Christian Weisgerber
dy go through all distfiles, check the time stamps in the tarballs, and mark ports as BROKEN if the distfile hasn't been updated since... when exactly? I guess I could to that. -- Christian "naddy" Weisgerber na...@mips.inka.de _

Re: Google Code as an upstream is gone

2016-09-29 Thread Christian Weisgerber
.com/files/ with https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PROJECT}/ which could have trivially been done in bsd.sites.mk. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-po

Re: Split irc/quassel into irc/quassel-client and irc/quassel-core

2016-09-06 Thread Christian Schwarz
tps://www.bayofrum.net/%7Ecrees/patches/quassel-core.diff> Has anything happened about this? -- Christian ___ 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: ec2-eu-west-1.portsnap.freebsd.org is not up to date

2016-09-05 Thread Christian Ullrich
at is probably just something that happens once per day. Is cperciva@ still in charge of portsnap? The latest information I can find is years old. -- Christian ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listi

Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-08-09 Thread Christian Weisgerber
library with a new API that doesn't exist in OpenSSL. The constraints check is a standard feature of OpenNTPD. If you run OpenNTPD, you expect it to be available. I have no intention of disabling this by default and it requires libtls. > (Cc naddy) Sorry, I somehow didn't get this. --

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Christian Schwarz
rts # which holdup the rest of the queue to build more quickly. ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* perl5.20" Hope this helps! -- Christian Schwarz ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/fre

Why doesn't graphics/gd build with webp?

2016-07-21 Thread Christian Ullrich
;s going on? Thanks, -- Christian ___ 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: Is the kmymoney port broken?

2016-03-23 Thread Christian Baer
On 03/22/16 15:29, Raphael Kubo da Costa wrote: > CC'ing the list again. Sorry about that. I'm reading this list via gmane and I pushed the wrong button. :-) > It's easy to check: pkg info kdelibs. The version field should say > 4.14.3_6. If you've just built kmymoney I'd assume it would require

Is the KMymoney port broken?

2016-03-21 Thread Christian Baer
Hey guys! Because the precompiled KMymoney does not have homebanking compiled into it, I tried to compile the software with the ports. This normally works very well, but also often installs a lot of stuff that is only needed at compile time (and usually results in a long wait too), so if I don'

Is the kmymoney port broken?

2016-03-20 Thread Christian Baer
Hey guys! Because the precompiled KMymoney does not have homebanking compiled into it, I tried to compile the software with the ports. This normally works very well, but also often installs a lot of stuff that is only needed at compile time (and usually results in a long wait too), so if I don'

Re: Installing multi-version ports with portmaster

2016-02-18 Thread Christian Ullrich
Can't portmaster deal with shared-origin ports? -- Christian ___ 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"

Installing multi-version ports with portmaster

2016-02-17 Thread Christian Ullrich
, it replaces the 3.5 version with the 2.7 one, and vice versa. Running "make PYTHON_VERSION=python2.7 install" in the port directory works, but isn't there a way to make portmaster keep the other port? Thanks, -- Christian __

Re: Help needed: ports builds on 10.X but breaks on 9.X

2015-10-03 Thread Christian Weisgerber
.org/cgi/mid.cgi?slrnmvro62.94q.naddy -- Christian "naddy" Weisgerber na...@mips.inka.de ___ 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"

FreeBSD 9: make: Error expanding embedded variable

2015-09-19 Thread Christian Weisgerber
,6 +80,7 @@ CATALOGS = @CATALOGS@ POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot POFILESDEPS_yes = $(POFILESDEPS_) POFILESDEPS_no = +PO_DEPENDS_ON_POT = POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) DISTFILESDEPS_ = update-po -- Christian "naddy" Weisgerber

Re: emulators/pipelight failing to build

2015-06-20 Thread Christian Schramm
following mail and it looks like the same error: https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097386.html My gpg version is # gpg --version gpg (GnuPG) 2.1.4 libgcrypt 1.6.3 Any idea to fix this problem? Regards Christian ___ freebsd-

Re: LibreSSL infects ports, causes problems

2015-04-09 Thread Christian Weisgerber
penSSL, which means some ports will not build against LibreSSL as is. Like python27. Fixes for these problems can be picked from the OpenBSD ports tree, if we want to. It's kind of hard to fix such problems if there is no clear policy how things are supposed to work in the first plac

Re: LibreSSL infects ports, causes problems

2015-04-09 Thread Christian Weisgerber
Bryan Drewery: > Are you mixing ports and packages? No. Ports only. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

LibreSSL infects ports, causes problems

2015-04-08 Thread Christian Weisgerber
ability problem with LibreSSL and ca_root_nss, which causes OpenNTPD's new https constraints feature to fail, which is why I haven't updated the net/openntpd yet. -- Christian "naddy" Weisgerber na...@mips.inka.de __

Re: converters/iconv versioning

2015-03-14 Thread Christian Weisgerber
achine. The FreeBSD port specifically asks for the const, presumably for consistency with earlier versions. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://list

What causes libtool to relink?

2015-02-22 Thread Christian Weisgerber
appens here, libtool simply installs the .so file. What causes libtool to "relink" a .la file? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freeb

Preview: net/openntpd 5.7p1

2015-01-05 Thread Christian Weisgerber
} - ; - Index: pkg-descr === --- pkg-descr (revision 376057) +++ pkg-descr (working copy) @@ -1,5 +1,3 @@ -OpenBSD's ntpd. - The ntpd daemon implements the Simple Network Time Protocol version 4 as described in RF

Re: Anything for Windows Media Player?

2015-01-03 Thread Christian Weisgerber
On 2015-01-03, "Thomas Mueller" wrote: > Is there anything in FreeBSD ports that can handle Windows Media > Player content? The usual candidates: MPlayer, FFmpeg, VLC. -- Christian "naddy" Weisgerber

RE: Commit request, bug 195081

2014-12-27 Thread Christian Ullrich
* From: Kubilay Kocak [mailto:koobs.free...@gmail.com] On Behalf Of Kubilay > On 27/12/2014 9:56 PM, Christian Ullrich wrote: > > This bug has had a patch ready and approved by the maintainer for nearly > > three weeks now. Could a committer please take a look at it? > Hi

Commit request, bug 195081

2014-12-27 Thread Christian Ullrich
lable. Thank you, and happy new year, -- Christian ___ 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"

nvidia_sysctl.c:610:9: error: '__assert_19' declared as an array with a negative size

2014-12-11 Thread christian
n stable/9? Thanks, Christian. nvidia_sysctl.c:610:9: error: '__assert_19' declared as an array with a negative size SYSCTL_ADD_PROC(&sysctl_ctx, ^~~~ @/sys/sysctl.h:476:2: note: expanded from macro 'SYSCTL_ADD_PROC'

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Christian Weisgerber
n libx264. ... and then reinstall all the other applications that depend on libx264. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: comments for a pmake newb

2014-11-11 Thread Christian Weisgerber
with its own -Ox. Similarly, it shouldn't hardcode /usr/local but use ${LOCALBASE}. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ 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: Reducing the size of the ports tree (brainstorm v2)

2014-11-03 Thread Christian Weisgerber
ing like > BAR_SITES=${FOO_SITES} of course. Well, as long as "make makesum" does the right thing... -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.f

makepatch, update-patches, patchtool

2014-11-01 Thread Christian Weisgerber
Tools/scripts/patchtool.py Is it time to trim some of those? I'm under the impression that "makepatch" is currently the favored one. Any reason to keep the others? -- Christian "naddy" Weisgerber na...@mips.inka.de __

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-31 Thread Christian Weisgerber
mOpenByBusid: Interface 1.4 failed, trying 1.1 ... [351790.259] (EE) RADEON(0): [drm] failed to set drm interface version. [351790.259] (EE) RADEON(0): Kernel modesetting setup failed To me this means nothing, but I thought it might be something obvious for the people working on X11. -- Christian

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-30 Thread Christian Weisgerber
>> 6.14.6? > > > > No, just the instance I had running before: X server 1.12.4 and > > xf86-video-ati 7.2.0. > > Ok. Does the problem still happen now? What do you mean? Upgrading from xf86-video-ati 7.2.0 to 7.5.0 was a one-time

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-30 Thread Christian Weisgerber
before: X server 1.12.4 and xf86-video-ati 7.2.0. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, se

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-29 Thread Christian Weisgerber
reen(s) found, but none have a usable configuration. [351790.259] Fatal server error: [351790.259] no screens found Rebooting the machine and restarting everything from scratch worked fine, though. -- Christian "naddy" Weisgerber na...@mips.inka.de __

relay-ctrl has been removed, why ?

2014-09-05 Thread Christian Jachmann
Hi ports ? Why has relay-ctrl heen removed from the portstree ? It worked quiet a long time w.o. any problems for me. It still compiles under 10.1, but is no longer in the tree. Could you please bring it back ? I'm using qmail and relay-ctrl here for years. Thanks. Christian Jac

Re: Lots of installed ports show "succeeds index"

2014-07-27 Thread Christian Weisgerber
On 2014-07-25, Christian Weisgerber wrote: > Which fetches an INDEX file that is regularly generated on some > FreeBSD server, but is not in sync with the exact revision of the > ports tree I just updated to. Just for the heck of it, I tried running "make index" myself... an

Re: Lots of installed ports show "succeeds index"

2014-07-25 Thread Christian Weisgerber
; Which begs the question, why is it out of sync? If you update your ports > tree, all you need to do is: > make -C /usr/ports fetchindex (takes a few seconds) Which fetches an INDEX file that is regularly generated on some FreeBSD server, but is not in sync with the exact revision of the ports

Re: Lots of installed ports show "succeeds index"

2014-07-24 Thread Christian Weisgerber
ine > for me for several months on systems with well over 1000 ports installed. It isn't in sync with my ports tree. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list

Re: Lots of installed ports show "succeeds index"

2014-07-24 Thread Christian Weisgerber
t takes two minutes on the same machine. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ 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: Firefox chokes up for several seconds... frequently

2014-06-06 Thread Christian Weisgerber
rchives/xorg-devel/2014-March/041541.html -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, s

Re: A simple ports question

2014-06-03 Thread Christian Weisgerber
On 2014-06-03, "Ronald F. Guilmette" wrote: > Functionally, what is the difference between: >pkg_delete Y > and: >cd /usr/ports/X/Y; make deinstall > ? The latter calls the former. -- Christian "naddy" Weisgerber

graphics/inventor needs new maintainer

2014-06-03 Thread christian
velop Open Inventor, maintaining that port needs almost no time. Just adapting it to the FreeBSD build environment (clang, pkgng, ...) is necessary. Thanks, Christian. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: staging mail/heirloom-mailx [for review]

2014-06-03 Thread Christian Weisgerber
quot; \ > "@exec [ -f %B/nail.rc ] || ${CP} %B/%f %B/nail.rc" You can replace this @exec/@unexec dance with @sample. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-config.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist

Re: [net/openntpd] pidfile support

2014-06-02 Thread Christian Weisgerber
On 2014-06-02, Christian Weisgerber wrote: > I remember seeing the error above, but on further investigation, > this doesn't happen any longer... at least here on FreeBSD 10-STABLE. Strike that. Investigating with rc_debug=YES shows that SIGTERM is still sent to all child proces

Re: [net/openntpd] pidfile support

2014-06-02 Thread Christian Weisgerber
g for PIDS: 25461. # (This is _without_ overriding check_process.) Or is this just some coincidence that the race doesn't happen here? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org maili

Walckiers finance and investment

2014-06-02 Thread Walckiers Christian
who are willing to evaluate your financial solution. Any kind of funding for a project well defined if you are in need, do not hesitate to contact us. Walckiers Christian ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: [net/openntpd] pidfile support

2014-06-02 Thread Christian Weisgerber
# setup pid check command if [ -n "$_procname" ]; then if [ -n "$pidfile" ]; then _pidcmd='rc_pid=$(check_pidfile '"$pidfile $_procname $command_interpreter"')' else -

Re: [net/openntpd] pidfile support

2014-06-01 Thread Christian Weisgerber
tpd: \[priv\]' +} + name=openntpd rcvar=openntpd_enable -- Christian "naddy" Weisgerber na...@mips.inka.de ___ 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: please revert graphics/xfig r354029

2014-06-01 Thread Christian Weisgerber
nclude testing of the effects of (un)setting >> individual Makefile options. > > The number of combinations is huge. > > It's just not feasible. Which is a good argument that options should be minimized. Instead, ports policy appears to be to make as many options as possible

Re: FreeBSD ports which are currently scheduled for deletion

2014-04-10 Thread Christian Weisgerber
he russian/xmms line from MOVED and commit. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send a

XMMS options and plugins

2014-04-09 Thread Christian Weisgerber
ry intrusive and getting rid of them would simplify the port. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsu

Re: FreeBSD ports which are currently scheduled for deletion

2014-04-09 Thread Christian Weisgerber
ed files with Subversion. For instance, at some point there must have been a port russian/xmms, but neither svnweb nor "svn log" show it. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@fre

Re: FreeBSD ports which are currently scheduled for deletion

2014-04-09 Thread Christian Weisgerber
tep forward. There seems to be the general problem, seen again and again, that users only learn of a port's deprecation status when it is finally removed and not in the preceding grace period. -- Christian "naddy" Weisgerber

Re: FreeBSD ports which are currently scheduled for deletion

2014-04-08 Thread Christian Weisgerber
o, since I'm listed as maintainer for some. It turns out that XMMS itself is marked as FORBIDDEN and scheduled for deletion. I'm fixing XMMS now. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ free

new version of XmHTML on Sourceforge ( with XFT and UTF-8 support )

2014-02-24 Thread Christian Linhart
Hi, I write to this ports-list because there is no specific maintainer listed for the XmHTML-package of FreeBSD. I have given the XmHTML source a new home on SourceForge ( because XmHTML source seemed to be homeless ). https://sourceforge.net/projects/xmhtml/ Please tell me if it had a home w

mail/mu should require mail/gmime26

2014-02-18 Thread Christian Lask
Hey (again)! mail/mu is able to decrypt pgp/mime encrypted messages. "mu view --decrypt" then uses the gpg-daemon to ask for gpg-passphrase. However, to enable this feature, mail/gmime26 has to be installed. It might be useful to include this as a dependency to mail/mu - or to enable an option, s

$FreeBSD$ keywords

2013-12-18 Thread Christian Weisgerber
patch files, with @comment at the start of plist, etc. In the FreeBSD ports tree, I don't see a consensus usage. Some people put $FreeBSD$ in all files, some only in the Makefile. What's an undecided committer to do? -- Christian "naddy" Weisgerber

distpatch: DISTORIG (sort of) broken

2013-12-13 Thread Christian Weisgerber
ee any recent changes and I don't understand the purpose of the section quoted above. An obvious workaround is "export PATCH=patch". -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports

Re: how to set SGID?

2013-11-05 Thread Christian Weisgerber
ation is picked up and put into the package archive. I've already committed the NEED_ROOT=yes addition. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd

Re: How to reference /var/foo in pkg-plist?

2013-11-03 Thread Christian Weisgerber
Tijl Coosemans wrote: > > > @unexec rm -d /var/foo 2>/dev/null || true > > > @exec install -d -o uucp -g uucp -m 0770 /var/foo > [...] > This is why I used rm -d instead of rmdir. The pkg tools recognise > rmdir and treat it in a special way. That's it

Re: How to reference /var/foo in pkg-plist?

2013-11-02 Thread Christian Weisgerber
59 /var/spool/bsmtp/ The directory still magically becomes part of the package archive! And this seems to override the permissions from the @exec. $ ls -ld /var/spool/bsmtp drwxr-xr-x 2 uucp uucp 512 Nov 2 17:59 /var/spool/bsmtp -- Christian "naddy" Weisgerbe

Re: How to reference /var/foo in pkg-plist?

2013-11-01 Thread Christian Weisgerber
chive drwxrwx--- 0 uucp uucp0 Nov 1 23:07 /var/spool/bsmtp/ However, I'm not sure if I'm using this as intended or if it just happens to work out. -- Christian "naddy" Weisgerber na...@mips.inka.de ___

How to reference /var/foo in pkg-plist?

2013-10-25 Thread Christian Weisgerber
at(/usr/ports/mail/bsmtp/work/stage/var/spool/bsmtp/): No such file or directory This isn't meant to reference ${STAGEDIR}/var/spool/bsmtp, I really want the absolute path /var/spool/bsmtp. Adding @cwd / doesn't help. What's the correct way to handle this?

Re: [QAT] r329323: 3x leftovers, 5x success

2013-10-05 Thread Christian Weisgerber
g These all have perl leftovers. That looks like a problem with QAT or maybe perl, but not with those ports. -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://li

Re: Options: ${opt}_CPPFLAGS?

2013-09-24 Thread Christian Weisgerber
{flags}) ${flags}+= ${${opt}_${flags}} . endif -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To un

Options: ${opt}_CPPFLAGS?

2013-09-24 Thread Christian Weisgerber
ng on the status of the option X ... which agrees with bsd.options.mk. But shouldn't this also include CPPFLAGS? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ freebsd-ports@freebsd.org mailing list http

Re: [HEADSUP] Stage support for the ports tree

2013-09-23 Thread Christian Weisgerber
t INFO? -- Christian "naddy" Weisgerber na...@mips.inka.de ___ 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"

  1   2   3   >