Re: Quarterly reports?

2021-05-09 Thread Freddie Cash
On Sun., May 9, 2021, 12:29 p.m. Kevin Oberman, wrote: > Did I somehow miss it or is the first quarter report MIA? I don't think > I've ever seen it posted more than a month after the start of the new > quarter. > It hit the mailing lists and website on May 5. Cheers, Freddie Typos due to

Re: bash: Undefined symbol "rl_filename_rewrite_hook" referenced from COPY re location in /usr/local/bin/bash

2021-05-09 Thread Freddie Cash
Run ldd against the bag binary and see if it's picking up /use/lib/ libreadline.8.so If it is and this is a FreeBSD 12.x system, then just delete (or rename) that file. Run ldd again, and it should pick up the readline library from /usr/local/lib. It seems freebsd-update doesn't remove that

Re: looking for port origin for executable

2021-05-04 Thread Freddie Cash
hes of pkg-plist files. It's a little finicky, though. Doing a search for "g-ir-scanner" returns 0 hits, regardless of what type of search is done. Doing a search for "bin/g-ir-scanner" returns gobject-introspection. So if you know the path for the file (relative to /usr/local)

Re: List of packages upgraded last time `pkg upgrade` was executed

2021-01-26 Thread Freddie Cash
On Tue., Jan. 26, 2021, 5:18 p.m. Yasuhiro Kimura, wrote: > Hello, > > Is there any way to get the list of packages upgraded (and installed > as new dependency if there are) last time `pkg upgrade` was executed? > > Best Regards. > > --- > Yasuhiro Kimura > /var/log/messages and I think

Re: streaming from FreeBSD to Roku?

2020-10-14 Thread Freddie Cash
Using Plex (current) and DNLA (in the past). FreeBSD 8 up through 11. Cheers, Freddie Typos due to smartphone keyboard. On Wed., Oct. 14, 2020, 8:57 p.m. Robert Huff, wrote: > > Is anyone out there successfully using FreeBSD as a media server > for a Roku device? > If so,

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Freddie Cash
On Wed., Jul. 8, 2020, 2:53 p.m. bob prohaska, wrote: > On Wed, Jul 08, 2020 at 09:34:53AM -0600, Janky Jay, III wrote: > > In the future, if you can, try using "screen" or "tmux" to run these > > large builds in so you don't take the risk of losing the > > terminal/console. Or, maybe I'm

Re: Gratuitous port splitting (was: Port Avidemux)

2020-05-24 Thread Freddie Cash
Perhaps the avidemux port should be renamed to avidemux-libs, and then a new avidemux meta-port could be created with basically just an OPTIONS screen where your pick which parts you want installed? Cheers, Freddie Typos due to smartphone keyboard. ___

Re: good gui bit-torrent client?

2020-03-04 Thread Freddie Cash
On Sat, Feb 29, 2020, 11:39 AM Miroslav Lachman, <000.f...@quip.cz> wrote: > Robert Huff wrote on 2020/02/29 00:49: > > > > I used to use azureus/vuze, but it hasn't been maintained is > > quite a while. > > So I changed to deluge ... which now has a dependency > > semi-permanently

Re: About protocols in openssl

2020-02-27 Thread Freddie Cash
On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: > > Interesting, but not quite what I want > It is not for personal usage, but for ports that I have commited to the > ports collection, and want to upgrade. > And yes, fixing openssl works for this problem, but it is not only my >

Re: Any alternatives to NONE cipher ssh or bbcp for gigabit+ zfs send/recv?

2019-08-08 Thread Freddie Cash
work for us. Just doing a test run of our snapshot sending script now. Took a bit of finagling with the options and still have some work to get the logging right, but it's working. Thanks for the suggestions, everyone. -- Cheers, Freddie Cash fjwc.

Any alternatives to NONE cipher ssh or bbcp for gigabit+ zfs send/recv?

2019-08-08 Thread Freddie Cash
the effort.) -- Freddie Cash fjwc...@gmail.com ___ 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: FireFox and NFSv4

