Re: mail/alpine: make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional

2013-06-06 Thread John Marino

On 6/7/2013 08:53, O. Hartmann wrote:

I get this while running portmaster on a most recently updated ports
tree:

make: Unknown modifier ')'
make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional
(${PORT_OPTIONS:MQUOTA) || defined(WITH_MAILDIR})
make: Fatal errors encountered -- cannot continue===>>> Launching child
to update fricas-1.1.8_5 to fricas-1.1.8_6


In inside brackets are inverted, that indicates it was edited with sed 
during the optionng conversion.


Somebody should probably scan for this particular problem repo wide. 
When it happens once, there could be others.


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


mail/alpine: make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional

2013-06-06 Thread O. Hartmann
I get this while running portmaster on a most recently updated ports
tree:

make: Unknown modifier ')'
make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional
(${PORT_OPTIONS:MQUOTA) || defined(WITH_MAILDIR})
make: Fatal errors encountered -- cannot continue===>>> Launching child
to update fricas-1.1.8_5 to fricas-1.1.8_6


___
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/179384: [PATCH] devel/boehm-gc: update to 7.2d

2013-06-06 Thread Takefu
たけふ@大阪豊中です。

It did not notice it.
Close request #179384

Thank you.


Hirohisa Yamaguchi さんは書きました (2013/06/07 11:55):
> Hi,
> 
> I've sent a similar PR several months ago: ports/176716.
> 
> 
> I hope a ports committer who picks this up will close mine, too.
> 
> 
> Regards,
> 


-- 

___
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/179384: [PATCH] devel/boehm-gc: update to 7.2d

2013-06-06 Thread Hirohisa Yamaguchi
Hi,

I've sent a similar PR several months ago: ports/176716.


I hope a ports committer who picks this up will close mine, too.


Regards,
-- 

Hirohisa Yamaguchi
  u...@ueo.co.jp
___
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"


[PATCH] devel/boehm-gc: update to 7.2d

2013-06-06 Thread Takefu
>Submitter-Id:  current-users
>Originator:Takefu
>Organization:  FOX Amateur Radio Club
>Confidential:  no
>Synopsis:  [PATCH] devel/boehm-gc: update to 7.2d
>Severity:  non-critical
>Priority:  low
>Category:  ports
>Class: update
>Release:   FreeBSD 8.3-RELEASE-p8 i386
>Environment:
System: FreeBSD RELENG83-ix86.localIPv4.airport.fm 8.3-RELEASE-p8 FreeBSD 
8.3-RELEASE-p8 #0: Thu May  9 10:13:20 JST
>Description:
- Update to 7.2d
- Fix header trim

>How-To-Repeat:
>Fix:

--- boehm-gc-7.2d.patch begins here ---
diff -ruN /usr/ports/devel/boehm-gc/Makefile ./Makefile
--- /usr/ports/devel/boehm-gc/Makefile  2013-03-19 22:04:30.0 +0900
+++ ./Makefile  2013-06-06 10:19:12.0 +0900
@@ -1,13 +1,8 @@
-# New ports collection makefile for:   boehm-gc
-# Date created:15 November 1996
-# Whom:Mike McGaughey 
-#
-# $FreeBSD: devel/boehm-gc/Makefile 314640 2013-03-19 13:04:30Z eadler $
-#
+# Created by: Mike McGaughey 
+# $FreeBSD$
  PORTNAME= boehm-gc
-PORTVERSION=   7.1
-PORTREVISION=  0
+PORTVERSION=   7.2d
 CATEGORIES=devel
 MASTER_SITES=  http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
 DISTNAME=  gc-${PORTVERSION:S/.a/alpha/}
@@ -16,11 +11,12 @@
 COMMENT=   Garbage collection and memory leak detection for C and C++
  GNU_CONFIGURE=yes
-USES=  pathfix
+USES=  pathfix
 USE_LDCONFIG=  yes
 CONFIGURE_ARGS=--enable-cplusplus --disable-static --disable-threads
 MAKE_JOBS_UNSAFE=  yes
 OPTIONS_DEFINE=DEBUG
+WRKSRC=${WRKDIR}/${DISTNAME:S|d||}
  .include 
 diff -ruN /usr/ports/devel/boehm-gc/distinfo ./distinfo
