FreeBSD ports you maintain which are out of date

2014-03-04 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/bisoncpp  | 4.05.00 | 4.08.00
+-+
games/doomsday  | 1.12.2  | 
1.14.0-build1157
+-+
japanese/skk-jisyo  | 201302  | 201403
+-+
japanese/skk-jisyo-cdb  | 201302  | 201403
+-+
science/gwyddion| 2.34| 2.35
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

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"


The c-icap-0.3.3 is released

2014-03-04 Thread Marko Cupać
Hi,

c-icap 0.3.3 has just been released, while version in FreeBSD ports is
0.2.5 (more than a year old). Any chance to get fresh version in ports?

I'm asking mostly because 0.2.5 is dying on signals 10 and 11 when
using squidclamav module, and I am hoping there could be fixes in later
versions.

-- 
Marko Cupać
___
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"

Adventures in ports, chapter 346785

2014-03-04 Thread George Mitchell

Couldn't compile chromium without attached patch on FreeBSD 8.4.
-- George
Index: www/chromium/Makefile
===
--- www/chromium/Makefile   (revision 346785)
+++ www/chromium/Makefile   (working copy)
@@ -22,7 +22,7 @@
 LICENSE_COMB=  multi
 
 WRKSRC=${WRKDIR}/${PORTNAME}-${DISTVERSION}
-CFLAGS+=   -fno-stack-protector -Wno-unknown-warning-option
+CFLAGS+=   -fno-stack-protector
 
 BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
bash:${PORTSDIR}/shells/bash \
Index: 
www/chromium/files/patch-content__browser__browser_shutdown_profile_dumper.cc
===
--- 
www/chromium/files/patch-content__browser__browser_shutdown_profile_dumper.cc   
(revision 0)
+++ 
www/chromium/files/patch-content__browser__browser_shutdown_profile_dumper.cc   
(working copy)
@@ -0,0 +1,11 @@
+--- content/browser/browser_shutdown_profile_dumper.cc.orig2014-02-20 
15:28:24.0 -0500
 content/browser/browser_shutdown_profile_dumper.cc 2014-03-03 
15:36:33.0 -0500
+@@ -2,6 +2,8 @@
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
++#include 
++
+ #include "content/browser/browser_shutdown_profile_dumper.h"
+ 
+ #include "base/base_switches.h"

Property changes on: 
www/chromium/files/patch-content__browser__browser_shutdown_profile_dumper.cc
___
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: www/chromium/files/patch-testing__perf__test_perf.cc
===
--- www/chromium/files/patch-testing__perf__test_perf.cc(revision 0)
+++ www/chromium/files/patch-testing__perf__test_perf.cc(working copy)
@@ -0,0 +1,15 @@
+--- testing/perf/perf_test.cc  2014-03-03 12:59:30.0 -0500
 testing/perf/perf_test.cc.orig 2014-02-20 15:28:27.0 -0500
+@@ -2,10 +2,10 @@
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
++#include 
++
+ #include "testing/perf/perf_test.h"
+ 
+-#include 
+-
+ #include "base/logging.h"
+ #include "base/strings/string_number_conversions.h"
+ #include "base/strings/stringprintf.h"

Property changes on: www/chromium/files/patch-testing__perf__test_perf.cc
___
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: www/chromium/files/patch-ui__gfx__codec__jpeg_codec.cc
===
--- www/chromium/files/patch-ui__gfx__codec__jpeg_codec.cc  (revision 0)
+++ www/chromium/files/patch-ui__gfx__codec__jpeg_codec.cc  (working copy)
@@ -0,0 +1,10 @@
+--- ui/gfx/codec/jpeg_codec.cc.orig2014-02-20 15:27:56.0 -0500
 ui/gfx/codec/jpeg_codec.cc 2014-03-03 14:33:42.0 -0500
+@@ -15,6 +15,7 @@
+ #if defined(USE_SYSTEM_LIBJPEG)
+ #include 
+ #elif defined(USE_LIBJPEG_TURBO)
++#include 
+ #include "third_party/libjpeg_turbo/jpeglib.h"
+ #else
+ #include "third_party/libjpeg/jpeglib.h"

Property changes on: www/chromium/files/patch-ui__gfx__codec__jpeg_codec.cc
___
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
___
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"

Display problem with sysutils/py-ranger

2014-03-04 Thread Serpent7776
Hello,

I have some problems with py-ranger: it seems like ncurses not working properly
with ranger. Whenever I scroll or change directory the screen is not properly
refreshed.
I've posted on FreeBSD forums but got no answer:
https://forums.freebsd.org/viewtopic.php?f=5&t=44915

I would be glad if somebody could help me with this.

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


[QAT] r346999: 4x leftovers

2014-03-04 Thread Ports-QAT
sysutils/k3b-kde4: Restore MUSEPACK option with DPorts fix

- Revert r346996 entirely
- Bypass MUSEPACK detection (hardcode it as detected) to fix that option
- Bump - This was default options change

Approved by:makc
-

  Build ID:  20140304083800-44695
  Job owner: mar...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Tue, 04 Mar 2014 11:56:46 GMT

  Revision:  r346999
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=346999

-

Port:sysutils/k3b-kde4 2.0.2_16

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140304083800-44695-290444/k3b-2.0.2_16.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140304083800-44695-290445/k3b-2.0.2_16.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140304083800-44695-290446/k3b-2.0.2_16.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140304083800-44695-290447/k3b-2.0.2_16.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"


Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Jakub Lach
Hello, 

