x11/xset needs a direct dependency on xproto

2011-09-10 Thread Doug Barton
... otherwise it misses the need to upgrade xproto, thus: checking for XSET... configure: error: Package requirements (xproto = 7.0.17 xmuu) were not met: Requested 'xproto = 7.0.17' but version of Xproto is 7.0.16 Index: Makefile

Re: Removed ports - looking from the bench

2011-09-10 Thread Doug Barton
The way that the FreeBSD project handles deleted ports is to leave them in the CVS repository, where they are easily available to everyone who would like to access them. However I think that your idea is interesting, and I'd love to see the people who are deeply concerned about deleted ports

Re: Removed ports - looking from the bench

2011-09-11 Thread Doug Barton
On 09/11/2011 13:35, Warren Block wrote: Let me suggest a reasonable[1] plan: No. :) No more talking is necessary. Doing is necessary (or not, doesn't really matter to me at this point). I think Chris is right, a reasonable first step is a Handbook section on How to recover a port from the CVS

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Doug Barton
On 09/12/2011 12:06, Lev Serebryakov wrote: Hello, Eric. You wrote 12 сентября 2011 г., 21:33:58: Not aware of a command line tool, but the beta version of the freshports website show what ports require the selected port in order to run, which what I think you want. Oh. For gcc45, for

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Doug Barton
On 09/12/2011 12:58, Lev Serebryakov wrote: How could I determine which ports are directly lined with libgcc from gcc44? ldd? Yes, that's really the only answer. I have the following function which would work: old_libs () { local file nf; [ -e ~/old-lib-list ] unlink ~/old-lib-list;

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Doug Barton
On 09/12/2011 16:46, Stephen Montgomery-Smith wrote: We all make mistakes from time to time. Michal could have pointed out the mistake and still been nice about it. I know for myself that when I make a mistake like this that I feel bad enough as it is, and I don't need anyone rubbing it in.

Detecting dependencies

2011-09-14 Thread Doug Barton
Howdy, A couple of recent threads have mentioned clever ways to search for dependencies. One problem ... there aren't any. :) The *only* safe way to make sure you have found all possible references to a dependency is to grep the entire ports tree (grep -r category/portname /usr/ports/*). There

Re: Status of cups-base and avahi-app?

2011-09-21 Thread Doug Barton
On 09/21/2011 01:45, Thomas Mueller wrote: Do I lose anything by turning off this option (DNSSD)? When you try it, what happens? -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the

Re: Xorp 1.8.4 is released.

2011-09-21 Thread Doug Barton
Thanks for letting us know. FYI, there is currently no maintainer for this port in the FreeBSD tree, so if any of our users want to take this on they should submit a PR. Doug On 09/21/2011 11:03, Ben Greear wrote: Hello BSD maintainers! If you have any patches to help make xorp 1.8.4 work

Re: ftp://ftp.dti.ad.jp returns 421 - anybody else seing this?

2011-09-25 Thread Doug Barton
On 09/25/2011 08:18, Chris Rees wrote: On 25 September 2011 15:06, Anton Shterenlikht me...@bristol.ac.uk wrote: ftp ftp.dti.ad.jp Trying 202.216.228.228:21 ... Connected to ftp.dti.ad.jp. 421 Service not available, remote server has closed connection. Are you still seeing this? It's

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Doug Barton
On 09/28/2011 12:39, Hartmann, O. wrote: The mess started to happen when I tried to repair a non CLANG compiling port math/gotoblas with portmaster -vf amth/gotoblas. Since this build binutils and even gettext and libiconv, I guess they got broken. Last I saw was a successful installation

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Doug Barton
On 09/28/2011 13:45, Beech Rintoul wrote: On Wednesday 28 September 2011 12:18:47 Doug Barton wrote: On 09/28/2011 12:39, Hartmann, O. wrote: The mess started to happen when I tried to repair a non CLANG compiling port math/gotoblas with portmaster -vf amth/gotoblas. Since this build binutils

Re: recent ports removal

2011-09-30 Thread Doug Barton
On 09/30/2011 02:54, Ruslan Mahmatkhanov wrote: Doug Barton wrote on 30.09.2011 13:50: On 09/30/2011 02:40, Ruslan Mahmatkhanov wrote: Hi, Doug. You just removed www/pyblosxom. But we have a pr, that update it to latest (not-vulnerable) version: http://bugs.freebsd.org/160682. Julien took

Re: recent ports removal

2011-09-30 Thread Doug Barton
On 09/30/2011 11:05, Ruslan Mahmatkhanov wrote: Doug Barton wrote on 30.09.2011 22:04: On 09/30/2011 02:54, Ruslan Mahmatkhanov wrote: Doug Barton wrote on 30.09.2011 13:50: On 09/30/2011 02:40, Ruslan Mahmatkhanov wrote: Hi, Doug. You just removed www/pyblosxom. But we have a pr

Still can't build libreoffice

2011-10-02 Thread Doug Barton
I'm on 9-current r225756 amd64. Since the latest version of libreoffice was committed I always get stuck with cppunittest pegging the cpu at 100% and never completing. I've tried removing the port and letting libreoffice reinstall it as a dependency, no luck. Here's where I'm getting stuck:

Re: Still can't build libreoffice

2011-10-03 Thread Doug Barton
On 10/03/2011 07:32, Oliver Heesakkers wrote: I have the same problem (9.0 BETA3 amd64) When I set libreoffice's DEBUG option, the build (`make`) does complete. Thanks, that gave me some new places to look. I had the following in make.conf: CFLAGS+= -g DEBUG_FLAGS+= -g Commenting

lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-05 Thread Doug Barton
Howdy, Trying to create a package for lang/chicken today, it fails to build at all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the Makefile. Also, once it got built, it failed to package: === Building package for chicken-4.7.0 tar: lib/chicken/6/modules.db: Cannot stat: No such

lang/ocaml fails to package without THREADS option (plist error)

2011-10-05 Thread Doug Barton
stas, If I don't choose the THREADS option I get this. Looks like it needs some PLIST_SUB action. Thanks, Doug tar: lib/ocaml/caml/threads.h: Cannot stat: No such file or directory tar: lib/ocaml/condition.mli: Cannot stat: No such file or directory tar: lib/ocaml/event.mli: Cannot stat: No

Re: security/cfs

2011-10-06 Thread Doug Barton
On 10/06/2011 05:24, Kostik Belousov wrote: So, after the all discussions, security/cfs was silently removed. Right, because the EXPIRATION_DATE arrived and all the reasons for removing it were still valid. I really don't need to explain to you that the files are still in the attic, and that if

Re: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2/files patch-plugins::gssapi.c

2011-10-07 Thread Doug Barton
In case anyone wants to take this on, this port fails to install on 10.0 because it uses its own version of libtool. I took a quick look but there wasn't a solution obvious enough for me. :) Doug On 10/07/2011 09:15, Hajimu UMEMOTO wrote: ume 2011-10-07 16:15:47 UTC FreeBSD ports

Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-07 Thread Doug Barton
On 10/05/2011 15:19, Vitaly Magerya wrote: Doug Barton wrote: Trying to create a package for lang/chicken today, it fails to build at all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the Makefile. True. Do you mind if I go ahead and add that sooner rather than later? Also

Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-08 Thread Doug Barton
On 10/08/2011 00:41, Vitaly Magerya wrote: Doug Barton wrote: On 10/05/2011 15:19, Vitaly Magerya wrote: Doug Barton wrote: Trying to create a package for lang/chicken today, it fails to build at all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the Makefile. True. Do you

Re: Current problem reports assigned to po...@freebsd.org

2011-10-10 Thread Doug Barton
It's been quite a few weeks that this empty/pointless message has been sent to the list, what needs to happen to make it stop? On 10/10/2011 04:08, FreeBSD bugmaster wrote: Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a

Patch for ports on 10-current

2011-10-10 Thread Doug Barton
Until the pointy-haireds come up with a better solution, here is a patch that incorporates work that others have done into a manageable form so that those interested in working with ports on 10-current have some tools to work with: http://dougbarton.us/bam.patch You need to do the equivalent of

Re: Current problem reports assigned to po...@freebsd.org

2011-10-10 Thread Doug Barton
On 10/10/2011 14:48, Eitan Adler wrote: On Mon, Oct 10, 2011 at 3:22 PM, Doug Barton do...@freebsd.org wrote: It's been quite a few weeks that this empty/pointless message has been sent to the list, what needs to happen to make it stop? Assign bugs to ports@ - then it won't be empty anymore

Re: Patch for ports on 10-current

2011-10-10 Thread Doug Barton
On 10/10/2011 15:00, Nali Toja wrote: Doug Barton do...@freebsd.org writes: Until the pointy-haireds come up with a better solution, here is a patch that incorporates work that others have done into a manageable form so that those interested in working with ports on 10-current have some

Re: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2/files patch-plugins::gssapi.c

2011-10-10 Thread Doug Barton
On 10/09/2011 09:29, Hajimu UMEMOTO wrote: Hi, On Fri, 07 Oct 2011 16:48:52 -0700 Doug Barton do...@freebsd.org said: dougb In case anyone wants to take this on, this port fails to install on 10.0 dougb because it uses its own version of libtool. I took a quick look but dougb

graphics/mapnik 2.0.0 fails to package

2011-10-13 Thread Doug Barton
Building a package on 8.2-RELEASE I get this: === Creating a package for new version mapnik2-2.0.0 tar: lib/mapnik2/input/sqlite.input: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Previous version

Re: Current problem reports assigned to po...@freebsd.org

2011-10-14 Thread Doug Barton
On 10/12/2011 09:36, Gavin Atkinson wrote: Fixed. This was caused by an invalid assignment in ports/158904 confusing the script. Thanks! -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of

Re: Still can't build libreoffice

2011-10-14 Thread Doug Barton
Well I have good news of a sort. I was previously working with a world/kernel that was built by clang. I finally had a chance to rebuild with the stock gcc, and now that I have, libreoffice builds and runs just fine with the GTK option the only one selected (i.e., no debug). So hopefully this

Re: Alpine mail client discontinued?

2011-10-16 Thread Doug Barton
On 10/16/2011 15:49, Ted Hatfield wrote: A quick google search shows re-alpine http://sourceforge.net/projects/re-alpine/develop http://re-alpine.sourceforge.net/ The continuation of the Alpine email client from University of Washington. Maybe you would like to create a port. My

Re: [kde-freebsd] UPDATING 20111016 and net/linphone-base -- can not be built.

2011-10-17 Thread Doug Barton
On 10/17/2011 16:09, Chuck Burns wrote: On Monday, October 17, 2011 4:33:22 PM Douglas Berry wrote: I found I needed to pkg_delete ortp\* first, then linphone-base buit. Yes, this is indeed a working fix. I discovered this earlier as well, but by the time I had enough free time to

Re: Has isc-dhcp31-server-3.1.ESV_1,1 been removed?

2011-10-18 Thread Doug Barton
On 10/17/2011 23:22, Leslie Jensen wrote: When I do pkg_version -vIL= It returns isc-dhcp31-server-3.1.ESV_1,1 ! Comparison failed I cannot find any mention in UPDATING that the port should be upgraded. How should I handle this? Upgrade to a supported version. I have

clamav size mismatch: expected 45793424, actual 45793398

2011-10-19 Thread Doug Barton
Any ideas? :) -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/