--- /usr/ports/devel/boehm-gc/distinfo  2012-07-14 22:54:48.0 +0900
+++ ./distinfo  2013-06-06 09:08:21.0 +0900
@@ -1,2 +1,2 @@
-SHA256 (gc-7.1.tar.gz) = 
e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30
-SIZE (gc-7.1.tar.gz) = 1077714
+SHA256 (gc-7.2d.tar.gz) = 
d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e
+SIZE (gc-7.2d.tar.gz) = 1263064
diff -ruN /usr/ports/devel/boehm-gc/files/patch-Makefile.in 
./files/patch-Makefile.in
--- /usr/ports/devel/boehm-gc/files/patch-Makefile.in   2012-07-14 
22:54:48.0 +0900
+++ ./files/patch-Makefile.in   2013-06-06 09:19:11.0 +0900
@@ -1,11 +1,11 @@
 Makefile.in.orig   2009-10-20 01:25:20.0 +0400
-+++ Makefile.in2009-10-20 01:25:30.0 +0400
-@@ -75,7 +75,7 @@
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
+--- Makefile.in.orig   2013-06-06 09:17:37.0 +0900
 Makefile.in2013-06-06 09:18:33.0 +0900
+@@ -73,7 +73,7 @@
+ +   VPATH = @srcdir@
 -pkgdatadir = $(datadir)/@PACKAGE@
 +pkgdatadir = $(datadir)/doc/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = .
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkglibexecdir = $(libexecdir)/@PACKAGE@
diff -ruN /usr/ports/devel/boehm-gc/files/patch-dbg_mlc.c 
./files/patch-dbg_mlc.c
--- /usr/ports/devel/boehm-gc/files/patch-dbg_mlc.c 2012-07-14 
22:54:48.0 +0900
+++ ./files/patch-dbg_mlc.c 1970-01-01 09:00:00.0 +0900
@@ -1,77 +0,0 @@
 dbg_mlc.c.orig 2009-10-20 00:34:39.0 +0400
-+++ dbg_mlc.c  2009-10-20 00:41:22.0 +0400
-@@ -456,10 +456,34 @@
- GC_register_displacement((word)sizeof(oh) + offset);
- }
- -+#if defined(__FreeBSD__)
-+#include 
-+static void GC_caller_func_offset(ad, symp, offp)
-+const GC_word ad;
-+const char **symp;
-+int *offp;
-+{
-+Dl_info caller;
-+if (dladdr((const void *)ad, &caller) && caller.dli_sname != NULL) {
-+  *symp = caller.dli_sname;
-+  *offp = (const char *)ad - (const char *)caller.dli_saddr;
-+}
-+}
-+#else
-+#define GC_caller_func(ad, symp, offp)
-+#endif
-+
- void * GC_debug_malloc(size_t lb, GC_EXTRA_PARAMS)
- {
- void * result = GC_malloc(lb + DEBUG_BYTES);
---+
-+#ifdef GC_ADD_CALLER
-+if (s == NULL) {
-+  GC_caller_func_offset(ra, &s, &i);
-+  if (s == NULL)
-+s = "unknown";
-+}
-+#endif
- if (result == 0) {
- GC_err_printf("GC_debug_malloc(%lu) returning NIL (",
- (unsigned long) lb);
-@@ -764,6 +788,13 @@
- size_t old_sz;
- hdr * hhdr;
- -+#ifdef GC_ADD_CALLER
-+if (s == NULL) {
-+  GC_caller_func_offset(ra, &s, &i);
-+  if (s == NULL)
-+s = "unknown";
-+}
-+#endif
- if (p == 0) return(GC_debug_malloc(lb, OPT_RA s, i));
- if (base == 0) {
- GC_err_printf("Attempt to reallocate invalid pointer %p\n", p);
-@@ -1041,17 +1072,21 @@
- }
- - #ifdef GC_ADD_CALLER
--# define RA GC_RETURN_ADDR,
-+# ifdef GC_RETURN_ADDR_PARENT
-+#  define RA GC_RETURN_ADDR_PARENT,
-+# else
-+#  define RA GC_RETURN_ADDR,
-+# endif
- #else
- # define RA
- #endif
- - void * GC_debug_malloc_replacement(size_t lb)
- {
--return GC_debug_malloc(lb, RA "unknown", 0);
-+return GC_debug_malloc(lb, RA NULL, 0);
- }
- - voi

[QAT] r320123: 4x leftovers

2013-06-06 Thread Ports-QAT
Fix pkg-plist so that tinderbox gets happy at www/aws-demos.

PR: ports/179362
Submitted by:   John Marino  (maintainer)
-

  Build ID:  20130606195400-61850
  Job owner: rak...@freebsd.org
  Buildtime: 24 minutes
  Enddate:   Thu, 06 Jun 2013 20:17:42 GMT

  Revision:  r320123
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=320123

-

Port:www/aws 2.10.0_2

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~rak...@freebsd.org/20130606195400-61850-148312/aws-2.10.0_2.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~rak...@freebsd.org/20130606195400-61850-148313/aws-2.10.0_2.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~rak...@freebsd.org/20130606195400-61850-148314/aws-2.10.0_2.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~rak...@freebsd.org/20130606195400-61850-148315/aws-2.10.0_2.log


--
Buildarchive URL: 
redports 
___
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: inkscape aborts on FreeBSD 9.1 stable (SOLVED)

2013-06-06 Thread Koop Mast

On 6-6-2013 17:52, Sergio de Almeida Lenzi wrote:

Hello

Iinkscape aborts on FreeBSD 9.1 stable

It aborts core  Reasons:

1) inkscape 4.8.4 needs boehm-gc 7.2, ports have version 7.1)


