Re: drop maintainership of 6 ports

2014-06-03 Thread Torsten Zuehlsdorff
Hello, devel/fpp i would take this one. Till now i wrote just some patches for PHP based ports. Whats the next step? Writing a patch to change maintainer? Greetings, Torsten ___ freebsd-ports@freebsd.org mailing list

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-04 Thread Torsten Zuehlsdorff
On 04.06.2014 02:34, Mark Linimon wrote: On Tue, Jun 03, 2014 at 01:50:23PM -0700, Eitan Adler wrote: I don't concede killing anonymous means killing trivial bug reporting, but if that was the case: Oh well, I guess we have to focus on non-trivial bugs. Trivial bugs are important too. I'll

Re: drop maintainership of 6 ports

2014-06-04 Thread Torsten Zuehlsdorff
Hello, thanks for your advices. :) devel/fpp Whats the next step? Writing a patch to change maintainer? In a nutshell: 1. Check upstream to see if there's no newer version. If there is, try to update the port. 2. Change MAINTAINER, indeed. 3. If you can, mirror the distfile and add your

Re: drop maintainership of 6 ports

2014-06-04 Thread Torsten Zuehlsdorff
On 04.06.2014 17:25, A.J. 'Fonz' van Werven wrote: Torsten Zuehlsdorff wrote: 3. If you can, mirror the distfile and add your site to MASTER_SITES. I could easily mirror the distfile. But i'm unsure where to add the entry. There is an entry MASTER_SITE_NETLIB in /usr/ports/Mk/bsd.sites.mk

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-05 Thread Torsten Zuehlsdorff
On 05.06.2014 02:19, Kevin Oberman wrote: On Wed, Jun 4, 2014 at 12:59 AM, John Marino freebsd.cont...@marino.st mailto:freebsd.cont...@marino.st wrote: On 6/4/2014 09:46, Torsten Zuehlsdorff wrote: I know for certain that people in the past have given up after submitting

How to create a port with uncompressed distfile?

2014-11-27 Thread Torsten Zuehlsdorff
Hello, i'm trying to create a port for PHPUnit4. Its served as a single .phar file (thats an PHP archive file). I only need to download this file and move it into /usr/local/bin. But i do not know how to tell the Makefile, that it should not try to decompress the .phar-file. At the moment

Re: How to create a port with uncompressed distfile?

2014-11-27 Thread Torsten Zuehlsdorff
Hello, i'm nearly done with the new port. But i have a last problem. In short the installation procedure: - downloading the .phar file - copying the .phar file into stagedir (because its the complete programm) - renaming the file from phpunit-$version.phar to phpunit (without suffix) -

Re: How to create a port with uncompressed distfile?

2014-11-27 Thread Torsten Zuehlsdorff
Hello, i've missed an dependencies. Updated version attached, problem is the same. Greetings, Torsten # Created by: Torsten Zühlsdorff (po...@toco-domains.de) # $FreeBSD$ PORTNAME= PHPUnit PORTVERSION=4.3.5 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \

Re: How to create a port with uncompressed distfile?

2014-11-28 Thread Torsten Zuehlsdorff
Hello, On 27.11.2014 19:37, Darren Pilgrim wrote: On 11/27/2014 4:41 AM, Torsten Zuehlsdorff wrote: Hello, i'm nearly done with the new port. But i have a last problem. In short the installation procedure: - downloading the .phar file - copying the .phar file into stagedir (because its

Re: port www/elog

2014-12-10 Thread Torsten Zuehlsdorff
Hello Tom and Chen, On 10.12.2014 14:26, Chen Xu wrote: Tom, I found an old bug report about this port which might give some information. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165858 [..] Dear ALL, I am using this software with outdated version of FreeBSD. As I can see, this

Re: Poudriere Timeout

2015-01-20 Thread Torsten Zuehlsdorff
Hi, Yes, i have. I've solved this problem by moving the build-jails of poudriere to an memory disk. This make poudriere no longer io-bund and incredibly fast. And solve this issue ;) How did you do this ? I want to try this myself 8-} I've hacked poudriere to run within a jail. Aha, the

Re: Poudriere Timeout

2015-01-19 Thread Torsten Zuehlsdorff
Hi, Has anyone seen this before? print/texlive-texmf texlive-texmf-20140525_4 package/timeout runaway_process Yes, i have. I've solved this problem by moving the build-jails of poudriere to an memory disk. This make poudriere no longer io-bund and incredibly fast. And solve this issue ;)