Re: graphics/mapnik 2.0.0 fails to package

2011-10-19 Thread Doug Barton
On 10/14/2011 21:10, wen heping wrote: I could not reproduce this plist error Here is my build log: http://people.freebsd.org/~dougb/mapnik-build.log I included 'make showconfig' output ... perhaps we're using different options? Doug -- Nothin' ever doesn't change, but nothin'

Re: graphics/mapnik 2.0.0 fails to package

2011-10-19 Thread Doug Barton
On 10/19/2011 04:53, Oliver Heesakkers wrote: Op wo 19 okt 2011 00:37:37 schreef Doug Barton: On 10/14/2011 21:10, wen heping wrote: I could not reproduce this plist error Here is my build log: http://people.freebsd.org/~dougb/mapnik-build.log I included 'make showconfig' output

Re: TeXLive

2011-10-21 Thread Doug Barton
On 10/10/2011 06:45, Stephen Montgomery-Smith wrote: On 10/10/11 07:23, Stephen Montgomery-Smith wrote: On 10/10/2011 06:44 AM, Eitan Adler wrote: Are there any plans on getting these committed to the mainline ports tree? I'd be willing to work with you on that. I agree with Eitan. I don't

Re: lang/ocaml fails to package without THREADS option (plist error)

2011-10-22 Thread Doug Barton
Did I miss a response to this issue? Will filing a PR help? Doug On 10/05/2011 15:44, Doug Barton wrote: stas, If I don't choose the THREADS option I get this. Looks like it needs some PLIST_SUB action. Thanks, Doug tar: lib/ocaml/caml/threads.h: Cannot stat: No such file

