Re: What is the goal of the ports quarterly branches?

2015-10-20 Thread Mel Pilgrim

On 2015-10-20 21:02, Bryan Drewery wrote:

On 10/20/2015 1:54 AM, Mel Pilgrim wrote:

I have ports/branches/2015Q4 checked out for poudrerie thinking that it
would be aligned to what's in the quarterly pkg.freebsd.org repos, but
that doesn't seem to be the case.  For example, right now
pkg.freebsd.org has dovecot2-2.2.19, but the 2015Q4 branch only has
dovecot2-2.2.18.


No, /latest has 2.2.19 which tracks head. /quartery has 2.2.18 which
tracks the quarterly branch.

If you're seeing a 2.2.18 in a /latest directory please be specific for
which arch/release.

They are built every 2 days currently.


I was seeing 2.2.19 in freebsd:10:x86:64/quarterly.  I've since 
redeployed the errant machine and the issue has not recurred, so I'm 
assuming it was some bizarre form of corruption.


___
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: How to debug a Mk-Script?

2015-10-20 Thread Bryan Drewery
On 10/19/2015 1:50 AM, Torsten Zuehlsdorff wrote:
> Hello,
> 
> after defining a USES pgsql:9.3+ in an port-update i stumbled over this
> error message:
> 
> the port wants postgresql-client version 9.3 9.4 and you have version
> 9.4 installed.
> 
> This seems to be an error in Mk/Uses/pgsql.mk which i found to track
> down (in order to gather some more experience).
> 
> While i have already an idea what the case can be, i just want to add
> some output into the script. How is this possible? Can someone guide me
> please?
> 
> Thanks,
> Torsten

If you're on 10+ you can use .info, otherwise .warning on older make.

.info your ${msg} goes ${here}

.if defined(whatever)
.info whatever is defined as: ${whatever}
.endif

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: What is the goal of the ports quarterly branches?

2015-10-20 Thread Bryan Drewery
On 10/20/2015 1:54 AM, Mel Pilgrim wrote:
> I have ports/branches/2015Q4 checked out for poudrerie thinking that it
> would be aligned to what's in the quarterly pkg.freebsd.org repos, but
> that doesn't seem to be the case.  For example, right now
> pkg.freebsd.org has dovecot2-2.2.19, but the 2015Q4 branch only has
> dovecot2-2.2.18.

No, /latest has 2.2.19 which tracks head. /quartery has 2.2.18 which
tracks the quarterly branch.

If you're seeing a 2.2.18 in a /latest directory please be specific for
which arch/release.

They are built every 2 days currently.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


FreeBSD Port: samba42-4.2.4_1

2015-10-20 Thread Dutchman
Hi,

 

Can we see samba43 port added soon into current freebsd ports tree?

Samba stable 4.3.0 is already there for some time now and today the released
4.3.1.

 

Regards,

Dutchman

 

 

___
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: "make index" and devel/gcc-msp430-ti-toolchain

2015-10-20 Thread Lev Serebryakov
On 20.10.2015 22:55, Jonathan Chen wrote:

> Just updated to r399876, and a "make index" is failing with:
> 
> ...
> --- describe.devel ---
> make[5]: "/usr/ports/Mk/bsd.port.mk" line 1475: Cannot open
> /usr/ports/Mk/Uses/flex.mk
> make[5]: Fatal errors encountered -- cannot continue===>
> devel/gcc-msp430-ti-toolchain failed
> *** [describe.devel] Error code 1

 Should be fixed now, sorry for disturbance.

-- 
// Lev Serebryakov
___
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"


"make index" and devel/gcc-msp430-ti-toolchain

2015-10-20 Thread Jonathan Chen
Hi,

Just updated to r399876, and a "make index" is failing with:

...
--- describe.devel ---
make[5]: "/usr/ports/Mk/bsd.port.mk" line 1475: Cannot open
/usr/ports/Mk/Uses/flex.mk
make[5]: Fatal errors encountered -- cannot continue===>
devel/gcc-msp430-ti-toolchain failed
*** [describe.devel] Error code 1

Cheers.
-- 
Jonathan Chen 
___
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: What is the goal of the ports quarterly branches?

