Re: pkg mirrors broken

2015-01-08 Thread Sergey V. Dyatko
On Thu, 08 Jan 2015 20:03:32 -0800 Doug Barton wrote: > On 1/8/15 8:00 PM, Doug Barton wrote: > > FYI: > > > > ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== > > fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden > > ... and again: > > => Attempting to fetch

Re: pkg mirrors broken

2015-01-08 Thread Greg 'groggy' Lehey
On Thursday, 8 January 2015 at 20:03:32 -0800, Doug Barton wrote: > On 1/8/15 8:00 PM, Doug Barton wrote: >> FYI: >> >> ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== >> fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden > > ... and again: > > => Attempting to fe

Re: pkg mirrors broken

2015-01-08 Thread Doug Barton
On 1/8/15 8:00 PM, Doug Barton wrote: FYI: ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden ... and again: => Attempting to fetch http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz fetch

pkg mirror broken

2015-01-08 Thread Doug Barton
FYI: ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

BIND REPLACE_BASE option

2015-01-08 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mat, Can you please explain why this option was removed? It's been in the ports for over 13 years, and lots of users utilized it. I realize that BIND is no longer in the base in 10.x, but that would be a reason to make the option conditional, to c

Re: do-install fails when files in .PLIST.mktmp are truncated

2015-01-08 Thread Freddy Andersen
Thank you ben! you have no idea how helpful the make and makeplist was for me :) the issues was not with my Makefile but rather that I did not understand what roll the pkg-plist had in the do-install process. I’m all good now and my updated hadoop2 builds and install … Now I just need to figur

Re: do-install fails when files in .PLIST.mktmp are truncated

2015-01-08 Thread Ben Woods
First off, since this is your first attempt to update a port, welcome! There may be a slight hurdle to get over to understanding port basics, but once you get there it is quite rewarding. This resource is priceless, read it and refer back to it often: https://www.freebsd.org/doc/en/books/porters-h

Re: Would appreciate a committer's attention to these

2015-01-08 Thread Paul Schmehl
--On January 8, 2015 at 3:24:55 PM -0500 Steven Kreuzer wrote: On Thu, Jan 8, 2015 at 3:06 PM, Paul Schmehl wrote: I submitted change maintainer requests for all my remaining ports. 1/30 is my retirement date. I would appreciate it if someone could pick these up and process them by that da

Re: upgrading texlive broken due to cmake

2015-01-08 Thread Ben Woods
> Also, I seem to already have py27-Jinja2 2.7.3 installed. If that is the case, my idea won't help. Not sure what next (some googling shows similar issues resolved on Mac OS X by reinstalling Python, but I don't think that will help with freebsd ports). -- -- From: Benjamin Woods woods...@gmai

Re: Would appreciate a committer's attention to these

2015-01-08 Thread Steven Kreuzer
On Thu, Jan 8, 2015 at 3:06 PM, Paul Schmehl wrote: > I submitted change maintainer requests for all my remaining ports. 1/30 is > my retirement date. I would appreciate it if someone could pick these up > and process them by that date. > >

Would appreciate a committer's attention to these

2015-01-08 Thread Paul Schmehl
I submitted change maintainer requests for all my remaining ports. 1/30 is my retirement date. I would appreciate it if someone could pick these up and process them by that date. -- Paul Schmehl, Se

do-install fails when files in .PLIST.mktmp are truncated

2015-01-08 Thread Freddy Andersen
So I started the process of updating the [PORT]devel/hadoop2[/PORT] port from 2.4.1 -> 2.6.0 but I'm having some issues when the finally do-install runs. This is the error: [code] > Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for hadoop2-2.6.0 ==

Re: upgrading texlive broken due to cmake

2015-01-08 Thread Will Parsons
Ben Woods wrote: > textproc/py-sphinx port depends on the devel/py-Jinja2 port... but the port > only requires py-Jinja >= 2.3. > > Try adding this patch to your ports tree and then retry you build: > > Index: textproc/py-sphinx/Makefile >

Re: Where are textproc/gtkspell dictionaries?

2015-01-08 Thread Chris H
On Thu, 08 Jan 2015 07:05:48 -0800 "Chris H" wrote > On Thu, 8 Jan 2015 12:01:05 +0100 "Vlad \"Blackflow\" K." > wrote > > > textproc/hunspell it is, thanks, I didn't know about that one. I tried > > aspell and that didn't work so I posted. > Excelent! :) > > > > Why is it hunspell? Is that so

