Re: pkg install from local poudriere repo creates links to txz

2014-12-19 Thread Beeblebrox

> > After executing pkg upgrade (or install) all, processed files by
> > the command get a sym-link pointing to the actual file. For example:

> This should only happen if you set PKG_CACHEDIR to the same as your
> repodir,
> Check /usr/local/etc/pkg.conf and make sure you did not set
> PKG_CACHEDIR. Also check 'pkg config PKG_CACHEDIR' to make sure it is
> showing /var/cache/pkg.

Yup, seems I forgot about settings in pkg.conf. Problem is fixed now.

What is the correct method to merge downloaded binaries to your poudriere repo? 
Say for example, a particular port fails to build on my end, so I "pkg 
fetch|install -r FreeBSD" that particular binary. Is there a way to place a 
copy of that downloaded binary inside -r myrepo location (other than manual 
file copy)?

Thanks and Regards.

-- 
FreeBSD_amd64_11-Current_RadeonKMS


pgprBzg45IUI3.pgp
Description: OpenPGP digital signature


FreeBSD ports you maintain which are out of date

2014-12-19 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
+-+
deskutils/mirall| 1.6.3   | 1.7.1
+-+
german/wordpress| 4.0.1   | 4.1
+-+
lang/sbcl   | 1.1.12  | 1.2.6
+-+
math/gambit | 13.1.2  | 15.0.0
+-+
math/giacxcas   | 1.1.0   | 1.1.4
+-+
science/InsightToolkit  | 2.8.1   | 4.7.0
+-+
textproc/hevea  | 2.18| 2.20
+-+


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"


Re: current ports/converters/recode missing / wrong recode-3.6.tar.gz

2014-12-19 Thread Dmitry Sivachenko

> On 18 дек. 2014 г., at 21:16, Julian H. Stacey  wrote:
> 
> Hi de...@freebsd.org Maintainer of ports/converters/recode
> 
> with svn_revision 374898
> 
> distinfo has:
> SHA256 (recode-3.6.tar.gz) = 
> a9beecec22be42b1096de74d4dfb1051fa9cd252e4ae149d8aa6b5243d729e5e
> SIZE (recode-3.6.tar.gz) = 1760172
> 
> Which I cant find,

What is the problem finding it?

/usr/ports/converters/recode # make fetch
===>   recode-3.6_12 depends on file: /usr/local/sbin/pkg - found
=> recode-3.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch 
https://codeload.github.com/pinard/Recode/legacy.tar.gz/v3.6?dummy=/recode-3.6.tar.gz
fetch: 
https://codeload.github.com/pinard/Recode/legacy.tar.gz/v3.6?dummy=/recode-3.6.tar.gz:
 size unknown
fetch: 
https://codeload.github.com/pinard/Recode/legacy.tar.gz/v3.6?dummy=/recode-3.6.tar.gz:
 size of remote file is not known
recode-3.6.tar.gz 1718 kB  577 kBps 00m03s
===> Fetching all distfiles required by recode-3.6_12 for building
# make checksum
===>   recode-3.6_12 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by recode-3.6_12 for building
=> SHA256 Checksum OK for recode-3.6.tar.gz.
/usr/ports/converters/recode # cat distinfo 
SHA256 (recode-3.6.tar.gz) = 
a9beecec22be42b1096de74d4dfb1051fa9cd252e4ae149d8aa6b5243d729e5e
SIZE (recode-3.6.tar.gz) = 1760172
___
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"

security/dirmngr: immediately segfaults

2014-12-19 Thread Beeblebrox
dirmngr-1.1.0_12

(gdb) run > Starting program: /usr/local/bin/dirmngr 
(no debugging symbols found)... Program received signal
SIGSEGV, Segmentation fault. 0x00080118ab06 in pth_key_setdata ()
from /usr/local/lib/pth/libpth.so.20

-- 
FreeBSD_amd64_11-Current_RadeonKMS


pgpKQeKvtT74P.pgp
Description: OpenPGP digital signature


security/pinentry patch for WINOUT_X11 systems

2014-12-19 Thread Dmitry Morozovsky
Max,

pinentry currently brokes if WITHOUT_X11 (or, by new world orderm 
OPTIONS_UNSET+=X11) is set.

what do you think about the following patch?

