Re: What good is LIB_DEPENDS= ...:install ??

2012-07-21 Thread Chris Rees
r that I > can't see any way to work around. > > Insights welcome Is the dependency registered in the package? Seems to me that rather than depending on the port, it depends just on installing it Do you get what I mean? Chris

Re: mariadb-client-5.3.7 marked broken?

2012-07-21 Thread Chris Rees
will > happen without big problems (only a plist problem) > I'm looking at it right now. As Geoffroy points out, it's a packaging problem, so the port will still work for you if you remove the IGNORE line. Chris ___ freebsd-ports@freebs

Re: INDEX build failed for 7.x

2012-07-22 Thread Chris Rees
I think the script was updating when I committed the mutt move. Hopefully the next build will be OK. Chris On 22 Jul 2012 11:19, "Erwin Lansing" wrote: > INDEX build failed with errors: > Generating INDEX-7 - please wait.."Makefile", line 48: Could not find > /a/er

Re: A maintainers question: how to create a user?

2012-07-22 Thread Chris Rees
On 16 December 2011 17:56, Chris Rees wrote: > On 16 December 2011 15:27, Paul Schmehl wrote: >> --On December 15, 2011 7:16:09 PM -0500 Aryeh Friedman >> wrote: >> >>> See subject for the main question... the details: I am the maintainer of >>> deve

Re: portmaster and pkgng

2012-07-23 Thread Chris Rees
with that? > > Thanks inadvance and sorry for the (naive) noise. Of course you can stay with compiling your ports directly, but I think you'll be so amazed with how easy it is to make binary package sets yourself and use them that you'll use them instead :). You still

Re: svn commit? no templates?

2012-07-23 Thread Chris Rees
y/Approved-By/) You didn't install devel/subversion with the FREEBSD_TEMPLATE option I'm guessing... Chris ___ 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: pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-09 Thread Chris Rees
scheme of pkg, everything is > >> going into a file based SQLite3 DB? > > > > Also ensure WITH_PKGNG=yes is in your /etc/make.conf. My last comment > > still stands though, portmaster will store distifile information in > > /var/db/pkg. > >

Re: why kdbg hasn't been upgraded?

2012-08-10 Thread Chris Rees
Copying in maintainer. On 10 Aug 2012 10:42, "HU Dong" wrote: > kdbg has been upgraded to 2.5.1 with qt4 library, while the port > devel/kdbg is still 2.2.0 with qt3 library. I modified the port a > little and had it successfully built. Is there any reason that it > should stay with the older ver

Re: why kdbg hasn't been upgraded?

2012-08-10 Thread Chris Rees
Reply from maintainer. On 10 Aug 2012 11:12, "Thomas Sander" wrote: > Hello, > > It has no reason why the version is so old. You can submit a PR. > > B.R. > Thomas > > 2012/8/10 Chris Rees > >> Copying in maintainer. >> On 10 Aug 2012 10:42, &

Re: tcmalloc in Tor FreeBSD port

2012-08-10 Thread Chris Rees
whether --with-tcmalloc was given. if test "${with_tcmalloc+set}" = set; then : withval=$with_tcmalloc; tcmalloc=yes else tcmalloc=no fi Oops! The result is that using_custom_malloc will never be set to yes, and tcmalloc will probably never be used. Chris __

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD [SOLVED ?]

2012-08-11 Thread Chris Rees
usually PORTSDIR/category/port/work). No magic here ;) Not sure what was going on here, but it may indicate that the misplaced stanza doesn't have a catastrophic effect. It's still wrong though! Chris ___ 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: Dependency on sysutils/cdrtools vs sysutils/cdrtools-devel

2012-08-12 Thread Chris Rees
gt; sysutils/cdrtools-devel port? I think you're better off asking upstream; there's no problem as far as ports is concerned; the dependency is on the executable cdrecord, which is present in both packages. Chris ___ freebsd-ports@freebsd.org m

Re: thunderbird-enigmail-1.4.3 build failing on i386 9.1

2012-08-13 Thread Chris Rees
this time either. :) > > Because I put that horrible FETCH_DEPENDS inside a conditional :-) This had a general solution ages ago... but it's still in the queue. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169850 Chris ___ freebsd-ports@fre