Re: Poudriere Timeout

2015-01-19 Thread Torsten Zuehlsdorff
Hi, Has anyone seen this before? print/texlive-texmf texlive-texmf-20140525_4 package/timeout runaway_process Yes, i have. I've solved this problem by moving the build-jails of poudriere to an memory disk. This make poudriere no longer io-bund and incredibly fast. And solve this issue ;)

Re: games/wesnoth: How to cope with invalid DSO for symbol `_ZN5boost6system15system_categoryEv'

2015-01-14 Thread Torsten Zuehlsdorff
On 13.01.2015 22:04, Bryan Drewery wrote: On 1/9/2015 5:18 AM, Torsten Zuehlsdorff wrote: [ 3%] mo-update [wesnoth-dw-ar]: Creating mo file. /usr/bin/ld: g: invalid DSO for symbol `_ZN5boost6system15system_categoryEv' definition /usr/local/lib/libboost_system.so.1.55.0: could not read symbols

Re: games/wesnoth: How to cope with invalid DSO for symbol `_ZN5boost6system15system_categoryEv'

2015-01-13 Thread Torsten Zuehlsdorff
On 10.01.2015 09:05, Torsten Zühlsdorff wrote: What is the output of the following command on both computers (the one it works on and the one it doesn't)? # pkg info boost-libs At the moment i just have access to the *not* working one. I try to find time at the weekend to look up the

games/wesnoth: How to cope with invalid DSO for symbol `_ZN5boost6system15system_categoryEv'

2015-01-09 Thread Torsten Zuehlsdorff
Hello, i'm currently working on an update for games/wesnoth. I've made good progress and the game compiles with nearly all options at my 8 year old i386 Laptop with 10.0-RELEASE. But when i try compiling it on my fast amd64 10.1-RELEASE i get this error message: === start ===

