Re: Lots of installed ports show succeeds index

2014-07-25 Thread Matthew D. Fuller
On Thu, Jul 24, 2014 at 03:58:34PM -0700 I heard the voice of Kevin Oberman, and lo! it spake thus: Which begs the question, why is it out of sync? If you update your ports tree, all you need to do is: make -C /usr/ports fetchindex (takes a few seconds) That's only probably close, if you do

[QAT] 362721: 4x leftovers, 132x success

2014-07-25 Thread Ports-QAT
Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2. ... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to the shlib version change. This is brought to you by the KDE on FreeBSD team. Besides updating to newer upstream releases, this commit also contains a lot of

Re: [ANNOUNCEMENT] pkg 1.3.0 out!

2014-07-25 Thread John Hay
On Wed, Jul 23, 2014 at 04:42:51PM +0200, Baptiste Daroussin wrote: Hi all, I'm very please to announce the release of pkg 1.3.0 This version is the result of almost 9 month of hard work ... Thank you to all contributors: Alberto Villa, Alexandre Perrin, Andrej Zverev, Antoine Brodin,

[QAT] 362726: 4x leftovers, 48x success

2014-07-25 Thread Ports-QAT
Clean up databases/rrdtool Change library dependensies to use USES= where applicable. Build ports documentation and examples, depending on respective option. Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph command, which pulls in cario and a lot of other

pkg upgrade without using INDEX (pkg-1.3)

2014-07-25 Thread Beeblebrox
pkg-1.3 apparently uses INDEX to speed things along. I can't use INDEX and need a way to do pkg upgrade the old way because: I merge gnome3 and linux_c6 branches into the ports tree. The latest linux_c6 merge breaks make index at emulators/linux-systemsimcell (PR filed). As a result, fethcindex

Re: pkg upgrade without using INDEX (pkg-1.3)

2014-07-25 Thread Baptiste Daroussin
On Fri, Jul 25, 2014 at 02:09:58AM -0700, Beeblebrox wrote: pkg-1.3 apparently uses INDEX to speed things along. I can't use INDEX and need a way to do pkg upgrade the old way because: I merge gnome3 and linux_c6 branches into the ports tree. The latest linux_c6 merge breaks make index at

Re: pkg upgrade without using INDEX (pkg-1.3)

2014-07-25 Thread Beeblebrox
Hi Bapt, The problem was that pkg upgrade -r myrepo did nothing. The rest of the information was provided as supporting evidence. It turns out, the poudriere repo was not being updated after the poudriere run. A verbose run of poudriere showed this message: pkg package missing, skipping sanity I

Re: tex-formats fails build (package stage) - teXlive issue

2014-07-25 Thread Michelle Sullivan
Fixed by setting TEX_DEFAULT=tetex in make.conf (removing everything tex related in build list did not help - it's a dependency of something else which is a dependency of something I need - probably cups-image-cups-client (which I don't need either, but something I do need requires

Re: tex-format fails build (package)

2014-07-25 Thread Matthew D. Fuller
On Thu, Jul 24, 2014 at 10:19:55PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: pkg_create: read_plist: unknown command '@fmtutil /usr/local/share/texmf-var/web2c/pdftex/amstex.log /usr/local/share/texmf-var/web2c/pdftex/amstex.fmt' (package tools out of date?) This

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Matthew D. Fuller wrote: On Thu, Jul 24, 2014 at 10:19:55PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: pkg_create: read_plist: unknown command '@fmtutil /usr/local/share/texmf-var/web2c/pdftex/amstex.log /usr/local/share/texmf-var/web2c/pdftex/amstex.fmt'

Re: tex-format fails build (package)

2014-07-25 Thread Kurt Jaeger
Hi! If that were true then everyone should switch to pkgng now.. Well, I've tested it and, yes, everyone should switch 8-) the problem is fmtutil and fmtutil-sys does not exist on my system and appears to be included only in tetex not texlive .. it appears there used to be a port for it,

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Kurt Jaeger wrote: Hi! If that were true then everyone should switch to pkgng now.. Well, I've tested it and, yes, everyone should switch 8-) the problem is fmtutil and fmtutil-sys does not exist on my system and appears to be included only in tetex not texlive .. it appears

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Michelle Sullivan wrote: Kurt Jaeger wrote: Hi! If that were true then everyone should switch to pkgng now.. Well, I've tested it and, yes, everyone should switch 8-) the problem is fmtutil and fmtutil-sys does not exist on my system and appears to be

Re: tex-format fails build (package)

2014-07-25 Thread Kurt Jaeger
Hi! Ahh - base is a complete package... I wonder if tex-formats (or something it depends on) is not installing texlive-base - build logs show it was built... Well, in all the pkg-1.3/exim/tetex-texlive etc uproar, I lost track and I just re-build what needs to be re-build 8-} It's a bit much