I can't seem to produce the crash you mentioned. Can you give me some 
instructions so I can try to reproduce it?



2) needs a fix in extensions/extension.cpp (fix in the attach)

Thanks for your attention


Mailing list software ate the patch, can you put the patch somewhere or 
not you can send it to me privately?

___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Chris Rees
On 6 Jun 2013 18:27, "Matthias Andree"  wrote:
>
> Am 06.06.2013 19:14, schrieb Chris Rees:
> > On 6 June 2013 16:11, Ganael LAPLANCHE 
wrote:
> >> On Thu, 6 Jun 2013 16:07:08 +0100 (BST), Anton Shterenlikht wrote
> >>
> >>> yes, this helps on ia64, thank you.
> >>> Probably will help on amd64, will check later.
> >>> Sorry for not thinking about is myself,
> >>> I just tried to update with portmaster, as usual.
> >>
> >> Tested on amd64, I can reproduce the problem.
> >>
> >> I'll have a look at that, thanks for reporting the problem.
> >>
> >
> > Usual approach is:
> >
> > CONFLICTS_BUILD= ${PKGBASE}-[0-9]*
> >
> > which clearly informs the user that's what s/he has to do.
>
> What an unfortunate situation, and especially recommendation.
>
> I'd propose that the build be fixed so it prefers the local headers from
> the distfiles, rather than the older ones in the system.

That's the proper fix- sorry I was unclear there; I meant if it can't be
fixed easily.

Chris

> Can we please put that into the porter's handbook as a test requirement,
> à la "installed older version of the port must not break the build of a
> newer version"?  This is a frequent nuisance.
___
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: Samba / TDB Port update

2013-06-06 Thread Jos Chrispijn
   Hi William,

   William Grzybowski:

 You have to update samba to 3.5 or 3.6. Or keep with your current
 tdb version.

   Just upgraded, problem solved.
   Thanks for your reminder, must have had a temporary melt down D-)
   Cheers,
   Jos Chrispijn
___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Matthias Andree
Am 06.06.2013 19:14, schrieb Chris Rees:
> On 6 June 2013 16:11, Ganael LAPLANCHE  wrote:
>> On Thu, 6 Jun 2013 16:07:08 +0100 (BST), Anton Shterenlikht wrote
>>
>>> yes, this helps on ia64, thank you.
>>> Probably will help on amd64, will check later.
>>> Sorry for not thinking about is myself,
>>> I just tried to update with portmaster, as usual.
>>
>> Tested on amd64, I can reproduce the problem.
>>
>> I'll have a look at that, thanks for reporting the problem.
>>
> 
> Usual approach is:
> 
> CONFLICTS_BUILD= ${PKGBASE}-[0-9]*
> 
> which clearly informs the user that's what s/he has to do.

What an unfortunate situation, and especially recommendation.

