Re: Monitoring a switch

2013-01-08 Thread Chuck Swiger
On Jan 8, 2013, at 10:30 AM, Andrea Venturoli wrote: I'm looking for some software which can monitor a SNMP-enabled switch. Well, it's likely that the switch vendor offers some tools. Sure I can use Cacti to monitor bandwidth of every single port... or Nagios to warn me if some port gets

Re: BUILD_DEPENDS= RUN_DEPENDS=

2012-05-14 Thread Chuck Swiger
On May 14, 2012, at 4:13 PM, Bryan Drewery wrote: I was trying to append to these in my /etc/make.conf and found that a large (thousands) number of ports are using = instead of +=, thus destroying any user-supplied depends. Yes. I think this may even be intentional on the part of the various

Re: Need a little help with a dynamic linking problem

2012-04-25 Thread Chuck Swiger
On Apr 25, 2012, at 5:01 PM, Ronald F. Guilmette wrote: When I try to run the gthumb binary that I built and install, I am getting the following perplexing error message: /libexec/ld-elf.so.1: /usr/local/hacked/lib/gthumb/extensions/libfile_viewer.so: Undefined symbol

Re: FreeBSD Port: samba34-3.4.14

2012-04-10 Thread Chuck Swiger
On Apr 9, 2012, at 5:26 PM, Da Rock wrote: [ ... ] If you think there is a missing dependency, then doing send-pr with the fix is a reasonable procedure. I was only thinking the maintainer might want to know and fix and test themselves before commit. I know I would as a maintainer.

Re: FreeBSD Port: samba34-3.4.14

2012-04-09 Thread Chuck Swiger
Hi-- On Apr 9, 2012, at 4:01 PM, Da Rock wrote: To drag this up again, I was thinking about the number of cases I've found like this recently, and I was considering what the most appropriate action to take here. This one is obviously controversial, and I didn't have the time to do more or

Re: phpmyadmin port files errors

2012-04-03 Thread Chuck Swiger
On 4/3/2012 3:14 PM, Fbsd8 wrote: Just downloaded phpmyadmin for 9.0 system. The port files seem to be named wrong. Makefile,v distinfo,v pkg-descr,v pkg-plist-chunk,v You downloaded the CVS repository instead of doing a checkout. If you were using cvsup, switch to checkout mode instead of

Re: dl library and fdatasync(2)

2012-02-24 Thread Chuck Swiger
On Feb 24, 2012, at 10:40 AM, Norman Khine wrote: i am trying to build nodejs on freebsd9, and get a warning: Checking for library dl : not found Checking for fdatasync(2) with c++ : no could someone point me where these libraries are? FreeBSD's libc provides

Re: Minor changes to bsd.port.mk and bsd.pkgng.mk

2012-02-24 Thread Chuck Swiger
On Feb 24, 2012, at 2:35 PM, Cejka Rudolf wrote: I'm sorry - all three lines with ${TR} have to be changed to +defaultval=$$(${ECHO_CMD} $$3 | ${TR} [A-Z] [a-z]); \ so that one letter files in ports directories do not break functionality. For your next update, please use

Re: CFT: pkgng support for tinderbox

2012-02-15 Thread Chuck Swiger
On Feb 15, 2012, at 3:04 PM, Doug Barton wrote: On 02/15/2012 14:27, George Liaskos wrote: Thank you for the great work, pkg-updating.1 should be added in the MAN1 because pkg is currently falling under tinderbox. Shouldn't stuff like updating packages be in sbin man section 8? Comparing

Re: isc dhcp does not make

2012-01-25 Thread Chuck Swiger
Hi-- On Jan 25, 2012, at 5:07 PM, Randy Bush wrote: all the other ports made just fine, as did that test, of course. reported to isc configure:2703: cc -O2 -pipe -march=i686 -fPIC -fno-strict-aliasing -D_PATH_DHCLIENT_SCRIPT='/usr/local/sbin/dhclient-script'

Re: isc dhcp does not make

2012-01-25 Thread Chuck Swiger
On Jan 25, 2012, at 4:38 PM, Randy Bush wrote: checking for gcc... cc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. === Script configure failed unexpectedly. Please report the problem to

Re: xcb-util

2012-01-16 Thread Chuck Swiger
On Jan 16, 2012, at 2:51 PM, ajtiM wrote: FreeBSD 9.0 is out, many people updated, new installation...KDE 4.7.4 is coming in the ports (I hope no) and now all this reinstallation for xcb-util. Is it not possible to synchronized a little with the other ports? You're the one managing your

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-09 Thread Chuck Swiger
On Jan 9, 2012, at 2:28 PM, Paul Schmehl wrote: My brief search was unsuccessful as well. Is it really possible that the LInux community has abandoned providing checksums for RPM packages? If so, that boggles the mind. Surely they don't believe their repositories are unassailable? rpm