marck@castor:/FreeBSD/ports/ports/security/pinentry> svn diff
Index: Makefile
===
--- Makefile(revision 374940)
+++ Makefile(working copy)
@@ -25,7 +25,11 @@
 .if !defined(PINENTRY_SLAVE)
 OPTIONS_MULTI= FRONTEND
 OPTIONS_MULTI_FRONTEND=NCURSES GTK2 QT4
+. if defined(WITHOUT_X11) || ${OPTIONS_UNSET:MX11}
+OPTIONS_DEFAULT=   NCURSES
+. else
 OPTIONS_DEFAULT=   ${OPTIONS_MULTI_FRONTEND}
+. endif

 NCURSES_DESC=  Curses frontend
 GTK2_DESC= Gtk+ 2 frontend


-- 
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru ***

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


update libreoffice-4.3.4 to libreoffice-4.3.5 fail

2014-12-19 Thread Alex V. Petrov
===>>> Launching child to update libreoffice-4.3.4 to libreoffice-4.3.5

===>>> All >> libreoffice-4.3.4 (1/1)

===>>> Currently installed version: libreoffice-4.3.4
===>>> Port directory: /usr/ports/editors/libreoffice

===>>> This port is marked IGNORE
===>>> cannot install: the port wants postgresql-client version 9.0 9.1 
9.2 9.3 9.4 and 
you have version 9.2 installed


===>>> If you are sure you can build it, remove the
   IGNORE line in the Makefile and try again.

===>>> Update for libreoffice-4.3.4 failed
===>>> Aborting update
-- 
-
Alex V. Petrov

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


pkg crashes on 9.3-RELEASE while installing tribler

2014-12-19 Thread Hans de Hartog
[root@host ~]# pkg install tribler
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity...Assertion failed: (pkgdb_ensure_loaded(j->db, p2,
PKG_LOAD_FILES|PKG_LOAD_DIRS) == EPKG_OK), function
pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211.
Child process pid=80004 terminated abnormally: Abort trap: 6

50Mb pkg.core created
Works fine on 10.1-RELEASE

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


XFCE lock screen on lid closing

2014-12-19 Thread Andrea Venturoli

Hello.

I've got yet another XFCE question...

Until a little time ago, when I closed the lid of my laptop xscreensaver 
would start and a password prompt appeared when I reopened it.

Now, I don't know after what upgrade, nothing happens.

In Settings/Power Manager/General I have/"When sleep button is pressed": 
either "Nothing" or "Ask".

Ask brings me the "Log Out"/"Restart"/"Shutdown prompt".

Any hint?

 bye & Thanks
Andrea Venturoli
___
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: Proftpd can't upload to folder named lib

2014-12-19 Thread Paul Macdonald


On 19/12/2014 18:01, Paul Macdonald wrote:


On 2 seperate installs of current proftpd,

an ftp session gets 550 denied when uploadign to a server folder 
called lib


when renamed transfer is fine

chroot is on.
Paul.



On further investigation. problem goes away when chroot is off

#DefaultRoot ~



--
-
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-
t: 0131 5548070
m: 07970339546
e: p...@ifdnrg.com
w: http://www.ifdnrg.com
-
IFDNRG
40 Maritime Street
Edinburgh
EH6 6SA

High Specification Dedicated Servers from £100.00pm


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

Proftpd can't upload to folder named lib

2014-12-19 Thread Paul Macdonald


On 2 seperate installs of current proftpd,

an ftp session gets 550 denied when uploadign to a server folder called lib

when renamed transfer is fine

chroot is on.
Paul.

--
-
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-
t: 0131 5548070
m: 07970339546
e: p...@ifdnrg.com
w: http://www.ifdnrg.com
-
IFDNRG
40 Maritime Street
Edinburgh
EH6 6SA

High Specification Dedicated Servers from £100.00pm


___
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: security/pinentry patch for WINOUT_X11 systems

