Re: binary package maintenance tool

2009-05-09 Thread Dominic Fandrey
Alexey V. Degtyarev wrote: >>> The port sysutils/bsdadminscripts has just been updated to >>> version 6.0, which features pkg_upgrade, a binary only >>> package maintenance tool. >>> It makes no use of the ports tree, so unlike other build >>> oriented tools, you do not need a copy of the ports tre

Re: binary package maintenance tool

2009-05-09 Thread Dominic Fandrey
Alexander Churanov wrote: > 2009/5/4 Alexey V. Degtyarev : >> I think that pkg_upgrade should respect a new package's dependency list >> and pre-fetch all the new dependencies before pkg_add. > It does, if the dependencies are listed in the INDEX. > My $0.02: > > And calculate their size, and

pkg_add errors

2009-05-27 Thread Dominic Fandrey
During my last run of 'pkg_upgrade -a', cups-client forgot to install the library libcups.so.2, which I fortunately recognized due to my routine of running pkg_libchk after every package/port upgrade. Running 'pkg_upgrade cups-client' fixed that problem. The interesting part is, that the reinstall

Re: pkg_add errors

2009-05-27 Thread Dominic Fandrey
Pav Lucistnik wrote: > Dominic Fandrey píše v st 27. 05. 2009 v 18:43 +0200: > >> During my last run of 'pkg_upgrade -a', cups-client forgot to install >> the library libcups.so.2, which I fortunately recognized due to my >> routine of running pkg_libch

Re: pkg_add errors

2009-05-27 Thread Dominic Fandrey
Dominic Fandrey wrote: > Pav Lucistnik wrote: >> Dominic Fandrey píše v st 27. 05. 2009 v 18:43 +0200: >> >>> During my last run of 'pkg_upgrade -a', cups-client forgot to install >>> the library libcups.so.2, which I fortunately recognized due to my &g

Re: pkg_add errors

2009-05-27 Thread Dominic Fandrey
Boris Samorodov wrote: > Hello Dominic, List, > > Thanks for your work, much appreciated. You're welcome. > Dominic Fandrey writes: > >> I need something similar for the incomplete package problem. >> Should pkg_upgrade create a summary of apparently b

Re: pkg_add errors

2009-05-28 Thread Dominic Fandrey
Boris Samorodov wrote: > BTW, current behaviour of "pkg_upgrade -F" to stop at the first package > that can't be downloaded is the same. Can this behaviour be changed > to proceeding but printing out the list of not downloaded packages > at the end? Or at least can you create an option for such beh

Re: pkg_libchk: a missing library is not detected

2009-06-15 Thread Dominic Fandrey
Sorry for the late reply, this was auto-sorted into the ports@ mails and drowned there. Boris Samorodov wrote: > Hi! > > > Seems to me like a bug at pkg_libchk: > - > % eog > /libexec/ld-elf.so.1: Shared object "libgnome-desktop-2.so.7" not found, > required by "eog" > % ldd `which eog` | g

Re: pkg_libchk: a missing library is not detected

2009-06-16 Thread Dominic Fandrey
Mel Flynn wrote: > On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: >> Sorry for the late reply, this was auto-sorted into the ports@ mails >> and drowned there. >> >> Boris Samorodov wrote: > >>> As I understand pkg_upgrade does not preserve old

Re: x11-drivers/input-wacom on FreeBSD 8

2009-06-16 Thread Dominic Fandrey
Peter Jeremy wrote: > Hi, > > Based on the "BROKEN" message and the kernel module, I presume that > this port has not been adapted for USB2. Do you have any plans to > upgrade this port to work with FreeBSD 8.x? > Bartosh told me he's working on it. But there is nothing like a date for this hap

Re: pkg_libchk: a missing library is not detected

2009-06-16 Thread Dominic Fandrey
Mel Flynn wrote: > On Tuesday 16 June 2009 07:34:47 Dominic Fandrey wrote: >> Mel Flynn wrote: >>> On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: >>>> Sorry for the late reply, this was auto-sorted into the ports@ mails >>>> and drowned there. &

Re: Possibly unbuildable ports reminder

2009-06-16 Thread Dominic Fandrey
Bill Fenner wrote: > Dear porters, > > This is just a reminder to please periodically check the list of > unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . > A list by MAINTAINER is > > http://people.freebsd.org/~fenner/errorlogs/ > > so you can easily check the status of ports th

Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Dominic Fandrey
Boris Samorodov wrote: > Dominic Fandrey writes: > >>> Luck. The app linking to the old library will have a dependency on the old >>> version. pkg_add will find the origin, issue a warning about "app-1.0 >>> needing >>> lib-0.1 but lib-0.