2019-06-13 Thread Freddie Cash
at's made worse with NFSv4: https://bugzilla.mozilla.org/show_bug.cgi?id=1428169 Has to do with file locking and race conditions in the multi-process setup, and using SQLite databases for everything. There's a couple of workaround listed in there (see comment 29) that work for most people. -- Fr

Re: Running into a problem with pkg-static install -f pkg

2019-04-08 Thread Freddie Cash
the FreeBSD repo. Check /etc/pkg/ and /usr/local/etc/pkg/ for the repo config files. -- Freddie Cash fjwc...@gmail.com ___ 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: Any way to prevent do-extract chmod and chown?

2018-06-28 Thread Freddie Cash
On Thu, Jun 28, 2018, 3:06 PM Mathieu Arnold, wrote: > On Thu, Jun 28, 2018 at 01:43:41PM -0400, Joseph Ward wrote: > > Thank you. I found that to be the case; even though changing the > > "do-extract" target successfully staged the files and directories with > > the original permissions, pkg

Re: When does a newly committed port become installable via 'pkg'?

2018-01-28 Thread Freddie Cash
On Jan 28, 2018 12:15 PM, "James E Keenan" wrote: Earlier today (about 0910 EST), thanks to Po-Chuan Hsieh, a new port I had created was committed to the repository. It was very quickly visible at these locations:

Re: Help with versioning scheme

2018-01-17 Thread Freddie Cash
On Wed, Jan 17, 2018 at 10:40 AM, Martin Waschbüsch <mar...@waschbuesch.de> wrote: > Thanks, Freddie, > > Am 17.01.2018 um 19:35 schrieb Freddie Cash <fjwc...@gmail.com>: > > On Wed, Jan 17, 2018 at 10:29 AM, Martin Waschbüsch <mar...@waschbuesch.de > > wrote:

Re: Help with versioning scheme

2018-01-17 Thread Freddie Cash
= gmake pathfix pkgconfig > USE_GITHUB= yes > USE_LDCONFIG= yes > #PATHFIX_MAKEFILEIN=Makefile > > ALL_TARGET= default # don't remove this > SO_VER= ${PORTVERSION} > PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R} > ​Why can't you do

Re: Again, flavors or options?

2017-12-20 Thread Freddie Cash
On Dec 20, 2017 6:16 PM, "Yuri" wrote: I have the port for the digital currency. It has 3 parts that install non-intersecting file sets: daemon, cli, qt-ui. The commonality: same repository, same build options, same license, mostly same port options. I am attracted to the idea

Re: Re: OSS Audio

2017-12-15 Thread Freddie Cash
Phonon made this even nicer. -- Freddie Cash fjwc...@gmail.com ___ 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: Updating ports that use FLAVOR with portmaster

2017-12-08 Thread Freddie Cash
manual "pkg remove; make install" for each one. -- Freddie Cash fjwc...@gmail.com ___ 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"

Fwd: Re: Time for a firefox-56 port?

2017-11-25 Thread Freddie Cash
Forgot to include the list. Cheers, Freddie -- Forwarded message -- From: "Freddie Cash" <fjwc...@gmail.com> Date: Nov 25, 2017 8:25 PM Subject: Re: Time for a firefox-56 port? To: "Greg 'groggy' Lehey" <g...@freebsd.org> Cc: On Nov 25, 2017 6

Re: Time for a firefox-56 port?

2017-11-25 Thread Freddie Cash
On Nov 25, 2017 7:50 PM, "Greg 'groggy' Lehey" wrote: On Saturday, 25 November 2017 at 22:27:47 -0500, Adam McDougall wrote: > On 11/23/2017 20:11, Greg 'groggy' Lehey wrote: >> I've just installed the latest version of firefox and confirmed that >> it breaks both of the addons

Re: Package database problems

2017-11-16 Thread Freddie Cash
re's nothing in /var/db/pkg anymore except the SQLite databases. The only way to "rebuild" local.sqlite is to reinstall everything. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/

Re: portmaster, portupgrade, etc