I would like to cleanup my make (ports).conf and as far as I know
some options migrated to the new syntax, some not and some are no longer
used by ports at all, how could I list all currently available options for
whole
port tree?



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Listing-of-all-available-options-in-ports-tree-for-use-in-make-conf-ports-conf-WITHOUT-WITH-as-well--tp5891423.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: amavis[12345]: (12345-02) (!)file utility failed: exit 1

2014-03-04 Thread Scot Hetzel
On Mon, Mar 3, 2014 at 10:39 AM, Michael Grimm
 wrote:
> Hi --
>
> I'd like to come back on an issue reported last October (see thread ending in 
> http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/087175.html).
>
> amavisd-new requires sysutils/file which throws an error like ...
>
> | test> /usr/local/bin/file ascii.txt
> | ascii.txt: ERROR: line 163: regex error 17, (illegal byte sequence)
>
> ... whereas the system file utility acts as expected:
>
> | test> /usr/bin/file ascii.txt
> | ascii.txt: ASCII text
>
> I did notice it for the first time with file-5.15. Today I did upgrade to 
> file-5.17, and I do still see that error.
>
> According the message obove (see link) that bug should have been fixed 
> already, correct or am I mistaken?
>
I checked the Magdir/windows file and the bug is still there.  You
will need to apply the patch that is in PR 183257 to get rid of the
error.

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

Could someone commit this patch to the sysutils/file port.

Thanks,

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Scot Hetzel
On Tue, Mar 4, 2014 at 6:10 AM, Jakub Lach  wrote:
> Hello,
>
> I would like to cleanup my make (ports).conf and as far as I know
> some options migrated to the new syntax, some not and some are no longer
> used by ports at all, how could I list all currently available options for
> whole port tree?
>
For each port you have listed in make.conf or ports.conf, you will
need to check the Makefile for each port to see what they use for
setting options.
___
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"


[QAT] r346997: 4x leftovers

2014-03-04 Thread Ports-QAT
graphics/digikam-kde4:
- Fix dependency on mysql

Reported by:Wolfgang Riegler  via kde-freebsd 
maillist
-

  Build ID:  20140304073601-31528
  Job owner: m...@freebsd.org
  Buildtime: 6 hours
  Enddate:   Tue, 04 Mar 2014 13:20:27 GMT

  Revision:  r346997
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=346997

-

Port:graphics/digikam-kde4 3.5.0_1,2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304073601-31528-290436/digikam-3.5.0_1,2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304073601-31528-290437/digikam-3.5.0_1,2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304073601-31528-290438/digikam-3.5.0_1,2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304073601-31528-290439/digikam-3.5.0_1,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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Jakub Lach
Thanks for reply!

IMHO, port knobs really should be centrally tracked/standardized.
When one would like to set some options globally, it gets really 
ugly really fast e.g.

WITH_OPTIMIZED_CFLAGS=yes
WITH_OPTIMIZED_FLAGS=yes
WITH_OPTIMIZATION=yes
OPTIMIZED_CFLAGS=yes
BUILD_OPTIMIZED=yes
WITH_OCFLAGS=yes

OPTIONS_SET=OCFLAGS OPTIMIZED_CFLAGS

I reckon somebody had a script to printout all available options?

But I may be mistaken.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Listing-of-all-available-options-in-ports-tree-for-use-in-make-conf-ports-conf-WITHOUT-WITH-as-well--tp5891423p5891452.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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"


Staging - set owner/group/mode in pkg-plist for empty directory

2014-03-04 Thread Hans F. Nordhaug
Hi,

I'm trying to add staging to the Piwik port (at the same time as
updating to the new 2.1.0 release). AFAIK it's not possible to
set owner/group/mode for a directory in pkg-plist, only for files.
Is that correct?

Piwik comes with an empty tmp directory that needs to be writable
by the webserver. Using CHMOD naivly in the post-install target 
doesn't work.

What is the correct work-around?

Regards,
Hans

PS! I can't test the port anymore with porttools ("port test").
I always get:

---
[...]
===>  Building package for piwik-2.1.0
Creating package /usr/ports/www/piwik/work/piwik-2.1.0.tbz
Registering depends:.
pkg_create: couldn't resolve path for prefix: /tmp/piwik-2.1.0: No
such file or directory
*** [do-package] Error code 1

Stop in /usr/ports/www/piwik.
*** [package] Error code 1

Stop in /usr/ports/www/piwik.
===> Error running make package
[...]
---

Is this a known issue? I haven't upgraded to pkgng yet.
___
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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Thierry Thomas
Le mar  4 mar 14 à 15:05:51 +0100, Jakub Lach 
 écrivait :
> Thanks for reply!
> 
> IMHO, port knobs really should be centrally tracked/standardized.
> When one would like to set some options globally, it gets really 
> ugly really fast e.g.

It used to be in /usr/ports/KNOBS but it was removed some days ago.
Anyway, it's still available in svn, and most of the knobs are described
in /usr/ports/Mk/bsd.options.desc.mk .
-- 
Th. Thomas.
___
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"


portmgr-lurkers@ March 1 edition

2014-03-04 Thread FreeBSD Ports Management Team Secretary
The first intake of portmgr-lurkers@ is complete, and it is now time to
start with the second round of our -lurkers.  Please join us in welcoming
Alexey (danfe@) Dokuchaev and Frdric (culot@) Culot to our ranks.