Re: vlc 2.0.3 ProjectM path fix (was: Re: More rtld trouble)

2012-08-14 Thread Chris Rees
tall/reinstall >> >>>>>> within >> >>>>>> 2.0.3. >> >>>>>> >> >>>>>>>> Thanks again for your work on this port. >> >>>>>>>> Rainer >> >>>>

Re: Port Request - FrontAccounting

2012-08-19 Thread Chris Rees
' > '/usr/local/www/frontaccounting/company/0/js_cache' > '/usr/local/www/frontaccounting/company/0' > '/usr/local/www/frontaccounting/company' > '/usr/local/www/frontaccounting' > > Perhaps @dirrmtry might be of help > > Also una

Re: Port Request - FrontAccounting

2012-08-19 Thread Chris Rees
On 19 August 2012 16:11, Olli Hauer wrote: > On 2012-08-19 12:28, Alan Hicks wrote: >> Hi >> >> On 19/08/2012 03:46, Janketh Jay wrote: >> Or not. It appears the attachment was lost. You can download the >> .tar.gz file from the following URL: >> >> http://www.purplehat.org/downloads/frontaccounti

Re: pkgng, textproc/p5-XML-SAX-Expat: Syntax error: "{" unexpected (expecting "then")

2012-08-21 Thread Chris Rees
[1] fixed the pkg-deinstall script yesterday, but evidently you still have an older version. If pkg delete hasn't removed it, try pkg delete -f, then reinstall. Chris [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/p5-XML-SAX-Expat/pkg-deinstall _

Re: pkgng 1.0 release schedule, and HEAD switch to pkgng by default schedule

2012-08-21 Thread Chris Rees
tting up a repository ? > I did not find a big warning on the wiki. You can of course use pkgng with ports-- nothing has changed in that respect; putting WITH_PKGNG=yes into /etc/make.conf makes the ports tree work just fine. It has never been recommended to use packages and ports together. C

Re: pkgng, textproc/p5-XML-SAX-Expat: Syntax error: "{" unexpected (expecting "then")

2012-08-21 Thread Chris Rees
ency tracking: no > > Custom keywords directory: none > > Developer mode: no > > Repository: ftp://ftp.freebsd.org/pub/pkgng > > # > > How long have you had this installed? > > Steve Wills [1] fixed the pkg-deinsta

Re: pkgng, textproc/p5-XML-SAX-Expat: Syntax error: "{" unexpected (expecting "then")

2012-08-21 Thread Chris Rees
On 21 August 2012 12:07, Andriy Gapon wrote: > on 21/08/2012 12:08 Chris Rees said the following: >> On 21 August 2012 09:47, Anton Shterenlikht wrote: >>> # cd /usr/ports/textproc/p5-XML-SAX-Expat >>> # make deinstall && make reinstall >>> ===&

Re: Ports in Subversion and the INDEX file

2012-08-23 Thread Chris Rees
On 23 August 2012 10:21, Christer Solskogen wrote: > how do you regenerate this file these days? make index seems to take a > pretty long time. It's a pretty big file :) Try make fetchindex. Chris ___ freebsd-ports@freebsd.org mailin

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Chris Rees
s me is > performance. If this is significantly slower, it may cause some issues > on our end. The migration should be no surprise to anyone, since it's been discussed on this very list for a while now. If you have concerns about performance, have you tested them for speed? My instinct

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Chris Rees
[crees@pegasus]~% pkg info -qa > pkglist [crees@pegasus]~% wc -l pkglist 712 pkglist # Call pkg info once for each package [crees@pegasus]~% time /dev/null xargs -n 1 pkg info < pkglist > /dev/null 2.18s user 2.32s system 98% cpu 4.544 total # Call pkg info once for all packages [crees

Re: patch to build spamass-milter with sendmail-sasl

2012-08-23 Thread Chris Rees
ow fixes this. >> >> The port maintainer is on the Cc. No bug has been reported. Thanks for your patch Curtis; I've used it as a base for some further tweaks, and sent a PR [1]. Unfortunately you hadn't CC'd the correct maintainer, but this is not a problem since the PR