Re: ports vs packages

2012-01-09 Thread Chuck Swiger
On Jan 9, 2012, at 2:00 PM, alexus wrote: One of the things I'm seeing is that unfortunately packages are somewhat limited vs ports... Packages come precompiled with default options. For people who want non-default options, you would need to build your own package from ports rather than

Re: clang and configure checking for equivalent simple type

2011-09-28 Thread Chuck Swiger
Hi-- On Sep 28, 2011, at 9:58 PM, Klaus T. Aehlig wrote: However, I assume that these kind of tests are quite widespread in configure scripts, so I wonder what to do about this. Possible options include - adding 'CFLAGS+= -Wno-unused' just for this port - do nothing, but recommend users

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-27 Thread Chuck Swiger
Hi-- On Sep 27, 2011, at 11:50 AM, Gleb Kurtsou wrote: It's more exciting than that. FreeBSD = 10 is already seized by Apple :) http://www.google.com/codesearch#search/q=__FreeBSD__%5CW%2B10type=cs MacOS X doesn't define __FreeBSD__ either in CPP macros or the system headers: % touch foo.h;

Re: Postfix - Dovecot SASL problem

2011-08-18 Thread Chuck Swiger
Hi-- On Aug 18, 2011, at 2:38 PM, Petr Holub wrote: smtpd_sasl_security_options = noanonymous, noplaintext smtpd_sasl_tls_security_options = noanonymous From what I've seen in your ktrace, you're only offering MECH LOGIN plaintext, which isn't going be allowable per the Postfix setting. You

Re: Postfix - Dovecot SASL problem

2011-08-18 Thread Chuck Swiger
On Aug 18, 2011, at 4:25 PM, Sahil Tandon wrote: From what I've seen in your ktrace, you're only offering MECH LOGIN plaintext, which isn't going be allowable per the Postfix setting. His dovecot configuration also appears to be offering the PLAIN plaintext auth mechanism; not just LOGIN.

Re: Time to mark portupgrade deprecated?

2011-07-30 Thread Chuck Swiger
On Jul 30, 2011, at 4:03 AM, Michel Talon wrote: [ ... ] The real problems are in the ports system itself. You've said this before. Come to think of it, you've said this so often that I've lost count of the number of times you've repeated the point. However, flogging the same dead horse over

Re: Which to bump for distfile location change?

2011-07-26 Thread Chuck Swiger
On Jul 26, 2011, at 12:47 PM, Bob Eager wrote: Following a recent post to this list, I need to update a port, just to change a distfile location. It seems excessive to bump PORTREVISION, so what is the best thing to change (if any). Probably nothing-- if someone already has a copy of the

Re: [ANNOUNCE]: clang compiling ports, take 2

