Re: iozone3-434 fails to rebuild

2016-06-21 Thread Kimmo Paasiala
On Tue, Jun 21, 2016 at 9:32 PM, Doug Sampson wrote: > Trying to rebuild iozone after a recent port upgrade and it crashes as > follows: > > ### > <...snip...> > iozone.c:1297:1: error: unknown type name 'off64_t'; did you mean 'off_t'? > off64_t offset = 0; /*offset for random I/

Re: change ports default work directory prefix

2015-10-02 Thread Kimmo Paasiala
On Fri, Oct 2, 2015 at 10:21 PM, Dirk Engling wrote: > Today in EuroBSDCon's jail working group we discussed changing the > default for WRKDIRPREFIX to /usr/obj/ports. This has the advantage of > being able to share the ports tree between host system and jails. > Another plus is that cleaning all

Re: lang/go security problem on one but not the other

2015-09-02 Thread Kimmo Paasiala
On Wed, Sep 2, 2015 at 8:13 PM, Rob Belics wrote: > I found an updated vuln.xml in /usr/ports/security/vuxml/ dated today. I > will copy that over to /var/db/pkg/ but still question why that file was > not updated. > It's not updated by portsnap(8) but pkg-updating(8). Portmaster won't update it

Re: Removal of $UNIQUENAME

2015-08-18 Thread Kimmo Paasiala
On Wed, Aug 19, 2015 at 5:45 AM, Kimmo Paasiala wrote: > On Wed, Aug 19, 2015 at 1:18 AM, Mathieu Arnold wrote: >> >> >> +--On 18 août 2015 22:49:47 +0300 Kimmo Paasiala >> wrote: >> | It would have been nice to have some kind of announcement about the >>

Re: Removal of $UNIQUENAME

2015-08-18 Thread Kimmo Paasiala
On Wed, Aug 19, 2015 at 1:18 AM, Mathieu Arnold wrote: > > > +--On 18 août 2015 22:49:47 +0300 Kimmo Paasiala > wrote: > | It would have been nice to have some kind of announcement about the > | removal of $UNIQUENAME. I for example was depending on it in my > | make.conf w

Removal of $UNIQUENAME

