Re: UPDATING entry for X.org changes

2010-05-07 Thread René Ladan
2010/5/7 Robert Huff : > >        Is there one?  I've been checking daily, and ... nothing. > (Various sited, including just now "cvsup.freebsd.org:.) > > No, there is indeed none for now. If you use portmaster you can just run 'portmaster -af' or follow the instructions near the end of its manual

updating py-wxPython28* to support cairo ?

2010-07-09 Thread René Ladan
Hi, are there any plans to update x11-toolkits/py-wxPython28* to a version which support cairo (2.8.9.0 or higher?) I could send in a patch myself... Regards, Rene -- http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net)

[RFC] installing stripped libraries

2010-08-14 Thread René Ladan
Hi, I was thinking about adding a INSTALL_LIBRARY target to bsd.port.mk to strip and install libraries. Currently manually installing libraries is done with INSTALL_DATA, but this does not strip them. It would save some bytes in the resulting package, but also take more CPU time. Feedback is appr

Re: [RFC] installing stripped libraries

2010-08-14 Thread René Ladan
2010/8/14 Anonymous : > René Ladan writes: > >> Hi, >> >> I was thinking about adding a INSTALL_LIBRARY target to bsd.port.mk >> to strip and install libraries. Currently manually installing libraries is >> done with INSTALL_DATA, >> but this does not

Re: [RFC] installing stripped libraries

2010-08-14 Thread René Ladan
2010/8/14 René Ladan : > Hi, > > I was thinking about adding a INSTALL_LIBRARY target to bsd.port.mk > to strip and install libraries. Currently manually installing libraries is > done with INSTALL_DATA, but this does not strip them. It would save > some bytes in the resulting

devel/sdl12 and gcc -m32

2010-08-31 Thread René Ladan
Hi, I was trying to build the future port games/avp-demo (ports/138806) on my 9.0-amd64 laptop with system gcc, but this failed because of SDL errors: gcc -m32 -g -Wall -pipe -Isrc -Isrc/include -Isrc/win95 -Isrc/avp -Isrc/avp/win95 -Isrc/avp/support -Isrc/avp/win95/frontend -Isrc/avp/win95/gadge

Re: devel/sdl12 and gcc -m32

2010-08-31 Thread René Ladan
(cc'ing submitter of the port) 2010/8/31 Anonymous : > René Ladan writes: > >> Hi, >> >> I was trying to build the future port games/avp-demo (ports/138806) on >> my 9.0-amd64 laptop >> with system gcc, but this failed because of SDL errors: >>

Re: portlint: FATAL: no in ".".

2010-11-04 Thread René Ladan
2010/11/4 Frank Wall : > Hi, > > I'm trying to verify a newly created port and got this strange error > from `portlint` for the first time: > > $ portlint -aNv > [...] > OK: WRKSRC seems to be ${WRKDIR}/. > OK: no NO_WRKSUBDIR, checking value of WRKSRC. > OK: checking RESTRICTED/NO_CDROM/NO_PACKAGE

Re: [kde-freebsd] devel/cmake bug: "-pthread; -D_THREAD_SAFE" emitted instead of "-pthread -D_THREAD_SAFE"

2011-08-28 Thread René Ladan
2011/8/28 Raphael Kubo da Costa : > Rene Ladan writes: > >> somehow devel/cmake outputs "-pthread;-D_THREAD_SAFE" instead of >> "-pthread -D_THREAD_SAFE" to the generated Makefiles (note the semicolon). >> >> This means some list is passed verbatim to the compiler, causing the >> shell to execute

Re: portsnap problem

2012-03-11 Thread René Ladan
http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) 2012/3/11 Sergio de Almeida Lenzi : > Em Dom, 2012-03-11 às 07:38 -0500, ajtiM escreveu: > >> On Sunday 11 March 2012 07:05:35 Herby Vojčík wrote: >> > Hello, >> > >> > for a day alr

ROS (robot operating system) ports [team?]