2017-10-04 Thread Freddie Cash
the early days and it was easy to work with. But I found myself setting fewer and fewer custom OPTIONS so the need for it diminished with time. Debated playing with it at work to get a custom OpenSSH package (for NONE encryption), but I found other ways to do the same. -- Freddie Cash fjwc...@gmail.com ___ 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: portmaster, portupgrade, etc

2017-10-04 Thread Freddie Cash
tiple hours to do, when a "pkg update; pkg upgrade" takes only a few minutes? ​:) -- Freddie Cash fjwc...@gmail.com ___ 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"

Fwd: Re: bapt@ back on portmgr

2017-06-08 Thread Freddie Cash
-- Forwarded message -- From: "Freddie Cash" <fjwc...@gmail.com> Date: Jun 8, 2017 9:57 PM Subject: Re: bapt@ back on portmgr To: "Thomas Mueller" <mueller6...@twc.com> Cc: On Jun 8, 2017 9:54 PM, "Thomas Mueller" <mueller6...@t

Re: Hosting distfiles on HTTPS w/Let's Encrypt - how?

2017-06-01 Thread Freddie Cash
On Jun 1, 2017 4:06 PM, "Marcin Cieslak" wrote: On Thu, 1 Jun 2017, Jov wrote: > can you dowload the file distfiles/INIT.2014-12-24.tgz > using > browser such as chrome? Yes, Firefox, IE11, no certificate

Re: sysutils/tmux - strange behaviour with new version 2.4

2017-05-16 Thread Freddie Cash
On Tue, May 16, 2017 at 12:51 PM, Miroslav Lachman <000.f...@quip.cz> wrote: > Freddie Cash wrote on 2017/05/16 21:27: > >> On Tue, May 16, 2017 at 12:18 PM, Miroslav Lachman <000.f...@quip.cz> >> wrote: >> > > [snip] > > # env | grep TERM &g

Re: sysutils/tmux - strange behaviour with new version 2.4

2017-05-16 Thread Freddie Cash
d be cleaner/more up-to-date than the screen setting.​ ​From:​ https://www.freebsd.org/cgi/man.cgi?query=tmux=1=0=FreeBSD+11.0-RELEASE+and+Ports ​"​default-terminal terminal Set the default terminal for new windows created in this session - the default value of the TERM environmen

Re: pkg and packages

2017-05-08 Thread Freddie Cash
​Icons are placed on the desktop when you place them there. I don't think there aren't any there by default. We use XFce for the desktop GUI in our schools, and we place a handful of icons on the desktop by default for students (with a different selection of icons for staff), along with a small

Re: How to use cached packages

2017-04-20 Thread Freddie Cash
On Thu, Apr 20, 2017 at 1:36 PM, Miroslav Lachman <000.f...@quip.cz> wrote: > Freddie Cash wrote on 2017/04/20 22:17: > >> On Thu, Apr 20, 2017 at 11:58 AM, Patrick Powell <papow...@astart.com> >> wrote: >> >> I ran into a problem where I needed t

Re: How to use cached packages

2017-04-20 Thread Freddie Cash
If you specify all the packages on the CLI, then it won't check the remote repo. There's also a flag you can add to prevent it from doing a behind-the-scenes "pkg upgrade" before the​ install. Ah yes, it's -U or --no-repo-update. -- Freddie Cash fjwc...@gmail.com ___

Re: Is pkg quarterly really needed?

2017-04-18 Thread Freddie Cash
__________ > 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" > -- Freddie Cash fjwc...@gmail.com ___ 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: Best way to cause synth to ignore rebuilding of a port??

2017-03-08 Thread Freddie Cash
On Wed, Mar 8, 2017 at 11:57 AM, Bob Willcox <b...@immure.com> wrote: > On Wed, Mar 08, 2017 at 10:40:11AM -0800, Freddie Cash wrote: > > On Wed, Mar 8, 2017 at 8:04 AM, Bob Willcox <b...@immure.com> wrote: > > > > > What is the best way to get synth