2015-08-18 Thread Kimmo Paasiala
It would have been nice to have some kind of announcement about the removal of $UNIQUENAME. I for example was depending on it in my make.conf with declarations like these: vim_SET= CONSOLE vim_UNSET= GTK2 RUBY TCL I can of course rewrite those now using $OPTIONS_NAME (editors_vim prefix instead o

Re: Proposal to fix postgresql package maintainance nightmare

2015-08-04 Thread Kimmo Paasiala
On Tue, Aug 4, 2015 at 1:07 PM, Michael Grünewald wrote: > >> On 21 Jul 2015, at 11:46, Baptiste Daroussin wrote: >> - Impossible to have tools from both old and new version at the same time >> (which >> is necessary to upgrade db and prepare upgrades of db) … > > Could not jails be used to solv

Re: port renaming

2015-07-16 Thread Kimmo Paasiala
On Thu, Jul 16, 2015 at 8:23 PM, Vsevolod Stakhov wrote: > On 16/07/2015 18:11, Henry Hu wrote: >> >> >> On Thu, Jul 16, 2015 at 7:04 AM, Vsevolod Stakhov >> mailto:vsevo...@highsecure.ru>> wrote: >> >> On Thu, Jul 16, 2015 at 2:56 PM, Anton Yuzhaninov > > wrote: >

security/openssl fails to stage after update to 1.0.2_2

2015-06-11 Thread Kimmo Paasiala
The error happens in stage phase: making install in crypto/krb5... making install in crypto/cms... making install in crypto/pqueue... making install in crypto/ts... making install in crypto/srp... making install in crypto/cmac... making install in ssl... making install in engines... installing 475

Re: 10/stable virtualbox-ose crashes

2015-05-29 Thread Kimmo Paasiala
On Fri, May 29, 2015 at 8:45 PM, Adam McDougall wrote: > On 05/29/2015 13:38, Kevin Oberman wrote: >> On Fri, May 29, 2015 at 10:10 AM, Russell L. Carter >> wrote: >> >>> Hi, >>> kldload vboxsrv crashes recent 10/stables. Last known working >>> kernel/module pair is from May 5th. >>> >>> Not sur

Re: Broken _DEPENDS logic

2015-05-03 Thread Kimmo Paasiala
On Mon, May 4, 2015 at 2:33 AM, Dewayne Geraghty wrote: > On 4/05/2015 7:38 AM, Matthew Seaman wrote: >> On 03/05/2015 21:08, Lowell Gilbert wrote: >>> But, generally, the answer to your question is "no," becuase it is often >>> the case that more than one port can serve as a dependency for anothe

Re: openssl and bash libcrypto

2015-04-09 Thread Kimmo Paasiala
On Thu, Apr 9, 2015 at 3:43 PM, Dewayne Geraghty wrote: > > On 9/04/2015 10:02 PM, Kimmo Paasiala wrote: >> On Thu, Apr 9, 2015 at 1:42 PM, Aristedes Maniatis wrote: >>> Starting in the last week or so, several different applications are >>> exhibiting the sam

Re: openssl and bash libcrypto

2015-04-09 Thread Kimmo Paasiala
On Thu, Apr 9, 2015 at 1:42 PM, Aristedes Maniatis wrote: > Starting in the last week or so, several different applications are > exhibiting the same symptoms of broken libcrypto libraries. > > (gdb) core bash.core > Core was generated by `bash'. > Program terminated with signal 11, Segmentation

Re: pkgng deviates from defaults?

2015-03-09 Thread Kimmo Paasiala
On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall wrote: > On 03/09/2015 08:23, Carsten Jensen wrote: >> On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: >>> On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults. one

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-08 Thread Kimmo Paasiala
On Sun, Mar 8, 2015 at 2:36 PM, Kimmo Paasiala wrote: > On Sun, Mar 8, 2015 at 8:36 AM, Yuri wrote: >> On 03/07/2015 21:28, Russell L. Carter wrote: >>> >>> >>> I would like to understand better the problem here, because I use c++11 >>> features heavi

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-08 Thread Kimmo Paasiala
On Sun, Mar 8, 2015 at 8:36 AM, Yuri wrote: > On 03/07/2015 21:28, Russell L. Carter wrote: >> >> >> I would like to understand better the problem here, because I use c++11 >> features heavily with lang/gcc49 on a daily basis with zero problems. > > > No, gcc-4.9.3 fails in the same way. Specific

Re: plist problems upgrading alpine port

2015-02-19 Thread Kimmo Paasiala
On Fri, Feb 20, 2015 at 3:12 AM, Marco Beishuizen wrote: > On Fri, 20 Feb 2015, the wise Marco Beishuizen wrote: > >> On Thu, 19 Feb 2015, the wise Ben Woods wrote: >> >>> It's the opposite actually. That line was already in pkg-plist, but >>> needed >>> to be removed. You have now added it a seco

Re: Is NO_PKG_REGISTER still supposed to work?

2015-02-07 Thread Kimmo Paasiala
On Sat, Feb 7, 2015 at 10:56 AM, Matthew Seaman wrote: > On 2015/02/07 01:31, Kimmo Paasiala wrote: >> From bsd.port.mk: >> >> # NO_PKG_REGISTER >> # - Don't register a port installation as a package. >> >> However, testing this

Is NO_PKG_REGISTER still supposed to work?

2015-02-06 Thread Kimmo Paasiala
>From bsd.port.mk: # NO_PKG_REGISTER # - Don't register a port installation as a package. However, testing this with a port results in the port installation performing the staging part only and the final installation from the stage directory on to the system being skipped when NO_PK

Re: How does a port maintainer use the bug database?

2014-10-02 Thread Kimmo Paasiala
> On 2.10.2014, at 23.44, A.J. 'Fonz' van Werven wrote: > > Kimmo Paasiala wrote: > >> My only Bugzilla account is on this address I???m now posting from. I >> think I got, change the flags on the patch to maintainer-approval plus >> (+), is that all? &

Re: How does a port maintainer use the bug database?

2014-10-02 Thread Kimmo Paasiala
> On 2.10.2014, at 23.27, A.J. 'Fonz' van Werven wrote: > > Kimmo Paasiala wrote: > >> I submitted the PR with a different email than the one on the maintainer >> field > [snip] >> Is it now just a case of waiting till someone with commit rights pic

How does a port maintainer use the bug database?

2014-10-02 Thread Kimmo Paasiala
I’m the maintainer of level/bin86 (more out of general interest in learning the ropes of port maintainance rather than the port itself). I have submitted a PR to update the port to use a bit more modern practices: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193889 I submitted the PR with

Re: Pourdriere + Protocol error?

2014-09-16 Thread Kimmo Paasiala
> Date: Mon, 15 Sep 2014 18:29:22 -0700 > From: Patrick Gibson > To: FreeBSD Ports ML > Subject: Pourdriere + Protocol error? > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > I'm getting the following when trying to create an 8.4 jail from FreeBSD > 10. I've got the latest p

Re: 'make install NO_PKG_REGISTER=1'. Should that still work with staging?

2014-06-28 Thread Kimmo Paasiala
On 24.6.2014, at 19.25, Kimmo Paasiala wrote: > Hello, > > There’s not a whole lot of people who even know this but it used to be that a > port could be installed without registering it in the package database by > specifying NO_PKG_REGISTER=1 on make(1) command line. It’s

'make install NO_PKG_REGISTER=1'. Should that still work with staging?

2014-06-24 Thread Kimmo Paasiala
Hello, There’s not a whole lot of people who even know this but it used to be that a port could be installed without registering it in the package database by specifying NO_PKG_REGISTER=1 on make(1) command line. It’s not documented anywhere else but in bsd.port.mk as far as I know. Now with

Re: Stageifying various textproc/docbook* ports

2013-11-27 Thread Kimmo Paasiala
On 27.11.2013, at 21.16, Kimmo Paasiala wrote: > > One thing I’d like to ask is the handling of the ${PREFIX}share/xml and > ${PREFIX}share/xml directories. ${PREFIX}/share/xml and ${PREFIX}/share/xml/docbook directories * signature.asc Description: Message signed with Open

Stageifying various textproc/docbook* ports

2013-11-27 Thread Kimmo Paasiala
I made a quick stage conversion for textproc/docbook-sk because of a report on the FreeBSD forums that the port failed to install because the xml catalog entries were being added twice. The patch if you want to see it is on paste bin: http://pastebin.com/24QGWh8x Is there anyone else working on

Re: Few missing packages from the new PKG repositories

2013-11-23 Thread Kimmo Paasiala
On 23.11.2013, at 20.29, Koop Mast wrote: > On 23-11-2013 18:13, Daniel Nebdal wrote: >> On Sat, Nov 23, 2013 at 3:27 PM, Kimmo Paasiala wrote: >> >>> Were these left out by accident or why aren’t they included? >>> >>> - x11/gnome2, x11/gnome2-l

Re: Few missing packages from the new PKG repositories

2013-11-23 Thread Kimmo Paasiala
On 23.11.2013, at 20.29, Koop Mast wrote: > On 23-11-2013 18:13, Daniel Nebdal wrote: >> On Sat, Nov 23, 2013 at 3:27 PM, Kimmo Paasiala wrote: >> >>> Were these left out by accident or why aren’t they included? >>> >>> - x11/gnome2, x11/gnome2-l

Few missing packages from the new PKG repositories

2013-11-23 Thread Kimmo Paasiala
Were these left out by accident or why aren’t they included? - x11/gnome2, x11/gnome2-lite is in the repo. - editors/vim, editors/vim-lite is in the repo as well. -Kimmo signature.asc Description: Message signed with OpenPGP using GPGMail

Re: DESTDIR support broken?

2013-11-18 Thread Kimmo Paasiala
On Mon, Nov 18, 2013 at 10:05 AM, Dominic Fandrey wrote: > On 18/11/2013 04:10, Eitan Adler wrote: >> On Thu, Nov 14, 2013 at 1:00 PM, Dominic Fandrey >> wrote: >>> # make DESTDIR=/root/tmpdest install >>> ===> Creating some important subdirectories >> >> Are you sure you don't mean "make PREFI

Re: Package building logs, http://pointyhat.freebsd.org/ ?

2013-11-18 Thread Kimmo Paasiala
On Sun, Nov 17, 2013 at 9:07 AM, Mark Linimon wrote: > On Sun, Nov 17, 2013 at 08:51:38AM +0200, Kimmo Paasiala wrote: >> The porter's handbook states that the "package building logs and >> errors" would be found at http://pointyhat.freebsd.org/ but the site &g

Package building logs, http://pointyhat.freebsd.org/ ?

2013-11-16 Thread Kimmo Paasiala
The porter's handbook states that the "package building logs and errors" would be found at http://pointyhat.freebsd.org/ but the site is not working. Where are the package building logs now? -Kimmo ___ freebsd-ports@freebsd.org mailing list http://lists.

make index warning on recent ports tree

2013-11-15 Thread Kimmo Paasiala
... --- describe.russian --- GhostScript not found in PATH make[5]: "/usr/ports/russian/koi8r-ps/Makefile" line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status It turns out that the Makefile of this port is trying to run ghostscript without check

Re: Perl en /etc/make.conf

2013-11-11 Thread Kimmo Paasiala
On Mon, Nov 11, 2013 at 10:34 AM, Johan Hendriks wrote: > Hello all. > > I have a FreeBSD 10-Beta 3 server installed to test the new pkgng and other > things. > On all the systems where i installed perl there was always a line in > /etc/make.conf like the following > > # added by use.perl 2013-09

Re: Is it or isn't it installed? (It is, but ports tries to again, doomed to fail.)

2013-11-07 Thread Kimmo Paasiala
On Fri, Nov 8, 2013 at 8:09 AM, Chad J. Milios wrote: > > On 11/5/2013 11:13 AM, William Grzybowski wrote: >> >> On Tue, Nov 5, 2013 at 2:09 PM, Dominic Fandrey >> wrote: >>> >>> On 05/11/2013 14:55, Chad J. Milios wrote: ... Just happen to already have the dependency devel/py

Re: pkg install subversion broken on 9.2-R...

2013-11-05 Thread Kimmo Paasiala
On Wed, Nov 6, 2013 at 6:54 AM, John-Mark Gurney wrote: > Ok, I know this is partly my fault for not being specific enough, but > after a pkg install python installed 2.7 and not 2.6 and the full set > of 3.x versions, I was ok, lets just do the same for subversion... > > Of course I also didn't r

Re: Official FreeBSD Binary Packages now available for pkgng

2013-11-02 Thread Kimmo Paasiala
On Sun, Nov 3, 2013 at 12:34 AM, Lars Engels wrote: > On Thu, Oct 31, 2013 at 05:22:44PM -0500, Bryan Drewery wrote: >> On 10/31/2013 4:54 PM, Freddie Cash wrote: >> > On Thu, Oct 31, 2013 at 2:39 PM, Mehmet Erol Sanliturk < >> > m.e.sanlit...@gmail.com> wrote: >> > >> >> On Thu, Oct 31, 2013 at 4

Staging DOs & DON'Ts

2013-10-31 Thread Kimmo Paasiala
Could we have this as an example what not to in the Makefile. It is from the latest change to the Makefile of sysutils/kiconvtool. MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" This breaks stuff that edits scripts in place trying to replace paths that depend on the value of PREFIX. -Kimmo __

Re: www/w3m fails to build under stable/10 r256624 i386

2013-10-18 Thread Kimmo Paasiala
On Fri, Oct 18, 2013 at 11:50 PM, Boris Samorodov wrote: > 18.10.2013 21:55, Kimmo Paasiala пишет: >> The error message I'm getting is >> >> cc -I. -I. -O2 -pipe -fno-strict-aliasing -I./libwc >> -I/usr/include/openssl -I/usr/local/include -I/usr/local/include

www/w3m fails to build under stable/10 r256624 i386

2013-10-18 Thread Kimmo Paasiala
The error message I'm getting is cc -I. -I. -O2 -pipe -fno-strict-aliasing -I./libwc -I/usr/include/openssl -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_

Re: stagedir vs. jail

2013-10-14 Thread Kimmo Paasiala
I have actually noticed many times earlier that using symlinks for /usr/ports, /usr/src and the related directories do cause problems, jails or not. -Kimmo ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: stagedir vs. jail

2013-10-13 Thread Kimmo Paasiala
On Sun, Oct 13, 2013 at 4:19 PM, Ekkehard Gehm wrote: > A quick addition: > > My Jail is buid exactly as discribed in the jail handbook: > http://www.freebsd.org/doc/handbook/jails-application.html > > So hanging around with this issue because of this staging thing is a bit > *argl* > > Cheers, >

Re: How to disable staging support in ports tree universally?

2013-10-12 Thread Kimmo Paasiala
On Sat, Oct 12, 2013 at 2:35 PM, Daniel Nebdal wrote: > On Sat, Oct 12, 2013 at 11:08 AM, Torfinn Ingolfsen wrote: >> Hello, >> >> On Sat, Oct 12, 2013 at 10:15 AM, Matthew Seaman wrote: >>> >>> Staging is here to stay. There's no way of "turnng it off." If the >> >> Why? Why can't it be turne

Re: Explain staging

2013-10-07 Thread Kimmo Paasiala
On Mon, Oct 7, 2013 at 4:36 PM, Daniel Nebdal wrote: > On Mon, Oct 7, 2013 at 2:52 PM, Anton Shterenlikht wrote: >> >From b...@passap.ru Mon Oct 7 13:36:53 2013 >>> >>>07.10.2013 13:23, Anton Shterenlikht пишет: >>> What about "make fetch"? It puts files by default under ports/distfile

Re: Explain staging

2013-10-07 Thread Kimmo Paasiala
On Mon, Oct 7, 2013 at 12:23 PM, Anton Shterenlikht wrote: >>From: Matthew Seaman >>To: freebsd-ports@freebsd.org >>Subject: Re: Explain staging >> >>On 03/10/2013 08:56, Anton Shterenlikht wrote: >>> sorry, I still don't get it. >>> What is achived by staging? >> >>There are 4 main advantages: >

Re: poudriere feature suggestion: retry with gcc

2013-10-04 Thread Kimmo Paasiala
On Fri, Oct 4, 2013 at 1:15 PM, Beeblebrox wrote: > I have a pure clang world and no GCC from base (WITHOUT_GCC= yes). The same > goes for the poudriere build environment. > > When doing massive updates (like the recent pixman-dependent ports), I get a > number of ports that fail to build. The num

Re: Explain staging

2013-10-03 Thread Kimmo Paasiala
> > From that stage a create can be directly created (even as a single user). or > the > stage can be sync into the filesystem. > You probably meant to write: "From that stage a *package* can be directly created" ;) It's easy to understand why this is so useful because the result of the compilat

Re: portmaster -- preserving added files?

2013-09-26 Thread Kimmo Paasiala
On Thu, Sep 26, 2013 at 10:14 PM, Gary Aitken wrote: > On 09/26/13 12:39, Kimmo Paasiala wrote: >> On Thu, Sep 26, 2013 at 9:25 PM, Scot Hetzel wrote: >>> On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken >>> wrote: >>>> Is portmaster supposed to ret

Re: portmaster -- preserving added files?

2013-09-26 Thread Kimmo Paasiala
On Thu, Sep 26, 2013 at 9:25 PM, Scot Hetzel wrote: > On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken wrote: >> Is portmaster supposed to retain files which it did not install when >> updating / >> reinstalling a port? >> >> For example, jave extensions are normally installed by placing a jar file

Re: pkgng: How fix dependences?

2013-08-20 Thread Kimmo Paasiala
On Wed, Aug 21, 2013 at 3:45 AM, Kevin Oberman wrote: > On Tue, Aug 20, 2013 at 1:48 AM, Alex V. Petrov wrote: > >> After recomendation (20130731) in ports/UPDATING I have: >> >> pkg check -d >> graphics/ImageMagick has a missing dependency: devel/gio-fam-backend >> devel/ORBit2 has a missing depe

Re: Searching the port tree with portmaster?

2013-08-15 Thread Kimmo Paasiala
There's also ports-mgmt/psearch. Works fine for me. -Kimmo On Thu, Aug 15, 2013 at 6:45 PM, LuKreme wrote: > > On 15 Aug 2013, at 06:33 , Adam Vande More wrote: > > > whereis sudo > > Sure, if sudo is installed. Sudo was not installed, so I had to search the > ports tree for it. Same with ope

Re: libpkg, sqlite and database problems prevent building any packages

2013-08-05 Thread Kimmo Paasiala
On Mon, Aug 5, 2013 at 5:03 PM, Matthew Seaman wrote: > On 05/08/2013 14:30, Thomas Mueller wrote: >> I could see my pkg client is out of date, but how do I update it? >> >> Attempts to update all gave me those error messages. Installation fails. > > Your package database has got into an inconsis

Re: libpkg, sqlite and database problems prevent building any packages

2013-08-05 Thread Kimmo Paasiala
On Mon, Aug 5, 2013 at 1:42 PM, Thomas Mueller wrote: > I have smaller FreeBSD 9.1-STABLE and 9.2-BETA2 installations that I update > less frequently than the main hard-drive installation. > > On the USB-stick installations, I find I can't upgrade or build any ports > because of a database mess.

Re: UPDATING entry for devel/glib20 does not match names of installed packages of the port.

2013-08-03 Thread Kimmo Paasiala
On Fri, Aug 2, 2013 at 4:07 PM, Kimmo Paasiala wrote: > On Wed, Jul 31, 2013 at 11:43 PM, Kimmo Paasiala wrote: >> The installed package is named as 'glib-2.34.3'. This won't match the >> 'glib20' string in the UPDATING entry and 'pkg updatin

Re: Error validating server certificate for 'https://svn0.us-east.freebsd.org:443':

2013-08-02 Thread Kimmo Paasiala
On Fri, Aug 2, 2013 at 11:51 AM, Kimmo Paasiala wrote: > On Fri, Aug 2, 2013 at 11:19 AM, Anton Shterenlikht wrote: >> >From kpaas...@gmail.com Fri Aug 2 09:18:52 2013 >>> >>>On Fri, Aug 2, 2013 at 11:10 AM, Anton Shterenlikht wrote: >>>> # sv

Re: UPDATING entry for devel/glib20 does not match names of installed packages of the port.

2013-08-02 Thread Kimmo Paasiala
On Wed, Jul 31, 2013 at 11:43 PM, Kimmo Paasiala wrote: > The installed package is named as 'glib-2.34.3'. This won't match the > 'glib20' string in the UPDATING entry and 'pkg updating' misses the > UPDATING entry. > > -Kimmo Anyone else notic

Re: Error validating server certificate for 'https://svn0.us-east.freebsd.org:443':

2013-08-02 Thread Kimmo Paasiala
On Fri, Aug 2, 2013 at 11:19 AM, Anton Shterenlikht wrote: > >From kpaas...@gmail.com Fri Aug 2 09:18:52 2013 >> >>On Fri, Aug 2, 2013 at 11:10 AM, Anton Shterenlikht wrote: >>> # svn up /usr/ports/ >>> Updating '/usr/ports': >>> Error validating server certificate for >>> 'https://svn0.us-east

Re: Error validating server certificate for 'https://svn0.us-east.freebsd.org:443':

2013-08-02 Thread Kimmo Paasiala
On Fri, Aug 2, 2013 at 11:10 AM, Anton Shterenlikht wrote: > # svn up /usr/ports/ > Updating '/usr/ports': > Error validating server certificate for > 'https://svn0.us-east.freebsd.org:443': > - The certificate is not issued by a trusted authority. Use the >fingerprint to validate the certif

Re: Idea for Mk/Uses snippet

2013-08-01 Thread Kimmo Paasiala
On Thu, Aug 1, 2013 at 2:59 PM, Kimmo Paasiala wrote: > On Thu, Aug 1, 2013 at 2:03 PM, Kimmo Paasiala wrote: >> There are quite a few ports that require system sources to be present >> at /usr/src. >> >> Would it make sense to create Mk/Uses snippet (for example

Re: Idea for Mk/Uses snippet

2013-08-01 Thread Kimmo Paasiala
On Thu, Aug 1, 2013 at 2:03 PM, Kimmo Paasiala wrote: > There are quite a few ports that require system sources to be present > at /usr/src. > > Would it make sense to create Mk/Uses snippet (for example named as > Mk/Uses/system-sources) that checks for let's say /usr/src/M

Idea for Mk/Uses snippet

2013-08-01 Thread Kimmo Paasiala
There are quite a few ports that require system sources to be present at /usr/src. Would it make sense to create Mk/Uses snippet (for example named as Mk/Uses/system-sources) that checks for let's say /usr/src/Makefile and throws an error if the file is not present? A port that requires the syste

UPDATING entry for devel/glib20 does not match names of installed packages of the port.

2013-07-31 Thread Kimmo Paasiala
The installed package is named as 'glib-2.34.3'. This won't match the 'glib20' string in the UPDATING entry and 'pkg updating' misses the UPDATING entry. -Kimmo ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: www/rubygem-passenger now requires bash?

2013-06-11 Thread Kimmo Paasiala
On Tue, Jun 11, 2013 at 5:04 PM, Steve Wills wrote: >> I'm running FreeBSD/amd64 8-STABLE (r250276) and, yesterday, updated >> www/rubygem-passenger from 3.0.19 to 4.0.5 via portmaster. Although the >> port upgraded without error, the resultant Passenger no longer works: it >> complains it can't

Re: poudriere, pkgng, memcache and php upgrades

2013-06-10 Thread Kimmo Paasiala
On Mon, Jun 10, 2013 at 12:37 PM, bw.mail.lists wrote: > We use memcache with php. When php gets updated, memcache gets rebuilt by > poudriere, but pkgng doesn't see it as being different on 'pkg upgrade' so > it doesn't upgrade the package. Which means that on apache restart the error > log conta

Re: Is latest portsnap snapshot corrupted?

2013-05-27 Thread Kimmo Paasiala
On Tue, May 28, 2013 at 12:15 AM, Bruce Cran wrote: > On 27/05/2013 22:13, Gökşin Akdeniz wrote: >> >> Ia am not a dev, but portstree snapshot is fixed. Simply run >> >> '# portsnap fetch extract && portsdb -u' >> >> and you will get a fresh snapshot of ports tree. >> > > Is '# portsnap fetch upda

Re: The vim port needs a refresh

2013-05-24 Thread Kimmo Paasiala
On Sat, May 25, 2013 at 1:29 AM, Kimmo Paasiala wrote: > On Sat, May 25, 2013 at 12:23 AM, Kenta Suzumoto wrote: >> >> Hello all. The editors/vim port is currently a mess and needs some changes. >> >> - It fetches almost 700 patches from what seems like a dial-up

Re: The vim port needs a refresh

2013-05-24 Thread Kimmo Paasiala
On Sat, May 25, 2013 at 12:23 AM, Kenta Suzumoto wrote: > > Hello all. The editors/vim port is currently a mess and needs some changes. > > - It fetches almost 700 patches from what seems like a dial-up connection in > AUSTRALIA. > > You might as well be downloading a 1080p movie from a rock in t

Re: png problem with tar on 8.x

2013-05-14 Thread Kimmo Paasiala
On Wed, May 15, 2013 at 12:51 AM, Albert Shih wrote: > Le 15/05/2013 ? 00:40:58+0300, Kimmo Paasiala a écrit >> On Wed, May 15, 2013 at 12:30 AM, Albert Shih wrote: >> > Hi everyone >> > >> > Just a report for a bug on 8.x about png ports >> > &

Re: png problem with tar on 8.x

2013-05-14 Thread Kimmo Paasiala
On Wed, May 15, 2013 at 12:30 AM, Albert Shih wrote: > Hi everyone > > Just a report for a bug on 8.x about png ports > > > ---> Upgrading 'png-1.5.14' to 'png-1.5.15' (graphics/png) > ---> Building '/usr/ports/graphics/png' > ===> Cleaning for png-1.5.15 > ===> Found saved configuration for p

Re: poudriere sillieness re audio/libsamplerate & glib20

2013-04-09 Thread Kimmo Paasiala
On Tue, Apr 9, 2013 at 10:38 AM, Beeblebrox wrote: > * One glib20 problem was in devel/qt4-corelib/Makefile > was USE_GNOME= _glib20 (instead should be glib20) > > * Another one was in graphics/liblqr-1/Makefile > was USE_GNOME= _glib20 pkgconfig (instead should be glib20 pkgconfig) > >

Re: Growing list of required(ish) ports

2013-04-08 Thread Kimmo Paasiala
On Mon, Apr 8, 2013 at 10:57 AM, Michael Gmelin wrote: > On Mon, 8 Apr 2013 09:31:50 +0200 > David Demelier wrote: > >> >> For me I also wanted pkg to be in base but they made a bootstrap that >> does not need any other requirement so I stick with that and I'm >> happy. >> > > Last time I checked

Re: Growing list of required(ish) ports

2013-04-07 Thread Kimmo Paasiala
On Mon, Apr 8, 2013 at 6:19 AM, Robert Simmons wrote: > On Sun, Apr 7, 2013 at 10:45 PM, Bryan Drewery wrote: >> On 4/7/2013 8:47 PM, Robert Simmons wrote: >>> Are there plans to get the following ports moved into HEAD? >>> >>> 1) ports-mgmt/pkg >>> >>> 2) ports-mgmt/dialog4ports >>> >>> 3) ports

Poudriere-devel version 3.0.99.20130327 loads zfs kernel modules even with NO_ZFS set.

2013-04-02 Thread Kimmo Paasiala
Hi, I couldn't find a more suitable list(s) for this so apologies. I really like the ability of building packages using poudriere-devel without having to use a ZFS pool by using NO_ZFS in the config file. However there seems to be a small glitch in the implementation, the zfs.ko and opensolaris.k

Re: [CFT] add a config.site cache for the ports

2013-03-19 Thread Kimmo Paasiala
On Wed, Mar 20, 2013 at 12:17 AM, Kevin Oberman wrote: > On Mon, Mar 18, 2013 at 10:41 AM, Baptiste Daroussin wrote: > >> Hi, >> >> The autotools allows us to have a config.site cache where we define our >> defaults >> values for a couple of things, and prevent the "slow" and possibly wrong >> aut

Re: OPTIONSng: Overide options in /var/db/ports/*/options ?

2013-03-17 Thread Kimmo Paasiala
On Sun, Mar 17, 2013 at 5:42 PM, Marco Steinbach wrote: > Matthew Seaman wrote on 17.03.2013 14:49: > >> On 17/03/2013 12:16, Marco Steinbach wrote: >>> >>> Hi, >>> >>> is there a way to overide options stored in /var/db/ports/*/options, >>> basically getting back the pre-OPTIONSng behaviour of be

Re: pam_ssh_agent_auth: ENOENT

2013-02-25 Thread Kimmo Paasiala
On Mon, Feb 25, 2013 at 7:50 PM, Stefan Bethke wrote: > > Am 20.02.2013 um 16:34 schrieb Kimmo Paasiala : > >> On Wed, Feb 6, 2013 at 12:28 AM, Stefan Bethke wrote: >>> >>>> I can confirm that with the new port version on a two day old current, the >&

Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9)

2013-02-20 Thread Kimmo Paasiala
On Wed, Feb 6, 2013 at 12:28 AM, Stefan Bethke wrote: > > Am 05.02.2013 um 23:06 schrieb Stefan Bethke : > >> Am 05.02.2013 um 19:09 schrieb Kimmo Paasiala : >> >>> On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala wrote: >>>> On Sun, Feb 3, 2013 at 7:22

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Kimmo Paasiala
On Wed, Feb 13, 2013 at 3:33 PM, Tom Evans wrote: > On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi > wrote: >> On 2013/02/13 19:08, O. Hartmann wrote: >>> Setting only base system source compiler optins in /etc/src.conf, for >>> instance >>> >>> # >>> CXXFLAGS+= -stdlib=libc++ >>>

Re: how to move 9.1 ports to HEAD?

2013-02-08 Thread Kimmo Paasiala
On Fri, Feb 8, 2013 at 10:45 PM, Kimmo Paasiala wrote: > On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht > wrote: >> From bf1...@googlemail.com Fri Feb 8 17:33:09 2013 >> >> > > I don't think it's true. >>

Re: how to move 9.1 ports to HEAD?

2013-02-08 Thread Kimmo Paasiala
On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht wrote: > From bf1...@googlemail.com Fri Feb 8 17:33:09 2013 > > > > I don't think it's true. > > > While still on 9.1 ports, the latest > > > entry in UPDATING was (well I lost it now) > > > about NOV-

Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9)

2013-02-05 Thread Kimmo Paasiala
On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala wrote: > On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees wrote: >> On 3 February 2013 17:15, Stefan Bethke wrote: >>> >>> Am 03.02.2013 um 10:57 schrieb Chris Rees : >>> >>>> On 3 February 2013 03:55, K

Re: can't find pkgng command

2013-01-17 Thread Kimmo Paasiala
On Thu, Jan 17, 2013 at 9:09 PM, Chip Camden wrote: > Quoth John Marino on Thursday, 17 January 2013: >> pkg which >> >> On 1/17/2013 15:08, Robert Huff wrote: >> > >> > Under the old package system "pkg_info -W' would >> > tell me what port a file belonged to. >> > Perhaps due to not eno

Re: Why delete KDE3 ports?

2013-01-07 Thread Kimmo Paasiala
On Mon, Jan 7, 2013 at 4:43 PM, John Marino wrote: > On 1/7/2013 15:22, Mikhail T. wrote: >> >> On 07.01.2013 03:33, freebsd-ports-requ...@freebsd.org wrote: >>> >>> portname: accessibility/kdeaccessibility >>> description: Accessibility applications for KDE >>> maintainer:po...@freebsd.org >>> de

Re: pkg_libchk and lib/compat (was: Re: Notes on upgrades after libpcre update)

2013-01-05 Thread Kimmo Paasiala
On Sat, Jan 5, 2013 at 9:22 AM, Boris Samorodov wrote: > 05.01.2013 09:09, Kevin Oberman пишет: > >> pkg_libchk does not count old libraries in >> the compat folder, so it will still report the problem ports even >> though you use '-w'. > > Are you sure? From PKG_LIBCHK(1): > - > DESCRIPTION >

Re: 9.1-RC3: xorg-input-mouse, xfce4-panel

2012-12-28 Thread Kimmo Paasiala
On Fri, Dec 28, 2012 at 2:08 PM, CeDeROM wrote: > On Fri, Dec 28, 2012 at 1:02 PM, Kimmo Paasiala wrote: >> It doesn't look like the FreeBSD ports SVN repository is used to its >> full potential. (...) > > Yea, btw why FreeBSD does not use GIT? I have been using it for

Re: 9.1-RC3: xorg-input-mouse, xfce4-panel

2012-12-28 Thread Kimmo Paasiala
On Fri, Dec 28, 2012 at 1:51 PM, CeDeROM wrote: > On Fri, Dec 28, 2012 at 12:42 PM, Kimmo Paasiala wrote: >> You're misunderstanding a few things. There are no "release packages" >> for any release of FreeBSD. What you have on the install discs are >> jus

Re: Problems with devel/apr1 or options_group

2012-12-27 Thread Kimmo Paasiala
On Thu, Dec 27, 2012 at 3:57 PM, Olli Hauer wrote: > On 2012-12-27 09:38, Dewayne Geraghty wrote: >> While trying to build apache22 with ldap, the dependency apr1 passes a >> "--without-ldap" flag to apr-util which results in apache >> failing. >> >> * Background * >> Some 450+ packages are built

Re: recent port upgrades causing missing libraries

2012-12-11 Thread Kimmo Paasiala
On Tue, Dec 11, 2012 at 6:57 PM, Jeremy Messenger wrote: > On Tue, Dec 11, 2012 at 10:25 AM, Bryan Drewery > wrote: >> On 12/11/2012 10:21 AM, Jeremy Messenger wrote: >>> On Tue, Dec 11, 2012 at 9:45 AM, Bryan Drewery >>> wrote: On 12/11/2012 9:03 AM, Adam McDougall wrote: > I used po

Re: [RFC/HEADSUP] portmaster default -w (preserve shared libraries)

2012-12-11 Thread Kimmo Paasiala
On Tue, Dec 11, 2012 at 5:55 PM, Bryan Drewery wrote: > (As maintainer) I'm proposing to make -w the default for portmaster. > This will preserve old shared libraries when upgrading. This helps 2 things: > > 1. Prevents a broken system during upgrades > 2. Prevents a broken system after upgrading

Re: web FreeBSD Ports Search is out of sync

2012-12-07 Thread Kimmo Paasiala
On Sun, Dec 2, 2012 at 11:47 AM, Matthew Seaman wrote: > On 02/12/2012 09:32, Ion-Mihai Tetcu wrote: >>> If you're running 2.9 OPTIONSng should be handled correctly. It >>> > doesn't matter much: the exact format of the OPTIONS variables >>> > doesn't make much difference to building the INDEX, o

Re: web FreeBSD Ports Search is out of sync

2012-12-01 Thread Kimmo Paasiala
On Sun, Dec 2, 2012 at 8:36 AM, Kevin Oberman wrote: > On Sat, Dec 1, 2012 at 7:32 PM, Eitan Adler wrote: >> On 1 December 2012 11:46, Miroslav Lachman <000.f...@quip.cz> wrote: >>> Hi, >>> I don't know the details about infrastructure, but I found out that web is >>> showing lighttpd-1.4.31_5 [1

Re: ports/173593

2012-11-27 Thread Kimmo Paasiala
On Wed, Nov 28, 2012 at 5:04 AM, Eitan Adler wrote: > On 27 November 2012 21:20, Kimmo Paasiala wrote: >> Hello, >> >> Could someone with commit rights commit a fix to audio/firefly? The PR >> is ports/173593. > > done >

ports/173593

2012-11-27 Thread Kimmo Paasiala
Hello, Could someone with commit rights commit a fix to audio/firefly? The PR is ports/173593. It' a very simple fix and it's already been approved by the maintainer. -Kimmo ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: pkgng woes

2012-11-09 Thread Kimmo Paasiala
On Fri, Nov 9, 2012 at 2:39 PM, Beeblebrox wrote: > @anton > portmaster --check-depends does not work for me. Shows everything as fine > but when I specifically target a port: *# portmaster -i graphics/gimp* for > example, I get a long list of ports to be installed - meaning not all of the > exis

Re: dns/unbound depend

2012-11-05 Thread Kimmo Paasiala
On Tue, Nov 6, 2012 at 6:05 AM, Darrel wrote: > i am confused. > > why is cups-client required for dns/unbound ? > > Darrel It probably comes from dependencies of dns/ldns if you compile it with DOCS option on which is the default. This should turn it off in /etc/make.conf: ldns_UNSET=DOCS _

Re: pkgng: lcms2-2.4 conflicts with lcms-1.19_1,1

2012-10-08 Thread Kimmo Paasiala
On Mon, Oct 8, 2012 at 6:30 PM, Andriy Gapon wrote: > > Not sure if my environment is messed up or if it is OK, but i have both lcms > and > lcms2 installed, and there is a bunch of packages that depend on them. > I've been using pkgng for a while now and it never complained about these > package

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread Kimmo Paasiala
On Sun, Sep 9, 2012 at 6:12 PM, David Wolfskill wrote: > On Sun, Sep 09, 2012 at 04:44:08PM +0300, Kimmo Paasiala wrote: > $... >> > So the issue appears to be how to handle UTF-8 pathnames on the >> > file system in question. >> > >> > I&#x

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-09 Thread Kimmo Paasiala
On Sun, Sep 9, 2012 at 3:33 PM, David Wolfskill wrote: > On Sat, Sep 08, 2012 at 07:00:24PM +0300, Kimmo Paasiala wrote: >> ... >> I can extract the tar file on 9-STABLE, my locale settings are the >> defaults for root: >> >> # locale >> LANG= >>

Re: Upgrade java/icedtea-web from 1.2_2 -> 1.3 fails: "tar: Pathname in pax header can't be converted to current locale"

2012-09-08 Thread Kimmo Paasiala
On Sat, Sep 8, 2012 at 6:52 PM, David Wolfskill wrote: > On Sat, Sep 08, 2012 at 05:42:57AM -0700, David Wolfskill wrote: >> I'm not at all clear what I can or should do in order to avoid the >> reported error condition: >> ... >> IMPORTANT: To build IcedTea-Web 1.3, you have to turn on 'ICEDTEA'

  1   2   >