2011-07-25 Thread Chuck Swiger
Hi-- On Jul 25, 2011, at 4:31 PM, Raphael Kubo da Costa wrote: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ qt4-webkit seems to trigger a clang bug, but the description for clang bug only says See (TBA) for further information. Is there anything we (as in

Re: [ANNOUNCE]: clang compiling ports

2011-06-20 Thread Chuck Swiger
On Jun 20, 2011, at 9:35 AM, Stephen Montgomery-Smith wrote: What I would like is a primer on how to suppress all the warnings and errors created by KR code. OK: http://clang.llvm.org/docs/UsersManual.html#cl_diagnostics Of course, you can only suppress warnings; you cannot suppress

Re: [ANNOUNCE]: clang compiling ports

2011-06-20 Thread Chuck Swiger
On Jun 20, 2011, at 12:09 PM, Stephen Montgomery-Smith wrote: top_button_cross() probably should be declared as returning void. What's presumably happening is that it gets a default return type of int since it doesn't otherwise specify a return type, and then fails to have an explicit

Re: Mailman + postfix -- which group have people selected?

2011-06-14 Thread Chuck Swiger
On Jun 14, 2011, at 11:43 AM, Chris Rees wrote: Before I revert the MAIL_GID=nobody change (I have had private mail explaining that it is in fact incorrect), does anyone have any more information on which value is more correct, and why one is preferable? Basically, Postfix will deliver to the

Re: ${CD}

2011-05-24 Thread Chuck Swiger
On May 24, 2011, at 12:39 PM, Helmut Schneider wrote: I need 'cd' in my Makefile. It seems that the variable ${CD} is not defined and people are using 'cd' instead. Is there a certain reason for that? make isn't the same as a shell; while you can do shell one-liners starting with a 'cd' if

Re: can make -j be used for ports?

2011-03-15 Thread Chuck Swiger
On Mar 15, 2011, at 3:35 PM, Eitan Adler wrote: [ ... ] Yes. Ports which support parallel builds will have MAKE_JOBS_SAFE=yes set in the port Makefile. It defaults to running -j with MAKE_JOBS_NUMBER=`${SYSCTL} -n kern.smp.cpus`, but you can change that to some other # if you like.

Re: can make -j be used for ports?

2011-03-15 Thread Chuck Swiger
On Mar 15, 2011, at 3:51 PM, Eitan Adler wrote: It certainly wasn't clear to me that this is what the OP meant. If you: cd /usr/ports/www/apache22 make -j 3 ...what do you expect to happen, and how many ports would you expect to be built at once? What *would* happen is that make

Re: can make -j be used for ports?

2011-03-15 Thread Chuck Swiger
On Mar 15, 2011, at 7:38 PM, John wrote: 1. If I can speed things up, with *ports* as I have a dual cpu, I want to maybe run j2 or j3. I seek clarification which is logically best, because some literature says jn, others jn+1 where n is number of cores. kern.smp.cpus: 2 on my machine. Is

Re: New member for portmgr@

2011-03-10 Thread Chuck Swiger
On Mar 10, 2011, at 1:17 PM, Thomas Abthorpe wrote: Just wanted to say that I have been made a voting member of portmgr@ http://blogs.freebsdish.org/portmgr/2011/03/10/new-member-for-portmgr/ Congratulations. (What is the reward for doing some work, but even *more* work...? :-) Regards,

Re: FreeBSD Port: mysql-server-5.5.9

2011-03-10 Thread Chuck Swiger
On Mar 10, 2011, at 11:37 AM, joeb wrote: FATAL ERROR: Could not find ./bin/my_print_defaults Does running rehash in your shell help it find the binary? Or does using --basedir /usr/local/bin help? Regards, -- -Chuck ___ freebsd-ports@freebsd.org

Re: Gajim does not starts

2011-02-22 Thread Chuck Swiger
On Feb 22, 2011, at 1:27 PM, David Demelier wrote: markand@Melon ~ $ gajim ** Message: pygobject_register_sinkfunc is deprecated (GstObject) nslookup: not found I know this is a very useful message, but I can't help more. Are you expecting the same behavior ? nslookup has been

Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 10:06 AM, Michael Scheidell wrote: I can (and do) have libnet11 as a dependency, but by then, its too late. do I need to run makefile TWICE? what does this do to nightly package builds? how do I bootstrap it to install libnet11 EARLY if its not there? You should list

Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 10:35 AM, Michael Scheidell wrote: On 2/9/11 1:32 PM, Chuck Swiger wrote: You should list libnet11 as both BUILD_DEPENDS and RUN_DEPENDS, likely... I do. didn't help (specifically referring to the new 2.9.0.3 security/snort port) I THINK this cludge helped: but I am

Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 11:14 AM, Michael Scheidell wrote: The problem with != is that is is evaluated in a subshell regardless of whether the results are needed, and it happens while the Makefile is first being read, before it tries to figure out which targets need to be processed. This is why

Re: Attention ports committers

2011-01-14 Thread Chuck Swiger
On Jan 14, 2011, at 10:18 AM, joeb wrote: I would like to draw the attention of a ports committer to port http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148777 If it needs further work please provide feedback. Have you addressed the problems mentioned by Chris Rees utis...@gmail.com

Re: Attention ports committers

2011-01-14 Thread Chuck Swiger
On Jan 14, 2011, at 2:09 PM, Eygene Ryabinkin wrote: Almost all of them were addressed, as I can judge. But I had spotted some more nits ;)). Thanks for the additional review. :-) Regards, -- -Chuck ___ freebsd-ports@freebsd.org mailing list

Re: ldconfig -r does not show devel/sfml libraries

2011-01-07 Thread Chuck Swiger
On Jan 7, 2011, at 10:40 AM, David Demelier wrote: [ ... ] the weird thing is that ldconfig -m is ran after the devel/sfml install. What can I do to fix? If you cat /var/run/ld-elf.so.hints, does /usr/local/lib appear in the list of paths? (Yeah, this is a mildly binary file, but...) Does

Re: security/rkhunter 1.3.8 - false warning?

2011-01-04 Thread Chuck Swiger
On Jan 4, 2011, at 9:38 AM, Torfinn Ingolfsen wrote: rkhunter 1.3.8 from ports complains about the /etc/passwd file. Why does it do that? It's buggy? RKHunter is better known for generating vast numbers of obscure false positives than it is for actually providing a security benefit.

Re: Upgrading mysql50-{server,client,scripts} to 5.0.91