I'd propose that the build be fixed so it prefers the local headers from
the distfiles, rather than the older ones in the system.

Can we please put that into the porter's handbook as a test requirement,
à la "installed older version of the port must not break the build of a
newer version"?  This is a frequent nuisance.

___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Chris Rees
On 6 June 2013 16:11, Ganael LAPLANCHE  wrote:
> On Thu, 6 Jun 2013 16:07:08 +0100 (BST), Anton Shterenlikht wrote
>
>> yes, this helps on ia64, thank you.
>> Probably will help on amd64, will check later.
>> Sorry for not thinking about is myself,
>> I just tried to update with portmaster, as usual.
>
> Tested on amd64, I can reproduce the problem.
>
> I'll have a look at that, thanks for reporting the problem.
>

Usual approach is:

CONFLICTS_BUILD= ${PKGBASE}-[0-9]*

which clearly informs the user that's what s/he has to do.

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: strange dialog4ports and xterm interaction

2013-06-06 Thread Ilya A . Arkhipov
06.06.2013, 17:24, "Florent Peterschmitt" :
> Le 06/06/2013 13:17, Michael Gmelin a écrit :
>
>>  On Thu, 6 Jun 2013 13:00:49 +0200
>>  kalth...@googlemail.com wrote:
>>>  Hi,
>>>
>>>  today I realized that when dialog4ports is running in xterm it isn't
>>>  possible to scroll up or down (if you scrolled up before dialog4ports
>>>  was executed) to previous or current output. Is it supposed to be
>>>  that way?
>>  This only affects the mouse scrolling, this is due to dialog4ports
>>  support mouse interaction (you can click items as well). You can still
>>  scroll using shift+pgup/pgdown.
>>>  Regards,
>>>  kaltheat
>
> Shouldn't dialog ignore mouse scrolling ? Is it possible to do so ?
>
> --
> Florent Peterschmitt   | Please:
> flor...@peterschmitt.fr    |  * Avoid HTML/RTF in E-mail
> +33 (0)6 64 33 97 92   |  * PDF for documents
> http://florent.peterschmitt.fr | Thank you :)

Hi All,

This behavior was and for old dialog.
Maybe, in the future(next release ^_^) I'll add support(correct scrolling) for 
mouse.

-- 
With Best Regards,
Ilya A. Arkhipov
___
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"

inkscape aborts on FreeBSD 9.1 stable (SOLVED)

2013-06-06 Thread Sergio de Almeida Lenzi
Hello

Iinkscape aborts on FreeBSD 9.1 stable 

It aborts core  Reasons:

1) inkscape 4.8.4 needs boehm-gc 7.2, ports have version 7.1)
2) needs a fix in extensions/extension.cpp (fix in the attach)

Thanks for your attention
___
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: Announce: Unofficial binary package builds for old releases

2013-06-06 Thread Quark




- Original Message -
> From: Kevin Day 
> To: Thomas Mueller 
> Cc: freebsd-ports@freebsd.org
> Sent: Thursday, 6 June 2013 7:48 PM
> Subject: Re: Announce: Unofficial binary package builds for old releases
> 
> 
> On Jun 6, 2013, at 6:18 AM, "Thomas Mueller" 
>  wrote:
>> 
>>  Currently building ports from the source, I don't know if I would use 
> these binary packages, but for pkgng, since FreeBSD is pushing users to 
> switch 
> from old-style packages, it might be good to provide pkgng packages for the 
> newer releases of FreeBSD, >= 9.0, maybe not worthwhile on 8.x and earlier.
>> 
> 
> 
> Okay, a few dozen people have asked for pkgng packages now, so I'll get 
> those started ASAP. Also working on PPC packages.
> 
> ___
> 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"
>

glad you liked the idea. Now only if you can convince you customers to switch 
to pkgng ;)
___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Ganael LAPLANCHE
On Thu, 6 Jun 2013 16:07:08 +0100 (BST), Anton Shterenlikht wrote

> yes, this helps on ia64, thank you.
> Probably will help on amd64, will check later.
> Sorry for not thinking about is myself,
> I just tried to update with portmaster, as usual.

Tested on amd64, I can reproduce the problem.

I'll have a look at that, thanks for reporting the problem.

Best regards,