Re: Best way to cause synth to ignore rebuilding of a port??

2017-03-08 Thread Freddie Cash
> ​Switch to the ESR version, and all NPAPI plugins will be enabled and supported until around May of next year. :) Firefox 52disables everything except Flash. Firefox 52ESR leaves everything enabled.​ ​https://bugzilla.mozilla.org/show_bug.cgi?id=126

Re: libstdc++

2017-01-11 Thread Freddie Cash
y. And with the introduction of poudriere (and to a lesser extent synth), you can get all the benefits of custom compiled ports with all the benefits of binary package installs/upgrades. ​ -- Freddie Cash fjwc...@gmail.com ___ 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: No port should need root for make fetch

2016-12-14 Thread Freddie Cash
the mysql-q4m port. And the build target is run on the mysql-server port when the build target is run on the mysql-q4m port. Or is there no :fetch support in the _DEPENDS framework?​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org ma

Re: No port should need root for make fetch

2016-12-14 Thread Freddie Cash
as a different user from the one used to build the ports, where this behaviour could break things (like Julian discovered). What does the a compiled mysql-server port provide that's needed to download the sources for mysql-q4m? That can't be put off until the build phase? -- Freddie Cash f

Re: Alternatives to rsync

2016-10-17 Thread Freddie Cash
On Oct 17, 2016 1:21 AM, "Lars Engels" wrote: > > On Mon, Oct 17, 2016 at 09:46:31AM +1100, Greg 'groggy' Lehey wrote: > > On Friday, 14 October 2016 at 8:01:51 +0300, reko.turja--- via freebsd-ports wrote: > > > > > > Greg, I've actually put some thought in making a local

Re: Best way to exterminate a port

2016-07-12 Thread Freddie Cash
On Jul 11, 2016 10:49 PM, "Kurt Jaeger" wrote: > > Hi! > > > > > Is there an easy way to "rip out by the roots" a botched > > > > port install and start over, including re-doing all the > > > > configuration dialogs of the port and its dependencies? > > > > > > For one port: > > >

Re: Best way to exterminate a port

2016-07-11 Thread Freddie Cash
On Jul 11, 2016 10:22 PM, "Kurt Jaeger" wrote: > > Hi! > > > Is there an easy way to "rip out by the roots" a botched > > port install and start over, including re-doing all the > > configuration dialogs of the port and its dependencies? > > For one port: > > pkg delete port > >

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Mon, Jul 4, 2016 at 9:13 AM, Grzegorz Junka <li...@gjunka.com> wrote: > On 04/07/2016 15:53, Freddie Cash wrote: > >> On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.f...@quip.cz> >> wrote: >> >> Freddie Cash wrote on 07/04/2016 16:12: >&g

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Mon, Jul 4, 2016 at 7:56 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > Freddie Cash wrote on 07/04/2016 16:12: > >> On Jul 4, 2016 4:40 AM, "Wojciech Puchar" <woj...@puchar.net> wrote: >> > > then you can run your jnlp with >&g

Re: java in firefox and jnlp launch - help needed.

2016-07-04 Thread Freddie Cash
On Jul 4, 2016 4:40 AM, "Wojciech Puchar" wrote: >>> >>> no iKVM64 in java.library.path >>> >> >> The supermicro java console requires a linux native binary (ikvm64) which cannot >> be loaded in freebsd. >> >> To have it working you need the linux emulation and

Re: pkg(8) conflicts when install gnome3 - what are they?

2016-06-15 Thread Freddie Cash
gt; Regards, > Ben > > ​There's a -d / --debug option that can be passed. Perhaps that will give you the info you need.​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailma

Re: how do you force make install to overwrite conflicting files from another port?

2016-06-03 Thread Freddie Cash
​Split portA into multiple ports that install the libraries and binaries and what-not separately, then create a meta-port that installs all of the new portA ports. Then create portB and have it CONFLICT with the portA-whatever port so that it's a drop-in replacement (unins

Re: Post-install messages