RE: pkgng default release schedule (contd...)

2012-08-24 Thread Chris Rees
re perfectly clear. > pkgdb -F to fixup stale dependencies and resolve dependency information. Unnecessary with pkgng. > A proven method in the portmaster manpage to reinstall all ports. You want to talk to the portmaster author about that. Chris __

Re: patch to build spamass-milter with sendmail-sasl

2012-08-25 Thread Chris Rees
On 25 August 2012 21:38, Curtis Villamizar wrote: > > In message > > Chris Rees writes: > >> On 23 August 2012 21:37, Lawrence K. Chen, P.Eng. wrote: >> > Just the patch I was looking for. >> > >> > - Original Message - >> >&g

Re: Can we please just remove the old Makefile headers?

2012-08-26 Thread Chris Rees
with and/or do the work myself. > > > Yes please. > > If we can't agree to mass delete them with churn, let's at least agree > to remove as we update ports, and in the template for new ports. > Now in the days of Subversion... we could do the entire tree in one lovely

Re: PKG_NG: pkg deinstall fails with "argument list too long"

2012-08-28 Thread Chris Rees
, the arguments to execve() > (called by posix_spawn()) are: > > argv[0] = "sh" > argv[1] = "-c" > argv[2] = " set -- lapack-3.4.0_2 > rm -f /usr/local/man/cat3/INSTALL_ilaver.f.3.gz ... > /usr/local/man/cat3/zupmtr.f.3.gz.bz2" > > The argu

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-31 Thread Chris Rees
On 31 Aug 2012 13:15, "John Baldwin" wrote: > > On Friday, August 31, 2012 5:59:10 am Baptiste Daroussin wrote: > > On Thu, Aug 30, 2012 at 01:02:06PM -1000, Doug Barton wrote: > > > On 08/30/2012 07:32 AM, John Baldwin wrote: > > > > On Thursday,

Re: pkg (aka pkgng) 1.0 released

2012-08-31 Thread Chris Rees
amp;& > install... Yes, have a look at ports-mgmt/pkg; .if !exists(${LOCALBASE}/sbin/pkg) PKG_BIN=${WRKSRC}/pkg-static/pkg-static .endif pkgng uses the pkg-static binary that is built to do the installation etc. Chris ___ freebsd-po

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-31 Thread Chris Rees
t and import that into base > from time to time. There can also be a port for it so people can use more > recent versions if they want to. That's the situation for several third > party tools in base. > > Given that the ports tree is currently supporting bo

Re: Automatic Port

2012-09-05 Thread Chris Rees
but you can't then do distinfo checks. I don't think it's a good idea for this reason. Chris ___ 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] Announcing the end of port CVS

2012-09-07 Thread Chris Rees
" also covers "csup"? Will csup be removed from > base? Src still uses csup, so not quite yet methinks. Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: [FreeBSD-Announce] Announcing the end of port CVS

2012-09-07 Thread Chris Rees
res > name with some other port but different category. This situation is > rare but it could happen. > > This inconvenience could probably be easily fixed when UNIQUENAME work > will be committed to the ports tree, but I'm not sure when this wil

Re: [HEADS-UP] Announcing the end of port CVS

2012-09-09 Thread Chris Rees
nsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > > > > I'd not go so far as to label it trolling > ... > I searched quite a bit upon this announcement to find csup > svn equivalent guides and found little applying to ports... > hopeful

Re: [HEADS-UP] Announcing the end of port CVS

2012-09-10 Thread Chris Rees
l a decent mirror > set is available, in order to prevent serious amounts of frustration > from your user base. I think people are getting needlessly worried. There is another six months before this happens; more mirrors should be set up by then. Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: FreeBSD Port: net-p2p/bitcoin