--
Ganael LAPLANCHE 
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac , http://www.FreeBSD.org
___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Anton Shterenlikht
From ganael.laplan...@martymac.org Thu Jun  6 16:01:55 2013

On Thu, 6 Jun 2013 14:49:19 +0100 (BST), Anton Shterenlikht wrote

Hi Anton,

> Maintainer timeout on
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177949
> Please reverse ports commit r315963,
> http://www.freebsd.org/cgi/query-pr.cgi?pr=177730

It builds fine on my machine :

FreeBSD laptop.martymac.org 10.0-CURRENT FreeBSD 10.0-CURRENT #8
r250591M: Mon May 13 11:36:50 CEST 2013
marty...@laptop.martymac.org:/usr/obj/files/Src/sys/GENERIC  amd64

with clang.

Could you try un-installing the previous version of flatzebra before
building this new version ? It is possible that headers from the
previous version make the build fail...

Best regards,

yes, this helps on ia64, thank you.
Probably will help on amd64, will check later.
Sorry for not thinking about is myself,
I just tried to update with portmaster, as usual.

Anton

___
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: devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Ganael LAPLANCHE
On Thu, 6 Jun 2013 14:49:19 +0100 (BST), Anton Shterenlikht wrote

Hi Anton,

> Maintainer timeout on
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177949
> Please reverse ports commit r315963,
> http://www.freebsd.org/cgi/query-pr.cgi?pr=177730

It builds fine on my machine :

FreeBSD laptop.martymac.org 10.0-CURRENT FreeBSD 10.0-CURRENT #8
r250591M: Mon May 13 11:36:50 CEST 2013
marty...@laptop.martymac.org:/usr/obj/files/Src/sys/GENERIC  amd64

with clang.

Could you try un-installing the previous version of flatzebra before
building this new version ? It is possible that headers from the
previous version make the build fail...

Best regards,

--
Ganael LAPLANCHE 
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac , http://www.FreeBSD.org
___
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: Announce: Unofficial binary package builds for old releases

2013-06-06 Thread Kevin Day

On Jun 6, 2013, at 6:18 AM, "Thomas Mueller"  wrote:
> 
> Currently building ports from the source, I don't know if I would use these 
> binary packages, but for pkgng, since FreeBSD is pushing users to switch from 
> old-style packages, it might be good to provide pkgng packages for the newer 
> releases of FreeBSD, >= 9.0, maybe not worthwhile on 8.x and earlier.
> 


Okay, a few dozen people have asked for pkgng packages now, so I'll get those 
started ASAP. Also working on PPC packages.

___
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: missing/changed config options on various ports

2013-06-06 Thread Baptiste Daroussin
On Thu, Jun 06, 2013 at 02:32:36PM +0100, Vincent Hoffman wrote:
> Hi,
> I've got a machine running poudriere to build package, at my last update
> (around midday BST) the optsions for a number of ports seem to have
> vanished or changed oddly
> 
> >> Options changed, deleting: exim-4.80.1_2.txz
> >> Pkg: AUTH_CRAM_MD5 AUTH_PLAINTEXT AUTH_SPA CDB CONTENT_SCAN DAEMON 
> DISABLE_D_OPT DKIM DNSDB DSEARCH EMBEDDED_PERL ICONV IPV6 LMTP LSEARCH 
> MAILDIR MYSQL NIS OLD_DEMIME PAM PASSWD SA_EXIM SPF SQLITE SUID TLS 
> >> New: 
> >> Options changed, deleting: p5-Mail-SpamAssassin-3.3.2_8.txz
> >> Pkg: AS_ROOT DKIM GNUPG RAZOR SPAMC SSL 
> >> New: 
> >> Options changed, deleting: mediatomb-0.12.1_10.txz
> >> Pkg: CURL EXTERNAL_TRANSCODING FFMPEG FFMPEGTHUMBNAILER JS LIBEXIF 
> MYSQL SQLITE TAGLIB 
> >> New: CURL EXTERNAL_TRANSCODING FFMPEG FFMPEGTHUMBNAILER JS LIBEXIF 
> MYSQL MYSQL SQLITE SQLITE TAGLIB 
> 
> doing a make config in the relevent port directories seems to confirm 
> something is up
> root@bsdpkgbuild:/usr/ports/mail/p5-Mail-SpamAssassin # make config
> ===> No options to configure
> root@bsdpkgbuild:/usr/ports/mail/p5-Mail-SpamAssassin # cd -
> root@bsdpkgbuild:/usr/ports/mail/exim # make config
> ===> No options to configure
> 
> 
> I'm guessing this is related to the removal of the old options framework? 
> should I put in PRs for the individual ports or is there a more general plan 
> in effect?
> 
> Thanks,
> Vince
> 
> 