2016-04-08 Thread Freddie Cash
ping that there is some way for me to see all these > messages again *without* having to force re-install all of the > relevant packages. > ​man pkg-query Read up on the %M (message contained in the matched package) option. That probably does what you want.​ -- Freddie Cash fjwc...@gmail

Re: Removing documentation

2016-02-10 Thread Freddie Cash
he nicer features of portmaster and really came in handy in the past. Haven't used portmaster since 9.something when pkg really became useful and I stopped building anything from source, so maybe this feature was removed?​ -- Freddie Cash fjwc...@gmail.com ___ 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: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Freddie Cash
s​//options That's the file that is read when you run "make showconfig" in a port directory. If the file doesn't exist, then it shows the default options from the Makefile. "make rmconfig" will remove that saved options file. Then a "make showconfig" will sho

Re: port renaming

2015-07-16 Thread Freddie Cash
by' in the *old* package. Then we'd need merely the last rename. ​Or a Replaces: field in the new package, similar to how Debian packages work.​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: pkg 1.5.0 is out

2015-04-14 Thread Freddie Cash
Binary packages are built one per week, starting on Wednesday. Thus, if you want to use the official binary package repo to upgrade pkg, you'll need to wait until at least Wednesday evening or maybe even Thursday morning. If you want to use the ports tree to build your own package, you can so at

Re: pkg 1.5.0 is out

2015-04-14 Thread Freddie Cash
On Apr 14, 2015 3:04 PM, cpet c...@sdf.org wrote: On 2015-04-14 16:59, Freddie Cash wrote: Binary packages are built one per week, starting on Wednesday. Thus, if you want to use the official binary package repo to upgrade pkg, you'll need to wait until at least Wednesday evening or maybe

Could someone with a commit bit check this PR: 196814

2015-02-23 Thread Freddie Cash
package building on Wednesday, it would be muchly appreciated. Thanks! ​[1] ​https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196814 ​[2] ​https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197035 -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-15 Thread Freddie Cash
Thanks to all who works on this. Muchly appreciated!! I'm guessing this didn't make it into the tree in time for this week's package building? No biggie, I'll pick it up next week. I might spin up a VM and build it from source, if I get impatient. :) Again, thanks! -- Freddie Cash fjwc

sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Freddie Cash
of the production systems, but I could spin up a KVM-based VM if needed. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Freddie Cash
On Tue, Jan 13, 2015 at 10:17 AM, Chris H bsd-li...@bsdforge.com wrote: On Tue, 13 Jan 2015 10:08:05 -0800 Freddie Cash fjwc...@gmail.com wrote Good morning, With the requirement for the NONE cipher in OpenSSH requiring a custom compile of the world or a custom compile of the openssh

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-06 Thread Freddie Cash
On Nov 6, 2014 8:26 PM, Mark Felder f...@freebsd.org wrote: On Thu, Nov 6, 2014, at 03:24, Anton Shterenlikht wrote: I'm not sure what you mean here. I've systems where I install 99% of packages from official repo servers, and then rebuild 1% from ports where the default options are

Re: why is 'make' installing?

2014-11-02 Thread Freddie Cash
It's installing into the staing directory in order to create the binary package that actually gets installed. More the full install path. This is the STAGING work that went on this year. On Nov 2, 2014 7:02 PM, Waitman Gobble uzi...@da3m0n8t3r.com wrote: On Sun, November 2, 2014 5:23 pm, Chris

Re: Something's gone pear-shaped

2014-10-06 Thread Freddie Cash
If 8.4 is still officially supported (I think so), then it's a simple: rm -rf /usr/ports mkdir /usr/ports portsnap fetch extract Aka nuke and pave. :) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: pkg 1.3.X changed behaviour with pkg -fR xxx

2014-07-30 Thread Freddie Cash
to build their packages. However, I agree that pkg bugs on FreeBSD should be added to the FreeBSD bug tracker. At the very least, a FreeBSD PR needs to be entered with the bug number from the pkg bug tracker. There needs to be a FreeBSD-specific papertrail for bugs on FreeBSD.​ -- Freddie Cash

