Re: cups-base with php extension

2006-06-23 Thread Robert Huff
Beech Rintoul writes: > I'm getting the same thing. "And four shall be the number of the counting". > I submitted a pr. Good man! Robert Huff ___ freebsd-ports@freebsd.

Re: portupgrade portupgrade leaves an error....

2006-07-02 Thread Robert Huff
David J Brooks writes: > > Voila! Everything was working perfectly again (including portupgrade) :-) > > That did the trick! Adding an extra data point: The "rebuild everything back up the tool-chain" did not work after an update early Friday morning. It did after an

Re: ruby-bdb broken somehow?

2006-07-05 Thread Robert Huff
Please_ read /usr/ports/UPDATING. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Question about ports builds

2006-07-06 Thread Robert Huff
Scan the Makefile for OSVERSION. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: google earth port broken

2006-07-11 Thread Robert Huff
formation you've requested cannot be found. Please try searching or browsing the Help Center.") Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

problem updating INDEX

2006-07-25 Thread Robert Huff
t: NO_FORTRAN= true What is the correct and durable solution? I don't use FORTRAN, and so want it out for all the usual reasons. But if this mucks up the ports system, I'll leave it in. Robert Huff ___

Re: problem updating INDEX

2006-07-26 Thread Robert Huff
tion but, having found a problem, would prefer to diagnose and fix it. (Thus perhaps providing clue if something similar happens. :-) Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

portupgrade -R order

2009-05-19 Thread Robert Huff
to "pkg_info -r". It might be an indirect dependency, but then one would expect things to still build in the correct order. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/ma

Force rebuild/reinstall dependent ports

2009-05-23 Thread Robert Huff
so: are you aware of ports-mgmt/portupgrade, ports-mgmt/portmaster, etc.? Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

finding where a make variable is set

2009-05-29 Thread Robert Huff
Given: huff@>> pd /usr/ports/editors/openoffice.org-3 /usr/ports/editors/openoffice.org-3 /var/db/pkg huff@>> make -V CP /bin/cp how do I track down where CP gets set? It isn't in the Makefile itself; is it in /usr/share/mk/*.mk?

Re: finding where a make variable is set

2009-05-29 Thread Robert Huff
ts set? It isn't in the > > Makefile itself; is it in /usr/share/mk/*.mk? > > Ports include bsd.port.(pre|post.)mk and other related files. They are > included in $PORTSDIR/Mk. In this case, "Mk/bsd.commands.mk". Thanks.

porting: Linux to Freebsd

2009-06-07 Thread Robert Huff
Is there anyone out there with experience porting from Linux to FreeBSD and/or writing code for both who can spare a few cycles to help a complete novice figure out what's different (and how to fix it)? Respectfully, Robert

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
supported in a posix > compliant sh. You can test this assumption by installing bash and > runnging "bash ./configure" instead. If it is true, you need to fix > configure.in or configure.ac. Relevant bit is: for ac_remove_CFLAG in "-O1" "-O2" &quo

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
S=${CXXFLAGS//${ac_remove_CFLAG}/} > > done > > Quick try: > CFLAGS=`echo $CFLAGS | sed -e 's:-O[123]::g'` No change here either. Robert Huff ___ 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: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
r to > rerun autoconf afterwards didn't you? Uh ... no. (When I said "complete novice", wasn't kidding. :-) Ran autoconf(-2.62). That seems to have fixed the "configure" stage. I'm into compilation, and: /usr/include/malloc.

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Lowell Gilbert writes: > > /usr/include/malloc.h:3:2: error: #error " has been replaced by > " > > Whichever file is being compiled has a line that should be changed from > #include > to > #include Done. Merrily compiling away. _

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Robert Huff writes: > Done. Merrily compiling away. New problem. One of the files has: #ifdef LINUX #include #endif What is the FreeBSD magic tag corresponding to "LINUX"? "__FREEBSD__"?

Re: porting: Linux to Freebsd

2009-06-09 Thread Robert Huff
not find -lttf Quick checking suggests libttf is a Linux-ism, replaced by libfreetype. Is this correct, and if so can I just (temporarily) make the change in the list of libraries? Robert Huff ___ free

Re: porting: Linux to Freebsd

2009-06-09 Thread Robert Huff
mpiles and installs. Before running (for which I may be back for more help) I'm going to re-initialize the code base and check to make sure my change notes work. Profuse thanks to everyone for the help. Robert Huff ___

acroread9 crashes after maybe 10 seconds of operation.

