Re: [RFC/HEADSUP] portmaster default -w (preserve shared libraries)

2012-12-11 Thread Kevin Oberman
hat, in turn link to the library that had the version bump. If one of those libraries is updated, the application fails as the loader (rtld) will refuse to load two different versions of the same library (for good reason). So saving the old lib is fine, but you really, really need to update all ports tha

Re: CFT: vlc 2.0.5

2012-12-21 Thread Kevin Oberman
ies. This should be a very short list as only a handful of ports link directly to these libraries. Many more depend on these ports, but don't directly link to libicu sharables and don't need re-building. -- R. Kevin Oberman, Network Engineer E-mail: kob6...@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: dependencies

2012-12-24 Thread Kevin Oberman
s a part of an article on this that I hope to post to the FreeBSD wiki in a few days if other things don't get in the way, I know what "portmaster --check-depends" does in the case of the old pkg database, but things would be done a bit differently for pkgng, so I really can't ex

Re: i3 maintainer for FreeBSD

2012-12-25 Thread Kevin Oberman
> > So, there is obviously a good reason why the port hasn't been updated > yet!? These are maintained by gnome@. They are planee to be updated to current version as a part of the Gnome update after 9.1 is released. You might get more current information by asking gnome@. -- R. Kevin

Re: portmaster -w -r icu wants to install new ports

2012-12-27 Thread Kevin Oberman
ndency problems that might be hanging around on a system, but it WILL produce false positives for a few ports which don't rely on the standard system tool (rtld) for loading sharables. openjdk is a common isue and openoffice used to do this. Don't know if it still does since I use libre

Re: Can't build kernel with ndis

2012-12-27 Thread Kevin Oberman
on't >> do it with vi. the actual pssword file is only a part of the process >> and the tool to properly edit it is vipw. Ir will edit /etc/passed, >> update master.passwd file, and, most importantly, update actual >> passworf databases. You can manually do this by runni

Re: Two errors each affecting several ports

2012-12-31 Thread Kevin Oberman
say what version of FreeBSD or whether you have moved to pkgng or are still using the old pkg_* tools. Not that I am sure I would know what was going on with this information, but it would certainly help. The issue with binutils is especially odd. Could you state what "extra binaries" we

Re: Two errors each affecting several ports

2012-12-31 Thread Kevin Oberman
On Mon, Dec 31, 2012 at 5:14 PM, Jeffrey Bouquet wrote: > Reply below. > > --- On Mon, 12/31/12, Kevin Oberman wrote: > > From: Kevin Oberman > Subject: Re: Two errors each affecting several ports > To: "Jeffrey Bouquet" > Cc: freebsd-ports@freebsd.org >

Re: www/geneweb-5.02 Outdated, Won't Compile.

2013-01-02 Thread Kevin Oberman
I should also point out that lots of committers are very busy with the massive audit affort after last year's security incident. It'sunfortunate, but limited people are available and a huge amount of work is involved. Note that index building only restarted today and, then, only by usi

Re: Notes on upgrades after libpcre update

2013-01-04 Thread Kevin Oberman
On Fri, Dec 14, 2012 at 5:25 AM, Emanuel Haupt wrote: > Kevin Oberman wrote: >> As many of you noticed, the update of devel/pcre bumped hte version of >> libpcre.so which is a dependency of LOTS of things. Here are some >> incomplete notes on what might bite you:

Re: Why delete KDE3 ports?