Re: Quickly cleanroom building and installing software from ports

2014-04-09 Thread Freddie Cash
to you to decide how you want the packages installed. Write a wrapper script around poudriere to use pkg(8) to install the packages that were just created. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http

Re: Mysterious patches

2014-03-28 Thread Freddie Cash
over the years. Maybe this one is using an older convention? Or maybe it never followed one to begin with? Either way, it you take maintainership of the port, you can make it follow the current patch file naming convention. ;) ​ -- Freddie Cash fjwc...@gmail.com

Fwd: Re: reason 23 why we've moved to linux

2014-03-22 Thread Freddie Cash
Forgot to reply to list. Typos and terseness brought to you by the LG G2 running SlimKat. -- Forwarded message -- From: Freddie Cash fjwc...@gmail.com Date: Mar 22, 2014 12:09 PM Subject: Re: reason 23 why we've moved to linux To: Randy Bush ra...@psg.com Cc: On Mar 22, 2014 11

Re: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Freddie Cash
the binary package repos from PC-BSD. -- Freddie Cash fjwc...@gmail.com ___ 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: [FreeBSD-Ports-Announce] Time to bid farewell to the old pkg_ tools

2014-02-06 Thread Freddie Cash
into poudriere (or portmaster) for building the local ports en-masse.​​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports

Re: FreeBSD 10.0-RC4 pkg upgrade QT conflict

2014-01-16 Thread Freddie Cash
fewer and fewer ports. My home desktop runs PC-BSD using only binary packages, and the last 2 servers I've installed at work have used only binary packages. They really have come a long way ...​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports

Re: FreeBSD 10.0-RC4 pkg upgrade QT conflict

2014-01-16 Thread Freddie Cash
of that is planned for future releases, and that 1.3 goes a long way toward that goal (released Real Soon Now). However, I'm not directly involved in the development of pkg, so could be way off in my predictions. :)​​ -- Freddie Cash fjwc...@gmail.com ___ freebsd

Re: Official FreeBSD Binary Packages now available for pkgng

2013-10-31 Thread Freddie Cash
of the above mirrors into your pkg.conf. And, you are free to browse any of the above mirrors via HTTP in any web browser. It's not nearly as convenient as just browsing pkg.freebsd.org, but it's still possible to do so. -- Freddie Cash fjwc...@gmail.com

Re: portmaster refuses to use pkgng with local packages

2013-10-27 Thread Freddie Cash
On Oct 27, 2013 8:35 AM, Axel Rau axel@chaos1.de wrote: Am 27.10.2013 um 16:23 schrieb Adam McDougall mcdou...@egr.msu.edu: Perhaps 'pkg add' is what you want? No, this *installs* a new package. I'm using postmaster -a to *update* everything in a jail. If you want to do

Re: portmaster refuses to use pkgng with local packages

2013-10-27 Thread Freddie Cash
On Oct 27, 2013 8:59 AM, Axel Rau axel@chaos1.de wrote: Am 27.10.2013 um 16:41 schrieb Freddie Cash fjwc...@gmail.com: On Oct 27, 2013 8:35 AM, Axel Rau axel@chaos1.de wrote: Am 27.10.2013 um 16:23 schrieb Adam McDougall mcdou...@egr.msu.edu: Perhaps 'pkg add' is what you

Re: Should /usr/bin/perl be a link to /usr/local/bin/perl ?

2013-10-21 Thread Freddie Cash
__**_ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org -- Freddie

Re: NEED_ROOT

2013-10-04 Thread Freddie Cash
on the build system. -- Freddie Cash fjwc...@gmail.com ___ 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: Searching the port tree with portmaster?

2013-08-15 Thread Freddie Cash
not a ports searching tool. Remember the Unix philosophy: do one thing, and do it well. :) Use separate tools for separate functions. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Would software for non-commercial use be acceptable as a port?