do-install fails when files in .PLIST.mktmp are truncated

2015-01-08 Thread Freddy Andersen
So I started the process of updating the [PORT]devel/hadoop2[/PORT] port from 2.4.1 -> 2.6.0 but I'm having some issues when the finally do-install runs. This is the error: [code] > Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for hadoop2-2.6.0 ===

Re: Where are textproc/gtkspell dictionaries?

2015-01-08 Thread Chris H
On Thu, 8 Jan 2015 12:01:05 +0100 "Vlad \"Blackflow\" K." wrote > textproc/hunspell it is, thanks, I didn't know about that one. I tried > aspell and that didn't work so I posted. Excelent! :) > > Why is it hunspell? Is that some default on FreeBSD? I see stuff like > LibreOffice and FireFox dep

Re: Combining GitHub and regular MASTER_SITES for multiple DISTFILES

2015-01-08 Thread Ben Woods
> See ports-mgmt/poudriere Makefile. > > Use 'GH' in MASTER_SITES for the USE_GITHUB source: > > MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ > http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > GH > > You can use whatever order you wish. Thanks Bryan - that worked

Re: current svn_revision 376454 ports/security/nss break

2015-01-08 Thread Christoph Moench-Tegeder
## Julian H. Stacey (j...@berklix.com): > ../../../dist/FreeBSD11.0_OPT.OBJ/lib/libnss3.so: undefined reference to > `PR_htons' It does not fail on 10.1-STABLE. The PR_htons() function lives in nspr, so - do you have a usuable libnspr4.so (from nspr-4.10.7)? Is PR_htons in that library's symbol

current svn_revision 376454 ports/security/nss break

2015-01-08 Thread Julian H. Stacey
Hi ge...@freebsd.org & po...@freebsd.org, (previously no copy to ports@ just gecko@ Wed, 07 Jan 2015 16:32:31 +0100) ports/security/nss has been failing to compile a couple of weeks now, I'm on current ports svn_revision 376454 here, anyone else noticed ? various other ports depend on it. .

Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
>$ pkg info -xo paraview png >paraview-4.1.0_6 science/paraview >linux-c6-png-1.2.49_1 graphics/linux-c6-png >png-1.6.16 graphics/png >$ paraview >Shared object "libpng15.so.15" not found, required by >"libvtkIOExport-pv4.1.so.1" >$ > >Seems paraview shou

Re: Where are textproc/gtkspell dictionaries?

2015-01-08 Thread Vlad "Blackflow" K.
textproc/hunspell it is, thanks, I didn't know about that one. I tried aspell and that didn't work so I posted. Why is it hunspell? Is that some default on FreeBSD? I see stuff like LibreOffice and FireFox depend on it. I tried to browse the gtkspell source on but couldn't find any reference to a

Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
>From woods...@gmail.com Thu Jan 8 10:30:49 2015 > >The port revision was bumped on Christmas Day for the png version update. >However new packages are not available as the paraview port fails to build. > >It was marked as broken on 19th December: >http://www.freshports.org/science/paraview As I

Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Ben Woods
The port revision was bumped on Christmas Day for the png version update. However new packages are not available as the paraview port fails to build. It was marked as broken on 19th December: http://www.freshports.org/science/paraview On Thursday, January 8, 2015, Anton Shterenlikht wrote: > Al

Re: Ports quarterly branches

2015-01-08 Thread Ben Woods
I also wonder how that works. For example, I presume there is an attempt to ensure most of the ports a building successfully prior to the quarterly branch? A gnome3 dependency stopped building the other day, meaning the gnome3 metapackage was no longer available to install. Would be a bit harsh to

official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
All packages installed/upgraded via the official pkg repo, i.e. /etc/pkg/FreeBSD.conf $ pkg info -xo paraview png paraview-4.1.0_6 science/paraview linux-c6-png-1.2.49_1 graphics/linux-c6-png png-1.6.16 graphics/png $ paraview Shared object "libpng15.so.1

Ports quarterly branches

2015-01-08 Thread Michael Grünewald
Since one year or so, FreeBSD ports are branched quarterly to provide stable branches. Where can I read more on this topic? How does it affect my work as a port maintainer? -- Thanks! Michael ___ freebsd-ports@freebsd.org mailing list http://lists.fr

FreeBSD ports you maintain which are out of date

2015-01-08 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