devel/avr-gcc does not build

2009-06-26 Thread Dominic Fandrey
On my amd64 notebook (core2duo) devel/avr-gcc does not build: echo timestamp > stmp-fixproto gmake[2]: Leaving directory `/usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build/gcc' Checking multilib configuration for libgcc... mkdir avr mkdir avr/libgcc Configuring in avr/libgc

Re: devel/avr-gcc does not build

2009-06-26 Thread Dominic Fandrey
Joerg Wunsch wrote: > As Dominic Fandrey wrote: > >> checking for suffix of object files... configure: error: cannot compute >> suffix of object files: cannot compile >> See `config.log' for more details. > > Did you look into config.log to figure out

MOVED and UPDATING delivered with packages

2009-08-11 Thread Dominic Fandrey
The portmgr team has enhanced the pointyhead scripts to publish MOVED and UPDATING files together with the INDEX files that kports and pkg_upgrade use for binary package updating. http://www.freebsd.org/cgi/query-pr.cgi?pr=135024 Many thanks to the portmgr team! I hope I will find the time to up

Re: MOVED and UPDATING delivered with packages

2009-08-11 Thread Dominic Fandrey
Marcin Wisnicki wrote: > On Tue, 11 Aug 2009 10:52:31 +0200, Dominic Fandrey wrote: > >> The portmgr team has enhanced the pointyhead scripts to publish MOVED >> and UPDATING files together with the INDEX files that kports and >> pkg_upgrade use for binary pack

CFT - ioquake3 1.36 port

2009-09-01 Thread Dominic Fandrey
I intend to take the games/ioquake3 port over and need some testers. This is the patch to the port (apply from /usr): http://www.home.hs-karlsruhe.de/~fado0011/patch-ports-games-ioquake3.diff This is a shar that creates a slave port installing SVN-snapshots of ioquake3 (extract from /usr): http:/

Re: CFT - ioquake3 1.36 port

2009-09-01 Thread Dominic Fandrey
Dominic Fandrey wrote: > I intend to take the games/ioquake3 port over and need some testers. > > This is the patch to the port (apply from /usr): > http://www.home.hs-karlsruhe.de/~fado0011/patch-ports-games-ioquake3.diff > > This is a shar that creates a slave port installin

bsd.python.mk broken

2009-10-11 Thread Dominic Fandrey
If one uses the OPTIONS framework like in graphics/opencv to trigger python support, bsd.python.mk breaks. Here is why: USE_PYTHON has to be set before including bsd.port.pre.mk Unfortunately it can only be set after bsd.port.pre.mk, because WITH_PYTHON wouldn't be set before. For this the _POST

php5-gd PNG support broken

2009-10-21 Thread Dominic Fandrey
I've got the following problem with php5-gd: Warning: imagecreatefrompng() [function.imagecreatefrompng]: gd-png: fatal libpng error: [00][00][00][00]: unknown critical chunk in /usr/home/kamikaze/devel/workspace/realmsofsorrow/nightmare/core/nmTemplate.class.php on line 385 Warning: imagecrea

in search for sasquatch/committer

2009-10-22 Thread Dominic Fandrey
Does any one dare commit ports/138695? I want to update both games/ioquake3 and games/ioquake3-devel. But it's going to be a great hazzle without getting this PR committed first. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailma

sysutils/hal does not build on RELENG_8/amd64

2009-10-23 Thread Dominic Fandrey
sysutils/hal does not build on my system. I'm trying to rebuild after upgrading from RELENG_7. # uname -a FreeBSD mobileKamikaze.norad 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Oct 22 18:39:21 CEST 2009 r...@mobilekamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 cc -DHAVE_CONFIG_

Re: sysutils/hal does not build on RELENG_8/amd64

2009-10-23 Thread Dominic Fandrey
Rene Ladan wrote: > 2009/10/23 Dominic Fandrey : >> sysutils/hal does not build on my system. I'm trying to >> rebuild after upgrading from RELENG_7. >> >> ... > > It builds on my 8.0RC-1/amd64 box, did you remove the devel/libusb > port before trying to

Re: [patch] Make git dependencies optional.

2009-11-01 Thread Dominic Fandrey
Stef Walter wrote: > This patch ... Just for the future, patches should be submitted in a PR. If you wish to discuss patches you can also upload them somewhere and add a link to your e-mail. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thi

Re: [patch] Make git dependencies optional.