2012-09-10 Thread Chris Rees
s list. (PR is better; doesn't get lost then and can be tracked more easily) Chris ___ 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] Announcing the end of port CVS

2012-09-11 Thread Chris Rees
d-beans.com and neither has one or if > they do I haven't been able to find it. > > Thanks, > Frank > If you mean svnsync, that should do it for you... http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html#AEN1299 You'll want to switch mirrors

MAINTAINER lines and Real Names

2012-09-11 Thread Chris Rees
onal style; MAINTAINER=Chris Rees How would people feel about supporting that in our ports tree? I have prepared a patch that keeps the old behaviour for "make maintainer", and while I did it I couldn't help but notice that the code for make readmes actually supports such a style.

Re: MAINTAINER lines and Real Names

2012-09-11 Thread Chris Rees
On 11 September 2012 22:14, Stephen Montgomery-Smith wrote: > On 09/11/2012 03:59 PM, Chris Rees wrote: >> >> Hi all, >> >> Ever since I peeked at OpenBSD's ports [1] to see how they handle >> headers, I've noticed something else nice that they do. >

Re: [HEADS-UP] Announcing the end of port CVS

2012-09-12 Thread Chris Rees
to the > more-files-included (as above) "final working ports tree", etc, unless it > specifically copied/gcp'd/rsync'd different types of directories > within the tree (find -depth, /files/, /src/, etc etc...) so as > to remove as well as add files depending upon the loca

Re: Automatic Port

2012-09-12 Thread Chris Rees
itting on this "" > version forever until they *force* reinstall to get an upgrade. > Hm, however, you could make a target to just update to latest snapshot. http://www.bayofrum.net/~crees/scratch/Makefile-snippet (imperfect, but you

Re: svn, ports and $FreeBSD$

2012-09-13 Thread Chris Rees
is happening :). But I will follow your > suggestions until that. > Sometimes, people have put @comment $FreeBSD$ in the pkg-plist. As Beat swept the tree to try to get all the svn props correctly set, some plists were caught with this, and may have had an incorrect bit set; http://svnweb.freebsd.org/ports/head/sysutils/ldap-account-manager/pkg-plist?revision=169464&view=markup This will just happen occasionally until we catch 'em all :) Chris ___ 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: Kneeslapper

2012-09-18 Thread Chris Rees
On 18 Sep 2012 17:59, "Lars Eighner" wrote: > > Subversion build: "Many useful scripts will be installed ..." > > Ha, ha, ha. They are all incomprehensible gooblety-gook on a level seldom > seen outside of sendmail configuratio

Re: Please un-confuse me re: lang/tcl85

2012-09-22 Thread Chris Rees
on in the mean time? > I've just fixed the issue. http://lists.freebsd.org/pipermail/svn-ports-head/2012-September/004274.html If you can't wait for the change to propagate, I don't think you're too bothered by Ukrainian correct spellings, you could; sed -i.bak '/^

Re: Please un-confuse me re: lang/tcl85

2012-09-22 Thread Chris Rees
On 22 September 2012 17:51, David Wolfskill wrote: > On Sat, Sep 22, 2012 at 05:42:11PM +0100, Chris Rees wrote: >> ... >> > * Dependency of lang/tcl75 on lang/tcl86/files/patch-uk-locale was >> > added in r303095 | mi | 2012-08-24 10:16:37 -0700 (Fri, 24 Aug 2012) &

Re: Installation of "kdenetwork-4.8.4_2" fails

2012-09-22 Thread Chris Rees
botr-4.0.0" is the only way to eliminate this problem. http://www.bayofrum.net/~crees/patches/kdenetwork-lib-dep.diff This patch is untested, but if you really have successfully linked kdenetwork with libotr-4.0.0 then it should work no problem. Please let us know. Chris

Re: How to maintain a manual download in a download restricted port?

2012-09-24 Thread Chris Rees
; couldn't find something in the "Porter's Handbook", but sometimes I'm > blind ;-) If there is a statement on that subject in the handbook, > please do not hesitate to refer to the section. > http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN3090

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Chris Rees
gi?pr=170180 > > > > Here are other proposition from me: > > LATE_SET/UNSET > > CMD_SET/UNSET > > WITH / WITHOUT I thought this was a joke, but thinking about it, this is the best idea IMO. Chris ___ freebsd-ports@freeb

Re: Fwd: [Phpmyadmin-users] phpMyAdmin security alert (PMASA-2012-5)

2012-09-25 Thread Chris Rees
s is exactly the reason distinfo changes should be suspected and be accompanied by an explanation/diff. Thanks for sharing :) Chris ___ 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: astro/xearth on redports with clang: /usr/local/lib/X11/config/FreeBSD.cf:451:35: error: '#' is not followed by a macro parameter

