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 smar

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 libra

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/l

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 /var/log

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, plea

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 complet

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 BRO

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 > pr

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

2019-08-08 Thread Freddie Cash
hould 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

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

2019-08-08 Thread Freddie Cash
t much fun, but we really appreciate 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
S storage of the .mozilla folder that'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 c

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

2019-04-08 Thread Freddie Cash
kg package from 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 cr

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: https://svnweb.freebsd.org/ports/head/devel/p5-CPAN-Testers-Common-Client/ https:

Re: Help with versioning scheme

2018-01-17 Thread Freddie Cash
On Wed, Jan 17, 2018 at 10:40 AM, Martin Waschbüsch wrote: > Thanks, Freddie, > > Am 17.01.2018 um 19:35 schrieb Freddie Cash : > > On Wed, Jan 17, 2018 at 10:29 AM, Martin Waschbüsch > wrote: > >> Hi Adam, >> > Am 17.01.2018 um 19:19 schrieb Adam Weinbe

Re: Help with versioning scheme

2018-01-17 Thread Freddie Cash
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 something like

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 to use flavors to

Re: Re: OSS Audio

2017-12-15 Thread Freddie Cash
ds of userland audio daemons and mixers, and started them down the road to ALSA and eventually PulseAudio (rather than simply fixing the issue in their OSS implementation). KDE 3.x on FreeBSD 4.x was a multimedia wonder and so easy to get working compared to KDE 3 on Linux. KDE 4 and Phonon made this ev

Re: Updating ports that use FLAVOR with portmaster

2017-12-08 Thread Freddie Cash
ove; 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" Date: Nov 25, 2017 8:25 PM Subject: Re: Time for a firefox-56 port? To: "Greg 'groggy' Lehey" Cc: On Nov 25, 2017 6:38 PM, "Greg 'groggy' Lehey&

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 that make firefox

Re: Package database problems

2017-11-16 Thread Freddie Cash
thing 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/list

Re: portmaster, portupgrade, etc

2017-10-04 Thread Freddie Cash
y. I played with poudriere back in 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
e multiple 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" Date: Jun 8, 2017 9:57 PM Subject: Re: bapt@ back on portmgr To: "Thomas Mueller" Cc: On Jun 8, 2017 9:54 PM, "Thomas Mueller" wrote: from René Ladan: > it is our pleasure to announce that Bapt

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 warnings. > be sure to u

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
rminfo should be cleaner/more up-to-date than the screen setting.​ ​From:​ https://www.freebsd.org/cgi/man.cgi?query=tmux&sektion=1&apropos=0&manpath=FreeBSD+11.0-RELEASE+and+Ports ​"​default-terminal terminal Set the default terminal for new windows created in this sess

Re: pkg and packages

2017-05-08 Thread Freddie Cash
expected. ​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

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 >> wrote: >> >> I ran into a problem where I needed to reinstall a package. However,

Re: How to use cached packages

2017-04-20 Thread Freddie Cash
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-questi...@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe > > @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 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 wrote: > > > > > What is the best way to get synth to simply ignore certain ports when > > >

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=1269807 ​ -- Freddie Cash fjwc...@gmail.com

Re: libstdc++

2017-01-11 Thread Freddie Cash
e compat9x libs, until the repo is built with all your desired ports. Then, the upgrade of the installed ports is as simple as: - pkg update - pkg upgrade No muss, no fuss, minimal downtime for replacing the actual ports. ​Between freebsd-update and pkg, maintaining and upgrading FreeBSD boxes h

Re: No port should need root for make fetch

2016-12-14 Thread Freddie Cash
ort. 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 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
ead of time 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

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 port of > > > rsync2. I

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: > > > > > > pkg delete

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 > > cd /usr/ports/<...

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 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: >>> >>

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" wrote: >> > > then you can run your jnlp with >>>> >>> /usr/local/li

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 linux-oracle-jre18 port >> >> then y

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

2016-06-15 Thread Freddie Cash
> ​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/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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

2016-06-03 Thread Freddie Cash
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 replaceme

Re: Post-install messages

2016-04-08 Thread Freddie Cash
or 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.com ___

Re: Removing documentation

2016-02-10 Thread Freddie Cash
ures 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
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 show you the defa

Re: port renaming

2015-07-16 Thread Freddie Cash
stem (namely, subversion) > >> > >> So the answer is no: we need a special field in manifests to make > >> renaming transparent for pkg and, in turn, for users. > >> > >> -- > >> Vsevolod Stakhov > > > > > > So basically you need a d

Re: pkg 1.5.0 is out

2015-04-14 Thread Freddie Cash
On Apr 14, 2015 3:04 PM, "cpet" 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 >> w

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 a

Could someone with a commit bit check this PR: 196814

2015-02-23 Thread Freddie Cash
e the automated 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 __

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! -

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 wrote: > On Tue, 13 Jan 2015 10:08:05 -0800 Freddie Cash 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 opens

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

2015-01-13 Thread Freddie Cash
refer to not install the ports tree on any 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

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" 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" wrote: > > On Sun, November 2, 2014 5:23 pm, Chris H wrote: > > On S

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
eve they're even using poudriere 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 papertrai

Re: Quickly cleanroom building and installing software from ports

2014-04-09 Thread Freddie Cash
up 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://lists.

Re: Mysterious patches