2009-11-01 Thread Dominic Fandrey
Stef Walter wrote: > Dominic Fandrey wrote: >> Stef Walter wrote: >>> This patch ... >> Just for the future, patches should be submitted in a PR. If you >> wish to discuss patches you can also upload them somewhere and >> add a link to your e-mail. > > I

DeviceKit development?

2009-11-02 Thread Dominic Fandrey
This mail is a statement of a common opinion in a German BSD community. In depth information would be much appreciated, currently all our understanding and thus everything that follows is based on rumours. The German community is pretty upset about HAL and all the troubles we've had with it. In ou

Re: audio/py-tagpy broken

2009-11-07 Thread Dominic Fandrey
Nicola Vitale wrote: > Hi Dominic, > >> [2009/11/5 Dominic Fandrey ] >> Whatever kind of information you require, I'm willing to provide. >> Sorry, your build failed. Try rerunning config

Re: Portmaster with package support ready for beta testing

2009-11-10 Thread Dominic Fandrey
Miroslav Lachman wrote: > Doug Barton wrote: >> Michel Talon wrote: >>> Miroslav Lachman wrote: I take a quick look at the code and I have one question. Can you explain way --no-deps and --force are used for pkg_add? >>> >>> >>> I can only venture an explanation. Once you have comput

Re: remove BUILD_DEPENDS automatically after install

2009-11-16 Thread Dominic Fandrey
Sandra Kachelmann wrote: > (portmaster author cc:ed) > > On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson wrote: >> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>> Is there a reason why BUILD_DEPENDS aren't being removed after a port >>> has been installed and if no other ins

Re: OpenOffice.org packages

2009-11-25 Thread Dominic Fandrey
Gary Jennejohn wrote: > On Wed, 25 Nov 2009 05:01:19 -0600 > Mark Linimon wrote: > >> On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote: >>> I and some other FreeBSD users are wondering why there are no >>> OpenOffice.org package available on FreeBSD Mirrors? >> OpenOffice is one of o

Re: cups-image build failure

2009-11-29 Thread Dominic Fandrey
Scott Nicholson wrote: > Hi, I'm having issues attempting to update cups via ports: > > ... > > Linking bannertops... > cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler > -L/usr/local/lib -Wl,-R/usr/local/lib -pie -fPIE -Wall -Wno-format-y2k > -fPIC -Os -g -fstack-protector -o bann

Re: cups-image build failure

2009-11-30 Thread Dominic Fandrey
Dominic Fandrey wrote: > Scott Nicholson wrote: >> Hi, I'm having issues attempting to update cups via ports: >> >> ... > > Me too. > ... It works, now. :) -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a ba

creating a meta port ports-mgmt/pkg_upgrade

2009-12-01 Thread Dominic Fandrey
It has been suggested to me to split pkg_upgrade out of sysutils/bsdadminscripts and create a separate port in ports-mgmt/pkg_upgrade, because people have difficulty to find it, unless they stumble over one of my shameless advertisements. This however is not compatible with my plan to share code b

Re: creating a meta port ports-mgmt/pkg_upgrade

2009-12-02 Thread Dominic Fandrey
Freddie Cash wrote: > On Tue, Dec 1, 2009 at 5:59 AM, Dominic Fandrey wrote: > >> ... >> >> Would such a thing be accepted? I feel sceptical, because it does >> not even depend on several packages and the real solution in my >> opinion would be if people s

Re: [patch] fix config-recursive

2009-12-07 Thread Dominic Fandrey
Andrius Morkūnas wrote: > Anyone who uses config-recursive more often than once a year knows that > it's broken. Or at least they know it needs to be run multiple times until > it doesn't show options dialog. While some people might just live with it, > I think it should be fixed properly, and so d

Re: Pointyhat packages

2009-12-08 Thread Dominic Fandrey
Mark Linimon wrote: > On Tue, Dec 08, 2009 at 09:15:13AM -0300, oren.al...@gmail.com wrote: >> For the last couple of days I have been following the pointyhat build >> statistics provided at >> http://pointyhat.freebsd.org/errorlogs/packagestats.html > > Brave man :-) That's one I set up. > >>

Re: Pointyhat packages

2009-12-14 Thread Dominic Fandrey
Pav Lucistnik wrote: > Jonathan píše v čt 10. 12. 2009 v 09:50 -0500: >> On 12/8/2009 7:52 PM, Miroslav Lachman wrote: >>> What is the policy for package building nodes? I mean, is it possible to >>> use some machines not owned directy by FreeBSD.org? >>> For example, I have spare machine in our ra