Thanks for reporting, I have readded the OPTIONS parser and will try to track
down those ports, don't know why it hasn't been spotted.

regards,
Bapt


pgpVjOibpwzGV.pgp
Description: PGP signature


devel/flatzebra broken, maintainer timeout, please reverse commit

2013-06-06 Thread Anton Shterenlikht
Maintainer timeout on http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177949
Please reverse ports commit r315963,
http://www.freebsd.org/cgi/query-pr.cgi?pr=177730

Thanks

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


missing/changed config options on various ports

2013-06-06 Thread Vincent Hoffman
Hi,
I've got a machine running poudriere to build package, at my last update
(around midday BST) the optsions for a number of ports seem to have
vanished or changed oddly

>> Options changed, deleting: exim-4.80.1_2.txz
>> Pkg: AUTH_CRAM_MD5 AUTH_PLAINTEXT AUTH_SPA CDB CONTENT_SCAN DAEMON 
DISABLE_D_OPT DKIM DNSDB DSEARCH EMBEDDED_PERL ICONV IPV6 LMTP LSEARCH MAILDIR 
MYSQL NIS OLD_DEMIME PAM PASSWD SA_EXIM SPF SQLITE SUID TLS 
>> New: 
>> Options changed, deleting: p5-Mail-SpamAssassin-3.3.2_8.txz
>> Pkg: AS_ROOT DKIM GNUPG RAZOR SPAMC SSL 
>> New: 
>> Options changed, deleting: mediatomb-0.12.1_10.txz
>> Pkg: CURL EXTERNAL_TRANSCODING FFMPEG FFMPEGTHUMBNAILER JS LIBEXIF MYSQL 
SQLITE TAGLIB 
>> New: CURL EXTERNAL_TRANSCODING FFMPEG FFMPEGTHUMBNAILER JS LIBEXIF MYSQL 
MYSQL SQLITE SQLITE TAGLIB 

doing a make config in the relevent port directories seems to confirm something 
is up
root@bsdpkgbuild:/usr/ports/mail/p5-Mail-SpamAssassin # make config
===> No options to configure
root@bsdpkgbuild:/usr/ports/mail/p5-Mail-SpamAssassin # cd -
root@bsdpkgbuild:/usr/ports/mail/exim # make config
===> No options to configure


I'm guessing this is related to the removal of the old options framework? 
should I put in PRs for the individual ports or is there a more general plan in 
effect?

Thanks,
Vince


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


Status of USE_GITHUB fetching

2013-06-06 Thread Bryan Drewery
Ports using USE_GITHUB are currently broken. Github changed their
tar/compression algorithm which has resulted in mismatched checksums.

I am working on changing our implementation and updating all affected
ports and should have the fix committed by this weekend, after enough
testing.


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: strange dialog4ports and xterm interaction

2013-06-06 Thread Florent Peterschmitt
Le 06/06/2013 13:17, Michael Gmelin a écrit :
> On Thu, 6 Jun 2013 13:00:49 +0200
> kalth...@googlemail.com wrote:
> 
>>
>> Hi,
>>
>> today I realized that when dialog4ports is running in xterm it isn't
>> possible to scroll up or down (if you scrolled up before dialog4ports
>> was executed) to previous or current output. Is it supposed to be
>> that way?
> 
> This only affects the mouse scrolling, this is due to dialog4ports
> support mouse interaction (you can click items as well). You can still
> scroll using shift+pgup/pgdown.
> 
>>
>> Regards,
>> kaltheat

Shouldn't dialog ignore mouse scrolling ? Is it possible to do so ?

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail
+33 (0)6 64 33 97 92   |  * PDF for documents
http://florent.peterschmitt.fr | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: repo.txz not found