2013-01-07 Thread Kevin Oberman
at is not in active development is really not hard if you use it and can test it. I don't use KDE3, but someone who does can certainly become maintainer and it won't go away. If no one cares enough about keeping the port to take over maintainership, "Say la vee". (For the record,

Re: Firefox 18 does not compile (problem with patches)

2013-01-11 Thread Kevin Oberman
==>>> There are messages from installed ports to display, >but first take a moment to review the error messages >above. Then press Enter when ready to proceed. > > Will update svn and attempt again tomorrow morning. > -- > Yours in Christ, > > Jose

Re: portmaster -w -r (pcre & icu): how to avoid redundant rebuilding?

2013-01-23 Thread Kevin Oberman
is to install sysutils/bsdasminscripts and do the following. This example is for pcre and icu % pkg_libchk -o | grep -E "libpcre|libicu" | cut -d: -f1 | sort | uniq > pcre-updates.txt % portmaster `cat pcre-updates.txt` This will only update any port once and will only update ports that really need it. -- R. Kevin Oberman, Network Engineer E-mail: kob6...@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"

libreoffice build fails on i386

2013-02-02 Thread Kevin Oberman
ractive debugging"; echo "export VALGRIND=memcheck# for memory checking" ; echo "and retry." && false)) Segmentation fault (core dumped) I have the core file, but I suspect it is of no use unless I re-build with debug symbols. Has anyone else seen this? t

Re: libreoffice build fails on i386

2013-02-03 Thread Kevin Oberman
gt; > Regards, > Marco Worked for me, as well, though I have not done any testing. Thanks! -- R. Kevin Oberman, Network Engineer E-mail: kob6...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-po

Re: LibreOffice 3.6.5 on amd

2013-02-08 Thread Kevin Oberman
: read_plist: unknown command '@dirrmtry > share/icons/gnome/128x128/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry > share/icons/gnome/128x128/apps' (package tools out of date?) > pkg_create: read_plist: unknown command

Re: LibreOffice 3.6.5 on amd

2013-02-08 Thread Kevin Oberman
On Fri, Feb 8, 2013 at 12:43 PM, Albert Shih wrote: > Le 08/02/2013 ? 12:35:12-0800, Kevin Oberman a écrit >> On Fri, Feb 8, 2013 at 5:41 AM, Albert Shih wrote: >> >> > complaints already. :-( >> >> >> > On one of my pc everything compile, everyth

Re: 9.1-RELEASE is out - is there any hope for an actual graphics/gimp-app?

2013-02-10 Thread Kevin Oberman
orts has forced a delay. It would be extremely unwise to do this without the level of testing pointyhat allows. Now that the FreeBSD cluster and support systems are finally coming back on-line, maybe it is getting closer, but I suspect that the te

Re: 9.1-RELEASE is out - is there any hope for an actual graphics/gimp-app?

2013-02-10 Thread Kevin Oberman
On Sun, Feb 10, 2013 at 11:17 AM, Chris Rees wrote: > > On 10 Feb 2013 18:29, "Kevin Oberman" wrote: >> >> On Sun, Feb 10, 2013 at 7:40 AM, ajtiM wrote: >> > On Sunday 10 February 2013 16:20:33 Herbert J. Skuhra wrote: >> >> On Sun, 10 Feb 2013

Re: ports-mgmt/portmaster SUGGEST

2013-02-14 Thread Kevin Oberman
rocess each time within failure appears. > > > When portmaster fails out, it shows a list of the remaining ports to build. > Dependencies that have already been installed will not be rebuilt if you use > that list. And don't forget the very handy '-R' option. Only works

Re: FreeBSD port for redirecting printer

2013-02-26 Thread Kevin Oberman
ice...vastly simpler than plain old lpd(8) and old, unmanageable printcaps(5) files. But it's your life and your system. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.

Re: graphviz -- can't fetch

2013-03-16 Thread Kevin Oberman
2013-03-16 08:24 > looks like this > > ===> Found saved configuration for graphviz-2.30.1 > => graphviz-2.30.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch http://www.graphviz.org/pub/** > graphviz/ARCHIVE/graphviz-2.**30.1.tar.gz<http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.30.1.tar.gz> > graphviz-2.30.1.tar.gz 7% of 22 MB 478 kBps > ^C > fetch: transfer interrupted > > FWIW, I have fetched the distfile repeatedly over the past three days on a variety of systems with no problems at all. Slow at between 600 and 800 kBps with my very well connected work system at the high end and my home system at the low end. I am also getting it from www.graphviz.org. Sounds like some sort of network issue at your location, though it could also have been a transitive error at the source that most people, including myself) never happened to hit. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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: [CFT] add a config.site cache for the ports

2013-03-19 Thread Kevin Oberman
is can be made to work reliably with provisions for exceptions, this would be absolutely wonderful! -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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: [CFT] New dialog for ports

2013-03-20 Thread Kevin Oberman
missing the point. It's not whether dialog4ports should be default, it's whether you should be ASKED if you want to install it. It's now a dependency of the ports system and, like other dependencies, should just be installed withou

Re: dia fails to start after recent upgrade

2013-03-20 Thread Kevin Oberman
erything was built with GCC though some dependencies may be using gcc-4.6. I don't THINK clang was used on anything relevant. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org mailing list http://li

Re: trouble with ffmpeg1

2013-03-21 Thread Kevin Oberman
10 lines starting with "HTML". There is a normal error message for fate.texi, but that should be it. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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 Port: net-mgmt/argus-monitor

2013-03-21 Thread Kevin Oberman
hat both may be counted in the survey du to the unfortunate name collision. N.B. I have no involvement with either Argus and both are in the FreeBSD ports. The CMU developed one is net-mgmt/argus3. I am also not involved with the FreeBSD ports other than as a user and volunteer. -- R. Kevin Ober

Re: trouble with ffmpeg1

2013-03-22 Thread Kevin Oberman
On Fri, Mar 22, 2013 at 12:41 AM, joerg_surmann wrote: > > Thanks for replay. > Yes it's on the end of build. > in a attachment is a .txt file with more information. > > > > Am 22.03.2013 02:02, schrieb Kevin Oberman: >> On Thu, Mar 21, 2013 a

Re: trouble with ffmpeg1

2013-03-22 Thread Kevin Oberman
s available. % which texi2html -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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: trouble with ffmpeg1

2013-03-22 Thread Kevin Oberman
On Fri, Mar 22, 2013 at 5:24 PM, Kevin Oberman wrote: > On Fri, Mar 22, 2013 at 9:59 AM, Joerg Surmann wrote: >> >> ok. >> here the complet make output. >> (without make install) > > Actually, it was just the STDERR output without the STDOUT stuff. To >

Re: trouble with ffmpeg1

2013-03-22 Thread Kevin Oberman
On Fri, Mar 22, 2013 at 9:02 PM, Kevin Oberman wrote: > On Fri, Mar 22, 2013 at 5:24 PM, Kevin Oberman wrote: >> On Fri, Mar 22, 2013 at 9:59 AM, Joerg Surmann >> wrote: >>> >>> ok. >>> here the complet make output. >>> (without make ins

Re: trouble with ffmpeg1

2013-03-23 Thread Kevin Oberman
On Sat, Mar 23, 2013 at 10:56 AM, Joerg Surmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > now its not too big. > i hope. > > sorry > Am 23.03.2013 05:38, schrieb Kevin Oberman: >> On Fri, Mar 22, 2013 at 9:02 PM, Kevin Oberman wrote: &g

Re: Growing list of required(ish) ports

2013-04-07 Thread Kevin Oberman
penssl. perl was removed from base for exactly that reason. Once something is in base, it usually can only be updated on major releases and even then it can be very complicated. That is a problem for any dynamically changing tool. I would love to s

optionsng not saving options on some ports

2013-04-24 Thread Kevin Oberman
ing about the way the Makefile is written that is wrong, but it certainly is annoying and, if it was a port where I REALLY need a certain option, I'd have a more serious problem. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com __

Re: optionsng not saving options on some ports

2013-04-24 Thread Kevin Oberman
On Wed, Apr 24, 2013 at 11:16 AM, Jeremy Messenger wrote: > On Wed, Apr 24, 2013 at 11:13 AM, Kevin Oberman > wrote: > > Once again I hit a case where a port being upgraded by portmaster asked > for > > options configuration (dialog4ports) nd fails to either save it correct

Re: A package for the ubuntu-font port?

2013-04-27 Thread Kevin Oberman
-b ubuntu-font-0.80_1 > > pkg_add will install the package. > > gr > johan > > > Or, more simply, build and install the port and then 'make package'. Both portmaster an portupgrade support package building that is generally cleaner. For portmaster, 

Re: make failed for net/remmina-plugin-rdp

2013-05-04 Thread Kevin Oberman
ting update > > ===>>> Killing background jobs > Terminated > rammina-plugin-rdp specifically requires libfreerdp.so.0. This is probably wrong and removing the ".0" may fix it. What do you see from 'locate freerdp.so'? I'm guessing that freerd

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

2013-05-27 Thread Kevin Oberman
hanged options and > place the cursor on the first displayed one, to not waste everybody's time. > YES! I get tired of looking through the long list of options for ports like ffmpeg or apache trying to spot the change! Some highlight or visible flag would be very nice. -- R.

Re: Broken SNMP::Info ?

2013-06-15 Thread Kevin Oberman
w the instructions in UPDATING? Those are simple, but will rebuild LOTS of ports that don't need re-building. I just do: portmaster p5- and then check for remaining files under /usr/local/lib/perl5/site_perl/5.16.2 (replace 5.16.2 with the version of perl you were previousl

Re: Rebuild all ports for perl minor version update?

2013-06-15 Thread Kevin Oberman
p5-". Then go check on the remaining files (not directories) under /usr/local/lib/perl5/site_perl/OLD_PERL_VERSION and re-build the ports that installed them (pkg_info -W FILENAME to find them). Also, the changes to the perl ports were for the exact purpose of elimin

Recent dialog4ports update

2013-06-20 Thread Kevin Oberman
tion of this in dialog4ports(1), which mostly just points people at dialog(1). Of course, the dialog(1) page says nothing about it nor does UPDATING. I had to find it in svn commits. Most users will probably never look there. -- R. Kevin Oberman, Network Engineer E-mail: rkob

Re: "portmaster -r perl" rebuild almost everything, including apache24, php53 etc.

2013-06-22 Thread Kevin Oberman
quot;portmaster p5-" to catch almost everything and then examining /usr/local/lib/perl5/site_perl for the old version to catch what is left. It is not hard to create a perl module that adds some different directory to @INC, but that is considered bad form. For shareable library version bumps,

Re: FreeBSD Port: curl-7.24.0_3

2013-07-01 Thread Kevin Oberman
urs, > > Andrey Shevchenko > > Information Security Unit Engineer I just submitted a patch to update curl to ports/180072. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org mailing list http

Re: "portmaster -r perl" rebuild almost everything, including apache24, php53 etc.

2013-07-02 Thread Kevin Oberman
found and re-install that port. portmaster p5-XML-Parser (don't know why, but something odd seems to happen with that file after a perl update, so you can re-install it AGAIN, just to be sure. Yes, it's more complicated and may have some cases where something is missed, but it see

Re: VirtualBox 4.2.14 unusable

2013-07-06 Thread Kevin Oberman
was done three days ago r321665<http://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose/Makefile?revision=321665&view=markup>. Port is now at 4.2.14_1. Does it still fail for you? -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___

No UPDATING entry and some ports missed in curl update

2013-07-12 Thread Kevin Oberman
/rasqal, and textproc/redland. There was no entry in UPDATING, so there was no warning that saving a copy of the old sharable would be a good thing, either. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org

Re: No UPDATING entry and some ports missed in curl update

2013-07-12 Thread Kevin Oberman
On Fri, Jul 12, 2013 at 11:14 AM, olli hauer wrote: > On 2013-07-12 19:47, Kevin Oberman wrote: > > It is a good thing to get curl up to date and I appreciate the effort > > involved by you and several others. > > > > While the curl port was updated to 7.31.0

Re: name of a port that builds on 10-CURRENT but not 9?

2013-07-13 Thread Kevin Oberman
any case, check OSVERSION. A great many ports may be looked at for examples. E.g. graphics/blender. See the FreeBSD Porter's Handbook 12.6. There is a list of every OSVERSION bump, but I can't remember exactly where it is, but to check for 10, check if OSVERSION >100. -- R. Kevin Oberm

Re: Port Build options

2013-07-30 Thread Kevin Oberman
on multimedia apps. There are many reasons to change defaults, but they should only be changed for a good reason. Packages are built with default options. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd

Re: How to create lib (and run) dependency list at Makefile

2013-08-12 Thread Kevin Oberman
version bump. They're safe, but not efficient. pkg_libchk is both safe and efficient, but takes a little thought. (The magic incantation is: pkg_libchk -o | grep BUMPED_LIB | cut -d: -f1 | sort | uniq This will provide a list of what needs rebuilding. (Similar commands using other tools like

Re: fontconfig madness

2013-08-17 Thread Kevin Oberman
m at a loss as to why such a change would be made. (I am also at a loss, even after reading all of the discussion, on why Mozilla decided to remove the "automatically load images" preference checkbox, so I'm not ruling anything out.) > -- > Steve > _

Re: fontconfig madness

2013-08-17 Thread Kevin Oberman
On Sat, Aug 17, 2013 at 11:00 AM, Steve Kargl < s...@troutmask.apl.washington.edu> wrote: > On Sat, Aug 17, 2013 at 10:02:24AM -0700, Kevin Oberman wrote: > > On Sat, Aug 17, 2013 at 9:39 AM, Steve Kargl < > > s...@troutmask.apl.washington.edu> wrote: > > > &g

Re: pkgng: How fix dependences?

2013-08-20 Thread Kevin Oberman
ng any ports that depended on gio-fam-backend should do the trick. portmaster graphics/ImageMagick devel/ORBit2 ports-mgmt/packagekit editors/spe databases/akonadi deskutils/alacarte and others that depend on gio-fam-backend. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com

Re: FreeBSD Port: libgd-2.1.0_1,1

2013-09-13 Thread Kevin Oberman
rmation. Are you using pkg or pkgng? What version of FreeBSD? Lots of other information would be useful, depending on the answers to those questions. One obvious thing is that you did not include the command used to obtain the information that the port was still seen as out of date (gd-2.0

Re: Portupgrade port error

2013-09-23 Thread Kevin Oberman
id you enter? What options? What is in your portmasterrc file (if you have one)? Are you running pkg or pkgng? Does /usr/local/libdata/ldconfig/portupgrade exist? (It should have just been ceated?) -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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"

Unable to install ports w/ STAGE

2013-09-26 Thread Kevin Oberman
ile present in work/stage/ ptavv# ls work/stage/usr/local/share/doc/fusefs/libs/ how-fuse-workskernel.txt If I turn off DOCS, it installs correctly. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org mailing list h

Re: Thunderbird Shared object "libldap60.so" not found, required by "libxul.so" Couldn't load XPCOM.

2013-09-28 Thread Kevin Oberman
(make -C /usr/ports/mail/thunderbird showconfig) This library is built by the thunderbird install, itself, so that makes me suspect some option you are setting is causing bad behavior, though I admit I don't see any option that SHOULD prevent building the library. -- R. Kevin Oberman, Network En

Re: Thunderbird Shared object "libldap60.so" not found, required by "libxul.so" Couldn't load XPCOM.

2013-09-29 Thread Kevin Oberman
On Sun, Sep 29, 2013 at 2:33 AM, Florian Riehm wrote: > On 09/29/13 05:46, Kevin Oberman wrote: > > On Sat, Sep 28, 2013 at 12:17 PM, Miguel Clara >wrote: > > > >> After successful compiling thunderbird on FreeBSD I'm not able to run > it! > >> >

Re: [HEADSUP] Staging, packaging and more

2013-10-03 Thread Kevin Oberman
I would be even happier if there was a bit more communication about what is changing just to avoid confusion. Thanks again for the work on this and other recent ports/pkg updates. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___

Problems dealing with ports use of pkgconf

2013-10-30 Thread Kevin Oberman
iar enough with the real-world implications of this to know if it is the right way to go. If it is, I'll can submit a patch for vlc. I suspect, after reading the developers comments, that libssh2 developers will not want to remove their recent changes in this area. -- R. Kevin Oberman, Net

Re: Problems dealing with ports use of pkgconf

2013-11-02 Thread Kevin Oberman
On Fri, Nov 1, 2013 at 1:57 AM, Tijl Coosemans wrote: > On Wed, 30 Oct 2013 11:46:30 -0700 Kevin Oberman wrote: > > I have run into a dilemma in regards to the use of pkgconf in ports. Here > > is what has bitten me: > > To allow sftp to get files, multimedia/vlc uses libssh

Re: Best way to make the port install another port

2013-11-13 Thread Kevin Oberman
have a long list of options for different codecs, most of which create added RUN_DEPENDS. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@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: gvfs on FreeBSD 10 fails to build

2013-11-26 Thread Kevin Oberman
cies. I can't think of any reason not to include it in the base system. Checking for issues with shareable libraries is an obvious requirement for maintaining a system and doing so without a tool like pkg_libchk is unnecessarily tedious and painful. -- R. Kevin Oberman, Network Engineer E-mail

Re: pkg_libchk (was Re: gvfs on FreeBSD 10 fails to build)

2013-11-26 Thread Kevin Oberman
On Tue, Nov 26, 2013 at 11:32 AM, Matthew Seaman wrote: > On 26/11/2013 18:15, Warren Block wrote: > > On Tue, 26 Nov 2013, Kevin Oberman wrote: > > > >> Possibly hijacking the thread, but isn't it time that pkg_libchk was > >> made a > >> part of

Re: pkgng upgrade options

2013-12-03 Thread Kevin Oberman
l > The issue with py-distribute/py-setuptools is covered in UPDATING. Just follow the instructions. ODBC is a more difficult issue. There are two ALMOST compatible implementations of OMDB an most ports use one, but a few use the other. Due to nearly identical name spaces, it is si

Re: ports/181836

2013-12-24 Thread Kevin Oberman
can get pretty slow trying to get a bit of time from a committer. In this case it took a month after the maintainer approved the fix before a committer picked it up. Now that the committer has it, it will likely actually get committed as soon as tjil gets back to work. (He picked it up on Friday.) -

Re: Berkeley DB cleanup has apparently broken ports where no db is currently installed

2013-12-28 Thread Kevin Oberman
"portmaster -aD" fails miserably. I suspect portupgrade would have a similar problem, but I have not used it in a couple of years, so I can't be sure. On the whole, I have to call this one a really botched change that should be rolled back until it can be implemented to work proper

hal, ntfs, and 10.0-RC3

2014-01-05 Thread Kevin Oberman
the hald sources to see how it detects these slices. I do find it interesting that mounting one NTFS file system causes all of the other ones appear to hald. Any suggestions? -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___ f

Re: Re: Updating openjdk6-b29 makes my system freeze and reboot

2014-01-09 Thread Kevin Oberman
ailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > > > Thank you very much. I'll try your suggestion and deinstall. > > /Leslie What about 10.0-RC5? At least I would hope thtat this fix makes it

Re: www/squid does not shutdown via rc

2015-01-26 Thread Kevin Oberman
Save your existing kernel for future updates (security patches or 10.2) # cp /boot/kernel/kernel /boot/GENERIC 4. Rebuild the kernel # make buildkernel (If you have multiple cores, the kernel will build much faster if you add he '-jN' option where

Re: pkg delete portaudit is trying to remove sysinfo

2015-01-26 Thread Kevin Oberman
install newer version: > > # pkg install sysinfo > No active remote repositories configured. > > I guess this is problem with some missing files in this jail, because pkg > works in host system which was converted to pkg in the same way. > > Can you point me to the right dire

Re: www/squid does not shutdown via rc

2015-01-26 Thread Kevin Oberman
they (or something similar) will be in 10.2. The only problem is a security patch that updates the kernel. After that, the patches would have to be re-applied, the new kernel copied to /boot/GENERIC and so on. -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com _

Re: www/squid does not shutdown via rc

2015-01-30 Thread Kevin Oberman
nel on all other systems. Also copy /boot/GENERIC so that the next freebsd-update will not be impacted. In any case, you won't need to worry about this. I will agree that, should you not feel comfortable with doing this, you should not, but it is a very simple case and is a good w

Re: www/squid does not shutdown via rc

2015-02-02 Thread Kevin Oberman
On Mon, Feb 2, 2015 at 11:00 AM, Nick Rogers wrote: > > > On Fri, Jan 30, 2015 at 8:51 PM, Kevin Oberman > wrote: > >> On Wed, Jan 28, 2015 at 6:58 AM, Dr. Peter Voigt wrote: >> >> > On Tue, 27 Jan 2015 11:51:51 +0100 >> > Marko Cupać wrote: &

Re: How to use mkntfs, I get "not a block device"

2015-02-05 Thread Kevin Oberman
uot; start_cmd=":" stop_cmd="fuse_stop" fuse_stop() { local err fusefs # unmount fuse filesystems err=0 echo -n 'Unmounting all fusefs filesystems...' for fs in `df | grep ^/dev/fuse | cut -f6 -w` ; do echo -n " $fs" umount $fs done

Re: please add nvidia-driver changes in r378360 to ports/UPDATING

2015-02-09 Thread Kevin Oberman
ent. How can I configure > it > to NEVER upgrade "nvidia"? > pkg lock nvidia-driver-340 You will need to unlock it to upgrade it. -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___ freebsd-ports@freebsd.org

Re: devel/dbus no longer starts at system poweron

2015-03-02 Thread Kevin Oberman
h the full output (no "> /dev/null"). Circular dependencies result in undefined behavior and the ordering can be changed radically in very unexpected ways by adding/updating/deleting ports. Minor changes to rcorder.c could also change these. I think the best answer is to provide an o

Re: devel/dbus no longer starts at system poweron

2015-03-08 Thread Kevin Oberman
On Thu, Mar 5, 2015 at 10:39 PM, Beeblebrox wrote: > > Just to let you know, I have not forgotten your issue. Just have not > > gotten to it > > No worries. As you saw on the thread on current, this is really the least > of my woes with X.org. > > > The output you provided will at least get me st

Re: How could I increase "runaway" timer for package build cluster?

2015-03-09 Thread Kevin Oberman
e that will eventually cause all your > client machines to end up running pkg-devel too. > > Just slightly confused. Do you mean pkg-1.4.15 (now on 1.4.12) or pkg-1.5? Any idea on time-frame? -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___

Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Kevin Oberman
elling you that the OID "sysctl compat.linux.osrelease" is unknown, as it should as OIDs may not contain spaces. The real question is why "sysctl -a" is trying to execute "sysctl 'sysctl compat.linux.osrelease'" or some shell specific equivalent. Is "sysct

Re: Fixing a busted ports area

2015-03-23 Thread Kevin Oberman
rcome the issue(s). > > --Chris > > You rally need to check out /usr/ports/UPDATING. Take a look at 20120726 If you are making this big a jump, you will likely hit a few more of these, -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___

Re: Replacing vlc with vlc-qt4 broke pkg upgrade

2015-03-31 Thread Kevin Oberman
el the package system to replace vlc with vlc-qt4. I believe that the correct way to do this: % pkg set -o multimedia/vlc:multimedia/vlc-qt4 % pkg install multimedia/vlc-qt4 -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___ freebsd-p

Re: How do I specify port opt1 requires opt2

2015-04-03 Thread Kevin Oberman
kefile and either add an IGNORE or > force the other option. > > -- > Mathieu Arnold > What I have done in the past is to put "(Forces option OPTION)" in the description line and then either set opt2 in the IF block for opt1 or simply set the opt2 flag, if that is all opt

Re: Share your pkg aliases

2015-04-03 Thread Kevin Oberman
also has a way to read bash > completion scripts. > > -- > Craig > And I keep meaning to write a tcsh completion script for pkg. Maybe I'll get to at least a basic one next week. I see that bash completion scripts are quite different, but I'll see if the _pkg.bash file ca

Re: How do I specify port opt1 requires opt2

2015-04-04 Thread Kevin Oberman
On Sat, Apr 4, 2015 at 1:51 AM, Mathieu Arnold wrote: > +--On 3 avril 2015 20:06:09 -0700 Kevin Oberman > wrote: > | On Fri, Apr 3, 2015 at 11:51 AM, Mathieu Arnold wrote: > | > |> > |> > |> +--On 3 avril 2015 05:46:45 + Ben Woods wrote: > |> | I am

Re: Synchronising ports with package cluster

2015-04-15 Thread Kevin Oberman
> > Cheers, > > Matthew > Very cool! I had noticed that the 101amd64-default was seemingly "off schedule" and was concerned that there was a problem. I'm delighted to see that it really means things are

Re: net/mediatomb fails to build

2015-05-16 Thread Kevin Oberman
ticket should fix that, so, if you are not runing current and are using the base compiler, just apply the iconv fix from the ticket (200232), comment out the BROKEN and build. The USER/GROUP issue also needs to be fixed, but does not prevent building, installing or using it. -- Kevin Oberm

Re: www/chromium : make[1]: stopped in /usr/ports/www/chromium

2015-05-19 Thread Kevin Oberman
s like both the firefox and chromium faqilures are Python related. You might want to confirm that Python is built with SEM.. I have python27 built with everything except DEBUG selected and UCS4. Regardless.Even if it is, you might want to rebuild it, anyway. -- Kevin Oberm

Re: New pkg audit / vuln.xml failures (php55, unzoo)

2015-05-24 Thread Kevin Oberman
popular port (ImageMagick) a few years ago, even though I marked it as "critical", it was almost 2 weeks before the port was updated, probably because the maintainer was just routinely updating the port as the commit did not reference the vulnerability, at all. It was a rather gaping hole,

Re: 10/stable virtualbox-ose crashes

2015-05-29 Thread Kevin Oberman
veral reports have been made of this recently. All were "fixed" by rebuilding virtualbox-ose-kmod. Always rebuild all kernel modules that are in ports when rebuilding the kernel, preferably by adding the appropriate PORTS_MODULES to /etc/src.conf. -- Kevin Oberman, Network Engineer, Retired

Re: 10/stable virtualbox-ose crashes

2015-05-29 Thread Kevin Oberman
On Fri, May 29, 2015 at 11:59 AM, Russell L. Carter wrote: > Hi Kevin, > > On 05/29/15 10:38, Kevin Oberman wrote: > >> On Fri, May 29, 2015 at 10:10 AM, Russell L. Carter > <mailto:rcar...@pinyon.org>> wrote: >> >> Hi, >> kldload vboxsr

Re: Patch for currently broken x11-wm/ede

2015-05-31 Thread Kevin Oberman
you could agree to take maintainership of a port in which you have an interest. That makes you a part of the solution and greatly increases the probability of keeping a port running properly. You can see what is required to maintain a port in the Porter's Handbook" at https://www.freebsd.or

Re: cmake: missing library /usr/local/lib/libjsoncpp.so

2015-06-18 Thread Kevin Oberman
freebsd.org" > > Peter, Very odd. You confirm that the file is present, but pkg does not seem to know it. I can confirm seeing the same thing, but it is a bogus error as rtld can successfully load and run cmake and ldd shows it as resolving correctly.. Further, the pkg db does know abou

Re: freebsd-ports Digest, Vol 633, Issue 2

2015-07-07 Thread Kevin Oberman
ason not to use packages for all other ports, lock postfix, and manually re-build/re-install it when it is updated. "pkg lock postfix" to lock "pkg unlock postfix && portmaster postfix && pkg lock postfix" to update. You can confirm that nothing depends on postfix with &qu

Re: virtualbox-ose-kmod fails to build in kernel epilogue

2015-07-12 Thread Kevin Oberman
lbox-ose-kmod-4.3.30 => SHA256 Checksum OK for VirtualBox-4.3.30.tar.bz2. ===> Patching for virtualbox-ose-kmod-4.3.30 ===> Applying FreeBSD patches for virtualbox-ose-kmod-4.3.30 ===> virtualbox-ose-kmod-4.3.30 depends on executable: kmk - found ===> Configuring for virtua

Re: Please update www/owncloud

2015-07-19 Thread Kevin Oberman
a broken record, please open a problem report at http://bugs.freebsd.org/bugzilla so this does not get lost. -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ freebsd-p

Re: virtualbox-ose-kmod fails to build in kernel epilogue

2015-07-20 Thread Kevin Oberman
On Sun, Jul 19, 2015 at 10:18 PM, Scott Bennett wrote: > My thanks to David Wolfskill and Kevin Oberman > , whose reponses prompted a closer look that revealed > a nastier can of worms than I had hoped for. Sigh. > > Kevin Oberman wrote: > > On Sun, Jul 12, 2

Re: print/texlive-texmf MASTER_SITE allows 10 ftp connections only?

2015-07-20 Thread Kevin Oberman
e-mf and, finally, updated all of the tex- ports. (The last of these is still building as I type this.) At this point, it looks good, but it was far from smooth for me, even beyond the entry in ports/UPDATING. Good luck in getting all of the sources and getting it all to build. Building TeX was a p

Re: Port request: zopfli (image compression)

2015-07-29 Thread Kevin Oberman
ot; is your friend! With so any thousand ports, it is WAY too easy to miss one. -- Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ freebsd-ports@freebsd.org mailing list h

Problems with update to print/tex-luatex

2015-08-03 Thread Kevin Oberman
impact new installs or poudriere build and probably not package installs, but it does hit upgrades. Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ freebsd-ports@freebsd.org

<    1   2   3   4   5   6   7   8   >