During this -lurker round, culot@ will be the shadow portmgr-secretary@,
learning the finer points of the roles and responsibilities of the job.

Thomas
on behalf of portmgr@

http://blogs.freebsdish.org/portmgr/2014/03/04/portmgr-lurkers-march-1-edition/
___
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"


digikam and k3b errors with poudriere

2014-03-04 Thread Wolfgang Riegler
Hi,

poudriere fails configuring digikam because "MySQL install_db tool 
found.. NO". MySQL server is in my bulk list as well.

k3b fails while packaging: pkg-static: 
lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/lib/kde4/k3bmpcdecoder.so):
 No such file or directory
 pkg-static: 
lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/share/kde4/services/k3bmpcdecoder.desktop):
 No such file or directory


Both logfiles are attached.

Could you please help me?

kind regards

Wolfgang

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


close my resolved and obsolete PRs

2014-03-04 Thread Anton Shterenlikht
Please close the follwing PRs:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153776
reason: resolved

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179365
reason: obsolete, overtaken by events

http://www.freebsd.org/cgi/query-pr.cgi?pr=180434
reason: resolved

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181753
reason: obsolete, overtaken by events

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: digikam and k3b errors with poudriere

2014-03-04 Thread John Marino
On 3/4/2014 16:47, Wolfgang Riegler wrote:
> Hi,
> 
> poudriere fails configuring digikam because "MySQL install_db tool 
> found.. NO". MySQL server is in my bulk list as well.
> 
> k3b fails while packaging: pkg-static: 
> lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/lib/kde4/k3bmpcdecoder.so):
>  No such file or directory
>  pkg-static: 
> lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/share/kde4/services/k3bmpcdecoder.desktop):
>  No such file or directory
> 
> 
> Both logfiles are attached.
> 
> Could you please help me?

Hi Wolfgang,
I can help you with k3b.
Step 1: Update ports to latest.
Step 2: try building k3b again.

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


Re: sage-6.1.1 build errors out while building conway_polynomials

2014-03-04 Thread Saifi Khan

On Mon, 3 Mar 2014, Stephen Montgomery-Smith wrote:


On 03/03/14 11:33, Saifi Khan wrote:

Hi:

on attempting to build sage-6.1.1 from the '/usr/ports/math/sage' port,
the build errors out while building a subpackage 'conway_polynomials'.


Most people have reported errors in scipy and matplotlib with FreeBSD-10.  I 
think the build of conway-polynomials comes earlier.  So if we had a work 
around for this, you would still be stuck later on with the build of scipy or 
matplotlib.


I am somewhat convinced that the error is due to some kind of incompatibility 
between clang and gcc46 and the linking process.


I have no idea how to fix these problems.  I'm kind of hoping that it will 
get magically fixed one day.


Hi Stephen:

Thanks for your reply.

#export MAKE_JOBS_UNSAFE=yes
made some of the seemingly random errors go away when i was building 'octave' 
from the ports.


Yes, reading a couple of threads on the toolchain list seems to suggest some 
kind of incompatibility and linker issue.


Hence my approach is:

1. checkout the latest '/usr/src' tree. (done)
2. make buildworld (wip)
3. make buildkernel
4. make installkernel
5. reboot
6. make installworld
7. reboot
8. cd /usr/ports/math/sage
9. make

Guess i will learn a thing or two :) will keep you posted of how the build goes

thanks
Saifi.

___
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: can pkg install mod_php5 (ie. libphp5.so) ?

2014-03-04 Thread Saifi Khan

On Mon, 3 Mar 2014, Thierry Thomas wrote:


Le lun  3 mar 14 à 17:48:29 +0100, sa...@sina.cn 
écrivait :


Hi:


Hello,


apache24-2.4.6_1 was installed using 'pkg'.

subsequently, php55-5.5.9 and almost all the modules were installed
using 'pkg install'.

However, 'pkg search' did not turn in any 'mod_php5'.

Is building php from the '/usr/ports/lang/php5' the only option to
configure 'APACHE' PHP_SAPI ?


Yes, it is. But note that PHP-FPM (FastCGI Process Manager) is enabled.
--
Th. Thomas.



Thanks Thomas for the suggestion.

Indeed PHP-FPM is a very useful approach since we dont need to worry 
about suexec or mod_php.


This helps apache and php stock installations and packaging to 
evolve in a modular way.


However, the 'ProxyPassMath' directive cannot be used on a 
 section.


This effectively means that i cannot have configuration like