2011-01-04 Thread Chuck Swiger
On Jan 4, 2011, at 10:38 AM, Tom Judge wrote: Do you know if there would be any issues with MySQL 5.0.91 running on FreeBSD? There shouldn't be. I think ports is still at mysql-server-5.0.90_2, which works fine, but I would expect that 5.0.91 would also be fine Regards, -- -Chuck

Re: bsd 6 index file

2010-12-21 Thread Chuck Swiger
On Dec 21, 2010, at 10:53 AM, Paul Macdonald wrote: I have a couple of older boxes on freebsd 6 that are reporting ports succeeding index, even after a fresh index has been downloaded. e.g portupgrade-2.4.8_1,2succeeds index (index has 2.4.8,2) spamass-milter-0.3.1_11succeeds index

Re: ftp/proftpd 1.3.3c with a version which contained a backdoor.

2010-12-02 Thread Chuck Swiger
On Dec 2, 2010, at 1:22 PM, Ivan Klymenko wrote: What do you think is it worth to pay attention to these events: http://sourceforge.net/mailarchive/message.php?msg_name=alpine.DEB.2.00.1012011542220.12930%40familiar.castaglia.org and that in this case needs to be done with the port

Re: ftp/proftpd 1.3.3c with a version which contained a backdoor.

2010-12-02 Thread Chuck Swiger
On Dec 2, 2010, at 2:55 PM, Rob Farmer wrote: Checking, the tarball you now fetch is the one which matches their md5 and GnuPG signing from the link above... For several hours on Wednesday the distinfo was updated to the compromised version (it has been reverted), so anyone who updated this

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:41 AM, David Southwell wrote: I was thinking of something which is far more comprehensive and systematic. Whilst installed options are obtained by examining /var/db/ports the files do not do not provide the detailed historical information which I envisage. Correct.

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:58 AM, David Southwell wrote: Seems to me that a comprehensive record would be extremely useful on a local system. I am wondering how difficult it might be to collect data from applications such as: cvsup of ports tree portupgrade/portmaster changes to

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:24 AM, David Southwell wrote: Something fairly comprehensive that would enable one to see when a port was first installed, its original version number, when it was upgraded/deinstalled/reinstalled and subsequent changes to the installed version. Maybe also time/date

Re: unable to build net-im/ejabberd 2.1.5

2010-10-22 Thread Chuck Swiger
On Oct 22, 2010, at 12:19 PM, Ruslan Mahmatkhanov wrote: It works. Thanks! Very good; you're most welcome Regards, -- -Chuck ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: unable to build net-im/ejabberd 2.1.5

2010-10-22 Thread Chuck Swiger
On Oct 22, 2010, at 11:44 AM, Ruslan Mahmatkhanov wrote: In file included from sha_drv.c:23: /usr/include/openssl/md2.h:64:2: error: #error MD2 is disabled. gmake[1]: *** [../sha_drv.so] Ошибка 1 gmake[1]: Leaving directory `/usr/ports/net-im/ejabberd/work/ejabberd-2.1.5/src/tls' gmake: ***

Re: ptlib build failure - breaks pwlib - hence also asterisk - opal - openh323

2010-09-20 Thread Chuck Swiger
Hi, Steve-- On Sep 20, 2010, at 4:14 PM, Steve Ames wrote: PS Would you mind not top posting Seriously? Top posting is somehow worse than scrolling to the bottom of pages of compile output to see a tiny response? Welcome to the 21st century. Welcome to the FreeBSD mailing lists. Please

Re: [legal] port with restrictive license

2010-09-16 Thread Chuck Swiger
Hi-- On Sep 16, 2010, at 11:44 AM, Dmitry Marakasov wrote: The only thing left that worries me is that US export laws stuff - I absolutely don't understand what that means and how we can/cannot violate these by mirroring distfiles/packages. For now I've removed all mirroring permissions from

Re: devel/autotools267 and UPDATING

2010-09-15 Thread Chuck Swiger
Hi, all-- On Sep 15, 2010, at 4:43 PM, Barbara wrote: About my previous mail, shouldn't the upgrade be handled by the entry in MOVED? Is it a portupgrade problem? Is the rebuild of ports like xmms or libX11 really necessary after a new version of autoconf? It looks like maybe a repocopy

Re: devel/autotools267 and UPDATING

2010-09-15 Thread Chuck Swiger
Hi, Ade-- On Sep 15, 2010, at 5:13 PM, Ade Lovett wrote: On Sep 15, 2010, at 18:48 , Chuck Swiger wrote: It looks like maybe a repocopy is going on (or has gone wrong), since it is pointing to autoconf-2.62: You need to update your ports tree. Makefile is revision 1.77, not 1.75 as you

Re: Converting from jiffies to ticks