Re: FreeBSD Port: openoffice.org-3.1.1

2009-12-15 Thread Dominic Fandrey
Jerry wrote: > On Sun, 13 Dec 2009 10:12:38 +0100 > Baal Sebul replied: > > Is this some sort of joke? Two posts sans data approximately ten > minutes apart. > I bet he tried to send HTML mail or a similar folly. -- A: Because it fouls the order in which people normally read text. Q: Why is t

ioquake3 support more platforms

2009-12-17 Thread Dominic Fandrey
Hello, I'm maintaining games/ioquake3 and games/ioquake3-devel and I'd like to support more platforms than i386 and amd64. If anyone would like to support me, please apply the patch from ports/141453: http://www.freebsd.org/cgi/query-pr.cgi?pr=141453 Remove the ONLY_FOR_ARCHS line in games/ioqua

Re: ioquake3 support more platforms

2009-12-18 Thread Dominic Fandrey
Mark Linimon wrote: > On Thu, Dec 17, 2009 at 04:48:43PM +0100, Dominic Fandrey wrote: >> A committer explained to me that he doesn't want to deal with SVN >> snapshot based ports. Is that a common attitude and what should >> I do to remedy this? > > Well, the pr

Re: ioquake3 support more platforms

2009-12-18 Thread Dominic Fandrey
Mark Linimon wrote: > On Fri, Dec 18, 2009 at 12:31:38PM +0100, Dominic Fandrey wrote: >> But that's not different for any port. E.g. sysutils/bsdadminscripts is >> all mine, I create the distfiles and maintain the port, their is no >> guarantee that I don't do

Re: ioquake3 support more platforms

2009-12-18 Thread Dominic Fandrey
Mark Linimon wrote: > On Fri, Dec 18, 2009 at 01:43:20PM +0100, Dominic Fandrey wrote: >> Are committers really supposed to read the code? > > Yes. So when I submitted ioquake3-1.36 I condemned some poor committer to read 36660

Re: ioquake3 support more platforms

2009-12-19 Thread Dominic Fandrey
Doug Barton wrote: > Dominic Fandrey wrote: >> But that's not different for any port. E.g. sysutils/bsdadminscripts is >> all mine, I create the distfiles and maintain the port, their is no >> guarantee that I don't do evil apart from me being quite certain tha

Re: ioquake3 support more platforms

2009-12-19 Thread Dominic Fandrey
b. f. wrote: >> On Fri, Dec 18, 2009 at 02:50:31PM +0100, Dominic Fandrey wrote: >>> So when I submitted ioquake3-1.36 I condemned some poor committer >>> to read 366609 lines of code? >> We expect them to test-install the initial code to make sure it's >>

Re: ioquake3 support more platforms

2009-12-19 Thread Dominic Fandrey
Doug Barton wrote: > Dominic Fandrey wrote: >> But this is not the case we're talking about (I explained the process >> in sufficient detail, I think). I take an up to date snapshot, apply my >> patch set, make a couple of test builds and runs, update the patch set &g

Re: status of x11-drivers/input-wacom

2009-12-20 Thread Dominic Fandrey
Frank Staals wrote: > Hey everyone, > > Does anyone know of there is someone working on updating the input-wacom > driver ? The current port is broken on FreeBSD >= 8 and outdated. It > would be a shame if the driver realy dies; without the absolute > positioning the pen-tablets are not as usefull

Re: Binary packages for releases and portupgrade

2010-01-07 Thread Dominic Fandrey
Lars Engels wrote: > On Wed, Jan 06, 2010 at 08:46:38PM +0100, Peter Ulrich Kruppa wrote: >> On Wed, 6 Jan 2010, Martin Cracauer wrote: >>> So the verdict is to hunt down OpenOffice packages manually and >>> install them so that portupgrade ignores them, then go from there. >>> >>> ftp://ftp.freebs

Re: Binary packages for releases and portupgrade

2010-01-07 Thread Dominic Fandrey
Lars Engels wrote: > On Wed, Jan 06, 2010 at 08:46:38PM +0100, Peter Ulrich Kruppa wrote: >> On Wed, 6 Jan 2010, Martin Cracauer wrote: >>> So the verdict is to hunt down OpenOffice packages manually and >>> install them so that portupgrade ignores them, then go from there. >>> >>> ftp://ftp.freebs

Re: Build of sysutils/polkit, sysutils/policykit, docbook-410 Problem