2013-06-06 Thread Florent Peterschmitt
Le 06/06/2013 13:01, Raoul a écrit :
> Hi all,
> 
> Please, can you enlight me on this topic:
> i run current:
> 
> Updating repository catalogue
> pkg: 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/All//repo.txz:
>  File unavailable (e.g., file not found, no access)
> 
> thanks in advance
> 
> rmgls
> rm...@free.fr

These repositories are in old pkg format, or at least, not the new one
(pkgng).

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail
+33 (0)6 64 33 97 92   |  * PDF for documents
http://florent.peterschmitt.fr | Thank you :)



signature.asc
Description: OpenPGP digital signature


repo.txz not found

2013-06-06 Thread Raoul
Hi all,

Please, can you enlight me on this topic:
i run current:

Updating repository catalogue
pkg: 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/All//repo.txz: 
File unavailable (e.g., file not found, no access)

thanks in advance

rmgls
rm...@free.fr
___
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: strange dialog4ports and xterm interaction

2013-06-06 Thread Michael Gmelin
On Thu, 6 Jun 2013 13:00:49 +0200
kalth...@googlemail.com wrote:

> 
> Hi,
> 
> today I realized that when dialog4ports is running in xterm it isn't
> possible to scroll up or down (if you scrolled up before dialog4ports
> was executed) to previous or current output. Is it supposed to be
> that way?

This only affects the mouse scrolling, this is due to dialog4ports
support mouse interaction (you can click items as well). You can still
scroll using shift+pgup/pgdown.

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





-- 
Michael Gmelin
___
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: Announce: Unofficial binary package builds for old releases

2013-06-06 Thread Thomas Mueller
> cross posting this from hackers by request)


> Thanks to poudriere making this easy, we're now making public our 
> (unofficial!) constantly being rebuilt repository of binary packages for old 
> FreeBSD
> +releases and less popular architectures.

> See http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages for 
> instructions on how to use this.

> How do these differ from the official packages?

> 1) We're building packages for 9.1 all the way back to 7.2.

> 2) We're constantly grabbing new versions of ports and rebuilding as fast as 
> the builders can go. Our goal is to rebuild the latest version (9.1 right now)
> in both amd64 and i386 every 24 hours, and all other versions every 7 days.

> 3) We're leaving up old versions (in the All directory) of everything, so you 
> can grab older versions if we have them.

> 4) We're building everything twice, one by default and one a special 
> internal-use version that has X11, examples, debugging and a few other 
> features shut
> off. If the port can't be built without those features, it just gets skipped. 
> (This may not be of use to anyone other than us)

> 5) We're building packages for i386, amd64, ia64, and have the hardware in 
> house to build for PPC, ARM and sparc64 if anyone asks for it.

> (As of this writing, our ia64 box just started building things, and looks 
> like it'll take another 5+ days to finish. If you need ia64, give it a few 
> days.)


> Feel free to contact me with any questions, or suggestions for how this might 
> be more useful to you. If you could actually use this on any other release or
> architecture that isn't currently listed, please let me know. If there's 
> anyone out there that would prefer pkgng instead of the old style packages, we
> might be able to get those going too. This is primarily for our own internal 
> use so I don't want to add support for a ton of things if nobody is going to
> use this, so speak up if you want something!


> -- Kevin

Currently building ports from the source, I don't know if I would use these 
binary packages, but for pkgng, since FreeBSD is pushing users to switch from 
old-style packages, it might be good to provide pkgng packages for the newer 
releases of FreeBSD, >= 9.0, maybe not worthwhile on 8.x and earlier.


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"


Re: Samba / TDB Port update

2013-06-06 Thread William Grzybowski
On Thu, Jun 6, 2013 at 8:03 AM, Jos Chrispijn  wrote:
> Dear port maintainer,
> When updating Samba, I get this error:
>
> ===>  tdb-1.2.11,1 conflicts with installed package(s):
>   samba34-3.4.17
>
>   They will not build together.
>   Please remove them first with pkg_delete(1).
> *** [check-build-conflicts] Error code 1
>
> I don't want to delete Samba as I use it very frequently. Can you advise?

You have to update samba to 3.5 or 3.6. Or keep with your current tdb version.



--
William Grzybowski
--
Curitiba/PR - Brasil
___
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"


Samba / TDB Port update

2013-06-06 Thread Jos Chrispijn

Dear port maintainer,
When updating Samba, I get this error:

===>  tdb-1.2.11,1 conflicts with installed package(s):
  samba34-3.4.17

  They will not build together.
  Please remove them first with pkg_delete(1).
*** [check-build-conflicts] Error code 1

I don't want to delete Samba as I use it very frequently. Can you advise?

Thanks,
Jos Chrispijn
___
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"


strange dialog4ports and xterm interaction

2013-06-06 Thread kaltheat

Hi,

today I realized that when dialog4ports is running in xterm it isn't possible 
to scroll up or down (if you scrolled up before dialog4ports was executed) to 
previous or current output. Is it supposed to be that way?

Regards,
kaltheat


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


can devel/gnustep-make be made to depend on a more recent GCC than 4.2?

2013-06-06 Thread Anton Shterenlikht

# pkg info -xr gcc-4.2
gcc-4.2.5.20090325_5 is required by:
gnustep-make-2.6.2

#

Just wanted to ask, does gnustep-make
really need to depend on gcc-4.2?
Can it work with a newer version from ports,
e.g. 4.5, 4.6, 4.7?

Thanks

Anton

___
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: Announce: Unofficial binary package builds for old releases

2013-06-06 Thread Kubilay Kocak
On 6/06/2013 6:16 PM, Kevin Day wrote:
> 
> On Jun 6, 2013, at 1:41 AM, Quark  wrote:
>> thanks Kevin, this is really cool stuff. It had be more exiting had it also 
>> been offered via pkgng
>>
> 
> Is there much demand for pkgng yet? We aren't using it internally, and so far 
> none of our customers are asking for it.
> 
> I could bring some more boxes online and do pkgng builds too, I was just 
> unclear about demand for it at this stage.
> 
> -- Kevin
> 
> ___
> 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"
> 

I think the value of and demand for pkgng is highly likely to increase
and gain traction given supported package sets for it, whether they're
official or not.

At a minimum, and from the perspective of "being a catalyst for
achieving critical mass", it would be helpful.

Thanks also for all your hard work and commitment so far  :)

Koobs
___
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: Announce: Unofficial binary package builds for old releases

2013-06-06 Thread Kevin Day

On Jun 6, 2013, at 1:41 AM, Quark  wrote:
> thanks Kevin, this is really cool stuff. It had be more exiting had it also 
> been offered via pkgng
> 

Is there much demand for pkgng yet? We aren't using it internally, and so far 
none of our customers are asking for it.

I could bring some more boxes online and do pkgng builds too, I was just 
unclear about demand for it at this stage.

-- Kevin

___
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: Conversion to new options framework over

2013-06-06 Thread Kubilay Kocak
On 6/06/2013 4:45 PM, Baptiste Daroussin wrote:
> Hi,
> 
> A year ago exactly we imported a new options framework into the ports tree.
> I took us a year to convert the whole ports tree to the new options framework.
> 
> What we have gain with the new framework:
> - more consistency (one single way to check for options)
> - 1-N group of option
> - only 1 among N group of option
> - 0-N group of options
> - 0 or 1 among N group of options
> 
> clean ability to set options from make.conf without collisions with src 
> options.
> 
> A new option dialog able to represent all new kind of options.
> 
> Thank you everyone for the effort allowing us to do that.
> 
> The compatibility code to support the old OPTIONS macro has been removed.
> The compatibility code to parse the old options file (saved from previous make
> config) will remain for 6 months.
> The compatibility code to parse the WITH/WITHOUT entries in make.conf will be
> removed in 6 months either.
> 
> Do not forget to convert your configuration (make.conf, portsconf etc). A
> reminder will be send a month before the removal of the compatibility code.
> 
> Still open task
> For the sake of consistency: NOPORTEXAMPLES, NOPORTDOCS and WITHOUT_NLS, 
> should
> be replaced by clean options so that we can have one true consisent way to set
> options for the ports tree.
> NOPORTDATA should die.
> bsd.options.mk should be improved to not fireup the option dialog in case of
> only global options to be set.
> the long very old (from old options time) but still valid bug about 
> OPTIONSFILE
> not being consistent in case PKGNAMEPREFIX changes (py- for example) should be
> fixed.
> 
> Thank you all,
> regards,
> Bapt
> 

Great job bapt, portmgr@ team and everyone who contributed to the evolution.
___
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"