2010-08-19 Thread Chuck Swiger
Hi-- On Aug 19, 2010, at 12:15 PM, Jesse Smith wrote: This raises two questions for me: 1. Where can I find the equivalent information on FreeBSD? I assume there's a function call. Maybe in the kvm_* family? I need to be able to get the number of ticks a given PID is using. Does process

Re: net-im/telepathy-haze Build fail

2010-07-28 Thread Chuck Swiger
On Jul 28, 2010, at 10:00 AM, David Southwell wrote: This is a python error. Is anyone sufficiently familiar with python to take a look at tools/glib-signals-marshall-gen.py. Is all the code in that script strict enough for python 3. No, that script contains syntax that doesn't work with

Re: net-im/telepathy-haze Build fail

2010-07-28 Thread Chuck Swiger
On Jul 28, 2010, at 11:13 AM, David Southwell wrote: In that case should the port not call for 26? Here is an extract from my pkgdb from which you can see python26 is installed on the system. If the port needs 26 surely should it not call for it as a dependency rather than failing because

Re: net-im/telepathy-haze Build fail

2010-07-28 Thread Chuck Swiger
On Jul 28, 2010, at 11:28 AM, David Southwell wrote: I believe the porters handbook recomends that ports should set the appropriate python environment at build time to prevent this problem occuring. Sure, modulo that setting USE_PYTHON isn't going to change the default Python which gets run

Re: apr ports devrandom option

2010-06-16 Thread Chuck Swiger
On Jun 16, 2010, at 4:01 PM, RW wrote: The devel/apr* ports have an option to use /dev/random, which is on by default. I was wondering under what circumstances anyone would turn that off. As far as I can see switching it off doesn't replace /dev/random with anything else. On some

Re: apr ports devrandom option

2010-06-16 Thread Chuck Swiger
On Jun 16, 2010, at 5:00 PM, RW wrote: Right, but I'm asking about the make config port option, not the configure options to apr itself. When you enable the option via make config, apr's ./configure gets fed the appropriate flag: OPTIONS= ... DEVRANDOM Use /dev/random or compatible in apr

Re: LICENSE questions

2010-06-14 Thread Chuck Swiger
Hi-- On Jun 14, 2010, at 4:10 PM, Doug Barton wrote: On 06/14/10 09:59, Chuck Swiger wrote: On Jun 14, 2010, at 1:07 AM, Doug Barton wrote: I'm working on adding LICENSE information to my ports, and have a few questions. A lot of my ports are ISC products, and they have the following: http

Re: License Framework: Develop Best Practices