Re: which ports require dialog during update

2011-10-22 Thread Doug Barton
On 10/22/2011 01:06, Thomas Mueller wrote: from kron24 kro...@gmail.com: OP may want to look on 'make config-recursive'. Sometimes, perhaps when selecting options results in subsequent dialogs, 'make config-recursive' doesn't do all the first time, meaning I get subsequent dialogs. I

Re: lang/ocaml fails to package without THREADS option (plist error)

2011-10-25 Thread Doug Barton
On 10/22/2011 00:30, Stanislav Sedov wrote: On Sat, 22 Oct 2011 00:15:36 -0700 Doug Barton do...@freebsd.org mentioned: Did I miss a response to this issue? Will filing a PR help? Hey, Doug! Sorry for the long response, but I've been cought with ports being broken on 10.x entirely, so

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-31 Thread Doug Barton
On 10/27/2011 09:27, Scott Lambert wrote: On Thu, Oct 27, 2011 at 11:15:00AM +0200, Ed Schouten wrote: Hi folks, As crees@ suggested, I'm sending an email to ports@ about this. What really bothers me when I use the FreeBSD Ports tree on one of my systems, is that the behaviour of dealing

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-31 Thread Doug Barton
On 10/31/2011 00:38, Dominic Fandrey wrote: On 31/10/2011 07:28, Doug Barton wrote: On 10/27/2011 09:27, Scott Lambert wrote: On Thu, Oct 27, 2011 at 11:15:00AM +0200, Ed Schouten wrote: What really bothers me when I use the FreeBSD Ports tree on one of my systems, is that the behaviour