2012-09-25 Thread Chris Rees
might be able to do the job. > > You could also raise a discussion with the clang folks. > If it's really legitimate preprocessor syntax, clang/cpp > could be fixed perhaps. Imake *really* hates clang. Although it can build with it, the resulting imake is broken. Fixing imake pro

Re: redports: USA_RESIDENT=YES ?

2012-09-27 Thread Chris Rees
t is required for strong cryptography, since the rest of the world is full of terrorists and whatnot. Chris ___ 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: redports: USA_RESIDENT=YES ?

2012-09-28 Thread Chris Rees
On 28 Sep 2012 08:14, "Lars Engels" @0x20.net > wrote: > > On Thu, Sep 27, 2012 at 04:36:34PM +0100, Chris Rees wrote: > > On 27 Sep 2012 16:29, "Anton Shterenlikht" > @ bristol.ac.uk > wrote: > > > > > > What is the meaning of US

Re: Question about postgresql 9 and pg_upgrade

2012-09-29 Thread Chris Rees
se) # service postgresql start I hope we'll have a solution soon. Chris ___ 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: huge distfiles policy

2012-09-29 Thread Chris Rees
ckage > is large (although in this case both are true) If you do, you should also chose NO_CDROM and disable distfile mirroring too! Chris ___ 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: Installing non-ports software into /usr/local

2012-09-30 Thread Chris Rees
on, please send a PR in which the maintainer will I'm sure be glad to look at :) Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Ports request

2012-10-05 Thread Chris Rees
re almost powerless in porting it. It does run great under Wine however. Chris ___ 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: [REMINDER] Please convert your ports to the new options framework

2012-10-06 Thread Chris Rees
> textproc/xalan-c po...@freebsd.org > textproc/xerces-c2 po...@freebsd.org > textproc/xmlwrapppo...@freebsd.org > www/cgiwrap po...@freebsd.org > www/openacs po...@freebsd.org > x11-toolkits/tk84po...@freebsd.org > x11-toolkits/tk86

Re: flashplugin 11.2r202.238

2012-10-06 Thread Chris Rees
e a frigging > Einstein to deduce where the problem lies. Of course, it is always > easier to blame the other guy. Patches always welcome. Or you can get a refund. Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Building Ports: Is there a "make" equivalent for --batch ?

2012-10-08 Thread Chris Rees
gest reason for doing this is to be able to run the portmaster or make > command with "|& tee build.log" at the end, and config dialog is very > hostile to this. It is also helpful to be able to allow a long portmaster or > portupgrade, or package build, to run unattended.

Re: Building Ports: Is there a "make" equivalent for --batch ?

2012-10-08 Thread Chris Rees
On 8 Oct 2012 10:16, "Chris Rees" wrote: > > > On 8 Oct 2012 09:38, "Thomas Mueller" wrote: > > > > from Polytropon: > > > > > A workaround (and not directly the answer to your question) is > > > to process the config dialogs bef

Re: HAVE_GNOME vs. bsd.ports.options.mk

2012-10-10 Thread Chris Rees
menting a workaround would help port maintainers who are > in the process of updating the port structure. No. They are two separate methods with two different reasons for using them. You have discovered a case of pre.mk being the correct one to use, which is unusual :) Chris __

Re: HAVE_GNOME vs. bsd.ports.options.mk

2012-10-10 Thread Chris Rees
On 10 October 2012 16:52, Michael Gmelin wrote: > On Wed, 10 Oct 2012 16:40:39 +0100 > Chris Rees wrote: > >> On 10 Oct 2012 11:19, "Michael Gmelin" wrote: >> > >> > Hi >> > >> > I noticed that HAVE_GNOME doesn't work properly w

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Chris Rees
l >> tab (ctrl-v then tab on the command line) > > it's crazy =) > may be add -l options? For Bourne-style shell: `pkg help 2>&1 | sed -nE 's,^ +(.*),\1,p'` For csh-style shell: `pkg help | & sed -nE 's,^ +(.*),\1,p'` where the bit between ^ and + is a tab character. You can type the tab character on a command prompt by using Ctrl+V then tab, or just type it normally in the script. Hope that helps in the meantime. Chris ___ 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: Conflict between lang/tcl85 and x11-toolkits/open-motif?