2010-01-23 Thread Dominic Fandrey
Ralf Folkerts wrote: > Hi, > > I just updated my Ports-Tree and tried to rebuild sysutils/policykit (to > 0.9_6) and sysutils/polkit (to 0.96_1) as per UPDATING. > > ... > However, as I have no clue who's correct (the pol.*kit Makefiles by > assuming "catalog" in /share/sgml/docbook/4.1/ or the d

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dominic Fandrey
Greg Lewis wrote: > On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: >> On 2010-Feb-04 01:19:33 +0100, Martin Wilke wrote: >>> The problem was that starting Firefox 3.6 with certain >>> addons installed was not possible. Now it looks like all >>> problems are solved and we can start a

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dominic Fandrey
Greg Lewis wrote: > On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote: >> Greg Lewis wrote: >>> On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: >>>> On 2010-Feb-04 01:19:33 +0100, Martin Wilke wrote: >>>>> The probl

CONFLICTS checks during the wrong stage

2010-02-06 Thread Dominic Fandrey
It appears CONFLICTS is checked before build instead of checking it before install. Why? # portmaster -Do lang/perl5.10 lang/perl5.8 ===>>> Currently installed version: perl-threaded-5.8.9_3 ===>>> Port directory: /usr/ports/lang/perl5.10 ===>>> Launching 'make checksum' for lang/perl5.10 in back

Re: CONFLICTS checks during the wrong stage

2010-02-06 Thread Dominic Fandrey
Matthew Seaman wrote: > On 06/02/2010 09:36, Dominic Fandrey wrote: >> It appears CONFLICTS is checked before build instead of checking >> it before install. Why? >> ... > > There was a discussion about this over on questions recently, starting here: > http://lists

Re: xterm 253 DECRQSS Again?

2010-02-07 Thread Dominic Fandrey
Anon wrote: > Hi > > long ago I read about the bug in Xterm CVE-2008-2383 and updated xterm. Now > I have the version of xterm 253 and on occasion being in xterm to run a cat > on binary file (executable, images, etc) appear repeatedly on Shell "2c1: > command not found". You will see in the pictu

Re: CONFLICTS checks during the wrong stage

2010-02-07 Thread Dominic Fandrey
Dominic Fandrey wrote: > It appears CONFLICTS is checked before build instead of checking > it before install. Why? > > # portmaster -Do lang/perl5.10 lang/perl5.8 Just a couple of minutes ago I answered a post by someone who thought both portupgrade and portmaster are broken. And

Re: FreeBSD Ports Problem - Please help