Re: poppler-gtk-0.16.7

2011-10-31 Thread Doug Barton
On 10/31/2011 16:06, Leslie Jensen wrote: I get pkg_version -vIL= poppler-gtk-0.16.7 ! Comparison failed portmaster --check-depends Checking poppler-gtk-0.16.7 === /usr/ports/graphics/poppler-gtk does not exist === This port should probably be

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-31 Thread Doug Barton
On 10/31/2011 03:41, Dominic Fandrey wrote: What has to be done after an update is often very specific, though. That's why I proposed that there should be a knob for the port maintainer to include the standard version of the script, or not. If there are more heavily customized things that need

Re: Ports missing in their categories' Makefiles

2011-10-31 Thread Doug Barton
Are you sure your ports tree is up to date? The first few ports you listed don't check out ... On 10/31/2011 17:56, Conrad J. Sabatier wrote: OK, the list is actually smaller than I had mentioned earlier. My first list included ports not mentioned in the categories' README.html files as well,

Re: Ports missing in their categories' Makefiles

2011-10-31 Thread Doug Barton
On 10/31/2011 21:11, Doug Barton wrote: Are you sure your ports tree is up to date? The first few ports you listed don't check out ... D'oh! I slightly misunderstood what you meant when you said category's makefile, but I got it now. Still not sure about astro/weatherget

korean/xpdf

2011-11-01 Thread Doug Barton
The korean/unfonts-ttf (which korean/xpdf depends on) has this: IGNORE= was splitted into korean/unfonts-core and korean/unfonts-extra I'd like to remove korean/unfonts-ttf, but korean/xpdf is the last port still depending on it. Do you think that you could update it? Doug --

Re: Removal of java/jde: There is a pr for an update

2011-11-02 Thread Doug Barton
On 11/02/2011 02:11, Jan Henrik Sylvester wrote: Hi Doug! You just removed java/jde, but you forgot to look at prs for a fix. There is one (author Cced) with an update to a version that does fetch: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158204 Since the new version is called

Re: mail/rspamd

2011-11-02 Thread Doug Barton
On 11/02/2011 03:42, Vsevolod Stakhov wrote: On 11/02/2011 01:34 AM, Doug Barton wrote: mail/rspamd has an optional dependency on security/p5-Digest-SHA256, which has the following: DEPRECATED= use the builtin Digest::SHA instead Do you think you could update the port? Surely. I'll