2012-10-23 Thread Chris Petrik
This can be fixed by using either the mentioned or if you require the tcl man pages add: WITHOUT_OPENMOTIF_MANUALS=yes to make.conf and rebuild open-motif. Chris On Tue, Oct 23, 2012 at 4:33 AM, Pietro Cerutti wrote: > On 2012-Oct-23, 05:02, Thomas Mueller wrote: > > Is there a

Re: Index not being built again

2012-10-25 Thread Chris Rees
tp://lists.freebsd.org/pipermail/svn-ports-head/2012-October/006294.html > There are duplicate pgtcl ports. Oh no, I'm really sorry- my first broken INDEX :( Please feel free to disconnect them for now- I'm not home for a while yet. Chris

Re: Index not being built again

2012-10-25 Thread Chris Rees
On 25 Oct 2012 10:47, "Erwin Lansing" wrote: > > On Thu, Oct 25, 2012 at 09:09:07AM +0100, Chris Rees wrote: > > On 25 Oct 2012 08:15, "Erwin Lansing" wrote: > > > > > > On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: > >

Re: Use custom scripts for pkg-deinstall

2012-10-25 Thread Chris Rees
in pkg-deinstall? In short, no. Deinstalling is done by removing all files from pkg-plist and running pkg-deinstall scripts. No other way. Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscr

Re: lbreoffice 3.5.7

2012-10-27 Thread Chris Rees
t; > > > Mitja > > > clang++: error: unable to execute command: Segmentation fault: 11 (core dumped) > > http://www.redbubble.com/people/lumiwa SIG 11 is almost always bad hardware, I agree with Robert on diagnosis. Does it fail in the same place every time? Chris ___ 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: lib name on LIB_DEPENDS

2012-10-28 Thread Chris Rees
[HERE]:${PORTSDIR}/textproc/py-feedparser ? Try looking in the output of ldconfig -r The bit after the -l is what you want. Chris ___ 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: lib name on LIB_DEPENDS

2012-10-28 Thread Chris Rees
p://paste.sistematico.org/16 > > Any hint? > Yes, you installed py-feedparser with a different PREFIX somehow :) Use pkg_delete -fx py27-feedparser Once you've done that, you should be able to make your test port without problems. Chris

Re: tracking number of users for a port

2012-10-29 Thread Chris Rees
On 29 Oct 2012 20:05, "Kristopher Clark" wrote: > > Once a port is in the tree is there a way to track how many people are using that port? No. Many view that as an advantage :) Chris ___ freebsd-ports@freebsd.org m

Re: lib name on LIB_DEPENDS

2012-10-30 Thread Chris Rees
On 30 October 2012 13:40, Lucas Saliés Brum wrote: > Em 30/10/2012 10:34, Ruslan Mahmatkhanov escreveu: >> Lucas Saliés Brum wrote on 30.10.2012 17:25: >>> Em 28/10/2012 15:31, Chris Rees escreveu: >>>> Yes, you installed py-feedparser with a different PREFIX someh

Re: lib name on LIB_DEPENDS

2012-10-30 Thread Chris Rees
On 30 October 2012 14:07, Lucas Saliés Brum wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Em 30/10/2012 10:43, Chris Rees escreveu: >> On 30 October 2012 13:40, Lucas Saliés Brum wrote: >>> Em 30/10/2012 10:34, Ruslan Mahmatkhanov escreveu: &

Re: lib name on LIB_DEPENDS

2012-10-30 Thread Chris Rees
On 30 October 2012 14:19, Lucas Saliés Brum wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Em 30/10/2012 11:08, Chris Rees escreveu: > >> On 30 October 2012 14:07, Lucas Saliés Brum wrote: >>> >>> -BEGIN PGP SIGNED MESSAGE-

Re: [Call for Testers] VirtualBox 4.2.4

2012-10-30 Thread Chris Rees
, i'll see if i can make it work, though im not an expert in this > field. > >> >> > - Clang, fails, details are below. >> >> Clang does not support global registered variables so it's not supposed to >> work. > > My understa