2014-12-19 Thread Dewayne Geraghty
On 19/12/2014 11:26 PM, Dmitry Morozovsky wrote:
> Max,
>
> pinentry currently brokes if WITHOUT_X11 (or, by new world orderm 
> OPTIONS_UNSET+=X11) is set.
>
> what do you think about the following patch?
>
> marck@castor:/FreeBSD/ports/ports/security/pinentry> svn diff
> Index: Makefile
> ===
> --- Makefile(revision 374940)
> +++ Makefile(working copy)
> @@ -25,7 +25,11 @@
>  .if !defined(PINENTRY_SLAVE)
>  OPTIONS_MULTI= FRONTEND
>  OPTIONS_MULTI_FRONTEND=NCURSES GTK2 QT4
> +. if defined(WITHOUT_X11) || ${OPTIONS_UNSET:MX11}
> +OPTIONS_DEFAULT=   NCURSES
> +. else
>  OPTIONS_DEFAULT=   ${OPTIONS_MULTI_FRONTEND}
> +. endif
>
>  NCURSES_DESC=  Curses frontend
>  GTK2_DESC= Gtk+ 2 frontend
>
>
Max,
That's a good idea and ensures a correct build but it adds complexity if
packages are built for other target environments.  The use of src.conf
was "meant" to be guidence for the buildworld/buildkernel experience, 
its expedient use in ports adds unintented logic to Makefiles and we've
learnt to rename src.conf when ports are built to minimise this.

The change to pinentry options (removing GTK) caused a problem for us
too, when we rebuilt our package set.  Ensuring that the appropriate
front-end is selected, in our case ncurses, as an option is the better,
more general solution.

Regards, Dewayne.

-- 
For the talkers: “The superior man acts before he speaks, and afterwards speaks 
according to his action.”
For everyone else: “Life is really simple, but we insist on making it 
complicated.”

___
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: pkg crashes on 9.3-RELEASE while installing tribler

2014-12-19 Thread Bryan Drewery
On 12/19/2014 7:49 AM, Hans de Hartog wrote:
> [root@host ~]# pkg install tribler
> Updating FreeBSD repository catalogue...
> FreeBSD repository is up-to-date.
> All repositories are up-to-date.
> Checking integrity...Assertion failed: (pkgdb_ensure_loaded(j->db, p2,
> PKG_LOAD_FILES|PKG_LOAD_DIRS) == EPKG_OK), function
> pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211.
> Child process pid=80004 terminated abnormally: Abort trap: 6
> 
> 50Mb pkg.core created
> Works fine on 10.1-RELEASE
> 

https://github.com/freebsd/pkg/issues/1098

The prevailing workaround is 'pkg upgrade -f'

Bryan



signature.asc
Description: OpenPGP digital signature


Re: current ports/converters/recode missing / wrong recode-3.6.tar.gz

2014-12-19 Thread Julian H. Stacey
Hi, Reference:
> From: Dmitry Sivachenko 
> Date: Fri, 19 Dec 2014 13:06:45 +0300

Dmitry Sivachenko wrote:
> 
> > On 18 дек. 2014 г., at 21:16, Julian H. Stacey  wrote:
> > 
> > Hi de...@freebsd.org Maintainer of ports/converters/recode
> > 
> > with svn_revision 374898
> > 
> > distinfo has:
> > SHA256 (recode-3.6.tar.gz) = 
> > a9beecec22be42b1096de74d4dfb1051fa9cd252e4ae149d8aa6b5243d729e5e
> > SIZE (recode-3.6.tar.gz) = 1760172
> > 
> > Which I cant find,
> 
> What is the problem finding it?

Hi Dmitry,
Thanks for your reply, which I guess you sent before my
reply to Kurt reached you, it's solved meantime per my 

> Message-id: <201412182350.sbinnscr091...@fire.js.berklix.net>
> 
> Previously my proxy (Apache) had rejected fetch with:
>   Authentication error
> & I then had searched various sites with wrong SHA256 & SIZE.
> 
> The URL with firefox via my proxy puts right data in wrong name
>   pinard-Recode-v3.6-0-g2127b34.tar.gz
> some firefox feature perhaps ?
> 
> Avoiding a proxy, fetch gets right SHA256 & SIZE & name,
> so I have to fix or replace my apache proxy.

PS there's a number of bad recode-3.6.tar.gz out in the net with
  SIZE=1751886 
  SHA256=e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf
that I found with google & http://www.filewatcher.com
But I didnt note specific URLS.  Anyway your port is fine thanks :-)

Cheers,
Julian
-- 
Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com
 Indent previous with "> ".  Interleave reply paragraphs like a play script.
 Send plain text, not quoted-printable, HTML, base64, or multipart/alternative.
___
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"