Re: Trivial conformity thing...

2011-11-06 Thread Doug Barton
Thanks for reporting this. FYI your pattern missed a few, and picked up a few false positives in the perl ports with WWW::, but I fixed all the ones I could find. (Of course that's not saying I didn't miss a few too.) Doug On 11/06/2011 05:42, Matthew Seaman wrote: Dear all, It's a

Re: Recent ports removal

2011-11-11 Thread Doug Barton
On 11/10/2011 03:06, Dmitry Marakasov wrote: * Baptiste Daroussin (b...@freebsd.org) wrote: They have been deprecated for a while and noone said anything about those, that is the purpose of the DEPRECATED status. The not used anymore mean not used in Why should we go through it again

Re: Recent ports removal

2011-11-11 Thread Doug Barton
On 11/11/2011 14:15, Xin LI wrote: (I just picked one message to do a reply-all, not specific to any one single message but all of them). Technically speaking the current approach's problem is that the user might have no chance of seeing it before the port is removed. That's going to be

Re: Re-adding a port [was: Re: mysql-gui-tools]

2011-11-11 Thread Doug Barton
On 11/11/2011 20:28, Warren Block wrote: On Fri, 11 Nov 2011, Mark Linimon wrote: On Fri, Nov 11, 2011 at 01:04:41PM +0100, Benny Goemans wrote: Is it possible to bring back the port so I can submit that change so that at least some people can use it again? I've just added a section to

emulators/virtualbox-ose-kmod fails on HEAD

2011-11-11 Thread Doug Barton
I'm running r227447 and get the following: cc -O2 -pipe -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_AMD64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -Iinclude -I. -Ir0drv -I. -I@

Re: emulators/virtualbox-ose-kmod fails on HEAD

2011-11-12 Thread Doug Barton
On 11/12/2011 00:03, Bernhard Fröhlich wrote: look for the patch in ports/162186 Thanks. I found the patch, but if I download it and turn it into patch-foo and try to build the port, all hunks fail to apply. Normally I'd just apply by hand and regenerate, but it's a big patch. Has anyone

Re: Recent ports removal

2011-11-13 Thread Doug Barton
On 11/13/2011 12:25, Mikhail T. wrote: You've gone from small minority of other interested parties to no one has made a peep in a single e-mail! If this is the quality of the rest of your reasoning, than you should not be surprised, that it has not really resonated despite the endless

Re: [removed ports] sysutils/cpuburn

2011-11-16 Thread Doug Barton
On 11/15/2011 09:44, Andriy Gapon wrote: It should be MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= avg Um, no. That's not an advantage over the previous situation, where the distfile mirror became the only working master site by default. Please provide a proper master

Re: Recent ports removal

2011-11-16 Thread Doug Barton
On 11/15/2011 11:01, Matthew Seaman wrote: On 11/11/2011 22:23, Doug Barton wrote: By its nature, deprecated ports tends not to be updated for long time, port tools like portmaster, portupgrade will not even see it because no PORTREVISION bump happen. portmaster -L will warn you about

Re: [removed ports] sysutils/cpuburn

2011-11-16 Thread Doug Barton
On 11/16/2011 00:27, Chris Rees wrote: On 16 Nov 2011 08:19, Doug Barton do...@freebsd.org mailto:do...@freebsd.org wrote: On 11/15/2011 09:44, Andriy Gapon wrote: It should be MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= avg Um, no. That's not an advantage over

Re: postfix-current broken on amd64 platform

2011-11-16 Thread Doug Barton
On 11/16/2011 05:03, Wietse Venema wrote: I tend to believe that network-less build environments are not representative for the environment where an Internet MTA would run, but hey, what do I know. I think you're right that having a network makes the MTA more useful. :) However given the

Re: BIND 9 question

2011-11-17 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/17/2011 08:31, Albert Thiel wrote: I have been hearing that since last night DNS 0-day exploitation is taking place all over the net. I dislike the term 0-day because it means different things to different people. What is true is that a

Re: BIND 9 question