2010-02-12 Thread Dominic Fandrey
jhell wrote: > > > On Fri, 12 Feb 2010 07:27, lenzi.sergio@ wrote: >> try to make it work again (with the now missing libjpeg.so.10... >> by inserting a line in the /etc/libmap.conf > >> echo "libjpeg.so.10 libjpeg.so" >> /etc/libmap.conf > >> than probably all will work again... by the time y

Re: FreeBSD Ports Problem - Please help

2010-02-12 Thread Dominic Fandrey
jhell wrote: > > On Fri, 12 Feb 2010 13:25, kamikaze@ wrote: >> jhell wrote: >>> >>> >>> On Fri, 12 Feb 2010 07:27, lenzi.sergio@ wrote: try to make it work again (with the now missing libjpeg.so.10... by inserting a line in the /etc/libmap.conf >>> echo "libjpeg.so.10 libjpeg.so"

Re: FreeBSD ports which are currently scheduled for deletion

2010-02-21 Thread Dominic Fandrey
On 21/02/2010 08:30, lini...@freebsd.org wrote: > portname: java/eclipse-emf > description:Eclipse Modeling Framework > maintainer: freebsd-ecli...@freebsd.org > deprecated because: This plugin can be installed from within eclipse via > the updater > ex

Re: make package-noinstall does not include rc.d scripts?

2010-02-21 Thread Dominic Fandrey
On 20/02/2010 16:55, Christer Solskogen wrote: > Hi! > > I've just discovered the make option "make package-noinstall" which > makes a tbz in /usr/ports/packages from a already installed package. > But I've also found a bug(?) with that option. The package it creates > seems not to include rc.d sc

Re: make package-noinstall does not include rc.d scripts?

2010-02-21 Thread Dominic Fandrey
On 21/02/2010 10:33, Christer Solskogen wrote: > On Sun, Feb 21, 2010 at 9:12 AM, Dominic Fandrey wrote: > >> Does the same problem appear with "pkg_create -b"? > > No. pkg_create -b does the job. The only "problem" with pkg_create is > that it dont c

Re: make package-noinstall does not include rc.d scripts?

2010-02-21 Thread Dominic Fandrey
On 21/02/2010 10:47, Christer Solskogen wrote: > On Sun, Feb 21, 2010 at 10:44 AM, Dominic Fandrey > wrote: > >> So the right solution might be for the "package-noinstall" target to >> use "pkg_create -b" and additionally create the symlinks. >>

Re: make package-noinstall does not include rc.d scripts?

2010-02-21 Thread Dominic Fandrey
On 21/02/2010 11:02, Dominic Fandrey wrote: > On 21/02/2010 10:47, Christer Solskogen wrote: >> On Sun, Feb 21, 2010 at 10:44 AM, Dominic Fandrey >> wrote: >> >>> So the right solution might be for the "package-noinstall" target to >>> use &qu

pkg_upgrade perl update

2010-02-23 Thread Dominic Fandrey
If you run 'pkg_upgrade -a' and see the following message: pkg_add: can't open dependency file '/var/db/pkg/perl-5.10.1/+REQUIRED_BY'! dependency registration is incomplete pkg_upgrade: Add dependency (lang/perl5.8). Run pkg_upgrade -C lang/perl5.10 to update to the right version of perl. _

Re: php5-gd PNG support broken

2010-02-24 Thread Dominic Fandrey
On 22/10/2009 08:26, Dominic Fandrey wrote: > I've got the following problem with php5-gd: > > Warning: imagecreatefrompng() [function.imagecreatefrompng]: gd-png: fatal > libpng error: [00][00][00][00]: unknown critical chunk in > /usr/home/kamikaze/devel/workspace/real

Re: make package for ports, general question

2010-02-25 Thread Dominic Fandrey
On 25/02/2010 06:25, Jason wrote: > That being said, I ran into an item today that had me perplexed. > > Basically, it comes down to this: > http://www.freebsd.org/doc/en/books/porters-handbook/pkg-install.html > > Why is it that "make package" doesn't include the execution instructions > noted i

Re: make package for ports, general question

2010-02-25 Thread Dominic Fandrey
On 25/02/2010 16:52, Jason wrote: > On Thu, Feb 25, 2010 at 09:25:09AM +0100, Dominic Fandrey thus spake: >> On 25/02/2010 06:25, Jason wrote: >>> That being said, I ran into an item today that had me perplexed. >>> >>> Basically, it comes down to this: >

Re: Shoud devel port be RC or GIT based?

2010-02-26 Thread Dominic Fandrey
On 15/02/2010 01:45, CeDeROM wrote: > In a moments of hard testing just before a software release, releases > of a RC (Release Candidate) packages are done to alow some final > tests. I am wondering if it is convenient to create the devel port, to > allow better testing for non-freebsd-aware users.

Re: portmaster usage for a list of ports

2010-02-27 Thread Dominic Fandrey
On 27/02/2010 11:10, Michael Reifenberger wrote: > Hi, > for compiling a list of ports inside a emulated FreeBSD-current environment > I would need to use portmaster as: > > cat ./myports.txt | xargs portmaster -r -R -G -g -d -m "WITHOUT_GSSAPI=YES" > (myports.txt contains a list of to be installe

Re: Ports with same name

2010-03-10 Thread Dominic Fandrey
On 09/03/2010 19:32, Shaun Amott wrote: > On Tue, Mar 09, 2010 at 10:23:51AM -0500, Steven Kreuzer wrote: >> As documented in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144277 >> we have two ports with the same name: >> >> Port:gag-2.9 >> Path:/usr/ports/security/gag >> Info:

Re: Full Unicode Support for FreeBSD

2010-03-12 Thread Dominic Fandrey
On 12/03/2010 19:23, 葉佳威 Jiawei Ye wrote: > On Sat, Mar 13, 2010 at 1:43 AM, Elmar Stellnberger wrote: >> Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now? >> It is considered to be standard charset by now. XML uses it by default. >> If you are working with texts in different langua

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. A small fix for graphics/php5-gd. It builds without the patch, but doesn't work without it. diff -Nur php5

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. Fix for graphics/evas-loader-png. diff -Nur evas-loader-png.orig/files/patch-src-modules-loaders-png-evas

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 29/03/2010 09:58, Dominic Fandrey wrote: > On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: >> We do _NOT_ recommend updating ports until this commits are all done, >> and the problems are fixed, except if you want to help testing / fixing. > > Fix for graphics/evas-loader-png

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. The already committed graphics/imlib2 patch does not work, i.e. it compiles, but png doesn't work, with thi

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. graphics/inkscape needs a dependency fix. diff -Nur inkscape.orig/Makefile inkscape/Makefile --- inkscape

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-03-29 Thread Dominic Fandrey
On 29/03/2010 11:27, Ion-Mihai Tetcu wrote: > On Mon, 29 Mar 2010 10:15:23 +0200 > Dominic Fandrey wrote: > >> On 28/03/2010 15:38, Ion-Mihai Tetcu wrote: >>> We do _NOT_ recommend updating ports until this commits are all >>> done, and the problems are

Re: "stable" ports?

2010-03-29 Thread Dominic Fandrey
On 29/03/2010 17:57, Ivan Voras wrote: > One way to do it, my proposal, would be to maintain a stable "overlay" > of the ports, one for each major supported branch (i.e. 6.x, 7.x, 8.x), > containing ports deemed "important" for some reason. Who would be doing the additional work? I figure we'd nee

Re: Unresolvable link(s) found in: /usr/local/lib/firefox3/

2010-03-31 Thread Dominic Fandrey
On 31/03/2010 17:49, Henk van Oers wrote: > > After recompiling all png depends I ran libchk, just to be shure. > ... > Unresolvable link(s) found in: > /usr/local/lib/firefox3/components/libbrowsercomps.so > libxul.so > libxpcom.so Those are false positives, the libraries belong

Re: processing the MOVE file

2010-04-06 Thread Dominic Fandrey
On 06/04/2010 17:08, Zane C. B. wrote: > When it comes to processing the MOVE file, how does one check if the > a move is relevant to the currently installed package? If the origin of your package is no longer available, I'd use the last matching MOVED entry. -- A: Because it fouls the order in

Re: processing the MOVE file

2010-04-06 Thread Dominic Fandrey
On 06/04/2010 18:45, Zane C.B. wrote: > On Tue, 06 Apr 2010 18:31:38 +0200 > Dominic Fandrey wrote: > >> On 06/04/2010 17:08, Zane C. B. wrote: >>> When it comes to processing the MOVE file, how does one check if >>> the a move is relevant to the currently insta

Trivial PR, fix package-noinstall

2010-04-10 Thread Dominic Fandrey
This morning I took a look at my outstanding PRs. There are is a ports PR I consider old and trivial: This one fixes a bug in the package-noinstall target. wxs told me that he prefers my proposed fix over his own: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144164 Regards -- A: Because it

Re: Trivial PR, fix package-noinstall

2010-04-10 Thread Dominic Fandrey
On 10/04/2010 12:49, Garrett Cooper wrote: > On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey wrote: >> On 10/04/2010 12:18, Garrett Cooper wrote: >>> On Sat, Apr 10, 2010 at 2:29 AM, Dominic Fandrey >>> wrote: >>>> This morning I took a look at my outsta

Re: Trivial PR, fix package-noinstall

2010-04-10 Thread Dominic Fandrey
On 10/04/2010 13:11, Gary Jennejohn wrote: > On Sat, 10 Apr 2010 03:18:42 -0700 > Garrett Cooper wrote: >> FWIW, I've thought this over and and user modifiable scripts should >> not be in packages; they should instead be example files which don't >> conflict with real configuration files. This is

Re: Trivial PR, fix package-noinstall

2010-04-10 Thread Dominic Fandrey
On 10/04/2010 23:30, Garrett Cooper wrote: > On Sat, Apr 10, 2010 at 4:26 AM, Dominic Fandrey wrote: >> On 10/04/2010 12:49, Garrett Cooper wrote: >>> On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey >>> wrote: >>>> On 10/04/2010 12:18, Garrett Cooper wr

Re: Recent nc(1) changes

2010-04-15 Thread Dominic Fandrey
On 15/04/2010 21:24, Xin LI wrote: > ... I'd say that the data loss (~1%) when I tried to use nc with UNIX sockets (on both ends) is much more troublesome than your changes. Even when I used lockf to synchronize socket access this loss occured and I have fallen back to using files for messaging in

Re: Recent nc(1) changes

2010-04-15 Thread Dominic Fandrey
On 15/04/2010 21:48, Xin LI wrote: > On 2010/04/15 12:41, Dominic Fandrey wrote: >> On 15/04/2010 21:24, Xin LI wrote: >>> ... > >> I'd say that the data loss (~1%) when I tried to use nc with UNIX sockets >> (on both ends) is much more troublesome than your

Re: Dynamic plists

2010-04-21 Thread Dominic Fandrey
On 22/04/2010 01:45, Rob Farmer wrote: > I maintain math/scilab and am preparing to update it. This port has a > huge plist (slightly under 15000 lines), hundreds of which change > depending on what options are selected. It is a bit of a pain to > update. The porters handbook makes vague reference

Re: Unable to build /lang/ruby18

2010-04-28 Thread Dominic Fandrey
On 04/04/2010 23:37, Sahil Tandon wrote: > On Sun, 04 Apr 2010, Jerry wrote: > >> I have tried three times in the past 24 hours to build the >> 'lang/ruby18' port without success. This is on a FreeBSD-7.3 machine. >> >> The build log follows: >> >> Script started on Sun Apr 4 03:59:59 2010 >> ===

Re: Error building ruby+nopthreads-1.8.7.248,1

2010-04-28 Thread Dominic Fandrey
On 28/04/2010 10:55, Paul Macdonald wrote: > > Same error after a cvs update of ports tree and from deinstalling ruby > and an attempted reinstall.. > Adding the newline in version.h didn;t change the final error. > > In file included from version.c:14: > version.h:29:41: warning: no newline at e

Re: Error building ruby+nopthreads-1.8.7.248,1

2010-04-28 Thread Dominic Fandrey
On 28/04/2010 11:34, Paul Macdonald wrote: > Dominic Fandrey wrote: >> On 28/04/2010 10:55, Paul Macdonald wrote: >> >>> Same error after a cvs update of ports tree and from deinstalling ruby >>> and an attempted reinstall.. >>> Adding the newline

Re: Error building ruby+nopthreads-1.8.7.248,1

2010-04-28 Thread Dominic Fandrey
On 28/04/2010 13:33, Paul Macdonald wrote: > Dominic Fandrey wrote: >> On 28/04/2010 11:34, Paul Macdonald wrote: >> >>> Dominic Fandrey wrote: >>> >>>> On 28/04/2010 10:55, Paul Macdonald wrote: >>>> >>>> >>

xf86-video-intel-2.7.1_2 problem

2010-05-02 Thread Dominic Fandrey
After a surprisingly smooth update Xorg-7.5 update (good job there) it's time for me to complain about a change in the intel driver. The driver suddenly seems to be hard-coded to come up with 96dpi. This is quite ridiculous as the driver perfectly knows the correct display size: LVDS conne

Re: GSoC: Making ports work with clang

2010-05-03 Thread Dominic Fandrey
On 03/05/2010 12:38, "C. Bergström" wrote: > What's really the goal here? In my opinion it's about staying away from the GPLv3. According to my understanding of the situation, GPLv3 code is not accepted into the project and that means we're stuck with gcc 4.2, which has already reached its EOL. T

Re: xf86-video-intel-2.7.1_2 problem

2010-05-03 Thread Dominic Fandrey
On 02/05/2010 23:56, Dominic Fandrey wrote: > After a surprisingly smooth update Xorg-7.5 update (good job there) > it's time for me to complain about a change in the intel driver. > > The driver suddenly seems to be hard-coded to come up with 96dpi. > This is quite ridi

OpenJDK6 not building

2010-05-19 Thread Dominic Fandrey
I have no idea, why it tries to download something during build, and no idea why it fails to do so. Fetching https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip manually works fine. But if I do that the file will just be deleted by the build script and it will again try u

Re: OpenJDK6 not building

2010-05-19 Thread Dominic Fandrey
On 19/05/2010 10:25, Alex Dupre wrote: > Dominic Fandrey ha scritto: >> I have no idea, why it tries to download something during build, >> and no idea why it fails to do so. > > Theoretically a port should not download anything in the build stage, > but currently the

Re: OpenJDK6 not building

2010-05-19 Thread Dominic Fandrey
On 19/05/2010 20:10, Olivier Smedts wrote: > 2010/5/19 Dominic Fandrey : >> I have no idea, why it tries to download something during build, >> and no idea why it fails to do so. >> >> Fetching >> https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010

OpenArena 0.8.5 port

2010-05-22 Thread Dominic Fandrey
For those of you interested in playing OpenArena on FreeBSD, I submitted a patch to games/openarena and a shar for OAX (OpenArena Xpanded): http://www.freebsd.org/cgi/query-pr.cgi?pr=146818 Unfortunately I'm not the maintainer so there's no saying if and when this will be committed, so I recommend

issues unveiled by devel/gettext

2010-05-31 Thread Dominic Fandrey
Error 1: The configure script of devel/gettext pulls in gawk if installed, which depends on gettext and causes install to fail. Error 2: I updated with "portmaster -Da" so I stumbled over lots of stuff that didn't get version bumped, even though it directly links to gettext. This is the list of pa

  1   2   3   4   >