Re: pkgclean target? by analogy with distclean

2012-10-31 Thread Chris Rees
package". bsd.port.mk, line 3962: delete-package: Hope that helps :) Chris ___ 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: tk85 Port Maintenance

2012-10-31 Thread Chris Rees
port before you remove the ? from COMMENT too. Chris ___ 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: tk85 Port Maintenance

2012-10-31 Thread Chris Rees
lied) patch detected! Assume -R? [y] > Hunk #1 succeeded at 1 with fuzz 2. > Hunk #2 failed at 12. > Hunk #3 failed at 42. > Hunk #4 failed at 61. > Hunk #5 failed at 423. > 4 out of 5 hunks failed--saving rejects to Makefile.rej > done > Say no to -r detected; i

Re: Fw: FreeBSD ports you maintain which are out of date

2012-11-04 Thread Chris Rees
R_SITES and I haven't investigated any further :) What do you mean by /reed/? Chris >> Subject: FreeBSD ports you maintain which are out of date >> Date: Saturday, November 3, 2012, 7:01 AM > >> Full details can be found at the following URL: >>

Re: wine/i386 for FreeBSD/amd64 port (aka wine-fbsd64)

2012-11-04 Thread Chris Rees
then be able to run wine on an i386 system. > > Would wine-fbsd64 be a separate port, or would it be wine built on i386, as > the page http://wiki.freebsd.org/Wine suggests? It would be nice to be able > to run Wine on i386 as well as amd64. It would be a separate port, as he has explained :) I

Re: Fw: FreeBSD ports you maintain which are out of date

2012-11-04 Thread Chris Rees
same time. >> >> I've tried to update it to 2.22.1, but the file isn't on >> the >> MASTER_SITES and I haven't investigated any further :) >> >> What do you mean by /reed/? >> >> Chris >> >> >> Subject: FreeBSD por

Re: general ports config question

2012-11-06 Thread Chris Rees
efined to be something out of /usr/local > which leads me to think I'm missing something pretty basic; > I'm guessing those symbols should still be pointing at /usr/local/ > via some defines I haven't set. > > hints? USE_GMAKE=yes in the port Makefile and use make i

Re: wine/i386 for FreeBSD/amd64 port (aka wine-fbsd64)

2012-11-07 Thread Chris Rees
ensive Ports users. Just a comment. Ports does have a wine-32 port-- it's called emulators/wine. This will be an *additional* port for amd64. Chris > On 11/07/12 01:45, Thomas Mueller wrote: >> >> from David Naylor : >> >>> Hi List, >>> # Executive Su

Re: pkgng woes

2012-11-09 Thread Chris Rees
ng versions with binary packages is a bad idea anyway. Packages are built with a certain set of dependencies, and you can't mix and match (this has always been the case). If you want to do this, use ports. Packages are designed to work as a set, hence pkg upgrade just upgrades everyt

Re: pkgng woes

2012-11-09 Thread Chris Rees
On 9 Nov 2012 18:34, "Jeffrey Bouquet" wrote: > > > > --- On Fri, 11/9/12, Chris Rees wrote: > > > From: Chris Rees > > Subject: Re: pkgng woes > > To: "Beeblebrox" > > Cc: freebsd-ports@freebsd.org > > Date: Frida

Re: pkg upgrade - Nothing to do

2012-11-11 Thread Chris Rees
ee... This is still a beta, so I'm afraid you'll have to bear with us. Building a package set takes several days with extremely powerful machines (this is for one architecture, one FreeBSD version). Once pkgng becomes the main target for package builds, you will have your security fixes on time. Until then, you will have to build from ports. Chris ___ 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: WireGuard for FreeBSD

2018-05-21 Thread Chris H
nters, and such you think may be helpful are greatly appreciated. Thanks, Jason! --Chris We currently have packages for many Linux distros [4], but FreeBSD will be the first open source BSD project. There are two packages to add: 1. wireguard-tools, providing wg(8) and wg-quick(8) Runtime de

Re: WireGuard for FreeBSD

