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
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
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
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
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
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"
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.
> >
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
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, &
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
__
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"
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
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
tall/reinstall
>> >>>>>> within
>> >>>>>> 2.0.3.
>> >>>>>>
>> >>>>>>>> Thanks again for your work on this port.
>> >>>>>>>> Rainer
>> >>>>
'
> '/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
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
[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
_
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
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
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
>>> ===&
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
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
[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
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 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
__
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
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
, 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
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,
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
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
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"
" 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"
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
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
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"
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"
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
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.
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.
>
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
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
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"
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
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 '/^
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)
&
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
; 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
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
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"
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
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"
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
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"
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"
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 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"
> 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
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
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.
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
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
__
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
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"
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
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
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:
> >
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
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"
[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"
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
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
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
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:
&
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-
, 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
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"
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"
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
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:
>>
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
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
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
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
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
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
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"
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
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
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
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"
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:
> >
> > >
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
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)
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:
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
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
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
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
__
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
801 - 900 of 1527 matches
Mail list logo