2011-11-18 Thread Doug Barton
On 11/18/2011 06:05, Luchesar V. ILIEV wrote: On 18/11/2011 15:48, Christer Solskogen wrote: On Thu, Nov 17, 2011 at 10:20 PM, Doug Barton do...@freebsd.org wrote: The ports, 10-current, stable/8 and stable/7 were all updated yesterday shortly after ISC publicly released the code

Re: Slave ports

2011-11-21 Thread Doug Barton
On 11/21/2011 15:17, Matthew Seaman wrote: Lets suppose you want the gtk2 version of lazarus, and lets further suppose that the two slave ports discussed previously have been created. You would write dependency lines in the port Makefile eg. like this: BUILD_DEPENDS =

Re: Current unassigned ports problem reports

2011-11-22 Thread Doug Barton
On 11/22/2011 6:18 PM, Greg Larkin wrote: I have tried various ways to build a query that includes responsible IS NULL You almost certainly want responsible=freebsd-ports-bugs. Unassigned is a relative term. :)

Re: Strange issues while upgrading ports

2011-11-27 Thread Doug Barton
On 11/27/2011 5:01 AM, Jerry wrote: Personally, portmaster always seems to get my ass in a sling when I have attempted to use it so I leave it alone. Obviously, YMMV. As always, if you run into bugs or problems with portmaster I'm happy to accept bug reports about it. -- We

Re: pr# for 9-10 problem?

2011-12-09 Thread Doug Barton
On 12/09/2011 09:06, Robert Huff wrote: There is a problem building various ports caused by the FreeBSD major version number going from 9 to 10 (specifically, from single to double digits). My morning brain has been unable to find this in the PR database; would some kind soul

Re: pr# for 9-10 problem?

2011-12-09 Thread Doug Barton
On 12/09/2011 12:20, Robert Huff wrote: Doug Barton writes: There is a problem building various ports caused by the FreeBSD major version number going from 9 to 10 (specifically, from single to double digits). My morning brain has been unable to find this in the PR database

Re: again, ports that stop daemons

2011-12-09 Thread Doug Barton
On 12/09/2011 13:18, Baptiste Daroussin wrote: On Sat, Dec 03, 2011 at 01:09:09AM +0200, Andriy Gapon wrote: on 02/12/2011 21:55 Baptiste Daroussin said the following: On Fri, Dec 02, 2011 at 08:38:05PM +0100, Torfinn Ingolfsen wrote: On Fri, Dec 2, 2011 at 1:13 PM, Andriy Gapon

Clicking URLs with acroread8

2011-12-09 Thread Doug Barton
I receive PDF documents with URLs that I need to click, and so I would like to get that working in acroread8. I symlink'ed firefox into /compat/linux/usr/local/bin, and set the preferences in acroread accordingly. That got me from a firefox not found error to this, printed out in the terminal:

Re: Clicking URLs with acroread8

2011-12-12 Thread Doug Barton
On 12/11/2011 23:24, Micheas Herman wrote: Not a direct solution, but I have found the gnome pdf reader evince Thanks, too gnome'y. :) -- [^L] Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :)

Re: Clicking URLs with acroread8

2011-12-12 Thread Doug Barton
On 12/09/2011 16:14, Doug Barton wrote: I receive PDF documents with URLs that I need to click, and so I would like to get that working in acroread8. I symlink'ed firefox into /compat/linux/usr/local/bin, and set the preferences in acroread accordingly. That got me from a firefox not found

Re: pr# for 9-10 problem?

2011-12-13 Thread Doug Barton
On 12/10/2011 06:35, Robert Huff wrote: Doug Barton writes: Read /usr/ports/UPDATING? If you mean 20110928 - that identifies the problem, and provides workarounds, but does not name the pr. What are you trying to accomplish? I have some machines that I would like

Re: Linux compatibility with more than one Linux installed?

2011-12-13 Thread Doug Barton
On 12/06/2011 05:45, RW wrote: On Tue, 6 Dec 2011 06:29:03 -0600 Zhihao Yuan wrote: On Tue, Dec 6, 2011 at 6:21 AM, RW rwmailli...@googlemail.com wrote: On Tue, 6 Dec 2011 04:54:18 -0600 Zhihao Yuan wrote: Not really. The actual thing is, linuxulator is a Linux kernel running as a

Re: Clicking URLs with acroread8