2014-03-28 Thread Freddie Cash
files need to be edited. The naming convention for patch files has changed 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 th

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" Date: Mar 22, 2014 12:09 PM Subject: Re: reason 23 why we've moved to linux To: "Randy Bush" Cc: On Mar 22, 2014 11:4

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
ly during this transitional stage where people will be migrating/recreating their make.conf files. Something I could have used awhile back, before I just moved to using 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
repo. Then one could query the pkg database to get a list of software that came from the "local" repo, so we know which bits needs to be reinstalled/upgraded from the ports tree. Which, could easily tie into poudriere (or portmaster) for building the local ports en-masse.​​ -- Freddi

Re: FreeBSD 10.0-RC4 pkg upgrade QT conflict

2014-01-16 Thread Freddie Cash
lict situation when I > install updated port build by hand :-) > I believe a lot 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 developm

Re: FreeBSD 10.0-RC4 pkg upgrade QT conflict

2014-01-16 Thread Freddie Cash
was released as stable, though, I've compiled 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

Re: Official FreeBSD Binary Packages now available for pkgng

2013-10-31 Thread Freddie Cash
ick a "local" mirror based on the DNS response for pkg.freebsd.org. However, you are free to manually enter any 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 convenie

Re: portmaster refuses to use pkgng with local packages

2013-10-27 Thread Freddie Cash
On Oct 27, 2013 8:59 AM, "Axel Rau" wrote: > > > Am 27.10.2013 um 16:41 schrieb Freddie Cash : > > > On Oct 27, 2013 8:35 AM, "Axel Rau" wrote: > >> > >> > >> Am 27.10.2013 um 16:23 schrieb Adam McDougall : > >> > &

Re: portmaster refuses to use pkgng with local packages

2013-10-27 Thread Freddie Cash
On Oct 27, 2013 8:35 AM, "Axel Rau" wrote: > > > Am 27.10.2013 um 16:23 schrieb Adam McDougall : > > > 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 everything using only binary pa

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

2013-10-21 Thread Freddie Cash
Which solution should be preferred in your opinion? > > Yuri > __**_ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-ports<http://lists.freebsd.org/mailman/listinfo/freebsd-ports> > To unsubscribe, send any mail to &g

Re: NEED_ROOT

2013-10-04 Thread Freddie Cash
t's not needed 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
l. It's 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/mailm

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" wrote: > Hi gang, > > I've been pr

Re: shells/bash: Options slightly confusing

2013-05-30 Thread Freddie Cash
> > Isn't long options description support enabled in the ports tree now? Or was that only available via Warren Block's dialogwrapper? Or maybe via dialog4ports? I remember reading something about this a few months back, where the bottom of the screen would show long descripti

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

2013-05-23 Thread Freddie Cash
7;s 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 a

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

2013-05-23 Thread Freddie Cash
not nearly as painful to answer them in bulk even if > queue generation takes awhile. > > There are already two "native" ways to do this: make config-recursive use a ports management tool like portmaster/portupgrade -- Freddie Cash fjwc...@gmail.com __

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

2013-05-23 Thread Freddie Cash
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 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: 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 Fre

Re: Growing list of required(ish) ports

2013-04-08 Thread Freddie Cash
election screen" for each bit removed from base, to select which ones you want installed as part of the OS install. The hard part comes in finding stub/clients for each item moved to a pkg, such that a desktop-oriented install is not hampered (ie, SSH client is usa

Re: Growing list of required(ish) ports

2013-04-08 Thread Freddie Cash
om being developed as part of ports tree development. -- 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: ports-mgmt/pkg is broken. please fix.

2013-02-26 Thread Freddie Cash
tart from the point of failure with this command line: > >portmaster print/texinfo ports-mgmt/pkg > > > > No pkgng is not broken but it is using bsd.prog.mk and bsd.lib.mk meaning > it is > sensitive to any /etc/make.conf and /etc/src.conf configuration. > > Can y

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 http://lists.freebsd.o

Re: Ports cvs deprecation warning

2013-01-12 Thread Freddie Cash
On Jan 12, 2013 2:31 PM, "Anton Shterenlikht" wrote: > > Date: Thu, 10 Jan 2013 08:55:50 -0700 (MST) > From: Warren Block > > Given the upcoming cvs deprecation in a little over a month, how about > putting a reminder in /usr/ports/UPDATING now? > > Mention

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" 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
as this > program* cannot be found so the command returns with a 'pkg2ng: Command 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 ___

Re: How can I know popularity of ports?

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

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" wrote: > Is there any ways to know how popular a port is? For example, Debian > Popularity Contest tells us usage of > pack

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

2012-09-17 Thread Freddie Cash
ot; line be the first line of the file, so that it never 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. :) --

Re: Port system "problems"

2012-06-26 Thread Freddie Cash
On Tue, Jun 26, 2012 at 1:56 PM, Peter Jeremy 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...@gma

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 wrote: > On Wed, Apr 18, 2012 at 2:26 PM, Baptiste Daroussin 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 ag

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:26 PM, Baptiste Daroussin 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 later tonight or tomorrow and let you know if things work for me. -- F

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 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 wrote: >> > Well normally just once you have build your port (before installing) just >&g

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

2012-04-18 Thread Freddie Cash
Now, running the "pkg-static info" 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

Re: port variants

2012-04-13 Thread Freddie Cash
e "slave port", but I don't 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
e. Since I'd already switched to the VLC backend 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
On Fri, Mar 2, 2012 at 11:02 AM, Konstantin Belousov 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 >> wrote: >> > And yes, I use a script that checks PCI devices on boot and symlinks >>

Re: Fix nvidia-like ports, help needed

2012-03-02 Thread Freddie Cash
al 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

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 installed

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

2012-02-07 Thread Freddie Cash
always change mailer.conf if it is set?  I just want to make sure I > understand your suggestion. Couldn't you add 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.

  1   2   >