2013-07-27 Thread Freddie Cash
This is how DansGuardian works, and it's a part of the ports tree (www/dansguardian). The install points the user to the licensing page on the web. It's up to the user to decide if they're eligible for the non-com license. On 2013-07-27 5:37 PM, Peter Looyenga p...@catslair.org wrote: Hi gang,

Re: shells/bash: Options slightly confusing

2013-05-30 Thread Freddie Cash
a proof-of-concept? -- Freddie Cash fjwc...@gmail.com ___ 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: Proposal: do not show up the dialog(1) by default?

2013-05-23 Thread Freddie Cash
/. If the defaults are the same as what's saved in /var/db/ports/ then the options window does not need to appear. IOW, the way the ports tree worked before we lost the ability to set things globally in /etc/make.conf (although it appears a convoluted hack has been added to make this work). -- Freddie

Re: Proposal: do not show up the dialog(1) by default?

2013-05-23 Thread Freddie Cash
this: make config-recursive use a ports management tool like portmaster/portupgrade -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

Re: Proposal: do not show up the dialog(1) by default?

2013-05-23 Thread Freddie Cash
not a hack. Compared to the simplicity of how things were before, it's a hack. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports

Re: grub2 with libzfs

2013-05-20 Thread Freddie Cash
I just recently (last week) converted my root on USB; data on ZFS setup using 2x mirror vdevs to root-on-zfs. Works beautifully, and can boot off any of the 4 drives in the pool. Using standard loader and gptzfsboot. PC-BSD 9.1-p3. And, I just configured a new storage server at work using

Re: Growing list of required(ish) ports

2013-04-08 Thread Freddie Cash
. -- Freddie Cash fjwc...@gmail.com ___ 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: Growing list of required(ish) ports

2013-04-08 Thread Freddie Cash
install is not hampered (ie, SSH client is usable, DNS lookups can be done, local mail can be generated/delivered, etc). The really hard part is coming up with a migration path for those who upgrade via source builds. -- Freddie Cash fjwc...@gmail.com

Re: ports-mgmt/pkg is broken. please fix.

2013-02-26 Thread Freddie Cash
try adding the following to ports-mgmt/pkg/Makefile line 23: replace MAKE_ENV+= WITHOUT_PROFILE=yes by MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null And tell me if it fixes the problem for you? regards, Bapt -- Freddie Cash fjwc...@gmail.com

Re: Ports cvs deprecation warning

2013-01-12 Thread Freddie Cash
On Jan 12, 2013 2:31 PM, Anton Shterenlikht me...@bristol.ac.uk wrote: Date: Thu, 10 Jan 2013 08:55:50 -0700 (MST) From: Warren Block wbl...@wonkity.com Given the upcoming cvs deprecation in a little over a month, how about putting a reminder in

Re: Ports cvs deprecation warning

2013-01-12 Thread Freddie Cash
man portsnap Does is work on non amd64/i386 arches (sparc64 and ia64 specifically)? Honestly couldn't tell you, as I have no experience with or access to non-x86 systems. ___ freebsd-ports@freebsd.org mailing list

Re: reading epub files?

2012-11-13 Thread Freddie Cash
Okular, the main document viewer for KDE4, supports ePub. On Nov 13, 2012 12:17 PM, Robert Huff roberth...@rcn.com wrote: A quick grep of the ports index doesn't find any likely candidates. Does such a port exist? Respectfully, Robert Huff

Re: Portmaster/Portupgrade | pkg2ng

2012-10-16 Thread Freddie Cash
not found.' Can someone tell me what I miss here? http://www.wonkity.com/~wblock/docs/html/interrupted.html Check number 3. :) -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: How can I know popularity of ports?

2012-10-01 Thread Freddie Cash
It includes an option to submit the list of currently installed ports. On Sep 30, 2012 10:00 PM, Cpet Services cpetserv...@gmail.com wrote: Isn't that for OS usage rather ports ? On Sun, Sep 30, 2012 at 11:57 PM, Freddie Cash fjwc...@gmail.com wrote: Bsdstats port does something similar

Re: How can I know popularity of ports?