2011-12-19 Thread Doug Barton
On 12/12/2011 21:52, Jason Helfman wrote: epdfview is like evince, but doesn't use all of the gnome libs. This is awesome, thanks! -- [^L] Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :)

Re: Clicking URLs with acroread8

2011-12-20 Thread Doug Barton
On 12/20/2011 04:03, Guido Falsi wrote: On Mon, Dec 19, 2011 at 09:18:22PM -0500, Robert Huff wrote: Doug Barton writes: epdfview is like evince, but doesn't use all of the gnome libs. This is awesome, thanks! On first look - agreed. If you like epdfview you could also like

salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 16:32, Christer Edwards wrote: I must have horrible luck or something, but I've put together rc scripts and they don't work. This port sure is giving me a hard time! Here is a link to the updated archive with the .sample suggestions applied as well as the rc scripts. Can

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 17:34, Christer Edwards wrote: On Thu, Dec 22, 2011 at 5:45 PM, Doug Barton do...@freebsd.org wrote: There are some style problems and one real bug that are repeated for all 3 scripts. I attached a fixed version of one of them, hopefully that will help you see what's needed

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 18:01, Greg Larkin wrote: On 12/22/11 8:34 PM, Christer Edwards wrote: On Thu, Dec 22, 2011 at 5:45 PM, Doug Barton do...@freebsd.org wrote: There are some style problems and one real bug that are repeated for all 3 scripts. I attached a fixed version of one of them, hopefully

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 18:28, Christer Edwards wrote: On Thu, Dec 22, 2011 at 7:01 PM, Doug Barton do...@freebsd.org wrote: Try doing s/-/_/ for all the $name variables. I think that's what's causing your problem. I did a little more testing (and I added the Makefile and .in file suggestions). I can

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 23:05, Christer Edwards wrote: On Thu, Dec 22, 2011 at 8:12 PM, Doug Barton do...@freebsd.org wrote: You need to pay attention to what Greg told you, and read the Handbook page that I sent. :) OK. I give. I've read that Handbook page a number of times and nothing is jumping

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 23:21, Christer Edwards wrote: On Fri, Dec 23, 2011 at 12:11 AM, Doug Barton do...@freebsd.org wrote: Did you read the pre-commit checklist? Particularly item 7? If the script uses an interpreted language like perl, python, or ruby, make certain that command_interpreter is set

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 23:40, Christer Edwards wrote: On Fri, Dec 23, 2011 at 12:32 AM, Doug Barton do...@freebsd.org wrote: So now do 'ps axww | grep salt' and confirm that it's really running with python2.7, as opposed to something different. Indeed it is running with python2.7 Ok, does the pid

Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port)

2011-12-22 Thread Doug Barton
On 12/22/2011 23:47, Christer Edwards wrote: The pid file does not seem to get created. Ok, so fix it. :) Setting 'pidfile' in the rc.d script is only useful if the service creates a pid file. It's not magic. Given that the thing seems to create a lot of instances of itself, and one pid may

Re: Clicking URLs with acroread8

2011-12-24 Thread Doug Barton
On 12/21/2011 01:13, Guido Falsi wrote: On Tue, Dec 20, 2011 at 07:13:41PM -0800, Doug Barton wrote: On 12/20/2011 04:03, Guido Falsi wrote: On Mon, Dec 19, 2011 at 09:18:22PM -0500, Robert Huff wrote: Doug Barton writes: epdfview is like evince, but doesn't use all of the gnome libs

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-02 Thread Doug Barton
Is there such a thing as a redports mailing list? -- You can observe a lot just by watching. -- Yogi Berra Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Doug Barton
On 01/04/2012 06:00, Bernhard Froehlich wrote: On 02.01.2012 23:32, Doug Barton wrote: Is there such a thing as a redports mailing list? I neither have the infrastructure nor the time to setup and maintain my own list so I created one on Google Groups: redpo...@googlegroups.com https

Feasibility of splitting out web components of lang/php5

2012-01-05 Thread Doug Barton
I do package build systems that support a variety of types of end systems. (Nearly) all of them use php in some form or another, but a substantial portion of them don't have web servers, and therefore don't need the cgi, apache module, or the apache dependency that comes with them. What would

Re: Feasibility of splitting out web components of lang/php5