2012-03-17 Thread René Ladan
Hi, Some (somewhat brain dump mode) thoughts about the ROS (devel/ros*) ports [1] below: - are there people who would be interested in forming a team? Together with Chromium, Xfce, the Dutch translations, and "real life" this becomes a bit too much for one person (I guess I underestimated the eff

Re: xfce 4.8pre3 preview

2011-01-13 Thread René Ladan
2011/1/13 Oliver Lehmann : > Hi, > > with the help of miwi's and Olivier's work plus some changes from my > side a tarball containing the xfce 4.8pre3 ports has been made: > > http://people.freebsd.org/~oliver/xfce/xfce-4.8pre3_ports.tar.gz > Should test this somewhere this weekend. [..] > The fo

Re: www/chromium MAINTAINER, was Re: chromium producing constant hdd access

2011-01-18 Thread René Ladan
2011/1/18 Julian H. Stacey : > Hi, > Reference: >> From:         Mark Linimon >> Date:         Tue, 18 Jan 2011 00:48:50 + >> Message-id:   <20110118004850.gb17...@lonesome.com> > > Mark Linimon wrote: >> On Mon, Jan 17, 2011 at 08:12:40PM +0100, Julian H. Stacey wrote: >> > rene@ has ignored

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread René Ladan
2011/1/28 Baptiste Daroussin : > 2011/1/28 René Ladan : >> 2011/1/28 Baptiste Daroussin : >>> Hi all >>> >>> I ported libreoffice 3.3.0, you can find it here: >>> http://people.freebsd.org/~bapt/libreoffice.shar or >>> http://git.etoilebsd.net

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread René Ladan
2011/1/28 Baptiste Daroussin : > Hi all > > I ported libreoffice 3.3.0, you can find it here: > http://people.freebsd.org/~bapt/libreoffice.shar or > http://git.etoilebsd.net/ports/tree/libreoffice > > Can you please test it? > I'll fire up a build on 9.0-amd64 with a clang-based world/kernel :) R

devel/ros and friends update

2011-03-03 Thread René Ladan
Hi, today a new version of ROS (Robot Operating System, http://www.ros.org/wiki) was released. I plan to update current 1.2.x (C-Turtle) ports to 1.4.x (Diamondback) unless somebody wants to stick to the 1.2.x ports? Regards, René -- http://www.rene-ladan.nl/

clang chokes on machine-specific code in astro/boinc-setiathome-enhanced

2011-07-27 Thread René Ladan
Hi, while fixing my ports to support clang I found out that clang chokes badly on astro/boinc-setiathome-enhanced . Relevant parts of the build log are available at ftp://rene-ladan.nl/pub/freebsd/seti-clang.txt (using clang r135360 from HEAD) It looks to me like the missing machine modes need to

Re: texi2html problem

2012-07-09 Thread René Ladan
2012/7/9 Johan van Selst : > Doug Barton wrote: >> >> It would also be useful if you could make real options out of >> >> what you have in the file already. >> > Not sure what you mean by this: the options seem real enough. >> make config >> ===> No options to configure > > The only relevant option

Re: www/linux-f10-flashplugin10 port has been deleted...........

2012-08-27 Thread René Ladan
2012/8/27 Leslie Jensen : > > I think I missed the information if it's been discussed on the list. > It wasn't discussed on the list, just on #bsdports. > > > The www/linux-f10-flashplugin10 port has been deleted: Has expired: has > vulnerabilities and is EOL > > > How should I do. > > De

Re: www/linux-f10-flashplugin10 port has been deleted...........

2012-08-27 Thread René Ladan
2012/8/27 Leslie Jensen : > > > 2012-08-27 09:55, René Ladan skrev: >> >> 2012/8/27 Leslie Jensen : >>> >>> >>> I think I missed the information if it's been discussed on the list. >>> >> It wasn't discussed on the list, jus

Re: CFT: vlc 2.0.4

2012-11-04 Thread René Ladan
On 04-11-2012 18:19, Juergen Lock wrote: Hi! As there were a few problems with vlc 2.0.3 I'd like people to test the 2.0.4 update before I commit it: http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch [..] PS: Here are the changes since 2.0.3 as noted in vlc-2.0.4/NEWS: Chang

Re: devel/phpunit6@php56 error due to last commit for devel/pear-PEAR_Info

2018-07-04 Thread René Ladan
On 04-07-2018 14:54, Shawn Webb wrote: > It looks like poudriere has issues with the latest commit that touched > devel/pear-PEAR_Info: > > [00:03:53] Error: compute_deps_pkg failed to lookup pkgname for > devel/phpunit6@php56 processing package php56-pear-PEAR_Info-1.9.2_2 from > devel/pear-PEAR

Re: Delete a port

2018-08-04 Thread René Ladan
On 8/4/18 4:15 PM, Eugene Grosbein wrote: > 04.08.2018 21:03, Romain Tartière wrote: > >> On Sat, Aug 04, 2018 at 12:28:41PM +0200, Matthias Fechner wrote: >>> ./rmport: svnlog: not found >>> >>> Anyone an idea what is wrong? >> Never used this script, but I guess you are hitting line 390: >> >> |

Re: Dropping maintainership for cad/meshlab ONLY

2018-08-21 Thread René Ladan
I have reset maintainership, thank you for your past efforts. René Op di 21 aug. 2018 om 17:36 schreef : > Hi freebsd-ports@ mailing list, > > I want to drop maintainership for this port: cad/meshlab > > Keep in mind that I want to keep maintainership for all my other ports. > > Thank You, > > N

New 2018Q4 branch

2018-10-01 Thread René Ladan
Hi, The 2018Q4 branch has been created. It means that the next update on the quarterly packages will be on the 2018Q4 branch. A lot of things happened in the last three months: - pkg 1.10.5_3 - New USES: gl - Default version of GCC switched to 7 - Default version of PHP switched to 7.1 - Default

New 2019Q1 branch

2019-01-01 Thread René Ladan
Hi, The 2019Q1 branch has been created. It means that the next update on the quarterly packages will be on the 2019Q1 branch. A lot of things happened in the last three months: - pkg 1.10.5_5 - New default version for LLVM (70) - Default version of GCC switched to 8 - Default version of Perl swit

New 2019Q3 branch

2019-07-04 Thread René Ladan
Hi, The 2019Q3 branch has been created. It means that the next update on the quarterly packages will be on the 2019Q3 branch. A lot of things happened in the last three months: - pkg 1.11 - New USES: cabal - Default version of MySQL switched to 5.7 - Default version of Python switched to 3.6 - De

New 2019Q4 branch

2019-10-01 Thread René Ladan
Hi, The 2019Q4 branch has been created. It means that the next update on the quarterly packages will be on the 2019Q4 branch. A lot of things happened in the last three months: - pkg 1.12.0 - New USES: xorg xorg-cat - Removed USES: pure - New keywords: ldconfig ldconfig-linux - New default versio

Re: typo3 Security updates

2012-11-12 Thread René Ladan
On 12-11-2012 21:54, Helmut Schneider wrote: Hi, I submitted security-related updates on thursday (173472, 173473, 173474). While 5 days of course is not long, in the past my submissions where at least taken by someone within a few hours so I just wanted to check if something went wrong with the

Re: reading epub files?

2012-11-13 Thread René Ladan
On 13-11-2012 21:23, Matthias Apitz wrote: El día Tuesday, November 13, 2012 a las 03:16:35PM -0500, Robert Huff escribió: A quick grep of the ports index doesn't find any likely candidates. Does such a port exist? One can read them with deskutils/calibre, but only if they are not

Re: PKGNG overview, status and FAQ

2012-12-10 Thread René Ladan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-12-2012 05:30, Bryan Drewery wrote: > I've seen some confusion on what pkgng is and what the current status of > it is, so I decided to writeup a small explanation. [...] > > However, you can build your own packages and run your own repository >

Re: CFT: vlc 2.0.5

2012-12-20 Thread René Ladan
On 19-12-2012 22:44, Juergen Lock wrote: > Hi! > > It's this time again, there's a new vlc release out and I want to update > the port: > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > Everyone is invited to test this update and post any issues they find... > A quick test w

Re: CFT: vlc 2.0.5

2012-12-22 Thread René Ladan
On 22-12-2012 03:53, Kevin Oberman wrote: > On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock wrote: >> On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote: >>> On 19-12-2012 22:44, Juergen Lock wrote: >>>> Hi! >>>> >>>> It's this tim

new port for WebSocket-for-Python, some ironing required

2012-12-23 Thread René Ladan
Hi, I created a port for WebSocket-for-Python (www/py-ws4py at [1], tinderbox log at [2]) but there are some issues to be ironed out: 1. Somehow the OPTIONS are not properly saved, resulting in 'make showconfig' showing the default values and the options dialog appearing on every invocation of ma

Re: new port for WebSocket-for-Python, some ironing required

2012-12-23 Thread René Ladan
On 23-12-2012 18:26, René Ladan wrote: > Hi, > > I created a port for WebSocket-for-Python (www/py-ws4py at [1], > tinderbox log at [2]) but there are some issues to be ironed out: > This port is now committed, the issues are

Re: CFT: building multimedia/vlc with clang on 9.1+

2013-01-19 Thread René Ladan
On 19-01-2013 22:09, Juergen Lock wrote: > Hi! > > As having to depend on gcc 4.6+ on i386 is kindof a waste on 9.1+ > where we have clang too, and clang might generate better code than > the old gcc 4.2.1 in base on amd64 anyway I thought what if we have > the vlc port default to using clang on

Re: CFT: building multimedia/vlc with clang on 9.1+

2013-01-19 Thread René Ladan
On 19-01-2013 23:53, Juergen Lock wrote: > In article <50fb156a.5010...@gmail.com> you write: >> On 19-01-2013 22:09, Juergen Lock wrote: [...] >> >>> Index: Makefile >>> === >>> RCS file: /home/pcvs/ports/multimedia/vlc/Makefile,v >>

Re: [CFT+BRAINSTORM] One USE_ to rule them all

2013-02-04 Thread René Ladan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04-02-2013 19:19, Baptiste Daroussin wrote: > Hi, > > I have some improvements to the ports tree to propose, and I'm > looking for testers/opinions > > First let me explain: > > I want to introduce a new USE_FEATURES macro into the ports tree >

Re: www/chromium: call to 'abs' is ambiguous

2013-02-26 Thread René Ladan
2013/2/26 Andriy Kornatskyy : > > See below. > You can try the patch for base/media/audio_splicer.cc at http://forums.freebsd.org/showthread.php?t=38000 I'm doing a test build right now. Rene > Andriy > > --- > > cla

Re: [HEADS UP] FreeBSD Ports tree has been tagged with RELEASE_7_EOL

2013-03-07 Thread René Ladan
On 03/07/13 11:08, Jan Beich wrote: > Thomas Abthorpe writes: > >> - We do not require committers/maintainers to support 7.x, although ports >> will need to be marked as BROKEN/IGNORE if they do not build/run. > > Why not add an entry to UPDATING and teach portsnap(8) about EOLTIME? > >

Re: Orphaning ports

2013-04-11 Thread René Ladan
On 11-04-2013 08:12, Troels Kofoed Jacobsen wrote: > Hi, > > Unfortunately, I'm no longer able to maintain my ports. How do I orphan the > following? > > - databases/akonadi-googledata > - deskutils/libgcal > - graphics/ipe > - science/avogadro One way is to write a mail like this one, but you m

kde3 ports expired today

2013-07-01 Thread René Ladan
Hi, the KDE3 ports (263 of them) expired today. They were marked for removal since December 30, so the plan is to remove them soon. Regards, Rene ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsub

Re: kde3 ports expired today

2013-07-01 Thread René Ladan
2013/7/1 Matthias Apitz : > El día Monday, July 01, 2013 a las 09:59:48AM +0200, René Ladan escribió: > >> the KDE3 ports (263 of them) expired today. They were marked for >> removal since December 30, so the plan is to remove them soon. >> > > We have (perhaps) all s

Re: kde3 ports expired today

2013-07-02 Thread René Ladan
On 02-07-2013 07:10, Matthias Apitz wrote: > El día Monday, July 01, 2013 a las 08:05:37PM -0700, Jeffrey Bouquet escribió: > >> bsdstats.org > ports stats would have that information probably > > http://bsdstats.org/ports.php?category=91 > > says in column 'times in use': > > x11/kde3: 534 > x

patch to remove KDE3/QT3

2013-07-02 Thread René Ladan
Hi, (CC'd maintainers of ports that are scheduled for removal) I have prepared a patch to remove the KDE3 and QT3 ports, it is available at [1]. This patch also: - removes ports/Mk/bsd.kde.mk (only used for KDE3/QT3) - patches bsd.port.mk (removes USE_KDEBASE_VER, USE_KDELIBS_VER, USE_QT_VER) - u

KDE3 / QT3 update (more removals)

2013-07-04 Thread René Ladan
Hi, after closer inspection I discovered there are some 100 more ports that are affected by the KDE3 / QT3 removal, I generated a new patch at [1]. You might want to look at the update to MOVED to see if your port is there, patches for non-core QT3/KDE3 ports are welcome. There are also a few por

Re: Portmaster is complaining about QT3 that

2013-07-30 Thread René Ladan
On 30-07-2013 18:50, Edwin L. Culp W. wrote: > # portmaster -a > ===>>> Gathering distinfo list for installed ports > > ===>>> Starting check of installed ports for available updates > > ===>>> The misc/kdehier port has been deleted: Has expired: Depends on QT3 > ===>>> Aborting update > > ===>>

[cft] net/boinc-client update to 7.0.65

2013-08-06 Thread René Ladan
Hi, Andrey submitted ports/176724 which contains a big update to the net/boinc-client port. The somewhat modified result is attached as a patch. If you are running the astro/boinc-astropulse or astro/boinc-setiathome-enhanced port then you will need to patch those to (otherwise they won't build)

Re: [cft] net/boinc-client update to 7.0.65

2013-08-09 Thread René Ladan
2013/8/6 René Ladan : > Hi, > > Andrey submitted ports/176724 which contains a big update to the > net/boinc-client port. The somewhat modified result is attached as a > patch. If you are running the astro/boinc-astropulse or > astro/boinc-setiathome-enhanced port then you

Re: astro/boinc-setiathome-v7 doesn't want to work

2013-08-09 Thread René Ladan
On 09-08-2013 16:31, Torfinn Ingolfsen wrote: > Update: building boinc-client with OPTIMIZE=off makes it work again. Is this with boinc 7.0.28 or the CFT-version posted to this list (7.0.65) ? Regards, René > On Wed, Jul 31, 2013 at 8:54 PM, Torfinn Ingolfsen wrote: >> I've been using setiathome

Re: Updating linux-f10-pango fails

2013-10-15 Thread René Ladan
2013/10/15 Jerry : > I have tried to update the linux-f10-pango port twice; however, it fails each > time. > [...] > ===> Generating temporary packing list > cd /usr/ports/x11-toolkits/linux-f10-pango/work && /usr/bin/find * ! -path > "stage*" -type d -exec /bin/mkdir -p > "/usr/ports/x11-too

Re: Updating linux-f10-pango fails

2013-10-15 Thread René Ladan
2013/10/15 René Ladan : > 2013/10/15 Jerry : >> I have tried to update the linux-f10-pango port twice; however, it fails >> each time. >> > [...] > >> ===> Generating temporary packing list >> cd /usr/ports/x11-toolkits/linux-f10-pango/work &&

Re: Updating linux-f10-pango fails

2013-10-16 Thread René Ladan
On 15-10-2013 15:00, Boris Samorodov wrote: > 15.10.2013 15:08, René Ladan пишет: >> 2013/10/15 Jerry : >>> I have tried to update the linux-f10-pango port twice; however, it fails >>> each time. >>> >> [...] >> >>> ===> Generating tem

RFC: USES=kernsrc

2013-10-29 Thread René Ladan
Hi all, while stagifying the sysutils/biosfont port together with bapt@ at last EuroBSDCon the idea for a USES=kernsrc (or USES=kld ?) came up. This new USES would both simplify and unify writing kernel module ports because it adds all the common lines. The result is at http://people.freebsd.org/

Re: RFC: USES=kernsrc

2013-10-29 Thread René Ladan
2013/10/29 Larry Rosenman : > On 2013-10-29 10:09, René Ladan wrote: >> >> Hi all, >> >> while stagifying the sysutils/biosfont port together with bapt@ at >> last EuroBSDCon the idea for a USES=kernsrc (or USES=kld ?) came up. >> This new USES would both s

Re: RFC: USES=kernsrc

2013-10-29 Thread René Ladan
2013/10/29 Bernhard Fröhlich : > > Am 29.10.2013 16:09 schrieb "René Ladan" : > > >> >> Hi all, >> >> while stagifying the sysutils/biosfont port together with bapt@ at >> last EuroBSDCon the idea for a USES=kernsrc (or USES=kld ?) came up. &g

Re: RFC: USES=kernsrc

2013-10-30 Thread René Ladan
On 30-10-2013 15:27, Pietro Cerutti wrote: > On 2013-Oct-29, 16:09, René Ladan wrote: >> Hi all, >> >> while stagifying the sysutils/biosfont port together with bapt@ at >> last EuroBSDCon the idea for a USES=kernsrc (or USES=kld ?) came up. >> This new USES woul

Re: KMODDIR needs to be fixed [was: Re: [QAT] r332657: 4x leftovers]

2013-11-04 Thread René Ladan
On 04-11-2013 08:46, Bernhard Fröhlich wrote: > > > Am 04.11.2013 02:20 schrieb "Ports-QAT" >: > > > > Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernel > > as KMODDIR from /usr/share/mk/bsd.own.mk > included by the distribution

Re: [QAT] r333331: 4x leftovers

2013-11-09 Thread René Ladan
2013/11/9 Ports-QAT : > Forgot to commit this port in the previous USES=kmod conversion. > - > > Build ID: 20131109192200-41444 > Job owner: r...@freebsd.org > Buildtime: 41 minutes > Enddate:

patch for MASTER_SITE_BERLIOS

2013-12-23 Thread René Ladan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I stumbled upon a port which is currently unfetchable but applying the attached patch to Mk/bsd.sites.mk fixes that. It is also available at http://people.freebsd.org/~rene/patches/bsd.sites.mk.diff Any comments? Regards, René -BEGIN PGP

Re: Cannot build latest Chromium

2015-04-28 Thread René Ladan
Hi, 2015-04-28 19:51 GMT+02:00 Torfinn Ingolfsen : > FWIW, the same problem seen on > tingo@kg-core1$ uname -a > FreeBSD kg-core1.kg4.no 9.3-STABLE FreeBSD 9.3-STABLE #0 r273918: Fri > Oct 31 22:52:44 CET 2014 > r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > can you try this commi

Re: Cannot build latest Chromium

2015-04-28 Thread René Ladan
2015-04-28 20:12 GMT+02:00 Torfinn Ingolfsen : > Hello, > > On Tue, Apr 28, 2015 at 7:56 PM, René Ladan wrote: >> Hi, >> >> 2015-04-28 19:51 GMT+02:00 Torfinn Ingolfsen : >>> FWIW, the same problem seen on >>> tingo@kg-core1$ uname -a >>> Fr

Re: Cannot build latest Chromium

2015-04-28 Thread René Ladan
Hi, 2015-04-28 22:08 GMT+02:00 Torfinn Ingolfsen : > On Tue, Apr 28, 2015 at 8:16 PM, René Ladan wrote: >> >> looking into this, you didn't seem to have removed >> files/patch-v8__src__debug.cc > > My fault, I just downloaded the raw files and applied them withou

Re: distfile recovered for devel/gettext-msghack

2015-06-10 Thread René Ladan
Op 1 jun. 2015 6:11 PM schreef "Julian H. Stacey" : > > Hi po...@freebsd.org as MAINTAINER= of devel/gettext-msghack > with BROKEN= No public distfiles > > I recovered distfile for devel/gettext-msghack > & temporarily put it here > http://berklix.com/~jhs/ftp/distfiles/msghack-0.2.tar.bz2

Re: Graphics Magick

2014-06-18 Thread René Ladan
2014-06-18 11:00 GMT+02:00 Ajtim : > Hi! > > On FreeBSD 10.0-RELEASE (amd64) I have a problem with update. The first > problem > is Graphics Magick: > > s.h > > '/usr/ports/graphics/GraphicsMagick/work/stage/usr/local/include/GraphicsMagick/wand' > > Compressing man pages (compress-man) > ===>

Re: svn commit: r358158 - in head: graphics/GraphicsMagick graphics/GraphicsMagick/files graphics/pecl-gmagick graphics/vips multimedia/bombono textproc/htmltolatex www/gallery2 www/gallery3

2014-06-20 Thread René Ladan
2014-06-20 18:18 GMT+02:00 Andrzej Tobola : > On Tue, Jun 17, 2014 at 06:39:34PM +, Rene Ladan wrote: > > Author: rene > > Date: Tue Jun 17 18:39:34 2014 > > New Revision: 358158 > > URL: http://svnweb.freebsd.org/changeset/ports/358158 > > QAT: https://qat.redports.org/buildarchive/r358158/ >

marking vulnerable ports forbidden?

2014-07-15 Thread René Ladan
Hi, according to Freshports [1] there are currently 24 vulnerable ports not marked as forbidden. How about checking this list on a regular basis and marking such ports and forbidden and optionally as deprecated? This would inform users not using vuxml earlier about vulnerabilities. [1] http://www

Re: marking vulnerable ports forbidden?

2014-07-15 Thread René Ladan
2014-07-15 14:48 GMT+02:00 Baptiste Daroussin : > On Tue, Jul 15, 2014 at 02:45:19PM +0200, René Ladan wrote: > > Hi, > > > > according to Freshports [1] there are currently 24 vulnerable ports not > > marked as forbidden. > > How about checking this list on a reg

Re: Tor web browser

2014-07-27 Thread René Ladan
2014-07-27 22:00 GMT+02:00 A.J. 'Fonz' van Werven : > Kurt Jaeger wrote: > > >> Is there a port of the "Tor web browser" > >> available? The site lists one for BSD, but I would prefer to get it via > >> the port's system > > > > I'm not aware of a port, but would like

bundled libraries in ports, any policy?

2014-08-05 Thread René Ladan
Hi, while trying to port Chromium 36 the build tripped over a 'forbidden shim include', which was an attempt to resolve link-time symbol collisions. This 'forbidden shim include' turns out to happen (only now!) because the port sets the "official build" flag which is incompatible with these 'shim

Re: bundled libraries in ports, any policy?

2014-08-05 Thread René Ladan
2014-08-05 14:25 GMT+02:00 Alex Dupre : > René Ladan ha scritto: > > Although the above example is specific to Chromium, do we want a policy > for > > bundled libraries in general? For example, Fedora an Gentoo have a policy > > that favors the use system libraries (

Re: Does www/chromium work?

2014-08-20 Thread René Ladan
2014-08-20 11:51 GMT+02:00 Ivan Voras : > Hello, > > Since there are no binary packages (why? I don't see where the Makefile > prohibits it?), I'm still upgrading chromium by building it with > portupgrade. The package builders are catching up ... > But, it looks like the latest version is brok

Re: Does www/chromium work?

2014-08-20 Thread René Ladan
2014-08-20 16:00 GMT+02:00 Russell L. Carter : > > > On 08/20/14 02:51, Ivan Voras wrote: > > Hello, > > [...] > > > This is chromium-36.0.1985.143_1 on FreeBSD 10.0-RELEASE-p1. Is > > anybody running chromium? > > > > > > I'm running 36.0.1985.143_1 on a somewhat fresh -current, installed from >

Re: Does www/chromium work?

2014-08-20 Thread René Ladan
2014-08-20 13:37 GMT+02:00 Ivan Voras : > On 20 August 2014 13:30, René Ladan wrote: > > >> This is chromium-36.0.1985.143_1 on FreeBSD 10.0-RELEASE-p1. Is anybody > >> running chromium? > >> > > Yes, but as soon as you sign in the Chromium you

Re: Removal of legacy X.Org (aka non-WITH_NEW_XORG)

2014-10-03 Thread René Ladan
2014-10-03 11:01 GMT+02:00 Claude Buisson : > On 10/03/2014 10:30, Baptiste Daroussin wrote: > >> Hi, >> >> As you may know, the ports tree currently provides two versions of the >> X.Org server and related pieces of software: >> 1. xserver 1.7, Mesa 7.6 and libdrm 2.4.17 >> 2. xserver 1.1

Re: update to 37.0.2062.124 fails due to conflict (jpeg/jpeg-turbo)

2014-10-03 Thread René Ladan
(redirecting to freebsd-ports@ ) 2014-09-30 22:34 GMT+02:00 hugo : [..] > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Checking integrity... done (1 conflicting) > Checking integrity... done (0 conflicting) > The following 5 pack

Re: pkg 1.4 freeze please test test test!

2014-10-31 Thread René Ladan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 29-10-2014 00:19, Baptiste Daroussin wrote: > Hi all, > > We are starting the release process of pkg 1.4, we want to have a better release > process than with every single previous version of pkg. For that we will need > you help! > > pkg-devel h

Re: pkg 1.4 freeze please test test test!

2014-10-31 Thread René Ladan
On 31-10-2014 16:57, René Ladan wrote: > > On 29-10-2014 00:19, Baptiste Daroussin wrote: >> Hi all, > >> We are starting the release process of pkg 1.4, we want to have a > better release >> process than with every single previous version of pkg. For that we >

New 2016Q3 branch

2016-07-03 Thread René Ladan
vitch 19 jbeich 15 feld 14 pi 11 riggs 9 robak 7 ohauer 7 matthew 7 dim 7 brnrd Diffstat: 1437 files changed, 38739 insertions(+), 6 deletions(-) Regards, René Ladan signature.asc Description: OpenPGP digital signature

New 2016Q4 branch

2016-10-04 Thread René Ladan
Hi, The 2016Q4 branch has been created. It means that the next update on the quarterly packages will be on the 2016Q4 branch. A lot of things happened in the last three months: - pkg 1.8.7 - New USES: grantlee kde linux - Removed USES: (none) - New keywords: javavm - Removed keywords: (none) - De

Welcome to our new portmgr members

2016-12-22 Thread René Ladan
Hello, last week the Ports Management Team (portmgr) gained two new members: Adam Weinberger (adamw@) and Mark Felder (feld@). Both have been a ports committer for many years and Mark is also quite active on the Ports Security Team. Yours truly has also been promoted to a full member. Please joi

Re: poudriere ignores stored options after r429298

2016-12-24 Thread René Ladan
On 24-12-2016 10:09, Stefan Ehmann wrote: > After today's ports update, poudriere ignores all options that were > previously stored. > > Everything works as before after reverting r429298 "Make the ports > infrastructure accept at least 3 level ports" > > Previously, poudriere stored its options

Re: Does building linux packages under poudriere require linux compatibility emulation?

2017-01-14 Thread René Ladan
Op 14 jan. 2017 01:07 schreef "Mark Martinec" : When building packages under poudriere on 11.0-RELEASE-p7 (from a command line in a terminal window) I'm noticing occasional streams of diagnostic: ELF binary type "3" not known. which seem to be related to building some linux packages (example b

Re: devel/libcheck

2017-02-06 Thread René Ladan
2017-02-06 9:18 GMT+01:00 Rainer Hurling : > Am 06.02.2017 um 07:29 schrieb Kurt Jaeger: > > Hi! > > > >> I just went to update my ports today on a machine, and there was a > >> conflict between devel/check and devel/libcheck. > > > > It's more that libcheck was moved to check. > > > > According t

bapt@ back on portmgr

2017-06-08 Thread René Ladan
Hello, it is our pleasure to announce that Baptiste Daroussin (bapt@) is back on portmgr. René (on behalf of portmgr) signature.asc Description: OpenPGP digital signature

anyone can work on /usr/ports/Mk/*

2017-06-13 Thread René Ladan
Hi, this is a reminder that you do not have to be in portmgr@ or be a ports committer to be able to work on /usr/ports/Mk/* . So if you have an idea, fix, or other patch, feel free to send in a PR [1] or open a review [2]. Some files in /usr/ports/Mk/ (like bsd.port.mk) do however require portmgr@

New 2017Q3 branch

2017-07-01 Thread René Ladan
8 adamw Diffstat: 2909 files changed, 25534 insertions(+), 17588 deletions(-) Regards, René Ladan signature.asc Description: OpenPGP digital signature

Re: New 2017Q3 branch

2017-07-01 Thread René Ladan
On 01-07-2017 23:17, Larry Rosenman wrote: > > > June 3 is long ago. Itym July 3 > [..snipped unreadable original :( ...] Ah yes, July 2nd will be when the new packages will start building. Thanks for catching this. René ___ freebsd-ports@freeb

New 2017Q4 branch

2017-10-02 Thread René Ladan
0 tz 18 sunpoet 17 cpm 13 koobs 11 riggs 8 ultima 8 junovitch 8 joneum Diffstat: 955 files changed, 13462 insertions(+), 16764 deletions(-) Regards, René Ladan signature.asc Description: OpenPGP digital signature

Re: poudriere, python ports, and flavors oh my?

2017-12-01 Thread René Ladan
Op 1 dec. 2017 19:06 schreef "Henrik Hudson" : So, I must be missing something. I have a poudriere jail specific make.conf like this: # #unset some options by default OPTIONS_UNSET= ALSA APIDOCS BONJOUR CUPS DEBUG DOCBOOK DOCS EXAMPLES GNUTLS HTMLDOCS \ PULSEAUDIO SOUND STATIC TESTS X

Re: AIM is shutting down today

2017-12-16 Thread René Ladan
On 15-12-2017 22:37, Dmitri Goutnik wrote: > With AOL Instant Messenger products and services going dark today(*) > (December 15th 2017), a few ports will stop working and probably need to be > deprecated: > > net-im/bsflite > net-im/p5-Net-AIM > net-im/pork > security/aimsniff > I have removed n

New 2018Q1 branch

2018-01-01 Thread René Ladan
: 290 Number of committers: 53 Most active committers: 107 jbeich 20 antoine 15 feld 14 swills 12 tz 11 sunpoet 8 riggs 7 madpilot 6 jkim 6 brnrd Diffstat: 702 files changed, 22007 insertions(+), 5221 deletions(-) Regards, René Ladan signature.asc Descri

Re: postgis-legacy removal

2014-01-17 Thread René Ladan
2014/1/17 Andrea Venturoli : > Hello. > > Today I found database/postgis (previously at version 1.5.3) was removed: > this is no surprise, since the port was deprecated long ago. > > However, there's PR/174764 with a patch to upgrade it to 1.5.8, so I'm > wondering: was removing this really the bes

Re: [QAT] r341265: 4x leftovers

2014-01-27 Thread René Ladan
On 01/27/2014 02:05, Ports-QAT wrote: > - Add stage support > - Do not install non-existant vboxvideo.ko.symbols when DEBUG is selected > > Reviewed by: vbox@ (decke) > - > > Build ID: 20140126195400-36495 > Job owner

Re: ports/math/hexcalc restored from 8.2 now runs on 9.1 & 9.2 & 10.0

2014-01-30 Thread René Ladan
2014-01-30 Kevin Oberman : > On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey wrote: > >> Hi ports@ >> I changed Subject: >> From: >> Re: How to find removed ports in general & math/hexcalc in particular. >> To: >> ports/math/hexcalc restored from 8.2 now runs on 9.1 & 9.2 & 10.0 >> >> + cc

Re: ports/math/hexcalc restored from 8.2 now runs on 9.1 & 9.2 & 10.0

2014-01-30 Thread René Ladan
2014-01-30 Julian H. Stacey : > =?ISO-8859-1?Q?Ren=E9_Ladan?= wrote: >> 2014-01-30 Kevin Oberman : >> > On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey wrote: >> > >> >> Hi ports@ >> >> I changed Subject: >> >> From: >> >> Re: How to find removed ports in general & math/hexcalc in particular.

should USES=kmod remove directories?

2014-02-11 Thread René Ladan
Hi, currently when you add USES=kmod to your (staged!) port it adds "rmdir -p ${KMODDIR}" to the final pkg-plist (exccept when KMODDDIR is /boot/kernel). This was originally intended to simplify ports using kmod. However, for print/acroreadwrapper it causes errors on de-installation [1] because

Re: Update gcc?

2014-02-25 Thread René Ladan
2014-02-25 10:57 GMT+01:00 LuKreme : > At the risk of starting a kerfuffle, is there any reason to update gcc on > 8.4 or 9.2 from the GPLv2 version 4.2.1 to something more current? > > (I can think of many reasons *not* to, but they all have to do with > writing code which I am not doing). > > I

Re: Adventures in ports, chapter 346785

2014-03-04 Thread René Ladan
2014-03-04 12:29 GMT+01:00 George Mitchell : > Couldn't compile chromium without attached patch on FreeBSD 8.4. > I committed a slightly different version of your patch in r347055, can you retry? René ___ freebsd-ports@freebsd.org mailing list http://l

Re: Adventures in ports, chapter 346785

2014-03-05 Thread René Ladan
On 03/05/2014 01:45, George Mitchell wrote: > On 03/04/14 13:28, René Ladan wrote: >> 2014-03-04 12:29 GMT+01:00 George Mitchell > <mailto:george+free...@m5p.com>>: >> >> Couldn't compile chromium without attached patch on FreeBSD 8.4. >> >> &

  1   2   >