On Sat, 21 Feb 2009 09:32:52 +0300
Anonymous wrote:
> Would it be okay if I use commit hash in PORTVERSION and constantly
> bump PORTEPOCH on each update? Are there any such precedents?
>
> %%%
> PORTVERSION=0.0.10${SNAPSUFFIX}
> PORTEPOCH= 1
>
> SNAPSUFFIX= .${SNAPTYPE}.${SNAPREV}
Hi,
I'm looking for a dyndns.org client. I've used ddup for years but it is
deleted for quite some time now. ipcheck is not a solution because it
requires python. I don't want to install a whole scripting language for
just keeping my IP at dyndns.org up to date on my router.
So I'm looking for a
Hi,
it looks like the problem is indeed in ltmain.sh
of my source packages. The decisive code piece
is not the one from my last mail but this
freebsd-elf)
major=".$current"
versuffix=".$current";
;;
which i replaced by this (learned from case linux)
Upload Your event free at www.usafestival.net/upload
Sincerely,
www.usafestival.net
___
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
> From: Oliver Lehmann lehm...@ans-netz.de
> Hi,
>
> I'm looking for a dyndns.org client. I've used ddup for years but it is
> deleted for quite some time now. ipcheck is not a solution because it
> requires python. I don't want to install a whole scripting language for
> just keeping my IP at d
Oliver Lehmann wrote:
Hi,
I'm looking for a dyndns.org client. I've used ddup for years but it is
deleted for quite some time now. ipcheck is not a solution because it
requires python. I don't want to install a whole scripting language for
just keeping my IP at dyndns.org up to date on my router
Ion-Mihai Tetcu writes:
> On Sat, 21 Feb 2009 09:32:52 +0300
> Anonymous wrote:
>
>> Would it be okay if I use commit hash in PORTVERSION and constantly
>> bump PORTEPOCH on each update? Are there any such precedents?
>>
>> %%%
>> PORTVERSION=0.0.10${SNAPSUFFIX}
>> PORTEPOCH= 1
>>
>>
Quoting Oliver Lehmann :
Hi,
I'm looking for a dyndns.org client. I've used ddup for years but it is
deleted for quite some time now. ipcheck is not a solution because it
requires python. I don't want to install a whole scripting language for
just keeping my IP at dyndns.org up to date on my ro
On Sat, 21 Feb 2009 15:01:37 +0300, Anonymous wrote:
> Ion-Mihai Tetcu writes:
> > On Sat, 21 Feb 2009 09:32:52 +0300
> >
> > Anonymous wrote:
> >> Would it be okay if I use commit hash in PORTVERSION and constantly
> >> bump PORTEPOCH on each update? Are there any such precedents?
> >>
> >> %%%
Does anyone know why I am getting this?
gmake[3]: Entering directory
`/usr/ports/sysutils/policykit/work/PolicyKit-0.9/doc/man'
/usr/local/bin/xsltproc -nonet
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
polkit-auth.xml
I/O error : Attempt to load network entity
htt
Carl Johan Gustavsson writes:
I think dns/ez-ipupdate will suit you. (http://ez-ipupdate.com/)
Sounds good - will test it.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any ma
GESBBB writes:
I would recommend "dns/ddclient"; however, it is PERL based.
Is there any specific reason that using a Perl program is verboten?
I would require me to install perl and I want to keep the installed
software on my router as low as possible.
On Mon, 16 Feb 2009 22:09:52 +0100
"Alexey Shuvaev" wrote:
> On Mon, Feb 16, 2009 at 01:50:25PM +, RW wrote:
> > On Mon, 16 Feb 2009 13:29:38 +
> > RW wrote:
> >
> > >
> > > I need to replace my old CRT monitor. I suspect that my nvidia
> > > GeForce FX 5700LE wont support a widescreen
On Sat, 21 Feb 2009 01:08:07 -0600, Thomas Schmitt
wrote:
Hi,
Sam Lawrance wrote:
http://www.freebsd.org/doc/en/books/developers-handbook/policies-shlib.html
That description is similar to what i experience
on my Linux system but not to what i see on the
FreeBSD server where i do my tests
Hi,
I don't know when this first occured (maybe when switching from firefox 2
to 3) but all the printouts I'm doing from a webpage have their fonts
displayed extremly grainy. It is hard to read anything on the printout.
Any idea how I can get my firefox to print nice anti aliased fonts?
--
Oliv
On Sat, 21 Feb 2009 09:47:13 +0100
Oliver Lehmann wrote:
> Hi,
>
> I'm looking for a dyndns.org client. I've used ddup for years but it
> is deleted for quite some time now. ipcheck is not a solution because
> it requires python. I don't want to install a whole scripting
> language for just keep
Hi,
Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xmms-faad2-2.7.log :
building xmms-faad2-2.7 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD
maintained by: po...@freebsd.org
building for: 7.1-STABLE amd64
Makefile ident: $FreeBSD: ports/audio/xmms-faad/Makefile,v 1.33 2009/0
Hi list,
/lang/drscheme is a port of the DrScheme development environment
included with PLT Scheme. This port installs a rather old version and is
unmaintained.
The project page given in the pkg-descr () points to
...
/lang/plt-scheme on the other hand is maintained and installs the
current
Hi,
Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/bmp-faad2-2.7.log :
building bmp-faad2-2.7 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD
maintained by: po...@freebsd.org
building for: 7.1-STABLE amd64
Makefile ident: $FreeBSD: ports/audio/bmp-faad/Makefile,v 1.24 2009/02/2
On Sat, 2009-02-21 at 15:01 +0300, Anonymous wrote:
> Ion-Mihai Tetcu writes:
>
> > On Sat, 21 Feb 2009 09:32:52 +0300
> > Anonymous wrote:
> >
> >> Would it be okay if I use commit hash in PORTVERSION and constantly
> >> bump PORTEPOCH on each update? Are there any such precedents?
> >>
> >> %
On Sat, 21 Feb 2009 06:48:56 -0600, Max Brazhnikov
wrote:
On Sat, 21 Feb 2009 15:01:37 +0300, Anonymous wrote:
Ion-Mihai Tetcu writes:
> On Sat, 21 Feb 2009 09:32:52 +0300
>
> Anonymous wrote:
>> Would it be okay if I use commit hash in PORTVERSION and constantly
>> bump PORTEPOCH on each
Hi,
I am having trouble after xorg was updated to 7.4.
Everything worked fine up until the xorg update.
All my ports are up to date. I am running FreeBSD 7.1-STABLE
from Feb 21. I have a dualhead (3 heads) setup with 2 nvidia GeForce
8600 using the nv driver.
1) The scree
On Sat, 2009-02-21 at 22:19 -0300, Mario Sergio Fujikawa Ferreira wrote:
> Hi,
>
> I am having trouble after xorg was updated to 7.4.
> Everything worked fine up until the xorg update.
>
> All my ports are up to date. I am running FreeBSD 7.1-STABLE
> from Feb 21. I have a dualhead (3
23 matches
Mail list logo