Options All
AllowOverride All
Require all granted
ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9000/home/*/public_html/$1


How do i effectively use 'ProxyPassMatch' directive ?

thanks
Saifi.
___
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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Chad J. Milios

On 3/4/2014 9:40 AM, Thierry Thomas wrote:

Le mar  4 mar 14 à 15:05:51 +0100, Jakub Lach 
  écrivait :

Thanks for reply!

IMHO, port knobs really should be centrally tracked/standardized.
When one would like to set some options globally, it gets really
ugly really fast e.g.

It used to be in /usr/ports/KNOBS but it was removed some days ago.
Anyway, it's still available in svn, and most of the knobs are described
in /usr/ports/Mk/bsd.options.desc.mk .

from within a port's directory,

make showconfig

will show you the current options set and

make __MAKE_CONF=/dev/null PORT_DBDIR=/var/empty showconfig

will show you the defaults.

Hope this is helpful to you
___
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: digikam and k3b errors with poudriere

2014-03-04 Thread Bryan Drewery

On 2014-03-04 09:47, Wolfgang Riegler wrote:

Hi,

poudriere fails configuring digikam because "MySQL install_db tool
found.. NO". MySQL server is in my bulk list as well.

k3b fails while packaging: pkg-static:
lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/lib/kde4/k3bmpcdecoder.so):


This line is odd. I've seen several reports of missing .so files today. 
Do you mind running a 'testport -j JAIL -n -o converters/libiconv' and 
posting the build log here?



No such file or directory
 pkg-static:
lstat(/wrkdirs/usr/ports/sysutils/k3b-kde4/work/stage/usr/local/share/kde4/services/k3bmpcdecoder.desktop):
No such file or directory


Both logfiles are attached.

Could you please help me?

kind regards

Wolfgang


--
Regards,
Bryan Drewery
___
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: amavis[12345]: (12345-02) (!)file utility failed: exit 1

2014-03-04 Thread Michael Grimm
Hi --

On 04.03.2014, at 14:04, Scot Hetzel  wrote:
> On Mon, Mar 3, 2014 at 10:39 AM, Michael Grimm  
> wrote:

>> amavisd-new requires sysutils/file which throws an error

[...]

> I checked the Magdir/windows file and the bug is still there.  You
> will need to apply the patch that is in PR 183257 to get rid of the
> error.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=183257
> 
> Could someone commit this patch to the sysutils/file port.

Oh, I see. I was just curious whether I might have missed something obvious.

Regarding amavisd-new there is a workaround, I am using /usr/bin/file for the 
time beeing.

Thanks for looking into that and with kind regards,
Michael

___
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: Adventures in ports, chapter 346785

2014-03-04 Thread René Ladan
2014-03-04 12:29 GMT+01:00 George Mitchell :

> Couldn't compile chromium without attached patch on FreeBSD 8.4.
>

I committed a slightly different version of your patch in r347055, can you
retry?

René
___
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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Freddie Cash
On Tue, Mar 4, 2014 at 9:55 AM, Chad J. Milios  wrote:

> On 3/4/2014 9:40 AM, Thierry Thomas wrote:
>
>> Le mar  4 mar 14 à 15:05:51 +0100, Jakub Lach 
>>   écrivait :
>>
>>> Thanks for reply!
>>>
>>> IMHO, port knobs really should be centrally tracked/standardized.
>>> When one would like to set some options globally, it gets really
>>> ugly really fast e.g.
>>>
>> It used to be in /usr/ports/KNOBS but it was removed some days ago.
>> Anyway, it's still available in svn, and most of the knobs are described
>> in /usr/ports/Mk/bsd.options.desc.mk .
>>
> from within a port's directory,
>
> make showconfig
>
> will show you the current options set and
>
> make __MAKE_CONF=/dev/null PORT_DBDIR=/var/empty showconfig
>
> will show you the defaults.
>
> Hope this is helpful to you
>

If those two commands aren't in the Handbook (I'm pretty sure the first one
is), then they should be considered for inclusion.​​  Or, maybe in the
Porter's Handbook?  Or maybe ports(7)?  I can see the second command being
very useful, especially during this transitional stage where people will be
migrating/recreating their make.conf files.  Something I could have used
awhile back, before I just moved to using the binary package repos from
PC-BSD.




-- 
Freddie Cash
fjwc...@gmail.com
___
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"

[QAT] 347051: 4x leftovers

2014-03-04 Thread Ports-QAT
graphics/kphotoalbum-kde4:
- Add dependency on pkgconfig to fix libkdcraw detection

Reported by:q/pa  via kde-freebsd maillist
-

  Build ID:  20140304181000-11680
  Job owner: m...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Tue, 04 Mar 2014 20:22:55 GMT

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

-

Port:graphics/kphotoalbum-kde4 4.4_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304181000-11680-290668/kphotoalbum-4.4_2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304181000-11680-290669/kphotoalbum-4.4_2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304181000-11680-290670/kphotoalbum-4.4_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140304181000-11680-290671/kphotoalbum-4.4_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"


bash 4.3 problem

2014-03-04 Thread Albert Shih
Hi all,

I don't known if it's a problem with bash 4.3 or with bash 4.3-FreeBSD. But
when you got a file with a name like 

(my_file)

begin with a "(" the completion don't work. 

For example if you create : 

touch \(\)

you can delete it with 

rm \(\)

but you can't do

rm \(+TAB


Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 4 mar 2014 21:31:32 CET
___
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: close my resolved and obsolete PRs

2014-03-04 Thread Tijl Coosemans
On Tue, 04 Mar 2014 08:17:36 -0800 (PST) Anton Shterenlikht wrote:
> Please close the follwing PRs:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153776
> reason: resolved
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179365
> reason: obsolete, overtaken by events
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=180434
> reason: resolved
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181753
> reason: obsolete, overtaken by events

Done.  Thank you for following up!
___
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"


[QAT] 347072: 4x leftovers

2014-03-04 Thread Ports-QAT
graphics/xli: add PLIST_FILES to package something

- add PLIST_FILES to package something
- bump PORTREVISION
- use modern LIB_DEPENDS notation, while here

PR: 187190
Submitted by:   Zsolt Udvari 
Approved by:portmgr (blanket)
-

  Build ID:  20140304210600-49715
  Job owner: r...@freebsd.org
  Buildtime: 7 minutes
  Enddate:   Tue, 04 Mar 2014 21:13:17 GMT

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

-

Port:graphics/xli 1.17.0_14

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~r...@freebsd.org/20140304210600-49715-290780/xli-1.17.0_14.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~r...@freebsd.org/20140304210600-49715-290781/xli-1.17.0_14.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~r...@freebsd.org/20140304210600-49715-290782/xli-1.17.0_14.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~r...@freebsd.org/20140304210600-49715-290783/xli-1.17.0_14.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"


Circular dependency, because x264 links ffmpeg

2014-03-04 Thread Jan Henrik Sylvester
# pkg info -r ffmpeg
ffmpeg-2.1.1_1,1:
libxine-1.2.4_5
vlc-2.1.2_2,4
libstreamanalyzer-0.7.8_3
x264-0.136.2358_3
# pkg info -r x264
x264-0.136.2358_3:
ffmpeg-2.1.1_1,1
ffmpeg0-0.7.16_1,1
opal-3.10.10_2
vlc-2.1.2_2,4

Not good. Since multimedia/ffmpeg depends on multimedia/x264 by default
(the option X264 is enabled by default), my x264 installation must be
broken.

After forcibly deleting x264 and rebuilding the port, it still depends
on ffmpeg:

# pkg which /usr/local/bin/x264
/usr/local/bin/x264 was installed by package x264-0.136.2358_3
# readelf -d /usr/local/bin/x264 | grep libav
 0x0001 (NEEDED) Shared library: [libavutil.so.52]
# pkg which /usr/local/lib/libavutil.so.52
/usr/local/lib/libavutil.so.52 was installed by package ffmpeg-2.1.1_1,1

The x264 port is doing something wrong (in the presence of ffmpeg).

This will probably only happening building ports in an unclean
environment, but I would have expected pkg to detect this and warn while
registering the pkg, while creating a package from it, or while this
package is installed on another machine. I never saw a warning.

Cheers,
Jan Henrik
___
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: Listing of all available options in ports tree for use in make.conf /ports.conf (WITHOUT_ , WITH_ as well as OPTIONS_SET /UNSET)

2014-03-04 Thread Jakub Lach
Thanks for all replies so far, to be precise I was looking
for universal options to be set for all ports, 
/usr/ports/Mk/bsd.options.desc.mk is probably closest, 
but similarly to KNOBS doesn't cover all of them.




--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Listing-of-all-available-options-in-ports-tree-for-use-in-make-conf-ports-conf-WITHOUT-WITH-as-well--tp5891423p5891586.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: Staging - set owner/group/mode in pkg-plist for empty directory

2014-03-04 Thread Hans F. Nordhaug
* olli hauer  [2014-03-04]:
> On 2014-03-04 15:30, Hans F. Nordhaug wrote:
> > Hi,
> > 
> > I'm trying to add staging to the Piwik port (at the same time as
> > updating to the new 2.1.0 release). AFAIK it's not possible to
> > set owner/group/mode for a directory in pkg-plist, only for files.
> > Is that correct?
> > 
> > Piwik comes with an empty tmp directory that needs to be writable
> > by the webserver. Using CHMOD naivly in the post-install target 
> > doesn't work.
> > 
> > What is the correct work-around?
> > 
> > Regards,
> > Hans
> > 
> > PS! I can't test the port anymore with porttools ("port test").
> > I always get:
> > 
> > ---
> > [...]
> > ===>  Building package for piwik-2.1.0
> > Creating package /usr/ports/www/piwik/work/piwik-2.1.0.tbz
> > Registering depends:.
> > pkg_create: couldn't resolve path for prefix: /tmp/piwik-2.1.0: No
> > such file or directory
> > *** [do-package] Error code 1
> > 
> > Stop in /usr/ports/www/piwik.
> > *** [package] Error code 1
> > 
> > Stop in /usr/ports/www/piwik.
> > ===> Error running make package
> > [...]
> > ---
> > 
> > Is this a known issue? I haven't upgraded to pkgng yet.
> 
> 
> Hi Hans,

Hi, Olli. You sent your reply off the list, but I guess that was a
mistake so I'm sending this reply to the list.
 
> I haven't used porttools once in my life, but I suspect in pkg-plist
> you miss %D/ as path prefix for the directory and in that case pkg
> creates the directory in your current working directory.

No, that isn't the problem - several things has changed in the latest version.
 
> This should work.
> @exec install -m 755 -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/tmp
> @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/tmp

Thx, I ended up using "@exec chown ..." at the end pkg-plist. (The empty 
directory is created so I don't need "@exec install".)
 
> The following patch should work for your update
> http://people.freebsd.org/~ohauer/diffs/piwik-2.1.0.diff

Thx, but I had already written the patch - I just needed the one
missing piece ("@exec chown ..."). I did however copy the option
changes you did - much clearer code. Thx!

Regards,
Hans
___
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: Adventures in ports, chapter 346785

2014-03-04 Thread George Mitchell

On 03/04/14 13:28, René Ladan wrote:

2014-03-04 12:29 GMT+01:00 George Mitchell mailto:george+free...@m5p.com>>:

Couldn't compile chromium without attached patch on FreeBSD 8.4.


I committed a slightly different version of your patch in r347055, can
you retry?

René


Thanks for your help, but this doesn't seem to fix the compile errors
in content/browser/browser_shutdown_profile_dumper.cc,
testing/perf/perf_test.cc, or ui/gfx/codec/jpeg_codec.cc that were
caused by the absence or misordering of stdio.h.   -- George
___
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"


gnutls-2.12.23 ===> Compilation failed unexpectedly

2014-03-04 Thread AN
FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #29 r262754: Tue Mar  4 
18:10:01 2014 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL  amd64



if (/bin/sh 
/usr/ports/security/gnutls/work/gnutls-2.12.23/build-aux/missing --run 
makeinfo --version) >/dev/null 2>&1; then \
  for f in gnutls.info gnutls.info-[0-9] gnutls.info-[0-9][0-9] 
gnutls.i[0-9] gnutls.i[0-9][0-9]; do \

if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh 
/usr/ports/security/gnutls/work/gnutls-2.12.23/build-aux/missing --run 
makeinfo -I ../doc  -I . \

 -o gnutls.info gnutls.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./gnutls.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:41: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:41: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:241: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:241: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:285: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:285: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:310: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:310: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:336: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:336: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:356: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:356: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:566: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:566: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:624: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:624: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:625: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:625: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:625: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:625: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:652: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:652: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:670: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:670: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:688: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:688: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:708: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:708: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:727: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:727: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:736: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:736: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:771: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:771: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:794: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:794: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:796: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:796: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:800: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:800: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:807: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:807: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:807: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:807: 
Misplaced }.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:808: 
Misplaced {.
/usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api

Re: Circular dependency, because x264 links ffmpeg

2014-03-04 Thread Kevin Oberman
On Tue, Mar 4, 2014 at 1:22 PM, Jan Henrik Sylvester  wrote:

> # pkg info -r ffmpeg
> ffmpeg-2.1.1_1,1:
> libxine-1.2.4_5
> vlc-2.1.2_2,4
> libstreamanalyzer-0.7.8_3
> x264-0.136.2358_3
> # pkg info -r x264
> x264-0.136.2358_3:
> ffmpeg-2.1.1_1,1
> ffmpeg0-0.7.16_1,1
> opal-3.10.10_2
> vlc-2.1.2_2,4
>
> Not good. Since multimedia/ffmpeg depends on multimedia/x264 by default
> (the option X264 is enabled by default), my x264 installation must be
> broken.
>
> After forcibly deleting x264 and rebuilding the port, it still depends
> on ffmpeg:
>
> # pkg which /usr/local/bin/x264
> /usr/local/bin/x264 was installed by package x264-0.136.2358_3
> # readelf -d /usr/local/bin/x264 | grep libav
>  0x0001 (NEEDED) Shared library: [libavutil.so.52]
> # pkg which /usr/local/lib/libavutil.so.52
> /usr/local/lib/libavutil.so.52 was installed by package ffmpeg-2.1.1_1,1
>
> The x264 port is doing something wrong (in the presence of ffmpeg).
>
> This will probably only happening building ports in an unclean
> environment, but I would have expected pkg to detect this and warn while
> registering the pkg, while creating a package from it, or while this
> package is installed on another machine. I never saw a warning.
>

I'm confused. When I look at the Makefile for  x264, I can't see ny reason
that it would depend on ffmpeg. It has no direct dependency.  As far as
indirect ones, I see libX11, gcc-4.6, gpac-libgpac-0.5.0,1.

When configuring, I see:
===>   x264-0.136.2358_3 depends on package: yasm>=0.6.0 - found
===>   x264-0.136.2358_3 depends on file: /usr/local/bin/bash - found
===>   x264-0.136.2358_3 depends on executable: gmake - found
===>   x264-0.136.2358_3 depends on executable: gcc46 - found
===>   x264-0.136.2358_3 depends on file: /usr/local/bin/as - found
===>   x264-0.136.2358_3 depends on file:
/usr/local/libdata/pkgconfig/x11.pc - found
===>   x264-0.136.2358_3 depends on shared library: libgpac.so - found

But I see that it links to libavformat, libavcodec, and libavutil, all part
of ffmpeg.

Oddly, my 9.2 system has no dependency on ffmpeg:
> pkg_info -r x264-\* (y|n|e)?yes
Information for x264-0.136.2358_3:

Depends on:
Dependency: openssl-1.0.1_9
Dependency: png-1.5.18
Dependency: jpeg-8_4
Dependency: gpac-libgpac-0.5.0,1

Looking through the build log I can only see the final link of the x264
does pull in all of those libs. Note that lib264 has no dependency on
ffmpeg. It is the x264 executable that uses it.

I think the only fix would be to split the port into building the library
in one port (libx264) and the utility in another (x264).

-- 
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
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: samba36 on 10-RELEASE can't join AD

2014-03-04 Thread William Marcelo Piovezan
Hi, 

 

I'm getting exactly the same problem as described in this message.

I was using FreeBSD 9.2 with samba36 working in a Windows environment, the
DC is Windows 2012.

I´ve just updated to FreeBSD 10  and could not join AD anymore. Kinit works
perfectly buy net ads join returns the following error:

 

Failed to join domain: failed to connect to AD: Looping detected inside
krb5_get_in_tkt

 

After several retries, the computer account at Windows DC has been locked
(maybe due to domain policy). I´ve deleted the account and tried to join
again but the same problem happened. But for some reason the computer
account is added to the Windows DC even with the Samba error. Trying wbinfo
-u returns nothing so I suspect the machine has not been added at all.

Is there anyone that could solve or workaround this problem? I have the
latest samba36.22 with heimdal installed.

 

> I can't seem to join AD with samba36 on 10-RELEASE:
> 
>   pacija at
server:/usr/local/etc % sudo net ads join -U pacija
> Enter pacija's password:
> kerberos_kinit_password
 pacija at
EXAMPLE.ORG  failed: Looping
> detected
> inside krb5_get_in_tkt Failed to join domain: failed to connect to AD:
> Looping detected inside krb5_get_in_tkt
> 
> Kerberos seem to work OK, i can get tickets with kinit. Same krb5.conf
> and smb.conf on another 9.2-RELEASE machine are joining AD without
> problem.
> 
> Any suggestions?
> --
> Marko Cupać < 
marko.cupac at mimar.rs >
> ___
>   freebsd-ports
at freebsd.org  mailing list
>  
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "

freebsd-ports-unsubscribe at 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: Issues with Poudriere builing packages depending on Perl

2014-03-04 Thread nano
Disable the FreeBSD repo.

Adam McDougall  wrote:
>On 03/03/2014 07:44, Big Lebowski wrote:
>> Hi,
>> 
>> I am trying to build bunch on packages in Poudriere on 10-R for 10-R
>and
>> 9.2-R. The packages are building fine, but for some reason at least
>one of
>> them builds with two different perl versions, 5.16 and 5.18. I would
>like
>> to get all my packages built with 5.18, so in my make.conf for
>Poudriere
>> jails I've the following:
>> 
>> WITH_PKGNG=yes
>> WITHOUT_X11=yes
>> WITHOUT_X=yes
>> PERL5_DEFAULT=5.18
>> PERL_PORT=perl5.18
>> DEFAULT_VERSIONS= perl5=5.18
>> 
>> However, when trying to install it, I am getting the following
>result:
>> 
>> root@machine:~ # pkg install nrpe
>> Updating repository catalogue
>> The following 4 packages will be installed:
>> 
>> Installing perl5: 5.16.3_7 [FreeBSD]
>> Installing perl5.18: 5.18.2_1 [FreeBSD]
>> Installing nagios-plugins: 1.5_1,1 [localrepo]
>> Installing nrpe: 2.15 [localrepo]
>> 
>> The installation will require 97 MB more space
>> 
>> and then the installation of course fails due to the perl dependency
>> config. Has anyone a clue how to untangle that Poudriere/Perl mess?
>> 
>> Also, any advices on the make.conf settings to absolutely avoid
>anything
>> related to x11/examples/docs?
>> 
>> Thanks in advance!
>
>You can run poudriere bulk -vv and it will show the dependency tree.
>However since there are only two packages listed above that aren't
>perl,
>I would inspect each port manually to see if you can find out why it is
>trying to pull in a non-default version.  You could even try installing
>just nagios-plugins and see which perl it tries to pull in.
>
>I only use:
>DEFAULT_VERSIONS=   perl5=5.16
>in my poudriere make.conf and everything uses 5.16, including nrpe and
>nagios-plugins.
>
>For the x11/examples/docs I am guessing something like:
>OPTIONS_UNSET+=DOCS EXAMPLES X11
>however many things like to pull in X11 anyway and it will probably
>take
>a lot of work.
>___
>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"

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
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: Staging - set owner/group/mode in pkg-plist for empty directory

2014-03-04 Thread olli hauer
On 2014-03-04 23:47, Hans F. Nordhaug wrote:
> * olli hauer  [2014-03-04]:
>> On 2014-03-04 15:30, Hans F. Nordhaug wrote:
>>> Hi,
>>>
>>> I'm trying to add staging to the Piwik port (at the same time as
>>> updating to the new 2.1.0 release). AFAIK it's not possible to
>>> set owner/group/mode for a directory in pkg-plist, only for files.
>>> Is that correct?
>>>
>>> Piwik comes with an empty tmp directory that needs to be writable
>>> by the webserver. Using CHMOD naivly in the post-install target 
>>> doesn't work.
>>>
>>> What is the correct work-around?
>>>
>>> Regards,
>>> Hans
>>>
>>> PS! I can't test the port anymore with porttools ("port test").
>>> I always get:
>>>
>>> ---
>>> [...]
>>> ===>  Building package for piwik-2.1.0
>>> Creating package /usr/ports/www/piwik/work/piwik-2.1.0.tbz
>>> Registering depends:.
>>> pkg_create: couldn't resolve path for prefix: /tmp/piwik-2.1.0: No
>>> such file or directory
>>> *** [do-package] Error code 1
>>>
>>> Stop in /usr/ports/www/piwik.
>>> *** [package] Error code 1
>>>
>>> Stop in /usr/ports/www/piwik.
>>> ===> Error running make package
>>> [...]
>>> ---
>>>
>>> Is this a known issue? I haven't upgraded to pkgng yet.
>>
>>
>> Hi Hans,
> 
> Hi, Olli. You sent your reply off the list, but I guess that was a
> mistake so I'm sending this reply to the list.
>  
>> I haven't used porttools once in my life, but I suspect in pkg-plist
>> you miss %D/ as path prefix for the directory and in that case pkg
>> creates the directory in your current working directory.
> 
> No, that isn't the problem - several things has changed in the latest version.
>  
>> This should work.
>> @exec install -m 755 -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/tmp
>> @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/tmp
> 
> Thx, I ended up using "@exec chown ..." at the end pkg-plist. (The empty 
> directory is created so I don't need "@exec install".)
>  
>> The following patch should work for your update
>> http://people.freebsd.org/~ohauer/diffs/piwik-2.1.0.diff
> 
> Thx, but I had already written the patch - I just needed the one
> missing piece ("@exec chown ..."). I did however copy the option
> changes you did - much clearer code. Thx!
> 
> Regards,
> Hans

Hi Hans,

the creation of the empty tmp directory is required for the old pkg_create
tool, with the new ports-mgmt/pkg tools this is not required since it can
handle empty directories. Since you haven't upgraded to pkgng yet, you can
test this yourself by creating a package cleanup local/www and installing
the package.

$> cd www/piwik
$> make clean package && make clean
$> make deinstall
$> rm -rf /usr/local/www/piwik
$> pkg_add $path/to/new/piwik-2.1.0.tbz

Now check if the directory is there.

-- 
Regards,
olli
___
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: gnutls-2.12.23 ===> Compilation failed unexpectedly

2014-03-04 Thread Christoph Moench-Tegeder
## AN (a...@neu.net):


> /usr/ports/security/gnutls/work/gnutls-2.12.23/doc//gnutls-api.texi:11: 
> Misplaced {.

Do you have print/texinfo installed?

Regards,
Christoph

-- 
Spare Space
___
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: amavis[12345]: (12345-02) (!)file utility failed: exit 1

2014-03-04 Thread Scot Hetzel
On Tue, Mar 4, 2014 at 12:19 PM, Michael Grimm
 wrote:
> Hi --
>
> On 04.03.2014, at 14:04, Scot Hetzel  wrote:
>> On Mon, Mar 3, 2014 at 10:39 AM, Michael Grimm  
>> wrote:
>
>>> amavisd-new requires sysutils/file which throws an error
>
> [...]
>
>> I checked the Magdir/windows file and the bug is still there.  You
>> will need to apply the patch that is in PR 183257 to get rid of the
>> error.
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=183257
>>
>> Could someone commit this patch to the sysutils/file port.
>
> Oh, I see. I was just curious whether I might have missed something obvious.
>
> Regarding amavisd-new there is a workaround, I am using /usr/bin/file for the 
> time beeing.
>
Looks like the file utility programmers fixed it another way by
patching src/softmagic.c to use the C locale when calling regcomp.

See http://bugs.gw.com/view.php?id=292

They had fixed the issue on 2/18/2014, so you will have to wait for
file > 5.17 to be released.

Of apply the patch in that bug report.

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: Staging - set owner/group/mode in pkg-plist for empty directory

2014-03-04 Thread Hans F. Nordhaug
* olli hauer  [2014-03-05]:
> On 2014-03-04 23:47, Hans F. Nordhaug wrote:
> > * olli hauer  [2014-03-04]:
> >> On 2014-03-04 15:30, Hans F. Nordhaug wrote:
> >>> Hi,
> >>>
> >>> I'm trying to add staging to the Piwik port (at the same time as
> >>> updating to the new 2.1.0 release). AFAIK it's not possible to
> >>> set owner/group/mode for a directory in pkg-plist, only for files.
> >>> Is that correct?
> >>>
> >>> Piwik comes with an empty tmp directory that needs to be writable
> >>> by the webserver. Using CHMOD naivly in the post-install target 
> >>> doesn't work.
> >>>
> >>> What is the correct work-around?

[CUT]

> >> This should work.
> >> @exec install -m 755 -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/tmp
> >> @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/tmp
> > 
> > Thx, I ended up using "@exec chown ..." at the end pkg-plist. (The empty 
> > directory is created so I don't need "@exec install".)
> >  
> >> The following patch should work for your update
> >> http://people.freebsd.org/~ohauer/diffs/piwik-2.1.0.diff
> > 
> > Thx, but I had already written the patch - I just needed the one
> > missing piece ("@exec chown ..."). I did however copy the option
> > changes you did - much clearer code. Thx!
> > 
> > Regards,
> > Hans
> 
> Hi Hans,
> 
> the creation of the empty tmp directory is required for the old pkg_create
> tool, with the new ports-mgmt/pkg tools this is not required since it can
> handle empty directories. Since you haven't upgraded to pkgng yet, you can
> test this yourself by creating a package cleanup local/www and installing
> the package.
> 
> $> cd www/piwik
> $> make clean package && make clean
> $> make deinstall
> $> rm -rf /usr/local/www/piwik
> $> pkg_add $path/to/new/piwik-2.1.0.tbz
> 
> Now check if the directory is there.

You are right - thx for taking the time to explain. But why do you
need both? Doesn't

@exec install -m 755 -o %%WWWOWN%% -g %%WWWGRP%% -d %D/%%WWWDIR%%/tmp

work for pkgng? Is the problem that it doesn't change owner/group if the 
directory is already installed/created? And why did you add

${MKDIR} ${STAGEDIR}${WWWDIR}/tmp

to "do-install"? I know for sure that it isn't necessary when you use 
"make install" (since the directory is created by COPYTREE_SHARE. 
In which case is it needed?

Thx, again. 

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