2010-06-14 Thread Chuck Swiger
On Jun 14, 2010, at 8:30 PM, Warren Block wrote: On Tue, 15 Jun 2010, Marco Br?der wrote: But it is not very useful in its current state, because several popular licenses are missing and some license foo is not right / specific enough to be considered legally correct (for example there is no

Re: Users and groups kept after a port deinstallation

2010-05-23 Thread Chuck Swiger
Hi-- On May 22, 2010, at 10:59 PM, Matthew Seaman wrote: OpenBSD has a convention that all system user accounts start with a '_' character. There are a few accounts in UIDs that have adopted that, but no great stampede to adopt the idea despite most people agreeing with it. That convention

portupgrade of gtk-2.18.7_1 failing against cairo-xlib?

2010-04-23 Thread Chuck Swiger
Hi, all-- Upgrading x11-toolkits/gtk20 is failing for me with: --- Upgrading 'gtk-2.18.7' to 'gtk-2.18.7_1' (x11-toolkits/gtk20) OK? [yes] --- Build of x11-toolkits/gtk20 started at: Fri, 23 Apr 2010 13:55:32 -0400 --- Building '/usr/ports/x11-toolkits/gtk20' === Cleaning for gtk-2.18.7_1

Re: Exchange ActiveSync account

2010-03-25 Thread Chuck Swiger
Hi-- On Mar 25, 2010, at 6:16 AM, Jack Raats wrote: I have an Exchange ActiveSync account and I would like to get this mail on my freebsd 7.3-stable server. I donn't haven an imap or pop account, only the information of the activesync account. Can anyone give me a clue how to achieve

Re: python and HUGE_STACK_SIZE

2010-03-24 Thread Chuck Swiger
Hi-- On Mar 24, 2010, at 4:11 PM, Xin LI wrote: If python needs to be compiled with HUGE_STACK_SIZE on FreeBSD, is there a reason to provide the option to not compile python with it, or at the very least, should it default to being on? Ah, yes this is the thing I turn on on all systems

Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Chuck Swiger
On Mar 18, 2010, at 12:48 AM, Doug Barton wrote: touch /etc/make.conf echo CFLAGS += -Wno-error /etc/make.conf No reason for the touch first, FWIW. Some shells aren't willing to append to files which don't already exist: # echo CFLAGS += -Wno-error /etc/make.conf zsh: no such file or

Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-17 Thread Chuck Swiger
Hi-- On Mar 17, 2010, at 6:35 PM, Jason Garrett wrote: I can't believe that no one running 9-CURRENT also didn't build gnome2 and found this problem? Shall I submit a PR? You appear to be compiling with -Werror set. Consider changing that, otherwise submitting a PR with the fix would

Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-17 Thread Chuck Swiger
On Mar 17, 2010, at 7:00 PM, Jason Garrett wrote: This must be set by default as I have set no other flags in /etc/make.conf or otherwise. How would I go about un-setting this? -Wno-error? Yes, that should do it: touch /etc/make.conf echo CFLAGS += -Wno-error /etc/make.conf Please note

Re: spamassassin problem with upgrade

2010-02-12 Thread Chuck Swiger
On Feb 12, 2010, at 2:09 PM, Marco Beishuizen wrote: Feb 12 23:06:42.196 [4545] dbg: dns: query failed: mirrors.updates.spamassassin.org = NOERROR channel: no 'mirrors.updates.spamassassin.org' record found, channel failed Feb 12 23:06:42.196 [4545] dbg: diag: updates complete, exiting with

Re: Puzzled about gettext dependencies

2010-02-09 Thread Chuck Swiger
Hi-- On Feb 9, 2010, at 3:53 PM, Andrea Venturoli wrote: # pkg_which /usr/local/bin/msgcat gettext-0.17_1 # ldd /usr/local/bin/msgcat /usr/local/bin/msgcat: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x33c7f000) libgettextlib-0.17.so =

Re: Need help from someone with boost fu + RELENG_6

2010-01-18 Thread Chuck Swiger
Hi, Doug-- On Jan 18, 2010, at 1:17 PM, Doug Barton wrote: However I apparently inherited some build problems on 6-stable that I don't understand, and since I don't have a 6-stable system available I cannot test fixes for. The problems appear to be boost-related, both more or less look like

Re: Update claws-mail

2009-11-20 Thread Chuck Swiger
Hi-- On Nov 20, 2009, at 1:07 PM, Sylvio Cesar wrote: There is PR to update of claws-mail. See: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/139467 It will be committed soon. It's quite useful for people to try the patches for updates that they are interested in, and report back

Re: Stealth dependency in textproc/redland

2009-09-16 Thread Chuck Swiger
Hi, Mel-- On Sep 16, 2009, at 5:46 AM, Mel Flynn wrote: the naughty rasqal/configure will try to find libgmp and link with it if found [ ... ] I traced this to the now absent libgmp.so.8. I'm a little short on time, but if needed can patch and PR it. Would you like this through OPTIONS

Re: amavisd-new crashing

2009-09-10 Thread Chuck Swiger
Hi-- On Sep 10, 2009, at 4:23 PM, Eric Sheesley wrote: Sep 10 19:00:08 rogue amavis[77712]: (77712-01) ESMTP::10024 /var/amavis/tmp/amavis-20090910T190007-77712: froma...@fromaddr.com - mya...@shadowlair.com SIZE=7072 BODY=7BIT Received: from rogue.shadowlair.com ([127.0.0.1]) by localhost

Re: PHP question

2009-01-14 Thread Chuck Swiger
On Jan 14, 2009, at 12:26 PM, Albert Thiel wrote: I am trying to figure out how to get a working Apache 2.x server with PHP in a safe configuration (or as safe as possible based upon all the vulns). I do not need a database. What version and options is my best bet. I have tried on my own

Re: looking for a tool which handles pdf files

2009-01-06 Thread Chuck Swiger
On Jan 6, 2009, at 8:11 AM, Oliver Lehmann wrote: I have a bunch of postcript files (generated by gschem) in various pagesizes (A0-A2). I want to have the generated PS files belonging to the same device in a multipaged PDF. Until now I'm cat-ing the ps files together doing some awk magic to

Re: Problem with net/x11vnc update.

2008-12-15 Thread Chuck Swiger
On Dec 15, 2008, at 4:15 PM, Beech Rintoul wrote: I'm trying to update the x11vnc port to the latest and I'm getting the following configure error: checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_CreateCompress in -ljpeg...

Re: What if a port doesn't have a version

2008-10-27 Thread Chuck Swiger
On Oct 27, 2008, at 11:35 AM, matt donovan wrote: I am writing a port for cinelerra and to grab the source you must get it from the git repo that they have. so the software doesn't have a version so to speak. Should I use the version from the installed version after I install cinelerra for

Re: What if a port doesn't have a version

2008-10-27 Thread Chuck Swiger
On Oct 27, 2008, at 11:55 AM, Pietro Cerutti wrote: | Should I use the version from the installed version after I install | cinelerra for the portversion and just tar it up? | | Create your own tarball and give it a version which is a date- timestamp | like 20081027... Or use the revision

Re: ADS STudio

2008-10-27 Thread Chuck Swiger
Hi-- On Oct 27, 2008, at 12:04 PM, Melissa A. VandenBrink wrote: I only have a license for adstudio 6.5 - 7.0 - is there a port for that version? I can't seem to find it. The port should be located at /usr/ports/databases/adstudio, and claims to be v7.0.4. Presumably your 7.0 license

Re: start new thread in Makefile

2008-10-20 Thread Chuck Swiger
On Oct 20, 2008, at 1:50 PM, Eitan Adler wrote: How would you start a new thread in a Makefile? make isn't threaded but you can run multiple processes in parallel via the -j flag. Regards, -- -Chuck ___ freebsd-ports@freebsd.org mailing list

Re: redland build failure

2008-08-10 Thread Chuck Swiger
Hi, all-- On Aug 10, 2008, at 2:36 AM, Max Brazhnikov wrote: On Sun, 10 Aug 2008 05:09:54 +0200, Jan Henrik Sylvester wrote: I am on 7.0 with all ports up to date. I have no nonstandard OPTIONS for any dependencies. It seems to have picked up mysql-client although I did not have WITH_MYSQL

Re: bsd-grep-20080725_1 -v flag busted...

2008-08-05 Thread Chuck Swiger
On Aug 5, 2008, at 5:10 PM, Stuart Barkley wrote: [ ... ] Yes, I was seeing problems building several ports with the latest bsdgrep port. Specifically the neon28 and avifile ports where hanging in the ./configure phase as shown at in the original message in this thread. Thanks for the

bsd-grep-20080725_1 -v flag busted...

2008-08-04 Thread Chuck Swiger
Hi-- I'd just updated the BSD grep port to bsd-grep-20080725_1, but regrettably have noticed that many things using grep stopped working. For example, running GNU-style ./configure hangs here: configure: creating ./config.status load: 1.15 cmd: sh 72964 [runnable] 7.60u 95.78s 14%

Re: bsd-grep-20080725_1 -v flag busted...

2008-08-04 Thread Chuck Swiger
On Aug 4, 2008, at 1:18 PM, Andrey Chernov wrote: echo 'fee\nfi\nfoe\nfum' | ./grep -v fi echo 'fee\nfi\nfoe\nfum' | /usr/bin/grep -v fi Example is broken, echo (for sh) supposed to be echo 'fee fi foe fum' | ... Well, if your shell's built-in echo doesn't grok newlines, then /usr/

Re: bsd-grep-20080725_1 -v flag busted...

2008-08-04 Thread Chuck Swiger
On Aug 4, 2008, at 1:26 PM, Paul Schmehl wrote: Are you sure it's grep that's broken? No, not entirely. :-) [EMAIL PROTECTED] echo 'fee\nfi\nfoe\nfum' fee\nfi\nfoe\nfum Your shell's built-in echo doesn't understand the C-style \n; try using printf command instead of echo. -- -Chuck

