Re: Busybox update, call for testers on amd64

2011-01-27 Thread Eygene Ryabinkin
Chris, good day.

Tue, Jan 25, 2011 at 07:18:56PM +, Chris Rees wrote:
> New patch to stop use of utmp.h when FEATURE_UTMP is off.
> 
> Try these now (I tried them in my Tinderbox for 9-CURRENT, so they do
> work on i386)

Works on my amd64/-CURRENT host.
-- 
Eygene Ryabinkin,,,^..^,,,
[ Life's unfair - but root password helps!   | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]


pgpbZ3t5XCdmC.pgp
Description: PGP signature


Re: bump of PORTREVISION mandatory?

2011-01-27 Thread Sahil Tandon
On Thu, 2011-01-27 at 17:30:45 +, Helmut Schneider wrote:

> with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
> "deprecated". Therefore a change at pkg_descr is required. That is the
> only change.

In such scenarios, please be aware of the following from the Porter's
Handbook:

"When it makes sense to do so, users can be warned about a pending port
removal with DEPRECATED and EXPIRATION_DATE. The former is simply a
string stating why the port is scheduled for removal; the latter is a
string in ISO 8601 format (-MM-DD). Both will be shown to the user."

> Do I need to bump PORTREVISION before I submit the updated port?

No.

-- 
Sahil Tandon 
___
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: xfce 4.8pre3 preview

2011-01-27 Thread Olivier Duchateau
Hi,

I uploaded 2 plugins for Thunar (v1.2.0) work only with Xfce 4.8:
- audio/thunar-media-tags-plugin
- archivers/thunar-archive-plugin

http://www.errements.net/FreeBSD/thunar-plugins.tar.gz


2011/1/26 Martin Wilke :
>
> Hello,
>
> Just got the ok from Oliver to release the 4.8 Release patchset to public,
>
> http://people.freebsd.org/~miwi/xfce4.8-rl.tgz
>
> Enjoy
>
> Feedback of course Welcome.
>
>
> On Thu, Jan 13, 2011 at 4:52 PM, Oliver Lehmann  wrote:
>>
>> Hi,
>>
>> with the help of miwi's and Olivier's work plus some changes from my
>> side a tarball containing the xfce 4.8pre3 ports has been made:
>>
>> http://people.freebsd.org/~oliver/xfce/xfce-4.8pre3_ports.tar.gz
>>
>> If you unpack it in /usr/ports, make sure you delete the following
>> orphaned patch files afterwards:
>>  x11/libexo/files/patch-Makefile.in
>>  x11/libexo/files/patch-exo-mount-point.c
>>  x11-wm/xfce4-panel/files/patch-plugins-launcher-launcher-exec.c
>>
>> The following ports are broken right now by the xfce upgrade and some of
>> them will probably be marked as BROKEN or even IGNORE (thunar-volman for
>> example) when 4.8 comes out:
>>
>> archivers/thunar-archive-plugin
>> audio/thunar-media-tags-plugin
>> deskutils/orage
>> devel/thunar-svn-plugin
>> mail/xfce4-mailwatch-plugin
>> net-im/xfce4-messenger-plugin
>> sysutils/thunar-volman-plugin
>> sysutils/xfce4-genmon-plugin
>> sysutils/xfce4-places-plugin
>> sysutils/xfce4-power-manager
>> sysutils/xfce4-wavelan-plugin
>> x11/xfce4-clipman-plugin
>> x11/xfce4-wmdock-plugin
>>
>> I'm happy about any feedback.
>>
>>  Oliver
>>
>>
>>
>>
>>
>> 
>> This message was sent using IMP, the Internet Messaging Program.
>>
>> ___
>> 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"
>
>



-- 
olivier
___
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: openldap-sasl-client ports

2011-01-27 Thread Yuri Pankov
On Thu, Jan 27, 2011 at 02:54:41PM -0800, Xin LI wrote:
> On 01/27/11 13:44, Yuri Pankov wrote:
> > Hi,
> > 
> > Looks like dependency recording for openldap2{3,4}-sasl-client ports is
> > broken again (I tried to fix it in ports/135664). I can take a look at
> 
> How do I reproduce this?  (so I would be able to test before commit? Or
> it's someone else broken it?)

Sorry for not providing test case, which is really simple - just install
openldap24-client port with SASL option turned on and any port depending
on openldap-client (i.e. gnupg):

darklight.org.ru:yuri:~> pkg_info -rx gnupg
Information for gnupg-2.0.16_6:

Depends on:
Dependency: ca_root_nss-3.12.6
Dependency: curl-7.21.3
Dependency: pth-2.0.7
Dependency: libiconv-1.13.1_1
Dependency: gettext-0.18.1.1
Dependency: libgpg-error-1.10
Dependency: libassuan-2.0.1_1
Dependency: libksba-1.1.0
Dependency: libgcrypt-1.4.6
Dependency: dirmngr-1.1.0_5

The following is probably the reason:
@name openldap-sasl-client-2.4.23
@comment ORIGIN:net/openldap24-client

> > fixing it again, but the real question here is - do we really need them
> > now, when options are the same for -client and -server ports?
> 
> I'm not sure if I understood what you mean -- do you mean that now that
> we have OPTIONS menu for both -client ports?

Nevermind the options part, I got the reason for having separate
-sasl-client ports wrong, I think.

> Speaking about the two different ports, I believe the real reason for
> having both is to make it easier to install binary packages (we build at
> FreeBSD cluster).  Note that we have no preconfigured ports that uses
> them though.
> 
> I do not personally use SASL'ed OpenLDAP but I am not really sure if
> it's Okay to just axe the package...

Sorry if I'm totally wrong here.. My solution would be simple - make
SASL option turned on by default and drop PKGSUFFIX as well as deleting
the slave -sasl ports (as I see no reason for treating client or server
compiled with SASL support differently, and I hope that someone could
shed some light on the topic).
 
If we are to keep the suffix, may be we could set the LATEST_LINK when
adding PKGSUFFIX instead of having separate port with different origin
confusing the dependency recording?

> Cheers,
> - -- 
> Xin LI   http://www.delphij.net/
> FreeBSD - The Power to Serve!Live free or die


Yuri
___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Henrik Brix Andersen
On Jan 27, 2011, at 18:47, Scot Hetzel wrote:
> There is not need to bump PORTREVISION for simple changes.  The only
> time a PORTREVISION bump is required is when it fixes a security
> problem, or when a library the port depends on changes.

Not entirely true.

Please see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#MAKEFILE-NAMING-REVEPOCH

Brix

-- 
Henrik Brix Andersen 





PGP.sig
Description: This is a digitally signed message part


Re: openldap-sasl-client ports

2011-01-27 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 01/27/11 13:44, Yuri Pankov wrote:
> Hi,
> 
> Looks like dependency recording for openldap2{3,4}-sasl-client ports is
> broken again (I tried to fix it in ports/135664). I can take a look at

How do I reproduce this?  (so I would be able to test before commit? Or
it's someone else broken it?)

> fixing it again, but the real question here is - do we really need them
> now, when options are the same for -client and -server ports?

I'm not sure if I understood what you mean -- do you mean that now that
we have OPTIONS menu for both -client ports?

Speaking about the two different ports, I believe the real reason for
having both is to make it easier to install binary packages (we build at
FreeBSD cluster).  Note that we have no preconfigured ports that uses
them though.

I do not personally use SASL'ed OpenLDAP but I am not really sure if
it's Okay to just axe the package...

Cheers,
- -- 
Xin LI http://www.delphij.net/
FreeBSD - The Power to Serve!  Live free or die
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)

iQEcBAEBCAAGBQJNQfexAAoJEATO+BI/yjfB+1IIAJuIU5F9hhTPUY+Im0+JwGip
LshjR4l2sM/Mx31xhgMv3rC8MVP3+yjvM4M49+dKSK3XwZmDVf9TM8R7OJ86dVuJ
kVcIqkX5JMDm/3sv+TfIH31jFhuOf7foiVd5g86p+Ll81RAh6QoLTl1zYiCaRo6p
CJfuU/t5d1sZ7iMk245vP9ueOWiuf66OwdPyxJ8C6D8Ux0jqAJPLmZXpKFCiqQk/
KSei8wp/KfC7Yxgf94xVc+smKOsLllFBv+RezNZ97CusYBhVHmBd0UMKmg/RHrrv
Knop881BsgFFmgu3bfzZcndnTbfUfXZda5h1hHo2lpns6gWEUheq5Jh1vGKdkno=
=pbte
-END PGP SIGNATURE-
___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Scot Hetzel
On Thu, Jan 27, 2011 at 11:30 AM, Helmut Schneider  wrote:
> Hi,
>
> with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
> "deprecated". Therefore a change at pkg_descr is required. That is the
> only change.
>
> Do I need to bump PORTREVISION before I submit the updated port? Is
> that mandatory?
>
> I don't like the idea that someone is asked to update his/her installed
> package only because of a changed pkg_descr.
>
There is not need to bump PORTREVISION for simple changes.  The only
time a PORTREVISION bump is required is when it fixes a security
problem, or when a library the port depends on changes.

Scot
___
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"


openldap-sasl-client ports

2011-01-27 Thread Yuri Pankov
Hi,

Looks like dependency recording for openldap2{3,4}-sasl-client ports is
broken again (I tried to fix it in ports/135664). I can take a look at
fixing it again, but the real question here is - do we really need them
now, when options are the same for -client and -server ports?


TIA,
Yuri
___
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: New port needs review: net/erlyvideo

2011-01-27 Thread Ruslan Mahmatkhanov

25.01.2011 00:22, Ruslan Mahmatkhanov пишет:


Hi!

Thank you all much for all the tips and guidance.
So it seems i'm finally was able to produce a port,
that installs and deinstalls fine both installed
from a port and package.

The only question that i have: what if my port installs
some stuff into /var/lib/%%PORTNAME%%/snmp (i.e. that
directory isn't empty after installing). There is no
problem when installing from ports, but how can i do
the same when installing from package? How to correctly
install and deinstall data via package from /var?

Thanks in advance.

There is also updated links:
port: http://happy-nation.by.ru/ports/tb/erlyvideo.tgz
diff: http://happy-nation.by.ru/ports/erlyvideo.diff
shar: http://happy-nation.by.ru/ports/erlyvideo.shar



This is finally solved. Thanks pav@ for clarification about /var issue. 
And thank you all for all the help.


http://www.freebsd.org/cgi/query-pr.cgi?pr=154345

--
Regards,
Ruslan
___
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"


Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear)

2011-01-27 Thread eculp
First I run perl-after-upgrade -f that initially fixed most everything  
but courier that I have tried to rebuild with portmaster and manually:

---
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages

 In addition, please pay attention to the following:
courier-0.63.0_1 cannot be fixed up (and has to be reinstalled):  
/usr/local/libexec/filters/perlfilter is using unknown libperl


--- Repeating summary:
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages



Then I run portmaster courier-0.63.0_1 and the result is the following  
with libtool that I have no idea how to solve.


mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po
/bin/sh ./libtool --tag=CC   --mode=link cc  -Wall -I./.. -I..  
-I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED  
-fno-strict-aliasing  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib  
-o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la  
../numlib/libnumlib.la

libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
gmake[3]: *** [cancelmsg] Error 63
gmake[3]: Leaving directory  
`/usr/ports/mail/courier/work/courier-0.63.0/courier'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory  
`/usr/ports/mail/courier/work/courier-0.63.0/courier'

gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory  
`/usr/ports/mail/courier/work/courier-0.63.0/courier'

gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/mail/courier.
*** Error code 1

Stop in /usr/ports/mail/courier.

===>>> make failed for mail/courier
===>>> Aborting update

Any and all help, suggestions, solutions are appreciated,  Courier is  
important to me;)


ed
___
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: Very Important Note on HP LaserJet P1102 on FreeBSD

2011-01-27 Thread Aleksandr Rybalko
On Thu, 27 Jan 2011 01:50:16 +0330
Bahman Kahinpour  wrote:

> Hi dear FreeBSD people,
> After spending a lot of time on making my HP LaserJet P1102 work on
> FreeBSD, I found out what the problem is!!! Please tell this to
> anybody who has problems with HP P1102 on FreeBSD!
> The problem with this HP model is that it has a fake CD-ROM which
> contains the Windows drivers. The USB must actually be switched from
> the CD-ROM mode to the Printer mode in order to work. Otherwise, the
> printer will not work whatever you do. /dev/ulpt0 will not show up
> either.
> ---> The workaround is this: You must (unfortunately) connect the
> printer to a Windows system and run SIUtility.exe or SIUtility64.exe
> from the UTIL folder in the Driver CD-ROM (physical CD-ROM that comes
> with the printer not the fake one) and completely disable this "HP
> Smart Install" feature. After disabling this feature, everything will
> be fine on FreeBSD and life will be more beautiful.
> * Please pass this info on blogs, wikis, ... . I do not want other
> FreeBSD fans suffer this pain.
> Good luck
> ___
> 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"

Hi,
seems ZeroCD technology now touching printers :)
Bahman, can you try UQ_MSC_EJECT_* quirks on -CURRENT, maybe this can
switch without booting into Win?
If not, maybe googling some info about your printer with usb_modeswitch
can help.

WBW
-- 
Aleksandr Rybalko 
___
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: Typo3, submit port, mirrors

2011-01-27 Thread Helmut Schneider
Helmut Schneider wrote:

[mirrors down]

Might be related:

http://sourceforge.net/apps/wordpress/sourceforge/2011/01/27/service-downtime/

Helmut

___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Helmut Schneider
Eitan Adler wrote:

> > Do I need to bump PORTREVISION before I submit the updated port? Is
> > that mandatory?
> 
> PORTREVISION should only be changed if you need the users of a port to
> recompile the port.
> Typos and documentation typically don't require such a change.

Thanks.

___
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: net/samba3 gone, anjd nothing in UPDATING

2011-01-27 Thread Jerry
On Thu, 27 Jan 2011 17:13:13 +
Tom Evans  articulated:

> Hi all
> 
> I was updating ports one of my boxes last night, and it informed me
> that net/samba3 is no more. Unlike usual, there was no
> /usr/ports/UPDATING entry to tell nubbins like me how to cope with
> this missing port.
> 
> There is still net/samba34 and net/samba35. I tried to get portupgrade
> to replace net/samba3 with net/samba35, but it clearly didn't like my
> invocation:
> 
> > # portupgrade -o net/samba35 net/samba3
> > #
> 
> Can anyone help?

From "/usr/ports/MOVED"

net/samba3||2010-10-18|Has expired: Unsupported by the upstream. Please, 
consider to upgrade.

-- 
Jerry ✌
freebsd-ports.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Helmut Schneider
Jason Helfman wrote:

> On Thu, Jan 27, 2011 at 05:30:45PM +, Helmut Schneider thus spake:
> > Hi,
> > 
> > with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
> > "deprecated". Therefore a change at pkg_descr is required. That is
> > the only change.
> > 
> > Do I need to bump PORTREVISION before I submit the updated port? Is
> > that mandatory?
> > 
> > I don't like the idea that someone is asked to update his/her
> > installed package only because of a changed pkg_descr.
> > 
> > Thanks, Helmut
> 
> If 4.3 is deprecated, shouldn't it be removed from the tree? (ie.
> MOVED/UPDATING)

It is still supported (estimated until 06/11) but already called
"deprecated".

> Why would you need to update the portrevision for a pkg-descr change?
> If it isn't changing the behavior of the port, I don't see why that
> is necessary, but others may have different ideas on this topic.

OK.

___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Eitan Adler
> Do I need to bump PORTREVISION before I submit the updated port? Is
> that mandatory?
>

PORTREVISION should only be changed if you need the users of a port to
recompile the port.
Typos and documentation typically don't require such a change.

-- 
Eitan Adler
___
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: bump of PORTREVISION mandatory?

2011-01-27 Thread Jason Helfman

On Thu, Jan 27, 2011 at 05:30:45PM +, Helmut Schneider thus spake:

Hi,

with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
"deprecated". Therefore a change at pkg_descr is required. That is the
only change.

Do I need to bump PORTREVISION before I submit the updated port? Is
that mandatory?

I don't like the idea that someone is asked to update his/her installed
package only because of a changed pkg_descr.

Thanks, Helmut


If 4.3 is deprecated, shouldn't it be removed from the tree? (ie.
MOVED/UPDATING)

Why would you need to update the portrevision for a pkg-descr change? If it
isn't changing the behavior of the port, I don't see why that is necessary,
but others may have different ideas on this topic.

-jgh
___
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"


net/samba3 gone, anjd nothing in UPDATING

2011-01-27 Thread Tom Evans
Hi all

I was updating ports one of my boxes last night, and it informed me
that net/samba3 is no more. Unlike usual, there was no
/usr/ports/UPDATING entry to tell nubbins like me how to cope with
this missing port.

There is still net/samba34 and net/samba35. I tried to get portupgrade
to replace net/samba3 with net/samba35, but it clearly didn't like my
invocation:

> # portupgrade -o net/samba35 net/samba3
> #

Can anyone help?

Cheers

Tom
___
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"


bump of PORTREVISION mandatory?

2011-01-27 Thread Helmut Schneider
Hi,

with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
"deprecated". Therefore a change at pkg_descr is required. That is the
only change.

Do I need to bump PORTREVISION before I submit the updated port? Is
that mandatory?

I don't like the idea that someone is asked to update his/her installed
package only because of a changed pkg_descr.

Thanks, Helmut

___
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: Typo3, submit port, mirrors

2011-01-27 Thread Helmut Schneider
Helmut Schneider wrote:

> Hi Wen,
> 
> wen heping wrote:
> 
> > Do you mean the fetch error?
> 
> Yes.
> 
> > Seems typo3_4.5.0 changed download site , now it is:
> > http://dl1.typo3.org/TYPO3_4.5.0/introductionpackage-4.5.0.zip
> > 
> > So you should change MASTER_SITES.
> 
> Currently
> 
> MASTER_SITES=
> SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
> 
> is defined. According to bsd.sites.mk SF aka SOURCEFORGE resolves to
> 
> http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/
> 
> But the correct link is
> 
>
http://sourceforge.net/projects/typo3/files/TYPO3%20Source%20and%20Dummy/
> 
> project*s*.

It seems they completely changed the mirroring system. Never mind.

___
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: Typo3, submit port, mirrors

2011-01-27 Thread Helmut Schneider
Hi Wen,

wen heping wrote:

> Do you mean the fetch error?

Yes.

> Seems typo3_4.5.0 changed download site , now it is:
> http://dl1.typo3.org/TYPO3_4.5.0/introductionpackage-4.5.0.zip
> 
> So you should change MASTER_SITES.

Currently

MASTER_SITES=
SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}

is defined. According to bsd.sites.mk SF aka SOURCEFORGE resolves to

http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/

But the correct link is

http://sourceforge.net/projects/typo3/files/TYPO3%20Source%20and%20Dummy/

project*s*.

___
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: Very Important Note on HP LaserJet P1102 on FreeBSD

2011-01-27 Thread Matthias Andree
Am 27.01.2011 13:20, schrieb Polytropon:
> On Thu, 27 Jan 2011 09:24:51 -0200, "Carlos A. M. dos Santos" 
>  wrote:
>> From my own experience, you will probably achieve much better results
>> from HP printers if you choose the network-enabled models (those whose
>> names have a "n" or "w" suffix), not the host-based ones.
> 
> I can just encourage ANYONE who wants easy printing, be it
> at home or in the office, to STAY AWAY from USB printers.

USB isn't discriminating crap printers from the good ones.

Read the specs,
check how much memory a printer has,
how expensive consumables are (drum/toner kit, possible waste vessels, fuser if 
any)
if it understands command languages such as PCL-XL or PostScript.

I use a few LaserJets and OfficeJets non-networked (aka USB) connection and
things just work, however, all these talk PCL and/or PostScript, no GDI stuff.

> Networking printers give you much more flexibility and
> advantages, and even if their price tag is different from
> what you might know from the consumer crap shelf in the
> local store, they are worth their money.

True enough, but "network" isn't useful to tell the crap from the good ones
because it doesn't say anything if the printer uses the host to render the
pages, or can do that by itself.

> for home use. I'm using a HLP Laserjet 4000 duplex
> myself here at home for some years now, and it works
> PERFECTLY since first try - an experience NOT common
> to "modern" printers.

If you have sufficient room to set it up... :)

-- 
Matthias Andree
___
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: TINKER vers update ?

2011-01-27 Thread Ruslan Mahmatkhanov

Hi

21.01.2011 14:24, Joseph Maxwell пишет:

Hello,

The current TINKER version in the ports at "/usr/ports/biology/tinker" is
"tinker-4.2.20040908_5". The current released version is "TINKER 5.1.09"
could you say when the ports src would be updated to the current vers? the


Please try this updated port:
http://happy-nation.by.ru/ports/tb/tinker.tgz

Just backup your old bilogy/tinker and install the new port.
There is also diff against old version if you prefer:
http://happy-nation.by.ru/ports/tinker-5.1.09.diff.txt

One note - in new upstream version there is no gui, so i drop it 
completely in the port. Feel free to tell if this working for you, so i 
can post pr to update this port in the tree. I tested just building and 
[de]installing.



latter is significantly different from the former and there is no backward
compatibility. Since I am working with vers 5.1 on other machines this
creates potential disjoint planes in my work.

If I were to do an install of the code myself, what are the downside of such
an approach. re - /var/db/pkg management etc.

Thanks


--
Regards,
Ruslan
___
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: Typo3, submit port, mirrors

2011-01-27 Thread wen heping
Do you mean the fetch error?

Seems typo3_4.5.0 changed download site , now it is:
http://dl1.typo3.org/TYPO3_4.5.0/introductionpackage-4.5.0.zip

So you should change MASTER_SITES.

wen

2011/1/27 Helmut Schneider :
> Hi,
>
> I'd like to release a new version of Typo3, version 4.5:
>
> [helmut@BSDHelmut832 ~/typo3]$ sudo port fetch
> ===>  Vulnerability check disabled, database not found
> ===>  License GPLv3 accepted by the user
> => typo3_src-4.5.0.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/.
> => Attempting to fetch from
> http://heanet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://heanet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
> mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://sunet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://sunet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
> my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://iweb.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://iweb.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
> y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://switch.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://switch.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
> mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://surfnet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://surfnet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20D
> ummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://kent.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://kent.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
> y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://freefr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://freefr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
> mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://voxel.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://voxel.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
> my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://jaist.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://jaist.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
> my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://osdn.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://osdn.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
> y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Not Found
> => Attempting to fetch from
> http://nchc.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://nchc.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
> y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://transact.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://transact.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20
> Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://softlayer.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://softlayer.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%2
> 0Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://internode.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://internode.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%2
> 0Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> http://ufpr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
> fetch:
> http://ufpr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
> y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
> => Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> fetch:
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/typo3_src-4.5.0.tar.gz
> : File unavailable (e.g., file not found, no access)
> => Couldn't fetch it - please try to retrieve this
> => port manually into /usr/ports/distfiles/ and try again.
> *** Error code 1
>
> Stop in /usr/home/helmut/typo3.
> [helmut@BSDHelmut832 ~/typo3]$
>
> Who needs to change wha

Re: Very Important Note on HP LaserJet P1102 on FreeBSD

2011-01-27 Thread Polytropon
On Thu, 27 Jan 2011 09:24:51 -0200, "Carlos A. M. dos Santos" 
 wrote:
> From my own experience, you will probably achieve much better results
> from HP printers if you choose the network-enabled models (those whose
> names have a "n" or "w" suffix), not the host-based ones.

I can just encourage ANYONE who wants easy printing, be it
at home or in the office, to STAY AWAY from USB printers.
Networking printers give you much more flexibility and
advantages, and even if their price tag is different from
what you might know from the consumer crap shelf in the
local store, they are worth their money.

Using HP printers myself, I was always lucky chosing
those that can be used via network. I may also repeat
one of my older statements: If you don't mind using
USED hardware, get used OFFICE printers for cheap.
They are still good and in most cases FULLY sufficient
for home use. I'm using a HLP Laserjet 4000 duplex
myself here at home for some years now, and it works
PERFECTLY since first try - an experience NOT common
to "modern" printers.



> This is
> especially true regarding printer management, since the net-enabled
> printers have an embedded web server.

They often do also have a built-in printer queue, so
basically you're querying the PRINTER with the lp*
commands - in most cases very efficient.



> They also support management and
> monitoring via SNMP, which is very helpful.

Maybe not at home, but in any office setting, it's a
welcome help.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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"


Typo3, submit port, mirrors

2011-01-27 Thread Helmut Schneider
Hi,

I'd like to release a new version of Typo3, version 4.5:

[helmut@BSDHelmut832 ~/typo3]$ sudo port fetch
===>  Vulnerability check disabled, database not found
===>  License GPLv3 accepted by the user
=> typo3_src-4.5.0.tar.gz doesn't seem to exist in
/usr/ports/distfiles/.
=> Attempting to fetch from
http://heanet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://heanet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://sunet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://sunet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://iweb.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://iweb.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://switch.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://switch.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://surfnet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://surfnet.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20D
ummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://kent.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://kent.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://freefr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://freefr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Du
mmy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://voxel.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://voxel.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://jaist.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://jaist.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dum
my/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://osdn.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://osdn.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Not Found
=> Attempting to fetch from
http://nchc.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://nchc.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://transact.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://transact.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20
Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://softlayer.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://softlayer.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%2
0Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://internode.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://internode.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%2
0Dummy/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
http://ufpr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.5.0/.
fetch:
http://ufpr.dl.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dumm
y/TYPO3%204.5.0/typo3_src-4.5.0.tar.gz: Moved Temporarily
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/typo3_src-4.5.0.tar.gz
: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/home/helmut/typo3.
[helmut@BSDHelmut832 ~/typo3]$

Who needs to change what?

Thanks, Helmut

___
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: Very Important Note on HP LaserJet P1102 on FreeBSD

2011-01-27 Thread Carlos A. M. dos Santos
On Wed, Jan 26, 2011 at 8:20 PM, Bahman Kahinpour
 wrote:
> Hi dear FreeBSD people,
> After spending a lot of time on making my HP LaserJet P1102 work on
> FreeBSD, I found out what the problem is!!! Please tell this to
> anybody who has problems with HP P1102 on FreeBSD!
> The problem with this HP model is that it has a fake CD-ROM which
> contains the Windows drivers. The USB must actually be switched from
> the CD-ROM mode to the Printer mode in order to work. Otherwise, the
> printer will not work whatever you do. /dev/ulpt0 will not show up
> either.
> ---> The workaround is this: You must (unfortunately) connect the
> printer to a Windows system and run SIUtility.exe or SIUtility64.exe
> from the UTIL folder in the Driver CD-ROM (physical CD-ROM that comes
> with the printer not the fake one) and completely disable this "HP
> Smart Install" feature. After disabling this feature, everything will
> be fine on FreeBSD and life will be more beautiful.
> * Please pass this info on blogs, wikis, ... . I do not want other
> FreeBSD fans suffer this pain.
> Good luck

First of all, I must make clear that regardless the fact that I work
for HP and have been working on Laserjet printer firmware for more
that five years -- though not on this particular printer model -- I'm
speaking for myself, not for the company.

>From my own experience, you will probably achieve much better results
from HP printers if you choose the network-enabled models (those whose
names have a "n" or "w" suffix), not the host-based ones. This is
especially true regarding printer management, since the net-enabled
printers have an embedded web server. They also support management and
monitoring via SNMP, which is very helpful.
___
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: xfce 4.8pre3 preview

2011-01-27 Thread Mickaël Maillot
2011/1/27 Mickaël Maillot :
>
> i'll continue my update :)
>

deskutils/orage update failed.
a LDFLAGS is missing: "-L${LOCALBASE}/lib" but don't realy know where
it's the right place to do.
you can find my generated Makefile here:
http://fneu.fr/freebsd/orage__tz_convert__Makefile
uname -a:
FreeBSD home.freelooser.fr 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r217909:
Wed Jan 26 21:53:35 CET 2011
r...@home.freelooser.fr:/usr/obj/usr/src/sys/FNEUFNEU  amd64

Error:

LC_ALL=C /usr/local/bin/intltool-merge -d -u -c
../po/.intltool-merge-cache ../po globaltime.desktop.in
globaltime.desktop
Found cached translation database
Merging translations into globaltime.desktop.
gmake[2]: Leaving directory
`/usr/ports/deskutils/orage/work/orage-4.8.0/globaltime'
Making all in tz_convert
gmake[2]: Entering directory
`/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert'
cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -L/usr/local/lib
-DPACKAGE_DATA_DIR=\""/usr/local/share"\"
-DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe
-march=native -fno-strict-aliasing -MT tz_convert-tz_convert.o -MD -MP
-MF .deps/tz_convert-tz_convert.Tpo -c -o tz_convert-tz_convert.o
`test -f 'tz_convert.c' || echo './'`tz_convert.c
mv -f .deps/tz_convert-tz_convert.Tpo .deps/tz_convert-tz_convert.Po
/bin/sh ../libtool --tag=CC   --mode=link cc
-DPACKAGE_DATA_DIR=\""/usr/local/share"\"
-DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe
-march=native -fno-strict-aliasing -lpopt  -o tz_convert
tz_convert-tz_convert.o -lintl
libtool: link: cc -DPACKAGE_DATA_DIR=\"/usr/local/share\"
-DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -O2 -pipe
-march=native -fno-strict-aliasing -o tz_convert
tz_convert-tz_convert.o  -lpopt -lintl
/usr/bin/ld: cannot find -lpopt
gmake[2]: *** [tz_convert] Error 1
gmake[2]: Leaving directory
`/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/deskutils/orage/work/orage-4.8.0'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/deskutils/orage.
*** Error code 1

Stop in /usr/ports/deskutils/orage.

===>>> make failed for deskutils/orage
===>>> Aborting update

===>>> Update for deskutils/orage failed
===>>> Aborting update
___
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: Very Important Note on HP LaserJet P1102 on FreeBSD

2011-01-27 Thread Matthias Andree
Am 26.01.2011 23:20, schrieb Bahman Kahinpour:
> Hi dear FreeBSD people,
> After spending a lot of time on making my HP LaserJet P1102 work on
> FreeBSD, I found out what the problem is!!! Please tell this to
> anybody who has problems with HP P1102 on FreeBSD!
> The problem with this HP model is that it has a fake CD-ROM which
> contains the Windows drivers. The USB must actually be switched from
> the CD-ROM mode to the Printer mode in order to work. Otherwise, the
> printer will not work whatever you do. /dev/ulpt0 will not show up
> either.
> ---> The workaround is this: You must (unfortunately) connect the
> printer to a Windows system and run SIUtility.exe or SIUtility64.exe
> from the UTIL folder in the Driver CD-ROM (physical CD-ROM that comes
> with the printer not the fake one) and completely disable this "HP
> Smart Install" feature. After disabling this feature, everything will
> be fine on FreeBSD and life will be more beautiful.
> * Please pass this info on blogs, wikis, ... . I do not want other
> FreeBSD fans suffer this pain.

Thanks.

Which hplip version have you been using?

Seems there were relevant fixes for the 3.11.1 release which isn't yet in ports
AFAICS.

Anyways, this shouldn't be spammed everywhere.  Instead, it would probably be
better to

- wait and see if hplip 3.11.1 fixes this once it arrives in ports

- else help with the port of some siutility equivalent to FreeBSD

- avoid buying GDI or "host-based printing" class printers altogether

- before buying, check
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/databaseintro
and, if going for HP, hplip.net release notes.

Best regards

-- 
Matthias Andree
___
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: xfce 4.8pre3 preview

2011-01-27 Thread Mickaël Maillot
Hi,


2011/1/26 Martin Wilke :
> Hello,
>
> Just got the ok from Oliver to release the 4.8 Release patchset to public,
>
> http://people.freebsd.org/~miwi/xfce4.8-rl.tgz
>
> Enjoy

thank !
>
> Feedback of course Welcome.
>
>

for the port sysutils/garcon, you need to follow error 302 to download
distfile (remove -A from FETCH_ARGS)
i'll continue my update :)
___
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"