2009-06-11 Thread Robert Huff
of months older. > Maybe I should open a ticket? Please do. I dropped a private note to the maintainer, but have had no response. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freeb

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-06-14 Thread Robert Huff
et it to work with something more recent? I was under the (uninformed) impression linux_base-fc-4 was, ah, workable but no longer favored. Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http://l

Re: portupgrade/ruby issue? (Stale lock file was found. Removed.)

2009-06-17 Thread Robert Huff
essfully. It seems harmless, but it would be Really Nice if it were fixed. Robert Huff ___ 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: portupgrade/ruby issue? (Stale lock file was found. Removed.)

2009-06-17 Thread Robert Huff
tversion, even > > when prior runs completed successfully. > >It seems harmless, but it would be Really Nice if it were > > fixed. > > Not *completely* harmless; running separate portupgrade processes > in parallel is pretty risky at the moment... When

UPDATING entry 20090620 (gstreamer)

2009-06-30 Thread Robert Huff
e written be different people? Robert Huff ___ 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"

lsof won't build

2009-09-19 Thread Robert Huff
but then I'm not the one writing the code. Robert Huff ___ 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: lsof won't build

2009-09-19 Thread Robert Huff
process draws on header files from both /usr/include and /usr/src. If the two disagree - . > Are you saying you rebuilt kernel and lsof built fine afterwards? Correct. Robert Huff ___ freebsd-ports@fre

Re: lsof won't build

2009-09-19 Thread Robert Huff
retrieves. And it finds those not in /usr/include - which, as I understand things, will in a correctly configured system definitionally match what's in the running kernel - but in /usr/src, for which such an expectation is wobbly?

Re: lsof won't build

2009-09-20 Thread Robert Huff
nd there's nothing in {src, ports}/UPDATING which would suggest the need for a change. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, se

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-10-18 Thread Robert Huff
after throwing an instance of 'RSException' > > - > > with acroread9-9.2 from the ports. Three. Also acroread-9.2; also amd64; but f10.. Robert Huff ___ freebs

lsof build failed under FreeBSD 7.2-STABLE AMD64

2009-11-01 Thread Robert Huff
James Chang writes: > Dear Sir, > I tru to build lsof (/usr/ports/sysutils/lsof) under FreeBSD > 7.2-STABLE(AMD X64). > It show me the following ERROR messages. Does the code in /usr/src match the running system? If not, you may need to build/install a new kernel? (lsof

semi OT: CUPS and printservers

2009-11-07 Thread Robert Huff
fully, Robert Huff ___ 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"

Are we in ports freeze?

2009-11-07 Thread Robert Huff
I may have missed the announcement. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-uns

Re: semi OT: CUPS and printservers

2009-11-07 Thread Robert Huff
ork.html#LPD > The PS-100 also supports DSI, sp you can use: > socket://*address*:4010 > socket://*address*:4020 > socket://*address*:4030 > > For the three logical printers it supports inthat mode. socket:// worked

Problem using portupgrade-devel

2009-11-11 Thread Robert Huff
reply. Robert Huff ___ 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: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-06 Thread Robert Huff
not 100% certain - I use neither WoW or Linux - but I believe this is incorrect. I think a friend of a friend has this working. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

FreeBSD Port: seamonkey-1.1.18

2009-12-10 Thread Robert Huff
Marco Alberoni writes: > Hello, are there any news about the Seamonkey 2.0 port? http://lists.freebsd.org/pipermail/freebsd-gecko/2009-November/000420.html Robert Huff ___ freebsd-ports@freebsd.org mail

portupgrade failure

2009-12-16 Thread Robert Huff
cgi?category=ports&severity=&priority=&class=&state=&sort=none&text=portupgrade&responsible=&multitext=&originator=&release="; This hard to understand given portupgrade is the recommended upgrade tool. Robert Huff _

latest MySql?

2010-01-12 Thread Robert Huff
MySql-6.* is no longer in the ports tree. Things depend on it. Is there information on what happened and what the alternatives are? Robert Huff ___ freebsd-ports@freebsd.org mailing

Re: latest MySql?

2010-01-13 Thread Robert Huff
On Tue, Jan 12, 2010 at 11:09 PM, Robert Huff wrote: >> MySql-6.* is no longer in the ports tree. Things depend on it. >> Is there information on what happened and what the alternatives are? > > PostgreSQL? :-) Probably not worth the effort, given my li