Re: tex-format fails build (package)

2014-07-25 Thread Matthew D. Fuller
On Fri, Jul 25, 2014 at 01:30:48PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: If that were true then everyone should switch to pkgng now.. the problem is fmtutil and fmtutil-sys does not exist on my system and appears to be included only in tetex not texlive .. it

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Matthew D. Fuller wrote: On Fri, Jul 25, 2014 at 01:30:48PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: If that were true then everyone should switch to pkgng now.. the problem is fmtutil and fmtutil-sys does not exist on my system and appears to be included only

Re: tex-format fails build (package)

2014-07-25 Thread Matthew D. Fuller
On Fri, Jul 25, 2014 at 02:07:10PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: So where's the error That pkg_create doesn't know what to do with the @fmtutil in the plist. Whether that devolves to you shouldn't still be using pkg_*, or @fmtutil wasn't setup quite right

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Matthew D. Fuller wrote: On Fri, Jul 25, 2014 at 02:07:10PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: So where's the error That pkg_create doesn't know what to do with the @fmtutil in the plist. Whether that devolves to you shouldn't still be using

Re: tex-format fails build (package)

2014-07-25 Thread Matthew D. Fuller
On Fri, Jul 25, 2014 at 02:15:09PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: Thanks, at least eyes are on it... Well, _my_ eyes can't really do anything about it :) I think bapt@ has been the one doing most of the TeXery, so he'd probably be the one to talk to

www/firefox vs. vulnerabilities vs. libevent -- libevent2