2012-09-30 Thread Freddie Cash
Bsdstats port does something similar. It's opt-in, so the stats are heavily selection biased (similar to popcon). On Sep 30, 2012 9:49 PM, meta m...@vmeta.jp wrote: Is there any ways to know how popular a port is? For example, Debian Popularity Contest http://popcon.debian.org/ tells us usage

Re: [CORRECTION] Change to the header in ports Makefiles, take two

2012-09-17 Thread Freddie Cash
changes? Having some files where the FreeBSD tag is first, and other files where it's second seems arbitrarily inconsistent. Lines that don't change should come first, so that things are always the same. IMHO, of course. :) -- Freddie Cash fjwc...@gmail.com

Re: Port system problems

2012-06-26 Thread Freddie Cash
On Tue, Jun 26, 2012 at 1:56 PM, Peter Jeremy pe...@rulingia.com wrote: but I hope the ports build system will not be thrown out as part of the pkgng migration. Where do you think packages would come from, if not built by the ports tree? ;) -- Freddie Cash fjwc...@gmail.com

Re: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-18 Thread Freddie Cash
command from the workdir gives the exact same outdated/readonly error. Is there anyway to recover the database? Especially considering that /var/db/pkg/ is blank except for the local.sqlite file. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports

Re: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-18 Thread Freddie Cash
On Wed, Apr 18, 2012 at 1:46 PM, Baptiste Daroussin b...@freebsd.org wrote: On Wed, Apr 18, 2012 at 01:31:37PM -0700, Freddie Cash wrote: On Mon, Apr 16, 2012 at 2:05 PM, Baptiste Daroussin b...@freebsd.org wrote: Well normally just once you have build your port (before installing) just

Re: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-18 Thread Freddie Cash
. -- Freddie Cash fjwc...@gmail.com ___ 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: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-18 Thread Freddie Cash
On Wed, Apr 18, 2012 at 2:42 PM, Freddie Cash fjwc...@gmail.com wrote: On Wed, Apr 18, 2012 at 2:26 PM, Baptiste Daroussin b...@freebsd.org wrote: Just upgrade your ports tree beta11 is fixed /me feels really ashamed for that bug :) It hasn't hit the portsnap servers yet.  I'll try again

Re: port variants

2012-04-13 Thread Freddie Cash
think that works the same way. -- Freddie Cash fjwc...@gmail.com ___ 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: PORT: multimedia/phonon-xine

2012-03-03 Thread Freddie Cash
in KDE, I just uninstalled the xine ports Cheers, Freddie Cash fjwc...@gmail.com ___ 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: Fix nvidia-like ports, help needed

2012-03-02 Thread Freddie Cash
manual fixing of the .so. Ah, but splitting the GL bits out into slave ports would fix that. :) -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: Fix nvidia-like ports, help needed

2012-03-02 Thread Freddie Cash
On Fri, Mar 2, 2012 at 11:02 AM, Konstantin Belousov kostik...@gmail.com wrote: On Fri, Mar 02, 2012 at 10:54:46AM -0800, Freddie Cash wrote: On Fri, Mar 2, 2012 at 10:49 AM, Konstantin Belousov kostik...@gmail.com wrote: And yes, I use a script that checks PCI devices on boot and symlinks

Re: Fix nvidia-like ports, help needed

2012-02-28 Thread Freddie Cash
The problem is when tools like portmaster notice x11/nvidia-driver (not installed) has a newer version number than x11/nvidia-driver-173 (installed), and the mesa/dri/drm ports have updates available, and then builds/installs them in the wrong order such that the x11/nvidia-driver port is

Re: Input on most correct way to set IS_INTERACTIVE for Postfix ports

2012-02-07 Thread Freddie Cash
an OPTION for updating mailer.conf? Then, if that OPTION is set, update mailer.conf; and if it isn't set, then leave mailer.conf alone. Then remove the IS_INTERACTIVE completely. -- Freddie Cash fjwc...@gmail.com ___ freebsd-ports@freebsd.org mailing list

  1   2   >