2012-01-05 Thread Doug Barton
On 01/05/2012 21:45, John Marshall wrote: On Thu, 05 Jan 2012, 20:20 -0800, Doug Barton wrote: What would make my life a whole lot simpler is if lang/php5 were the command line version, and the cgi and apache modules were separate ports. Is this feasible? Don't the port's knobs work for you

Re: How to handle config files

2012-01-09 Thread Doug Barton
On 01/08/2012 04:59, Martin Kropfinger wrote: Hi there! The porters handbook describes a way to handle config files: http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html It is recommended to do it this way for keeping changed files after deinstallation on the system.

Re: FreeBSD9 + PHP

2012-01-09 Thread Doug Barton
On 01/09/2012 12:08, alexus wrote: so maybe there is package to make existing php5 package that would work w/ apache and not just fastcgi There is not a package with that option enabled. You will need to build /usr/ports/lang/php5 and run 'make config' to enable it. Hope this helps, Doug --

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Doug Barton
On 1/11/2012 2:44 AM, Andriy Gapon wrote: my problem occurs with lang/gcc (gcc 4.6) as a compiler. That's not an officially supported configuration. If stuff breaks for you when using a !base compiler your fastest course of action for getting a fix is to do it yourself. :) Doug --

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Doug Barton
On 1/11/2012 10:41 AM, Mark Felder wrote: Instead of hacking up zoneminder's rc script with further patches like pulling out the real mysql server, database, username and password perhaps we should see if we can get the mysql maintainer(s) to fix the mysql rc script so it doesn't exit until

Re: Adding licensing info to my ports: some questions

2012-01-17 Thread Doug Barton
On 01/17/2012 03:56, Vitaly Magerya wrote: Eitan Adler wrote: 1) Will licensing section ever appear in the Porters Handbook? :-) Yes Is someone actually working on it? If so, and is there some sort of target timeline? Back in 2010 when the framework was introduced, my general impression

Re: Adding licensing info to my ports: some questions

2012-01-17 Thread Doug Barton
On 01/17/2012 14:35, Torfinn Ingolfsen wrote: Anything can go wrong, but it is (IMO) quite easy to state the intention of the FreeBSD Project in this case. You're making the very common mistake of assuming that the law has anything to do with reality. It doesn't. The fact that we're making

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-19 Thread Doug Barton
On 01/18/2012 23:07, vermaden wrote: Lets talk about Ports maintainers for a while, ftp/vsftpd maintainer for example, one of the options of this port is to provide a RC script so one will be able to start this FTP server with /usr/local/etc/rc.d script, but ... ITS NOT ENABLED BY DEFAULT, wtf

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-19 Thread Doug Barton
On Thu, 19 Jan 2012, Kaya Saman wrote: not sure where this thread started as searching my mail archives yielded nothing apart from this excerpt. -hackers. If this is an attack on FreeBSD It's not. as the title suggests; It doesn't. In any case I forgot to change the subject line, mea

Re: with the cvs history? trying to help INDEX builds.

2012-01-19 Thread Doug Barton
On 01/18/2012 17:31, Michael Scheidell wrote: in manually trying to build an index for a tinderbox/binary/portmaster distribution I highly recommend looking at ports-mgmt/p5-FreeBSD-Portindex for this purpose. After the initial set up incremental changes take seconds, instead of 30+ minutes.

nspluginwrapper config fails on -current

2012-01-19 Thread Doug Barton
Other ports are up to date, but I'm getting this: === Configuring for nspluginwrapper-1.4.4 unknown floating point format Let me know how much more detail is useful. Doug -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth of

Any plans to update salt to 0.9.5?

2012-01-19 Thread Doug Barton
I've been evaluating salt, and would prefer not to deploy prior to the msgpack update in 0.9.5. Doug -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :)

Re: with the cvs history? trying to help INDEX builds.

2012-01-20 Thread Doug Barton
On 01/20/2012 04:53, Chris Rees wrote: Occasionally someone runs an exp- for sparc64 (lol) etc. ... which given the overwhelming lack of users for this platform is almost certainly a waste of resources. They use TRYBROKEN to test packages marked BROKEN, but ONLY_FOR_ARCHS sets IGNORE.

  1   2   3   4   5   6   7   8   9   10   >