2014-07-25 Thread David Wolfskill
/usr/ports is a working copy of head@r362876; during my daily portmaster run to update all installed ports on my laptop, I see that libevent1 is now replaced by libevent2. Apparently www/firefox had been linked against libevent, so portmaster tries to update www/firefox (after having updated

pkg-1.3 comment and questions

2014-07-25 Thread Richard Kuhns
Hello, First the comment: I've also noticed that checking for out-of-date packages now takes 3 to 5 times longer than it used to. I've never used an INDEX before, as it didn't seem to offer me anything I needed/wanted. Is it considered (almost) a requirement now? Second, how do I delete a single

Re: tex-format fails build (package)

2014-07-25 Thread Michelle Sullivan
Matthew D. Fuller wrote: On Fri, Jul 25, 2014 at 02:15:09PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: Thanks, at least eyes are on it... Well, _my_ eyes can't really do anything about it :) :) I think bapt@ has been the one doing most of the TeXery,

Re: tex-format fails build (package)

2014-07-25 Thread Baptiste Daroussin
On Fri, Jul 25, 2014 at 03:32:14PM +0200, Michelle Sullivan wrote: Matthew D. Fuller wrote: On Fri, Jul 25, 2014 at 02:15:09PM +0200 I heard the voice of Michelle Sullivan, and lo! it spake thus: Thanks, at least eyes are on it... Well, _my_ eyes can't really do anything

Merging several branches with ports tree

2014-07-25 Thread Beeblebrox
I have several ports branches that get merged to the ports tree. The structure is such that a pristine (un-merged) copy of each branch is located under: /asp/git/ports, /asp/git/marcuscom, /asp/git/linux-c6, /asp/git/my-pc I then want to copy all files under each branch to /usr/ports using a

Re: Lots of installed ports show succeeds index

2014-07-25 Thread Christian Weisgerber
On 2014-07-24, Kevin Oberman rkober...@gmail.com wrote: Is there a reason you want to avoid using the index? It's worked just fine for me for several months on systems with well over 1000 ports installed. It isn't in sync with my ports tree Which begs the question, why is it out of sync?

[QAT] 362806: 4x ignored: needs an existing installation of perl built with with_threads=yes, 1x depend (??? in graphics/netpbm), 129x success, 1x depend (makefile in x11-toolkits/gnustep-gui), 4x ign

2014-07-25 Thread Ports-QAT
Reset maintainership for ports not staged with no pending PR With hat: portmgr - Build ID: 20140724153801-18880 Job owner: b...@freebsd.org Buildtime: 25 hours Enddate: Fri, 25

[QAT] 362809: 4x leftovers

2014-07-25 Thread Ports-QAT
This port was not stage-safe as it was making direct writes to /var. Fix that, along with making do-install substantially easier to read. While here, stop muting the build command. - Build ID: 20140724155000-19214

[QAT] 362817: 4x leftovers, 20x success

2014-07-25 Thread Ports-QAT
- Switch devel/hwloc to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - Add LICENSE_FILE - While here, fix stagedir reference in www/trafficserver Approved by:portmgr blanket - Build ID:

Re: pkg-1.3 comment and questions

2014-07-25 Thread Lars Engels
On Fri, Jul 25, 2014 at 08:57:00AM -0400, Richard Kuhns wrote: Hello, First the comment: I've also noticed that checking for out-of-date packages now takes 3 to 5 times longer than it used to. I've never used an INDEX before, as it didn't seem to offer me anything I needed/wanted. Is it

Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?

2014-07-25 Thread Craig Rodrigues
On Thu, Jul 17, 2014 at 11:25 AM, Craig Rodrigues rodr...@freebsd.org wrote: For (2), encouraging people to move away from Linux to FreeBSD on the server, may be something where we can get more wins. I think we can do this by having more HOWTO articles on the FreeBSD web page that explain

Re: Merging several branches with ports tree

2014-07-25 Thread Beeblebrox
Andrzej Tobola wrote: I do not understand exactly ... but from a few years I am using unionfs to place my mods of ports tree over the original: /ftp/pub/BSD/FreeBSD/GIT/ports2,1T1,6T553G 74%/usr/ports above:/usr/local/ports 2,2T2,2T 18G99%/usr/ports

Re: Merging several branches with ports tree

2014-07-25 Thread olli hauer
On 2014-07-25 16:13, Beeblebrox wrote: I have several ports branches that get merged to the ports tree. The structure is such that a pristine (un-merged) copy of each branch is located under: /asp/git/ports, /asp/git/marcuscom, /asp/git/linux-c6, /asp/git/my-pc I then want to copy all files

Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?

2014-07-25 Thread Warren Block
On Fri, 25 Jul 2014, Craig Rodrigues wrote: What I'd like to see is an article on freebsd.org either on the wiki or in the handbook, which compares using apt, yum, rpm, whatever to pkg. Is anyone interested in working on an article like this? I don't have the bandwidth right now. A person to

[QAT] 362884: 8x leftovers, 32x success

2014-07-25 Thread Ports-QAT
- Convert texproc/uim and friends to USES=libtool, drop .la files - Bump ports dependent on uim as some .so versions have changed - While here, convert some USE_BZIP2 to USES=tar:bzip2 Approved by:portmgr blanket - Build

make checksum problems

2014-07-25 Thread RW
There seems to be a change in make checksum where it's deleting preexisting files that don't match their checksums. This is having two effects: 1. downloads don't resume any more because the partial file is deleted 2. if a make checksum runs while another make process is downloading a

[QAT] 362912: 4x leftovers

2014-07-25 Thread Ports-QAT
Stagify, implement the DOCS option correctly, and enable Apache 2.4. - Build ID: 20140725141801-8257 Job owner: d...@freebsd.org Buildtime: 9 hours Enddate: Fri, 25 Jul 2014 23:05:03 GMT

Re: zoneminder staging patches in the works

2014-07-25 Thread G. Paul Ziemba
I wrote: I'm happy to say that I have made good progress on stagifying this port and hope to submit patches in the next day or two. I'm working with the existing version (1.25.0) because I want to get the staging support added ASAP. Patch submitted with bugzilla entry 192123 [patch]

[QAT] 362932: 4x leftovers

2014-07-25 Thread Ports-QAT
- Drop .la files, no dependees require them and they are not used to load plugins - Convert USE_XZ to USES Approved by:portmgr blanket Approved by:kwm (converting leaf gnome@ ports to USES=libtool) - Build ID:

Re: Merging several branches with ports tree

2014-07-25 Thread Beeblebrox
Perhaps ports-mgmt/portshaker is a possible tool. I like portshaker and I have tried it. For gnome3 / marcuscom it resulted in some strange ports errors so I was forced to revert back to the marcusmerge script. Perhaps I could have a process where the scripts are chained. 1. portshaker -UM

Re: www/firefox vs. vulnerabilities vs. libevent -- libevent2

2014-07-25 Thread Kevin Oberman
On Fri, Jul 25, 2014 at 5:45 AM, David Wolfskill da...@catwhisker.org wrote: /usr/ports is a working copy of head@r362876; during my daily portmaster run to update all installed ports on my laptop, I see that libevent1 is now replaced by libevent2. Apparently www/firefox had been linked

Re: Lots of installed ports show succeeds index

2014-07-25 Thread Kevin Oberman
On Fri, Jul 25, 2014 at 7:51 AM, Christian Weisgerber na...@mips.inka.de wrote: On 2014-07-24, Kevin Oberman rkober...@gmail.com wrote: Is there a reason you want to avoid using the index? It's worked just fine for me for several months on systems with well over 1000 ports installed.

Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?

2014-07-25 Thread Dylan Leigh
On Fri, Jul 25, 2014 at 03:05:32PM -0600, Warren Block wrote: On Fri, 25 Jul 2014, Craig Rodrigues wrote: What I'd like to see is an article on freebsd.org either on the wiki or in the handbook, which compares using apt, yum, rpm, whatever to pkg. Is anyone interested in working on an