Re: games/wesnoth: How to cope with invalid DSO for symbol `_ZN5boost6system15system_categoryEv'

2015-01-09 Thread Torsten Zuehlsdorff
On 09.01.2015 13:49, Ben Woods wrote: What is the output of the following command on both computers (the one it works on and the one it doesn't)? # pkg info boost-libs At the moment i just have access to the *not* working one. I try to find time at the weekend to look up the information at

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-23 Thread Torsten Zuehlsdorff
On 23.04.2015 17:11, Chris H wrote: I believe my general purpose question, was not such a good idea. More specific i have a bunch of questions. The installations guide (https://github.com/gitlabhq/gitlab-recipes/blob/master/install/freebsd/freeb sd-10.md) Hmm... this is *quite* a large

[New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-22 Thread Torsten Zuehlsdorff
Hello, i'm currently working at an Gitlab-port. I've never done this type of port before, so i'm having a hard time to come along. At the moment there is a basic Makefile, distinfo and pkg-descr. It's already possible to fetch the port and extract it into the workdir. There is a bunch of

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-24 Thread Torsten Zuehlsdorff
Hello, Johannes pointed me to the gem file of gitlab. Now its clear, that all ruby-gem dependencies most be solved first. I've created an chart of all ruby-gem dependencies excluding the groups development and test: http://ports.toco-domains.de/gitlab-gem-dependencies.html There are 96

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-23 Thread Torsten Zuehlsdorff
Hello Chris, I'm pretty busy ATM. But if you haven't already, *do* read: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ it addresses the questions you've asked fairly well. As to rc(5), and config related files in ${PREFIX}/etc there are a good number of working examples in

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-23 Thread Torsten Zuehlsdorff
Hello Kubilay, I'm pretty busy ATM. But if you haven't already, *do* read: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ it addresses the questions you've asked fairly well. As to rc(5), and config related files in ${PREFIX}/etc there are a good number of working examples

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-27 Thread Torsten Zuehlsdorff
Hello Alexander, thanks for your reply! I found that pretty all could be installed either via ports or via gems, but of course port for gitlab would be awesome. One thing - we got gem which can't be built vanilla on FreeBSD due to something changed in krb5. That's timfel-krb5-auth. So, I made

Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-28 Thread Torsten Zuehlsdorff
Hello Alexander, I found that pretty all could be installed either via ports or via gems, but of course port for gitlab would be awesome. One thing - we got gem which can't be built vanilla on FreeBSD due to something changed in krb5. That's timfel-krb5-auth. So, I made port for this gem, it's

Re: Neos port in the works ?

2015-10-27 Thread Torsten Zuehlsdorff
Hello Kris, Doesn't seem like we have had much response on the matter. I would really be interested in starting this port. I don't mind the coding from scratch, it would be fun for me. If no one has any objection I can get started. Go for it. :) If you need any help feel free to ask. I

Re: php5-phar-5.4.45

2015-10-27 Thread Torsten Zuehlsdorff
Hello Jos, Checking for packages with security vulnerabilities: Database fetched: Mon Oct 26 00:09:27 CET 2015 php5-phar-5.4.45 Can you tell when we can expect the update of this port? Surely the answer will be never, because PHP 5.4 has reached its end of life. You should switch to PHP

Re: How to make a port require at least one option?

2015-10-28 Thread Torsten Zuehlsdorff
Hello Fonz, I'm working on a port that has two options, of which at least one must be selected, but selecting both is OK too. Can somebody please point me to an existing port (surely there must be some already) that has this, so I can see how to use the options framework in this case? Have a

Re: Port request: pngout (image compression)

2015-11-12 Thread Torsten Zuehlsdorff
Hello Murk, Thank you sir -- great stuff! You're welcome :) Sadly i'm still waiting for a response addressing the license questions. And the waiting is going on. Hopefully i will get a reaction after the third email. Also i wasn't able to fix deskutils/ladon because of its npm

Re: What is oficial list of ARCHS for NOT_FOR_ARCHS / ONLY_FOR_ARCHS?

2015-11-02 Thread Torsten Zuehlsdorff
Hello Lev, I'm confused, should I use "arm64" or "aarch64" and how to spell mips(el?)(64?32?) properly. That is a good question. I scanned through /usr/ports/Mk/bsd.ports.mk. ARCH is documented as: "The architecture of the target machine, such as would be returned by "uname -p"." I

How to debug a Mk-Script?

2015-10-19 Thread Torsten Zuehlsdorff
Hello, after defining a USES pgsql:9.3+ in an port-update i stumbled over this error message: the port wants postgresql-client version 9.3 9.4 and you have version 9.4 installed. This seems to be an error in Mk/Uses/pgsql.mk which i found to track down (in order to gather some more

Re: Port request: pngout (image compression)

2015-10-16 Thread Torsten Zuehlsdorff
Hello Murk, Requesting a FreeBSD port of pngout (http://www.jonof.id.au/kenutils) as part of a greater effort to get image_optim ( https://github.com/toy/image_optim) working on FreeBSD: https://gist.github.com/murkfletcher/36f662a1c0ab59ea0eac I'm sorry - this took a while. jpeg-recompress

Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff
On 09.10.2015 09:51, Torsten Zuehlsdorff wrote: Requesting a FreeBSD port of jpeg-recompress ( https://github.com/danielgtaylor/jpeg-archive <http://www.jonof.id.au/kenutils>) as part of a greater effort to get image_optim (https://github.com/toy/image_optim) working on FreeBSD:

Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff
Hello Murk, Requesting a FreeBSD port of jpeg-recompress ( https://github.com/danielgtaylor/jpeg-archive ) as part of a greater effort to get image_optim (https://github.com/toy/image_optim) working on FreeBSD: https://github.com/toy/image_optim/issues/89

Re: Commiter needed for PR 200652

2015-10-09 Thread Torsten Zuehlsdorff
Hello, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652 It's glue to use the existing ports p5-CGI-ExtDirect p5-RPC-ExtDirect with plack environment. It's been open since June, so perhaps someone could take pity and commit it? :-D I'm not a committer, but i take a short look at

Re: Commiter needed for PR 200652

2015-10-09 Thread Torsten Zuehlsdorff
On 09.10.2015 14:53, Torsten Zuehlsdorff wrote: Hello, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652 It's glue to use the existing ports p5-CGI-ExtDirect p5-RPC-ExtDirect with plack environment. It's been open since June, so perhaps someone could take pity and commit it? :-D

Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff
Hello Murk, That would be awesome Torsten, thank you so much. I will most definitely help test your work! I took a look at it, but i had bad news for you: jpeg-recompress needs deskutils/ladon as a dependency, but ladon is currently marked as broken. I looked in this too: deskutils/ladon

Re: FreeBSD ports you maintain which are out of date

2015-09-09 Thread Torsten Zuehlsdorff
Hello, Port| Current version | New version +-+ devel/pear-PHP_CodeSniffer | 2.3.3 | 2.3.4

Impact of missing IPv6 support on portstree (was: Re: Announcement: IPv6 promotion campaign)

2015-12-16 Thread Torsten Zuehlsdorff
Hello, after announcing the promotion campaign for IPv6 Short statistic about the impact of IPv6 availability on the ports-tree === At 2015-12-14 there were 25.522 ports in the ports-tree. The files for this ports were

Announcement: IPv6 promotion campaign

2015-11-25 Thread Torsten Zuehlsdorff
Hello, FreeBSD supports IPv6 since 15 years and while IPv4 addresses running low, its quite annoying how often there is no IPv6 support for existing sites. I'm hit at a regularly basis by that lack of support and it happens to affect a greater number of the ports including some popular

Re: Announcement: IPv6 promotion campaign

2015-11-25 Thread Torsten Zuehlsdorff
Hello, FreeBSD supports IPv6 since 15 years and while IPv4 addresses running low, its quite annoying how often there is no IPv6 support for existing sites. I'm hit at a regularly basis by that lack of support and it happens to affect a greater number of the ports including some popular

Re: Updating php

2015-11-30 Thread Torsten Zuehlsdorff
Hello, I just updated php5 (5.4) to php56. I now have two programsthat will not run. "net/phpldapadmin" and "databases/phpmyadmin". When I attempt to access "net/phpldapadmin" via the net, I receive this error message: Notice: Undefined variable: _SESSION in

Re: Call for Help: need script for patching ports tree, building with poudriere

2015-12-01 Thread Torsten Zuehlsdorff
Hello, I'm sorry Ricky. I tried to contact you already, but hotmail.com blocked my mailserver. And it is as always surprisingly hard to even find the removal request form... Why is it being blocked? What was the error code or other information related to the blocking? There are numerous

Re: Call for Help: need script for patching ports tree, building with poudriere

2015-11-23 Thread Torsten Zuehlsdorff
Hello Ricky, Thank you very much for your script! I took a short look at it and have some questions/suggestions: Line 119/120: There you're burning an if. I have more skill in bash than in sh - but is there no negation possible? Honestly, the main reason I started this is to just see what I

Re: gem, pip et al vs. pkg

2016-06-08 Thread Torsten Zuehlsdorff
On 08.06.2016 02:53, Kurt Jaeger wrote: Hi! The ports tree has thousands of entries, which are simply thin wrappers around Ruby's gem or Perl's and/or Python's pip. Thanks again for asking the right questions. Please add go to that list 8-} Why do we need them? Obviously, it is primarily

Re: Download all source before compiling the port

2016-06-09 Thread Torsten Zuehlsdorff
On 09.06.2016 01:19, David Wolfskill wrote: On Wed, Jun 08, 2016 at 08:15:04PM -0300, Rafael Rodrigues Nakano wrote: Hello, Is there a way to download everything required by a port before starting to build it and its dependencies (so I can let it to build later without an internet connection).

Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff
Hello, i wrote an update for www/redmine. It would be very nice if some more people can test it, since its skipping multiple major versions. The patch brings the port from 2.6.9 to 3.2.2. Also i notices some more ports related to www/redmine. Namley: $ cd /usr/ports/ && find . -name

Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff
Hello, i wrote an update for www/redmine. It would be very nice if some more people can test it, since its skipping multiple major versions. The patch brings the port from 2.6.9 to 3.2.2. Also i notices some more ports related to www/redmine. Namley: $ cd /usr/ports/ && find . -name

Re: Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff
Aloha, i wrote an update for www/redmine. It would be very nice if some more people can test it, That's awesome, I'm glad to hear that, thanks for the work! I have an install of redmine that I could use for testing. Where is the patch? The patch can be found here:

Re: Wxlua / Zbstudio

2016-06-13 Thread Torsten Zuehlsdorff
Hello Raymond, Thanks for your prompt reply. I got the error like this: http://stackoverflow.com/questions/32777201/compiling-c-opengl-in-freebsd Gl.h no found, even I installed wxgtk28 and wxgtk30. I have limited knowledge on C, C++, wx Widgets and OpenGL. I just found this discussion today.

Re: Zimbra Port

2016-06-02 Thread Torsten Zuehlsdorff
On 02.06.2016 07:41, Bradley T. Hughes wrote: On 01 Jun 2016, at 16:08, Torsten Zuehlsdorff <mailingli...@toco-domains.de> wrote: * The Zimbra source is huge, a git clone is about 13 GigaBytes. I am not sure on how source that big is handled correctly in ports. (e.g. is it OK that

Re: old ports/packages

2016-06-01 Thread Torsten Zuehlsdorff
On 31.05.2016 15:59, Vincent Hoffman-Kazlauskas wrote: What you cannot do is create old-style packages from a new ports tree. This is because the ports infrastructure has been changing since pkg_install was deprecated, and pkg_install simply will not work with the current ports tree (and, as I

Re: Zimbra Port

2016-06-01 Thread Torsten Zuehlsdorff
Hello Ray, I am trying to create a port of the zimbra collaboration suite. I am in contact with upstream and they are actively helping in making a port happen. That is really create. I wanted to start a Zimbra port myself, but was stuck with GitLab (and a bunch of others...) :D I have a

Re: Zimbra Port

2016-06-01 Thread Torsten Zuehlsdorff
On 01.06.2016 16:30, Miroslav Lachman wrote: rs wrote on 06/01/2016 15:47: Hello List, I am trying to create a port of the zimbra collaboration suite. I am in contact with upstream and they are actively helping in making a port happen. It would be my first FreeBSD port (although I have a

Re: old ports/packages

2016-05-31 Thread Torsten Zuehlsdorff
On 04.05.2016 19:17, Grzegorz Junka wrote: Please excuse my late answer. I was right into vacation and need to handle some work right afterwards. What you cannot do is create old-style packages from a new ports tree. This is because the ports infrastructure has been changing since

Re: Feedback needed: www/redmine Update

2016-06-21 Thread Torsten Zuehlsdorff
On 06.06.2016 22:22, Steve Wills wrote: Hi, On 06/ 6/16 12:23 PM, Steve Wills wrote: Hi, On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote: Aloha, The patch can be found here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938 I updated the PR with a new patch. With that, it works

Re: Wxlua / Zbstudio

2016-06-22 Thread Torsten Zuehlsdorff
Hello Raymond, I call run zbstudio 32bit binary on FreeBSD 11 Alpha 4. I will try to build wxlua later. Another question about lua / torch is lapack. I tried to make and install via the OpenBlas port with the flags (add USE_THREAD=1 NUM_THREAD=8 in order to make) suggested by the link below:

Re: Piwik 2.16.1 critical security release since April

2016-06-22 Thread Torsten Zuehlsdorff
Aloha Peter, Just checking if anyone is working on updating Piwik in ports to 2.16.1, since according to www.piwik.org it is a critical security release. I've created a patch for you: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210458 Greetings, Torsten

Re: Piwik 2.16.1 critical security release since April

2016-06-23 Thread Torsten Zuehlsdorff
Hello Peter, Just checking if anyone is working on updating Piwik in ports to 2.16.1, since according to www.piwik.org it is a critical security release. I see that the latest change to Piwik came after a maintainer timeout. The maintainer approved my patch and i committed it a minute ago.

Re: Wxlua / Zbstudio

2016-06-23 Thread Torsten Zuehlsdorff
Hello Raymond, OpenBlas (make config; # with OpenMP option), OpenMP, Lapack & ++, GotoBlas are installed. Header files of OpenBlas is also included to $CMAKE_LIBRARY_PATH. However, I still got the same error message, missing lapack. There are various variables to set to specify where to look

Re: [CFT] php7 for FreeBSD

2016-01-15 Thread Torsten Zuehlsdorff
Hello, PHP_VER should probably be 70 instead of 7, so that the VER is increasing. There probably will be a 71, somtimes. Indeed. There is already ongoing progress on PHP 7.1: https://wiki.php.net/rfc#php_71 Greetings, Torsten ___

Re: Removing documentation

2016-02-12 Thread Torsten Zuehlsdorff
On 12.02.2016 07:21, Royce Williams wrote: I'm advocating that we stop quasi-providing four different flavors of apt-get. Until there is a single and official mechanism for both dependency resolution and configuration option management, the fragmentation remains. Why do you think this is the

Re: Removing documentation

2016-02-12 Thread Torsten Zuehlsdorff
On 12.02.2016 01:41, John Marino wrote: On 2/12/2016 1:22 AM, Royce Williams wrote: Is the abstraction is happening at the equivalent level here? The platforms that I'm thinking of -- that appear to have already solved this entire class of problem long ago -- feature wrappers around apt-get,

Re: maintaining portmaster ? was: Re: Removing documentation

2016-02-10 Thread Torsten Zuehlsdorff
On 10.02.2016 06:47, Peter Jeremy wrote: On 2016-Feb-09 21:24:56 +0100, Kurt Jaeger wrote: Torsten wrote: I did take a look. I could do both: maintaining the port and maintaining the software. What do you need? ;) Submit patches to the 12 PRs open for portmaster:

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Torsten Zuehlsdorff
On 03.02.2016 15:59, William A. Mahaffey III wrote: On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Torsten Zuehlsdorff
On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree. It does not affect or display the settings of pkg. To check the configuration of "pkg-ports" perform

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-04 Thread Torsten Zuehlsdorff
On 03.02.2016 22:03, William A. Mahaffey III wrote: *Eek* (RTFM), I use pkg by default, ports only when necessary (graphite for gcc5, flash for firefox/opera, etc.), so I am not as familiar w/ ports ai I should be :-/ If you need individual options for ports more often for more than

Re: [Call for testers] GitLab

2016-02-24 Thread Torsten Zuehlsdorff
Hello, today i updated the patch to fix some bugs in GitLab. Please use the newest version for your tests. Greetings, Torsten ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

[Call for testers] GitLab

2016-02-23 Thread Torsten Zuehlsdorff
Hello, after some more months of steady work i'm calling for testers for GitLab as port. You can track the progress in its PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202468 Since today it is possible to install, configure and use GitLab 8.5.0. :) If you are interested in testing

Re: Unable to update ports using svnlite

2016-02-25 Thread Torsten Zuehlsdorff
On 25.02.2016 10:46, Clinton Bessesen wrote: Thanks Torsten, That would be great! Here we go: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207479 Greetings, Torsten ___ freebsd-ports@freebsd.org mailing list

Re: default ruby version

2016-02-23 Thread Torsten Zuehlsdorff
Hello Miroslav, On 23.02.2016 15:47, Miroslav Lachman wrote: Steve Wills wrote on 02/17/2016 06:47: Hi, Just FYI, baring any objections or major issues coming up, I plan to make Ruby 2.2 the default Ruby in the ports tree on March 1. Puppet users in particular probably want to migrate to

Re: category customports

2016-02-23 Thread Torsten Zuehlsdorff
On 18.02.2016 23:35, Alphons van Werven wrote: Walter Schwarzenfeld wrote: But this could be overwritten with the next update. [snip] But this could also [sic] overwritten. You're using portsnap for your updates, I presume? Subversion will not override local changes (at least not without

Re: default ruby version

2016-02-23 Thread Torsten Zuehlsdorff
Hi, Just FYI, baring any objections or major issues coming up, I plan to make Ruby 2.2 the default Ruby in the ports tree on March 1. No objections here. :) Greetings, Torsten ___ freebsd-ports@freebsd.org mailing list

Re: 'porting' AMD compiler suite

2016-04-11 Thread Torsten Zuehlsdorff
On 11.04.2016 03:32, William A. Mahaffey III wrote: On 04/10/16 20:22, Warren Block wrote: On Sun, 10 Apr 2016, William A. Mahaffey III wrote: Or set the (g)make variable 'MAKE' to gmake & let it propogate What you are doing is, in effect, creating a port. If you create a real port,

Re: [Call for testers] GitLab

2016-03-08 Thread Torsten Zuehlsdorff
Hello, today i updated the patch to bring GitLab to its newest version. Also i've added an update guide. If the feedback is still as positive as now i will write the outstanding PRs for the dependencies next week, so the committers can take care of the port. It is finally done. All PRs are

Re: [Call for testers] GitLab

2016-03-03 Thread Torsten Zuehlsdorff
Hello, today i updated the patch to bring GitLab to its newest version. Also i've added an update guide. If the feedback is still as positive as now i will write the outstanding PRs for the dependencies next week, so the committers can take care of the port. If we success in committing

Re: synth just deleted 290 ports on my machine on second try ;)

2016-04-04 Thread Torsten Zuehlsdorff
On 02.04.2016 08:17, Kevin Oberman wrote: On Fri, Apr 1, 2016 at 4:17 AM, Torsten Zuehlsdorff < mailingli...@toco-domains.de> wrote: On 31.03.2016 20:20, Mathias Picker wrote: What can I do now, other than using portmaster to rebuild all ports? You can use poudriere to rebui

Re: gentoo's package.provided equivalent?

2016-04-04 Thread Torsten Zuehlsdorff
On 03.04.2016 03:54, anat...@kazanfieldhockey.ru wrote: Sometimes i need to build specific version of some library from source, not from ports. How can I tell port system about it. There was no problem with old pkg_, because I was able just to put dummy directory into /var/db/pkg and port system

Re: synth just deleted 290 ports on my machine on second try ;)

2016-04-01 Thread Torsten Zuehlsdorff
On 31.03.2016 20:20, Mathias Picker wrote: What can I do now, other than using portmaster to rebuild all ports? You can use poudriere to rebuild all the ports and use its local repository for pkg. Greetings, Torsten ___ freebsd-ports@freebsd.org

Re: Using the subversion switch command to keep up with quarterly branches

2016-05-19 Thread Torsten Zuehlsdorff
On 18.05.2016 12:47, Thomas Mueller wrote: Excerpt from Melissa Pilgrim: I wasn't aware there was a lightweight git client in base. I wasn't aware either, still can't find it, looked in /usr/bin and /usr/sbin as well as online Porters' Handbook and FreeBSD Handbook. Where is the

Re: Using the subversion switch command to keep up with quarterly branches

2016-05-18 Thread Torsten Zuehlsdorff
Hello Mel, I track the quarterly ports branches so that I can build ports from the same tree as binary packages so that I don't, for example, have to build all 2783 packages on my dev VM, just the 13 where I need non-default options. Yes I know, "That is not the intended use, ma'am," blah blah

Re: old ports/packages

2016-05-04 Thread Torsten Zuehlsdorff
On 04.05.2016 09:03, Greg Byshenk wrote: On Wed, May 04, 2016 at 01:44:29PM +0800, Julian Elischer wrote: On 3/05/2016 2:31 PM, Mathieu Arnold wrote: +--On 3 mai 2016 12:02:13 +0800 Julian Elischer wrote: | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: |> There is a

Re: math/open-axiom gone?

2016-07-27 Thread Torsten Zuehlsdorff
Hello, after updating my ports tree, I've found out that math/open-axiom has been deleted! After math/fricas unusable with sbcl-1.3.x for many months and now gone too, I'm left with NO alternatives for that kind of software here. Fortunately, I still have a working package of open-axiom on my

Re: Best way to exterminate a port

2016-07-12 Thread Torsten Zuehlsdorff
On 12.07.2016 07:33, Freddie Cash wrote: On Jul 11, 2016 10:22 PM, "Kurt Jaeger" wrote: Hi! Is there an easy way to "rip out by the roots" a botched port install and start over, including re-doing all the configuration dialogs of the port and its dependencies? For one

Re: Wxlua / Zbstudio

2016-07-14 Thread Torsten Zuehlsdorff
akeLists.txt # wxlua/pkg-descr # wxlua/Makefile~ # echo c - wxlua mkdir -p wxlua > /dev/null 2>&1 echo x - wxlua/Makefile sed 's/^X//' >wxlua/Makefile << 'ff53da160e1e10480c09e3cd273490a1' X# Created by: Torsten Zuehlsdorff <t...@freebsd.org> X# $FreeBSD$ X XPORTNAME=

Re: committer for multimedia/zoneminder

2016-07-14 Thread Torsten Zuehlsdorff
Hello, can anybody commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210939 ? It status was changed, but assignee is not, I suspect no one is aware about this particular PR. I will have a look at it. Greetings, Torsten ___

Re: portmaster --check-port-dbdir is broken for me

2016-07-21 Thread Torsten Zuehlsdorff
Hello, As it wants to literally remove all of the installed OPTIONS (xxx does not seem to be installed). What could have happened here? It went bad between 7-19 July. The system in question was offline. There was a patch included on 16 July. I could not figure out why it wants to remove

Re: Wxlua / Zbstudio

2016-07-07 Thread Torsten Zuehlsdorff
Hello Raymond, I'm a developer of Lua/torch. Currently, I use Ubuntu to write my codes. However, Ubuntu has frequent updates and make my environment unstable. I tried to install Ghost BSD and compile wxlua and zbstudio but both failed. Do you have any plan to port these two to FreeBSD? I

Re: A few problems with Gitlab

2016-07-11 Thread Torsten Zuehlsdorff
Hello Vlad, This is the first time I'm trying to install Gitlab and first time I have to do anything with a Ruby application. So I'm not sure if these problems are due to my misconfiguration, or a few bug reports to be filed: First: how did you installed GitLab? Did you use the port

Re: Open Transactions

2016-08-05 Thread Torsten Zuehlsdorff
04.08.2016 18:30, Kurt Jaeger wrote: I think there should be ports of the Open Transactions packages for FreeBSD and Windows. For people to create there own cryptocurrencies. What do you guys and gals think? http://opentransactions.org/ No new releases since 2014 on github ? What's going

Re: Recent update to lang/php70 and lang/php71

2017-02-02 Thread Torsten Zuehlsdorff
Hello Jim, Could not this semantic change have waited for a new version? It forced a rebuild of ALL PHP extensions for no reason. They all had a dependency on devel/pcre via the main port as it was. Did you use poudriere? It wasn't meant to force a rebuild. There was no PORTREVISION bump nor

Re: Recent update to lang/php70 and lang/php71

2017-02-02 Thread Torsten Zuehlsdorff
On 02.02.2017 15:37, Jim Ohlstein wrote: Hello, On 02/02/2017 04:35 AM, Torsten Zuehlsdorff wrote: Hello Jim, Could not this semantic change have waited for a new version? It forced a rebuild of ALL PHP extensions for no reason. They all had a dependency on devel/pcre via the main port

Re: Recent update to lang/php70 and lang/php71

2017-02-03 Thread Torsten Zuehlsdorff
On 02.02.2017 18:21, Adam Weinberger wrote: On 2 Feb, 2017, at 7:39, Torsten Zuehlsdorff <t...@freebsd.org> wrote: On 02.02.2017 15:37, Jim Ohlstein wrote: Hello, On 02/02/2017 04:35 AM, Torsten Zuehlsdorff wrote: Hello Jim, Could not this semantic change have waited for a new v

Re: WIP: lang/php71

2017-01-26 Thread Torsten Zuehlsdorff
On 24.01.2017 05:41, Ganbold Tsagaankhuu wrote: On Fri, Dec 2, 2016 at 7:19 PM, Torsten Zuehlsdorff <mailingli...@toco-domains.de <mailto:mailingli...@toco-domains.de>> wrote: Aloha, yesterday PHP 7.1 was released. I upgraded my dev-repo for interested users. What i

Re: Maintainership Status for PHP 5.6

2016-08-31 Thread Torsten Zuehlsdorff
On 26.08.2016 21:38, Kurt Jaeger wrote: Hi! About resetting the maintainer, I'll ask around. The rules are pretty clear: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html It's more about: Who's willing to do it ? As talked in private: i could/will do, since

Re: Google Code as an upstream is gone

2016-09-30 Thread Torsten Zuehlsdorff
On 29.09.2016 21:10, Kurt Jaeger wrote: Hi! Christian Weisgerber wrote on 09/29/2016 18:57: Mathieu Arnold: If the software has not been moved to some other place, (it takes about 30 seconds to click the automatic migration to github thing, and it is usually done within the hour,) since

Re: LICENSE documentation

2016-09-15 Thread Torsten Zuehlsdorff
On 14.09.2016 23:05, Dave Horsfall wrote: On Wed, 14 Sep 2016, Kurt Jaeger wrote: This interpretation is based on the hypothesis that the user is located in a country that has this kind of legal rule. This is not the case in every country, so your conclusion is not always valid. What

Re: www/magento port outdated

2016-10-14 Thread Torsten Zuehlsdorff
On 14.10.2016 12:15, Torsten Zuehlsdorff wrote: On 14.10.2016 11:13, Alexander Liebau wrote: hello, i would like to ask if it is possible to update the port www/magento to its current version. it is currently on version 1.8.1 which is more than 2 years old. the most recent version would

Re: www/magento port outdated

2016-10-14 Thread Torsten Zuehlsdorff
On 14.10.2016 11:13, Alexander Liebau wrote: hello, i would like to ask if it is possible to update the port www/magento to its current version. it is currently on version 1.8.1 which is more than 2 years old. the most recent version would be 2.1.2 or 2.0.10 according to

Re: misc/jive deleted

2016-10-24 Thread Torsten Zuehlsdorff
On 24.10.2016 09:16, Greg Byshenk wrote: On Mon, Oct 24, 2016 at 01:05:52AM +0200, Julian H. Stacey wrote: Mark Linimon wrote: It's not delusions of moral superiority. It's common decency. "Common decency" is disputable even in within USA; Europe is less infested with USA style prissy

Re: harder and harder to avoid pkg

2016-10-17 Thread Torsten Zuehlsdorff
On 16.10.2016 05:16, Alfred Perlstein wrote: Has anyone actually looked/asked how other OS's solve this problem? Yes, for various linux distributions. This provided me with so many reasons to stay and work with the ports-tree. I too found "xxx-dev" vs "xxx-lib" annoying until I realized

  1   2   >