Re: Deleting python compiled files

2008-08-04 Thread Chuck Swiger
On Aug 4, 2008, at 3:35 PM, ros wrote: Working in a port using python i'm facing this problem. If I run the application after the install the py source files are compiled in pyc (or pyo) files. This is good cause precompiled files provide better performances. Mildly. :-) The compiled or

Re: BIG Update for www/webalizer

2008-07-21 Thread Chuck Swiger
On Jul 21, 2008, at 8:55 AM, Eric Zimmerman wrote: thanks for the info. The main webalizer page states: July 12, 2008 Version 2.20-01 has been released. This is a drop in replacement for sites running v2.01 with no additional changes required, and all users are encouraged to upgrade

DejaVuSansMono-Roman.ttf missing after update to mailgraph-1.14_2 + rrdtool-1.3.0

2008-06-26 Thread Chuck Swiger
Hi, all-- My beautiful mailgraph charts were missing the fonts after updating to mailgraph-1.14_2 + rrdtool-1.3.0, and logging: [Thu Jun 26 19:48:34 2008] [error] [client w.x.y.z] Premature end of script headers: mailgraph.cgi, referer: http://www.example.com/cgi-bin/mailgraph.cgi [Thu Jun

archivers/lzo2 selftest is a little much...?

2008-05-30 Thread Chuck Swiger
Hi, all-- I'm all for having software do a sanity check before being used, but the recent update to archivers/lzo2 (lzo2-2.03) generates some ~28,000+ lines of output. Please consider a change like: --- ports/archivers/lzo2/Makefile~ Fri May 30 18:33:46 2008 +++