2018-05-24 Thread Chris H
l to have pr(1)'s to deal with. Especially with the introduction (updrade) of clang/llvm in $BASE to v.5, and now v.6. Thanks for your understanding. --Chris -- Bernhard Froehlich http://www.bluelife.at/ ___ freebsd-ports@freebsd.org mai

Re: Pause pkg install messages

2018-05-24 Thread Chris H
one can have, for tcsh: alias pkg 'script -a /var/log/pkg.log pkg-static' So "pkg install xxx yyy zzz" adds fulls output to specified file. +1 I simply fire $ script ~/pkg-install-session build, or pkg install $ exit Then grep(1) the results for desire

Re: Pause pkg install messages

2018-05-24 Thread Chris H
e build/install session completed. Perhaps pkg(8) could incorporate this, as well? --Chris ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Pause pkg install messages

2018-05-24 Thread Chris H
On Thu, 24 May 2018 15:02:10 +0100 "Johannes Lundberg" said On Thu, May 24, 2018 at 2:57 PM Chris H wrote: > On Thu, 24 May 2018 10:03:47 +0100 "Johannes Lundberg" > said > > > On Thu, May 24, 2018 at 9:27 AM Bob Eager wrote: > > > > >

Re: Pause pkg install messages

2018-05-24 Thread Chris H
On Thu, 24 May 2018 15:39:39 +0100 "Johannes Lundberg" said On Thu, May 24, 2018 at 3:25 PM Chris H wrote: > On Thu, 24 May 2018 15:02:10 +0100 "Johannes Lundberg" > said > > > On Thu, May 24, 2018 at 2:57 PM Chris H wrote: > > > > > On

Re: WireGuard for FreeBSD

2018-05-24 Thread Chris H
On Thu, 24 May 2018 19:39:22 +0200 "Jason A. Donenfeld" said Hi Chris, On Thu, May 24, 2018 at 3:38 PM, Chris H wrote: > I should have no trouble introducing Wireguard to the ports system today. I'm not a native fluent speaker of FreeBSDese, but my understanding is: a)

Re: WireGuard for FreeBSD

2018-05-25 Thread Chris H
On Fri, 25 May 2018 12:05:40 +0200 "Jan Bramkamp" said On 25.05.18 09:29, Bernhard Fröhlich wrote: > On Fri, May 25, 2018 at 12:24 AM, Chris H wrote: >> On Thu, 24 May 2018 22:16:42 +0200 "Bernhard Froehlich" >> said >> >>> Am 24.05.2018 21:

Re: Of Git and M$

2018-06-15 Thread Chris H
d just about everything since SCCS). Thanks, Dave. I had intended to bring up similar dialog, when I discovered the announcement. Not a big loss to me, as I've always been more of a GitLab fan. But hadn't looked at BitKeeper. Thanks for the reference! --Chris [*] Remember their motto

Re: Of Git and M$

2018-06-19 Thread Chris H
On Tue, 19 Jun 2018 07:13:35 -0700 (PDT) "Roger Marquis" said Anonymous (Carmel NY) wrote: >> of course microsoft bought it to steal software more efficiently. > > Steal what? It is already freely available. This is just more FUD spread by > people who fail to comprehend the actual logistics o

Re: icedtea-web broken after removal of libxul

2018-06-22 Thread Chris H
After a (weak) try with make MOZILLA_LIBS=/usr/local/lib/libxul MOZILLA_CFLAGS=-I//usr/local/include/libxul: ___^ did you really intend to put 2 slashes there? might this not potentially confuse the build? Just thought I'd mention it, in case it matters. :-) --Chris It fails miss

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Chris H
note the key here is NO_BUILD you mention your distfile uses tar(1) and xz(1). The above example assumes the extension name is .txz ; adjust as needed. You will (of couse) need to fill all the empty fields as needed, as well as add || subtract them, as needed. Hope this helps. --Chris __

Re: Any way to prevent do-extract chmod and chown?

2018-07-02 Thread Chris H
he plist. make makeplist may be of help to you, as it would allow you to assign ownership in large chunks, thusly: @a:b:c this that ... theother @d:f:e somefile ... another bunch of files @other:owner:group:perms thesefiles ... thosefiles This all assumes that th

<    4   5   6   7   8   9   10   11   12   13   >