2015-10-20 Thread Michelle Sullivan
Mel Pilgrim wrote:
> I have ports/branches/2015Q4 checked out for poudrerie thinking that
> it would be aligned to what's in the quarterly pkg.freebsd.org repos,
> but that doesn't seem to be the case.  For example, right now
> pkg.freebsd.org has dovecot2-2.2.19, but the 2015Q4 branch only has
> dovecot2-2.2.18.
>
> I thought (one of) the goal(s) of the ports quarterly branches was
> that the pkg.freebsd.org quarterly repos would use them, thus making
> life easier for those of us who have to build at least some of our
> packages from ports?

One would think everything would build as well, but that isn't the case
either.

IIRC the point is it stops the targets and dependencies being a moving
target and you can standardise across all your machines the same
non-buildable ports.

-- 
Michelle Sullivan
http://www.mhix.org/

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


What is the goal of the ports quarterly branches?

2015-10-20 Thread Mel Pilgrim
I have ports/branches/2015Q4 checked out for poudrerie thinking that it 
would be aligned to what's in the quarterly pkg.freebsd.org repos, but 
that doesn't seem to be the case.  For example, right now 
pkg.freebsd.org has dovecot2-2.2.19, but the 2015Q4 branch only has 
dovecot2-2.2.18.


I thought (one of) the goal(s) of the ports quarterly branches was that 
the pkg.freebsd.org quarterly repos would use them, thus making life 
easier for those of us who have to build at least some of our packages 
from ports?

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


cups, and hplip too, fail to recognize printer when I try to print

2015-10-20 Thread Thomas Mueller
I sent this old message by mistake, please ignore!  Sorry!

File I meant to send was to freebsd-current on problem with "make installworld".

Tom

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


cups, and hplip too, fail to recognize printer when I try to print

2015-10-20 Thread Thomas Mueller
I have printer, HP_LaserJet_Professional_M1212nf_MFP, seem to have set it up 
with cups after running hp-setup (not sure about whether hp-setup was 
successful), but when I run a command to print, get "unknown printer", even 
though I copy/paste the overlong name with the mouse to avoid a typo.

lpoptions shows

copies=1 device-uri=socket://192.168.0.103 finishings=3 job-hold-until=no-hold 
job-priority=50 marker-change-time=0 number-up=1 
printer-commands=AutoConfigure,Clean,PrintSelfTestPage printer-info='HP 
LaserJet Professional M1212nf MFP' printer-is-accepting-jobs=true 
printer-is-shared=true printer-location=residence printer-make-and-model='HP 
LaserJet Professional m1212nf MFP, hpcups 3.14.10, requires proprietary plugin' 
printer-state=3 printer-state-change-time=1433062381 printer-state-reasons=none 
printer-type=8425484 
printer-uri-supported=ipp://localhost:631/printers/HP_LaserJet_Professional_M1212nf_MFP

lpstat -p -d shows

printer HP_LaserJet_Professional_M1212nf_MFP is idle.  enabled since Sun May 31 
08:53:01 2015
system default destination: HP_LaserJet_Professional_M1212nf_MFP

lp newslet/huberwinerycoupon.ps   produces

lpr: lp: unknown printer

lp -d HP_LaserJet_Professional_M1212nf_MFP newslet/huberwinerycoupon.ps   also 
produces

lpr: HP_LaserJet_Professional_M1212nf_MFP: unknown printer

lpr and lp have same effect, using huberwinerycoupon.pdf also fails just the 
same.

huberwinerycoupon.ps was produced from huberwinerycoupon.pdf by xpdf.

Is there something I can do to make this work, short of buying a new printer 
and/or switching to Linux, or buying and installing MS-Windows?

Is cups (I have latest version, 1.7.3) broken or just user-hostile?

I've long known that cups is not user-friendly.

>From NetBSD (current, 7.99.15, i386), on the other computer, I fail the same 
>way.

I did build and install emulators/wine-devel on the other computer in 
NetBSD-current (7.99.15) from pkgsrc for both i386 and amd64; I could try that 
with the Windows software.

I also intend to build and install wine-devel for FreeBSD from ports, both i386 
and amd64, not only for printing.

Tom

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