Re: cvsup4 seems to be badly constipated

2008-04-18 Thread Chuck Swiger
On Apr 18, 2008, at 2:46 PM, Kevin Oberman wrote: Don't know if this is the appropriate place for this report, but cvsup4 seems to be permanently saying that too many users are logged in and to try again later. Been that wat for about a day. Seems to be working fine, here:

Re: Compiling utilizing multiple CPUs

2008-01-15 Thread Chuck Swiger
On Jan 15, 2008, at 11:34 AM, Chuck Robey wrote: The quality of the Makefiles or similar used by individual ports varies, and many of them are not safe to compile in a multithreaded fashion. You can set MAKEFLAGS=-j3 or similar in your environment, but it's really not recommended. I think

Re: Limited Freeware License question

2008-01-15 Thread Chuck Swiger
On Jan 15, 2008, at 4:13 PM, Dmitry Marakasov wrote: I want to port a game which requires data released under Limited Freeware License (http://liberatedgames.org/licenses/Limited_Freeware_License.txt) --- The owner of this software reserves all rights granted by copyright. However, the owner

Re: Limited Freeware License question

2008-01-15 Thread Chuck Swiger
On Jan 15, 2008, at 4:13 PM, Dmitry Marakasov [EMAIL PROTECTED] wrote: [ ... ] Your email bounces, BTW, so you probably wish to fix it: [EMAIL PROTECTED]: host cluster.relay.agava.net[89.108.67.8] said: 550 5.1.1 [EMAIL PROTECTED]: Recipient address rejected: User unknown in relay

Re: Handing references to GPL within ports

2007-09-13 Thread Chuck Swiger
On Sep 13, 2007, at 12:21 AM, Peter Jeremy wrote: I'm working on a port for H-Inventory (a computer inventory/resource management tool). By default, it installs a copy of the GPL. According to the Porter's Handbook, a port should avoid installing copies of the GPL. Whilst it's fairly easy to

Re: FreeBSD Port: emacs-22.0.99_1

2007-08-21 Thread Chuck Swiger
On Aug 21, 2007, at 2:21 AM, Giorgos Keramidas wrote: Anyway, did you have a specific concern about GPLv3? I was mostly concerned about local patches which we have 'backported' from CVS trunk of GNU Emacs to the editors/emacs port, to unbreak GTK+ builds. Should we sign papers with the FSF to

Re: FreeBSD Port: emacs-22.0.99_1

2007-08-20 Thread Chuck Swiger
On Aug 20, 2007, at 3:02 AM, Giorgos Keramidas wrote: [ ... ] I apologize for leaving the port stale for so long, but it's a fairly big moving target right now, with the release of GNU Emacs 22.2 in the works. Thanks for your work on the Emacs port, Giorgos. The integration of the patches may

Re: Keeping Ports and Packages Synchronized

2007-07-26 Thread Chuck Swiger
On Jul 26, 2007, at 4:14 PM, Kurt Abahar wrote: I'm trying to find a way to keep the ports tree synchronized with that from which the latest packages in packages-6-stable were built. Is there a way to accomplish this? Sure, you probably want something like portupgrade -P or portupgrade -PP

Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Chuck Swiger
On Jun 18, 2007, at 3:59 PM, Clint Olsen wrote: I'm trying to install openoffice, and some sub-portion of the port is installing bison2, and later it tries to install bison and then it complains about conflicting ports. How is one supposed to deal with sub-port conflicts like these? Why do we

Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Chuck Swiger
On Jun 18, 2007, at 4:33 PM, Clint Olsen wrote: [ ... ] % ls -l /usr/local/bin/perl5 lrwxr-xr-x 1 root wheel 24 Mar 23 2006 /usr/local/bin/perl5@ - / usr/local/bin/perl5.8.8 ...but it doesn't magically happen. Ok, so I'm required to resolve this myself if I want to install this port?

Re: can't cd to...

2007-05-30 Thread Chuck Swiger
Joffrey Audin wrote: Hi, Hi-- I have a problems with lots of ports. Ex in gnome-games : #make install clean make all-recursive make all in po cd: can't cd to po *** Error code 1 Stop in /usr/ports/games/gnome-games/work/gnome-games-2.18.1 I have this problem with lots of ports and to my

Re: email addresses and spam

2007-05-24 Thread Chuck Swiger
On May 24, 2007, at 12:02 PM, Walter Ian Kaye wrote: All right, who released my email address to spammers? Nobody. Spammers routinely search for email addresses by scraping Google, websites, mailing list archives, and even word-list dictionaries or random number generators. I send mail

  1   2   >