games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff
eference to `jpeg_set_qual...@libjpeg_7.0' *** Error code 1 Since there no individual maintainer, would someone with more programming skills than I have please step in and make the change? Respectfully, Robert Huff ___

Re: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff
Rene Ladan writes: > Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in > blackjack itself. It specifies a > dependency on the jpeg library but no version in particular. So ... would rebuilding that port fix this? Ro

Re: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff
fix this? > > I guess so. If you run something like 'portmaster -a' all ports > depending on the jpeg library should be automatically updated, > including qt33. Trying now; stand by for results. Robert Huff

Re: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff
for the help, everyone. Robert Huff ___ 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"

problem using xsane

2010-02-16 Thread Robert Huff
I/O and the scan vanished from the preview window. If I do a regular scan with all defaults except for the output file name I get the same error. Anyone know what's going on? Respectfully,

Re: Java For Firefox

2010-03-18 Thread Robert Huff
what skills they do have (e.g. testing), contribute cycles on machines of different architectures, even contribute the funding to pay for a full-time coder to work on this. (I'm guessing here; talk to java@ for the exact list.) Respectfully,

Re: Java For Firefox

2010-03-19 Thread Robert Huff
predictable and quite human reaction. Especially when the poster seems to be somewhat more clueful than someone who is trying FreeBSD becuase "My geek friends said I should use Linux.". Robert Huff ___

looking for simple 3d plotting program

2010-04-08 Thread Robert Huff
hon ... and I'm sure they will make someone else very happy. I know very little about data visualization in general, and would prefer - for the moment - not to have to learn. Anyone have suggestions? Rob

looking for simple 3d plotting program

2010-04-08 Thread Robert Huff
Robert Huff writes: > I have a project for which I need to produce a {gif, jpg, png} > of a 3d space, with labled axes, and plot a small number (<25 ??) of > points within it, either with labels or as icons. > Two constraints: > Current code is writte

revisiting Spamassassin problem

2010-04-23 Thread Robert Huff
d/sa-spamd: WARNING: failed to start spamd The thread offered no definite solution except to downgrade. Is this still the case? Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.f

Re: revisiting Spamassassin problem

2010-04-23 Thread Robert Huff
definite solution except to downgrade. > >Is this still the case? > > Which version of SA are we talking about? huff@> dir /var/db/pkg/ | grep Spam drwxr-xr-x2 root wheel 512 Apr 23 14:18 p5-Mail-SpamAssassin-3.3.1

Re: revisiting Spamassassin problem

2010-04-23 Thread Robert Huff
nt that I needed to run sa-update to > rebuild the rule database (I think it is). I'm not sure why, but this seems to have done it. Thanks, and sorry for the noise. Respectfully, Robert Huff ___

UPDATING entry for X.org changes

2010-05-07 Thread Robert Huff
Is there one? I've been checking daily, and ... nothing. (Various sited, including just now "cvsup.freebsd.org:.) Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.o

Re: UPDATING entry for X.org changes

2010-05-07 Thread Robert Huff
is "use 'portmaster -af' or portupgrade equivalent", isn't having such a huge event go unremarked in front-line documentation a Bad Idea(tm)? Robert Huff ___ freebsd-ports@freebsd.org m

spamass-milter-0.3.1_9 leaving open zombie processes.

2010-05-10 Thread Robert Huff
Ted Hatfield writes: > spamass-milter-0.3.0_9 appears to be an update to fix the > security vulnerability referenced by CVE-2010-1132. The current ported version appears to be 0.3.1_9? Rober

upgrading gettext problem

2010-06-02 Thread Robert Huff
.6.11/girepository' Deleting and reinstalling converters/iconv does not fix this; find says there is no "/usr/local/lib/libiconv.la". Mightily confused, Robert Huff ___ freebsd-ports@freebsd.o

upgrading gettext problem

2010-06-04 Thread Robert Huff
Robert Huff writes: > Deleting and reinstalling converters/iconv does not fix this; > find says there is no "/usr/local/lib/libiconv.la". I'm an idiot. devel/iconv != devel/libiconv Profusely apologizing,

can't compile textproc/flex

2010-06-05 Thread Robert Huff
I have e-mailed the maintained, with no response. The config log file is appended. Can anyoneone tell me what's messed up? (And how to fix it?) Robert Huff This file contains any messages produced by compilers while running

FreeBSD Port: opera-10.10.20091120_2

2010-07-21 Thread Robert Huff
Marco Alberoni writes: > Good morning, is there a plan to upgrade the FreeBSD Opera port > to the latest version (10.60)? Ask the maintainer. :-) Robert Huff ___ freebsd-ports@freebsd.org mailing lis

google-earth

2010-08-17 Thread Robert Huff
3 11:34:17 EDT 2010 amd64 and: linux_base-f10-10_2 Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Double versions installed

2010-09-19 Thread Robert Huff
Start by doing this for each version: pkg_info -R If the result for 2.13 is empty, you can delete it. Note that due to new programs needing it, it may reappear. Robert Huff ___

Re: OPTIONS (was: editors/vim installs to /)

2010-10-06 Thread Robert Huff
;pkgtools.conf". Robert Huff ___ 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"

opera

2010-10-26 Thread Robert Huff
..@opera.com If it's behind the curve, complain to Opera. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any ma

Re: ruby port downgrade

2011-08-25 Thread Robert Huff
ls -al /var/db/pkg | grep ruby Robert Huff ___ 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: ruby port downgrade

2011-08-26 Thread Robert Huff
estimate - even a rough one - when that will be? Respectfully, Robert Huff (who would like people to stop and think about how rarely this hapopens) \ __

Re: Problem with nvidia-driver and "X" after upgrade

2011-08-27 Thread Robert Huff
ernel+world. I have never understood why anyone would use anything else. Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-por

How to handle upgrade of libnotify when cups-client-1.4.8 is marked as broken

2011-08-28 Thread Robert Huff
op in /usr/ports/print/cups-client Unless you have a specific reason to use GNUTLS: go to ports/print, run "make config", uncheck the "Use GNUTLS instead of OpenSSL" setting. (If you do have a specific reason, you probably know enough to have handled th

Re: OPTIONS framework bug vs. SSL issues

2011-08-30 Thread Robert Huff
the old configuration, but the OPTIONS framework > currently doesn't know "user set this deliberately" or "user just > stuck to the defaults". Reprompting/notifying will be a pain. The alternative is users whose expected installation differs from reality.

Re: suggestion for pkgdb from ports-mgmt/portupgrade: add more explanation

2011-09-01 Thread Robert Huff
never again be, edge cases which break the system, documention for human invervention is always the right choice. Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freeb

Re: Substitute dependencies?

2011-09-18 Thread Robert Huff
very least) post them. If you're feeling really motivated, patches would be as welcome to others as they would have been yo you. Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http:/

Re: About games/flightgear-aircrafts

2011-09-22 Thread Robert Huff
itary-prop aircraft-military-jet Other categories may suggest themselves to those more familiar with the game. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Firefox 6/Seamonkey 2.3 crashing (third try)

2011-09-25 Thread Robert Huff
ng to help me out? Respectfully, Robert Huff ___ 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"

x11-toolkits/gtkextra2 broken

2011-09-26 Thread Robert Huff
This port fails to build with: ===> gtkextra-2.1.2 Bad autotool stanza: libtool:22. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtkextra2. Libtool big and scary; anyone want to have a quick look? Robert H

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-27 Thread Robert Huff
krad writes: > we can leave that to our grand children to figure out though 8) Wasn't that what people said about two-digit years? Robert Huff ___ freebsd-ports@freebsd.org mailing l

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-27 Thread Robert Huff
Statistically, some of us will. Robert Huff ___ 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"

any Opera gurus out there?

2011-10-15 Thread Robert Huff
there to a video, it plays. If I go to "www.cnn.com" using Opera, and from there to a video, I get a page reporting the video "is optimized for" Flash 10.1 and would I like to install the plugin? Is there an Opera setting of which I am unaware?

Re: any Opera gurus out there?

2011-10-15 Thread Robert Huff
t; > Go to Settings>Preferences>Advanced Tab>Content>Plug-in Options > button. You should see the flash plugin in this window. I did, and it's there. There is a possibility this may be due to a problem elsehwere; I

Re: seamonkey w.o. MAILNEWS

2011-11-24 Thread Robert Huff
amonkey over Firefox. Robert Huff ___ 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"

ape-project

2011-11-28 Thread Robert Huff
, the easily solved issues were: >bash path >dep on zip, > > but beyond this it's still failing. > > Has anyone else got this working on BSD yet? If they haven't ... and you'll tell us exactly how it's breaking (symptoms, error messages) ... w

pr# for 9->10 problem?

2011-12-09 Thread Robert Huff
, Robert Huff ___ 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: pr# for 9->10 problem?

2011-12-09 Thread Robert Huff
e; would some kind soul please help? > > Read /usr/ports/UPDATING? If you mean 20110928 - that identifies the problem, and provides workarounds, but does not name the pr. Robert Huff ___ freebsd

Re: pr# for 9->10 problem?

2011-12-10 Thread Robert Huff
ke to update, but would prefer to hold off until a non-workaround solution is in place. (Understanding this may take some time.) I would like to see the pr(s?) so I can understand what obstacles remain and when an acceptable solution might happen.

Re: pr# for 9->10 problem?

2011-12-10 Thread Robert Huff
tiple > threads like? > > http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/thread.html#70765 I'm subscribed to ports@ (and current@ and questions@); I've seen those threads. I'm looking for what's behind the next curtain. Robert

Re: Clicking URLs with acroread8

2011-12-19 Thread Robert Huff
Doug Barton writes: > > epdfview is like evince, but doesn't use all of the gnome libs. > > This is awesome, thanks! On first look - agreed. Robert Huff ___ freebsd-ports@freebsd.org

Re: compiling py-* ports for python32

2012-01-10 Thread Robert Huff
Matthew Pounsett writes: > > PYTHON_DEFAULT_VERSION=python3.2 As a casual user: what would be the pros and cons of doing this while the default is still 2.7? Robert Huff ___ freebsd-ports@freebsd.org m

problem with printing under FireFox/SeaMonkey

2012-02-02 Thread Robert Huff
;t find it. Help, somebody ... please? Robert Huff ___ 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: [HEADSUP][CFT] pkgng beta1 is out

2012-02-09 Thread Robert Huff
e manpage. Is it documented - even mentioned - someplace $GENERIC_USER is going to find it? If not now, then before launch? Because otherwise Robert Huff ___ freebsd-ports@freebsd.org ma

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Robert Huff
to Flash 11. Was this just me, or should there be an entry in UPDATING? Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freeb

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Robert Huff
r of people who have/had trouble getting Flash to work, telling the average user that this is not covered by a common port version checking tool would be prudent. Robert Huff ___ freebsd-ports@freebsd.org mailing list

Re: portupgrade -> portmaster Rosetta Stone?

2012-03-03 Thread Robert Huff
case where you don't have to read minds? It seems (to me) the user would be saying "I understand the risk, and accept responsibility for dealing with the consequences.". At that point, whether thet're right or wrong is not your problem

ImageMagick test failures?

2012-03-03 Thread Robert Huff
ost recent update. Robert Huff ___ 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: ImageMagick test failures?

2012-03-03 Thread Robert Huff
Andriy Gapon writes: > Thank you very much for your detailed information! > It seems that IMAGEMAGICK_GSLIB is the culprit here. That option is set for me as well. Robert Huff ___ freebsd-ports@freebsd.org m

Re: ImageMagick test failures?

2012-03-03 Thread Robert Huff
u turned it > on. Probably. > Still, It once did work. Exactly. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

update on /usr/ports/UPDATING entry 20110928

2012-03-05 Thread Robert Huff
Is there documentation of the current state of this issue? Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

listing TrueType fonts?

2012-03-14 Thread Robert Huff
If I want to list the Type 1 fonts known to X, I can use x11-fonts/xlsfonts. Is there an equivalent tool for TrueType fonts? Robert Huff ___ freebsd-ports@freebsd.org mailing list http

listing TrueType fonts?

2012-03-14 Thread Robert Huff
Robert Huff writes: > > If I want to list the Type 1 fonts known to X, I can use > x11-fonts/xlsfonts. > Is there an equivalent tool for TrueType fonts? There is: fc-list, part of fontconfig.

Updating GnuTLS to latest version

2012-04-04 Thread Robert Huff
m, I suspect this will require substantial testing before any upgrade is puvlished. And that doesn't count ports that may simply be unable to use it. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://list

Re: New X.Org

2012-04-23 Thread Robert Huff
Rexpectfully, Robert Huff ___ 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"

problem fetching portupgrade-devel sources

2012-05-01 Thread Robert Huff
files/ and try again. > *** Error code 1 I am having the same problem. Robert Huff ___ 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: How to detect filename conflicts with uninstalled ports?

2010-11-20 Thread Robert Huff
n name? > > As someone kindly reminded me, "find" and "grep" are my friends: > > $ cd /usr/ports > $ find . -name "pkg-plist" -exec grep -H "bin/progname" {} \; > $ find . -name Makefile -exec grep -H "bin/progname" {} \;

Re: How to detect filename conflicts with uninstalled ports?

2010-11-20 Thread Robert Huff
proposed) name and see if anyone raises a red flag. Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

  1   2   3   4   5   >