clang support for compiler:openmp

2016-11-06 Thread Marcus von Appen
Hi, is there a specific reason, why we do not (yet) have openmp support for clang via compiler:openmp? With devel/openmp in the ports tree, I'd expect compiler:openmp to set LIB_DEPENDS+= libomp.so:devel/openmp for compiler=clang. CFLAGS and LIBS/LDFLAGS might be tweaked on a per-port level.

Re: blender and cycles engine

2016-07-31 Thread Marcus von Appen
On, Sun Jul 31, 2016, Stari Karp wrote: > Hi! > > The new Blender 2.77a is in the ports which has many improvement > related to the Cycles engine but  on my system FreeBSD 10.3-RELEASE > (amd64) is still not possible to run Blender with Cycles option on. It > build but Blender doesn't start: > ble

Re: Multiple versions of Python packages (2.7 vs 3.4)

2016-03-18 Thread Marcus von Appen
Quoting Miroslav Lachman <000.f...@quip.cz>: I checked that most files are installed in versioned subdirectory, for example python2.7/site-packages, some tools have versioned binaries like /usr/local/bin/pip-2.7 but they have also symlink /usr/local/bin/pip. Are there any way to create / i

Re: patch to bsd.ports.mk to support out-of-tree patches.

2015-03-24 Thread Marcus von Appen
Julian Elischer : [...] esac | ${PATCH} ${PATCH_DIST_ARGS} `patch_dist_strip $$i` ; \ done ) .endif +.if defined(EXTRA_PATCH_TREE) [...] +.endif .if defined(EXTRA_PATCHES) @set -e ; \ for i in ${EXTRA_PATCHES}; do \ Nice. I'd however change the patch

Re: Unable to upgrade tex-xetex and tex-luatex: libpoppler.so.44 not found

2014-11-25 Thread Marcus von Appen
On, Tue Nov 25, 2014, Dr. Peter Voigt wrote: > I am currently unable to upgrade tex-xetex and tex-luatex on > 10.1-RELEASE (amd64). > [...] > ' ... Shared object "libpoppler.so.44" not found, required by "xetex" > Error: `xetex -ini -jobname=xetex -progname=xetex -etex xetex.ini ' > failed > > #

Re: pysolfc broken?

2014-11-24 Thread Marcus von Appen
Hans de Hartog : [root@myhost ~]# pkg install pysolfc Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The following 3 packages will be affected (of 0 checked): New packages to be INSTALLED:

Re: audio/openal-soft fails to install on FreeBSD 8.4-stable

2014-10-26 Thread Marcus von Appen
On, Sat Oct 25, 2014, Torfinn Ingolfsen wrote: > On Fri, Oct 24, 2014 at 10:32 PM, Henry Hu wrote: > > > > I just tried it on 8.4-RELEASE/amd64 and it failed with the same error. > > It seems like that the gcc on 8.4 is too old. > > One way to fix it is adding USE_GCC=yes to makefile. This will u

Re: [BRAINSTORMING] simplifying maintainer's life

2014-10-09 Thread Marcus von Appen
On, Thu Sep 04, 2014, Marcus von Appen wrote: > > Matthew Seaman : > > > On 04/09/2014 07:00, Marcus von Appen wrote: > >>> - I often grep all plists to find which port could possibly provide such > >>> > header or such library (among non-installed port

Re: py-imaging vs. py-pillow

2014-10-03 Thread Marcus von Appen
On, Fri Oct 03, 2014, Stefan Ehmann wrote: > According to freshports there are about 10 ports that depend on > py-pilllow and 50 that depend on py-imaging. > > py-imaging conflicts with py-pilllow. E.g., calibre and xmbc cannot be > installed at the same time. > > > I noticed the problem because c

Re: [BRAINSTORMING] simplifying maintainer's life

2014-09-04 Thread Marcus von Appen
Matthew Seaman : On 04/09/2014 07:00, Marcus von Appen wrote: - I often grep all plists to find which port could possibly provide such > header or such library (among non-installed ports, of course). I do the same, but would argue that such a query service should belong to or offered

Re: problem with devel/glib20

2014-09-03 Thread Marcus von Appen
On, Thu Sep 04, 2014, Robert Huff wrote: > [I have sent mail to the maintainer, but not heard back. The matter is > somewhat pressing, so here I am ] [glib20 + python files installation issue] https://svnweb.freebsd.org/ports?view=revision&revision=367216 A fix was committed yesterday

Re: [BRAINSTORMING] simplifying maintainer's life

2014-09-03 Thread Marcus von Appen
On, Wed Sep 03, 2014, Thierry Thomas wrote: > Le mer 3 sep 14 à 21:12:56 +0200, Marcus von Appen > écrivait : > > > On, Wed Sep 03, 2014, Bryan Drewery wrote: > > > [...] > > > > > I understand there is fear involved with not having a plist validate >

Re: [BRAINSTORMING] simplifying maintainer's life

2014-09-03 Thread Marcus von Appen
On, Wed Sep 03, 2014, Bryan Drewery wrote: [...] > I really dislike plists as they are today. The argument that having them > makes it easy to see what the port installs is bogus. Many don't have > pkg-plist because they have PLIST_* or INFO or are missing DOCS/EXAMPLES > due to usage of *. Many,

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-02 Thread Marcus von Appen
Brandon Allbery : On Tue, Sep 2, 2014 at 6:52 AM, Marcus von Appen wrote: It also should be noted that everyone had enough time to raise those issues in the time between tthe announcement and now If this is an issue that needed to be brought up, then FreeBSD has apparently never before

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-02 Thread Marcus von Appen
Alban Hertroys : On 2 September 2014 11:08, Julian Elischer wrote: On 9/1/14, 8:03 PM, Andrew Berg wrote: On 2014.09.01 21:39, Julian Elischer wrote: sigh.. when are we as a project, all going to learn that reality in business is that you often need to install stuff that is old. Its not a

Parallel python package support with pkg

2014-08-09 Thread Marcus von Appen
Dear all, the pkg team created something outstanding with pkg 1.3, which you might have missed. Since version 1.3, pkg supports the installation of packages, which share the same origin (location in the ports tree), but have different package names. In practice, this means that you can install e.

Re: Why USE_PYTHON=yes doesn't rebuild default python meta-port?

2014-08-04 Thread Marcus von Appen
On, Tue Aug 05, 2014, Yuri wrote: > I am rebuilding the port hierarchy with the top port having > USE_PYTHON=yes. This package runs python-config. > But only python2 and python27 were actually built, and therefore only > python2-config is available and my port breaks. > Default meta-port python-2.

Re: py27-setuptools27-5.4.1

2014-07-31 Thread Marcus von Appen
On, Thu Jul 31, 2014, jcv wrote: > Hi- I am getting this error message and would like to know if there is an > easy way to fix this??? > > > pkg-static: py27-setuptools27-5.4.1 conflicts with py27-setuptools-5.4.1 > (installs files into the same place). Problematic file: > /usr/local/lib/python2

[HEADS UP]: Conflict-free python packages for different python versions

2014-06-07 Thread Marcus von Appen
On behalf of the FreeBSD python team, I'd like to announce the availability of concurrent, conflict-free python package support in the ports tree. Why? FreeBSD supports different python versions and flavours to be installed at the same time, such as e.g. Python 2.7 and Python 3.3. Ports insta

Re: pgtune: doesn't check for python

2014-05-07 Thread Marcus von Appen
On, Wed May 07, 2014, Glen Barber wrote: > On Wed, May 07, 2014 at 08:57:41AM -0400, pathiaki2 wrote: > > On 05/07/2014 08:46, Lowell Gilbert wrote: > > >pathiaki2 writes: > > > > > >>/usr/ports/databases/pgtune > > >> > > >>It doesn't check to see if python is installed. Python is required

Re: What should be in scripts shebangs for python2?

2014-02-20 Thread Marcus von Appen
On, Thu Feb 20, 2014, Lev Serebryakov wrote: > Hello, Marcus. > You wrote 20 февраля 2014 г., 12:06:46: > > MvA> No, USE_PYTHON_BUILD=2 should provide lang/python2, which will install > MvA> /usr/local/bin/python2. This works for many ports, so I have no idea, > MvA> what's wrong > It works local

Re: What should be in scripts shebangs for python2?

2014-02-20 Thread Marcus von Appen
Lev Serebryakov : Hello, Marcus. You wrote 19 февраля 2014 г., 19:55:00: MvA> In short: MvA> * Use ${PYTHON_CMD} to replace the shebang lines or references of the MvA> python command So, it is not possible to use "static" patch? It is pity :( It should be avoided, if possible. Especially,

Re: What should be in scripts shebangs for python2?

2014-02-19 Thread Marcus von Appen
Lev Serebryakov : Hello, Freebsd-ports. My port uses some pythons scripts to configure (it is not pythonn-related by itself, only authors of this software use python scripts on build stage). How should I patch these scripts to work? It looks like /usr/local/bin/python2 is installed by devel

Re: How to determine type of system compiler in port?

2014-01-21 Thread Marcus von Appen
On, Tue Jan 21, 2014, Lev Serebryakov wrote: > Hello, Ports. > > I want to turn off some clang-specific warnings via CFLAGS, as I'm not > able to patch all places when "dirty" (but valid!) code is used and upstream > software uses "-Werror"... > > I could not find any mentions of "clang" in bs

Re: USE_PYTHON version range no longer valid?

2014-01-15 Thread Marcus von Appen
On, Wed Jan 15, 2014, Mike Brown wrote: > A port I maintain (sorta) can only be built under Python 2.2.1 through 2.4.x. > The app isn't being developed any longer, so patches to get it to build under > 2.5+ aren't likely to be forthcoming. > > The port Makefile previously had USE_PYTHON= 2.2-2.4,

[HEADS UP] lang/python removed as implicit port dependency

2013-12-18 Thread Marcus von Appen
On behalf of the FreeBSD python team, I'd like to announce that the lang/python port has been removed as an implicit port dependency for ports using USE_PYTHON, USE_PYTHON_BUILD and USE_PYTHON_RUN in revision 336850. Why? The removal is necessary to bring us a step closer to building and inst

Re: If ports@ list continues to be used as substitute for GNATS, I'm unsubscribing

2013-12-18 Thread Marcus von Appen
John Marino : Over the months I've seen several ports users copy a failure log and mail it to ports@, usually without even saying "hello". I've tried to Do the QAT reports bug you on this list? If they do not, why is that so? I did not see you complain about those. discourage that behavior

Re: If ports@ list continues to be used as substitute for GNATS, I'm unsubscribing

2013-12-18 Thread Marcus von Appen
Markiyan Kushnir : It sounds like a need for a more grained structure of the ports-related communication, just because the community is growing. Very often there is a need to discuss one's issue in a list prior to filing a PR. And yes, *discuss*, I agree with John, people should show they want t

Re: Proposal for Authors / Vendors in ports

2013-11-14 Thread Marcus von Appen
Jason Helfman : On Wed, Nov 13, 2013 at 11:30 PM, Erwin Lansing wrote: On Wed, Nov 13, 2013 at 04:47:20PM -0500, Eitan Adler wrote: > On Wed, Nov 13, 2013 at 3:27 PM, Melvyn Sopacua wrote: > > On Wed, 13 Nov 2013, Kris Moore wrote: > > > >> > >> Wanted to run this by the ports community, see

Re: Installing ports for different versions of Python

2013-10-06 Thread Marcus von Appen
On, Sat Oct 05, 2013, Daamn M wrote: > Hi, > > Sorry if I'm asking a question that have been asked many times but I > couldn't find an answer using google. > > I need to install few version of Python (at least 2.6, 2.7 and 3.3). I > really appreciate that FreeBSD let me have many versions the same

Re: [HEADSUP] Staging, packaging and more

2013-10-03 Thread Marcus von Appen
On, Thu Oct 03, 2013, Fernando Apesteguía wrote: > El 03/10/2013 22:41, "Marcus von Appen" escribió: > > > > On, Thu Oct 03, 2013, Nathan Whitehorn wrote: > > > > > On 10/03/13 07:17, Andriy Gapon wrote: > > > > on 03/10/2013 11:48 Baptiste Dar

Re: [HEADSUP] Staging, packaging and more

2013-10-03 Thread Marcus von Appen
On, Thu Oct 03, 2013, Nathan Whitehorn wrote: > On 10/03/13 07:17, Andriy Gapon wrote: > > on 03/10/2013 11:48 Baptiste Daroussin said the following: > >> This also allows lots of new features to come: > >> - Allow to create sub-packages > >> - Allow to create debuginfo packages. > > I'd like to m

Re: [RFC] Stage support for easy_install

2013-09-28 Thread Marcus von Appen
On, Sat Sep 28, 2013, Olivier Duchateau wrote: > 2013/9/26 William Grzybowski : > > Hi, > > > > I made an attempt to support stage for easy-install, you can find the patch > > here http://people.freebsd.org/~wg/easyinstall-stage.txt > > > > Aprrently it works :), let me know what you think. > > T

Re: [HEADS UP] Improved python package support ahead

2013-09-24 Thread Marcus von Appen
On, Sat Sep 21, 2013, Marcus von Appen wrote: > Two new port Makefile knobs are to be committed to the ports tree in a > couple of days or few weeks. > > PYDISTUTILS_AUTOPLIST > > This knob will enable the creation of an automatic package list similar > to the linux rpm p

[HEADS UP] Improved python package support ahead

2013-09-21 Thread Marcus von Appen
Two new port Makefile knobs are to be committed to the ports tree in a couple of days or few weeks. PYDISTUTILS_AUTOPLIST This knob will enable the creation of an automatic package list similar to the linux rpm ports and rubygems. It will work for the majority packages that do not install files o

Re: FreeBSD Port: sdl-1.2.15_2,2 build error

2013-09-07 Thread Marcus von Appen
Hi David, On, Sat Sep 07, 2013, David Lichti wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > I encountered an error while building the sdl12 port for FreeBSD 9.1: > > In file included from ./src/video/x11/SDL_x11dyn.c:96: > > ./src/video/x11/SDL_x11sym.h:168: error: conflicting

Re: poudriere three pythons

2013-08-20 Thread Marcus von Appen
On, Tue Aug 20, 2013, Marko Cupać wrote: > On Tue, 20 Aug 2013 17:27:27 +0200 > Marko Cupać wrote: > > > I am trying to set up local pkg repository, and am building packages > > with poudriere. As a dependency for net/samba36 it builds python - not > > only lang/python27 (like when built locally

Re: devel/git fails, no /usr/local/bin/python

2013-08-18 Thread Marcus von Appen
On, Sun Aug 18, 2013, Poul-Henning Kamp wrote: > > I just tried to compile a 9-stable with ports r324867 using sysbuild.sh. > > Along the way the devel/git port fails, for the lack of python: > > gmake[1]: /usr/local/bin/python: Command not found > test "$(cat GIT-PYTHON-VERSION 2>/dev

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
Baptiste Daroussin : On Mon, Jul 29, 2013 at 12:26:24PM +0200, Marcus von Appen wrote: David Demelier : > 2013/7/29 Marcus von Appen : >> David Demelier : >> >> >>> 2013/7/28 Daniel Braniss : >>>> >>>> Hi, >>>> I need to be ab

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
David Demelier : 2013/7/29 Marcus von Appen : David Demelier : 2013/7/28 Daniel Braniss : Hi, I need to be able to have both (2.7 and 3.2) modules. setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, but make install, insists that that the 2.7 version is installed! after

Re: python 2 and 3 modules

2013-07-29 Thread Marcus von Appen
David Demelier : 2013/7/28 Daniel Braniss : Hi, I need to be able to have both (2.7 and 3.2) modules. setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, but make install, insists that that the 2.7 version is installed! after deinstalling, it will install the 3.2 version in the corr

Re: Change design of py-* ruby-* ports

2013-04-25 Thread Marcus von Appen
On, Thu Apr 25, 2013, David Demelier wrote: [...] > And if a port requires a py- module but for a specific version, how is it > possible to share PYTHON_VERSION= through dependencies? This is done at the moment by using # Propagate the chosen python version to submakes. .MAKEFLAGS:

Re: Change design of py-* ruby-* ports

2013-04-25 Thread Marcus von Appen
On, Thu Apr 25, 2013, David Demelier wrote: > Hello, > > Currently the ports tree has unified ports for python and ruby modules with > origin like databases/py-sqlalchemy. When someone wants to bulk the > ports tree to create packages the databases/py-sqlalchemy will only > be built against the c

Re: graphics/opencv ISSUE with gcc 4.6.3

2013-01-16 Thread Marcus von Appen
On, Wed Jan 16, 2013, awarecons wrote: [...] Can you please use send-pr(1) or the web interface[1] instead of those mails or at least provide enough information about your system environment to allow one to actually investigate on the issues, you mention? send-pr or [1] also have the advantage t

Re: lang/perl5.14 GNU PThread mult. ISSUEs

2013-01-07 Thread Marcus von Appen
On, Mon Jan 07, 2013, awarecons wrote: > uname: FreeBSD 9.0-RELEASE > > How to reproduce: > > compile, guess any 5.[12-16], perl with GNU PThread support and try, > for e.g., portmaster x11/kde4 or x11/gnome2 with maximum ports > involved/chosen (to enlarge test coverage). Try to use clang, gcc 4.

Re: graphics/opencv apparently broken, also out of date: update

2012-12-23 Thread Marcus von Appen
On, Sun Dec 23, 2012, Thomas Mueller wrote: > I originally sent this early last November, but nothing happened, and > now the ports freeze is over. > > > I had great difficulty using send-pr when submitting the problem with > graphics/gnash, couldn't set MAIL_AGENT to what I use (msmtp) with send

Re: graphics/opencv apparently broken, also out of date: any hope of update?

2012-12-20 Thread Marcus von Appen
On, Fri Dec 21, 2012, Thomas Mueller wrote: > Any hope of updating graphics/opencv, now at version 2.4.3 . I just checked > again. > > I complained about this port being broken last October, and no action > on updating even though the ports freeze is past. I do not see any PR from you, so I gue

Re: net/liveMedia

2012-12-12 Thread Marcus von Appen
On, Wed Dec 12, 2012, Австин Ким wrote: > 1212 Wednesday, 12 December 2012 (EST) [15686] > > Build error encountered during build of multimedia/vlc: > > In file included from live555.cpp:61:0: > /usr/local/live/liveMedia/include/liveMedia.hh:114:38: fatal >

Re: Is PR database updated?

2012-11-16 Thread Marcus von Appen
On, Fri Nov 16, 2012, Miroslav Lachman wrote: > Eitan Adler wrote: > [...] > > >> Wouldn't it make sense to add that information temporarily to the > >> GNATS-Webpage(s), > >> so we avoid further confusion and requests? Or is the problem fixed in the > >> next > >> few hours? :-) > > > > see freeb

Re: Is PR database updated?

2012-11-16 Thread Marcus von Appen
Mark Linimon : On Fri, Nov 16, 2012 at 08:13:47AM +0100, Fernando Apesteguía wrote: Is there some problem with the PR database? The web part of the database is not updating. We are working on it. Wouldn't it make sense to add that information temporarily to the GNATS-Webpage(s), so we a

Re: General usefulness of option descriptions

2012-10-07 Thread Marcus von Appen
On, Sun Oct 07, 2012, Michael Gmelin wrote: > Hi, > > This probably has been discussed before, but I think in many cases > using the default descriptions of OptionsNG is more harm than good. That's not entirely true. They can provide a fallback, if the port maintainer forgot to add a meaningful d

Re: maintainer timeout for FreeBSD commiters

2012-07-17 Thread Marcus von Appen
Radim Kolar : We *are* making progress in cutting through the backlog though. ports have about 900 open PR. Why it does not have more port commiters? Its difficult to recruit new person? More committers does not mean that the backlog will be processed faster, just as more developers on a pr

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Matthew Seaman wrote: > On 26/06/2012 19:46, Marcus von Appen wrote: > > I can't see that from the rough outline given earlier. What I understood > > is that some stagedir is used to build mono, then packages (-lib, -doc, > > -whatever) are created

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Mark Felder wrote: > On Tue, 26 Jun 2012 13:42:54 -0500, Marcus von Appen > wrote: > > > > That said, I might assume that the sqlite solution is faster, but noone > > can see that yet. > > > > The new system will be much, much better ov

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Mark Felder wrote: > On Tue, 26 Jun 2012 13:50:48 -0500, Marcus von Appen > wrote: > > > I still do not see any reason or argument on why we would need > > sub-packages. > > I want up to date packages for all my servers. My servers all have &g

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Baptiste Daroussin wrote: [...] > > >> 2. Option system is not really well documented > > > What kind of documentation do you need?, please report what you are > > > expected so > > > that we can improve it > > > > > >> 3. Some dependencies are totally useless > > > Please r

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Jeremy Messenger wrote: > On Tue, Jun 26, 2012 at 3:44 AM, Baptiste Daroussin wrote: > > On Tue, Jun 26, 2012 at 10:34:00AM +0200, Marcus von Appen wrote: > >> Matthew Seaman : > >> > >> > On 26/06/2012 08:26, Marcus von Appen wr

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Florent Peterschmitt wrote: > On 26.06.2012 11:03, Matthew Seaman wrote: > > On 26/06/2012 09:17, Andrea Venturoli wrote: > >> On 06/26/12 09:58, Matthew Seaman wrote: > >>> On 26/06/2012 08:26, Marcus von Appen wrote: > >>>>&g

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
On, Tue Jun 26, 2012, Mark Felder wrote: > On Tue, 26 Jun 2012 04:31:40 -0500, Andrea Venturoli > wrote: > > > > > The "effort" will be 3x processing time for portupgrade (or whatever) to > > update the package database 3 times as much as before. > > pkgng uses sqlite. Please provide proof that i

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
Matthew Seaman : On 26/06/2012 12:07, Marcus von Appen wrote: Sub-ports should be much more efficient, as there's a lot of the work involved in installing which is a one-time thing when installing port plus some collection of sub-ports. How does that look like in detail? Are ther

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
Matthew Seaman : On 26/06/2012 10:31, Andrea Venturoli wrote: On 06/26/12 11:03, Matthew Seaman wrote: Yes, it will multiply the number of ports. By three is about right, given that most ports will only have port-docs and port-examples sub-ports. However, first of all, you are assuming that

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
Baptiste Daroussin : On Tue, Jun 26, 2012 at 10:34:00AM +0200, Marcus von Appen wrote: Matthew Seaman : > On 26/06/2012 08:26, Marcus von Appen wrote: >>>> 1. Ports are not modular > >>> What do you mean by modular? if you are speaking about subpackages it >

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
Matthew Seaman : On 26/06/2012 08:26, Marcus von Appen wrote: 1. Ports are not modular What do you mean by modular? if you are speaking about subpackages it is coming, but it takes time I hope, we are not talking about some Debian-like approach here (foo-bin, foo-dev, foo-doc

Re: Port system "problems"

2012-06-26 Thread Marcus von Appen
Baptiste Daroussin : On Tue, Jun 26, 2012 at 12:22:28AM +0200, Florent Peterschmitt wrote: Hello, I'm not a developer and I know how it's difficult to make a port (or some ports, for example VirtualBox) but I think the port system has many "problems": 1. Ports are not modular What do you mea

Re: ports/167368: Python version propagation breaks USE_PYTHON= usage for dependency builds

2012-05-06 Thread Marcus von Appen
In 2003 we introduced DEPENDS_ARGS to enforce the python version on dependencies[0]. In 2005 we introduced th .MAKEFLAGS propagation to work around an issue for Zope[1]. I doubt that both are still valid after we allowed parallel python versions for quite some while now. In any case, the current i

Re: graphics/blender build error

2012-05-05 Thread Marcus von Appen
Jong-Beom Kim wrote: > I tried to build graphics/blender, but then one of the the dependency > x11/libxcb gives me an error, such that > > "libxcb-1.7 needs Python 2.7 at most. But you specified 3.2" > > I've found that there is "USE_PYTHON=3.2" in the Makefile in > graphics/blender. Could it be t

Re: openal-soft

2012-04-23 Thread Marcus von Appen
Shane Ambler : On 22/04/2012 08:20, ajtiM wrote: Update to openal-soft fron 1.13 to 1.14 doesn't works on my FreeBSD 9.0 release: Linking C executable alstream /usr/bin/ld: cannot find -lavcodec *** Error code 1 Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. *** Error code 1

USE_PYTHON usage shadows dependency requirements and creates conflicts

2012-04-21 Thread Marcus von Appen
Hi, I stumbled upon an interesting issue today, which might have been discussed at length earlier, but I was unable to find any reference so far. Using USE_PYTHON=x.y in a port A, which has a dependency on another port B, which also defines USE_PYTHON=q.w will cause a IGNORE to be raised from bsd

Re: FreeBSD port: blender_2.49b_5

2010-08-24 Thread Marcus von Appen
Hi Bruno, On, Sat Aug 14, 2010, Bruno d'Arcangeli wrote: > Hi, > > Do you plan to port blender 2.53? Yes, as soon as it will be released as a stable version. > I know that it is a beta version but it is really stable. The ongoing changes within the blender SVN, which scares me to update graph

Re: ports/148223: [PATCH] editors/hte ability to install as hte instead of ht

2010-07-13 Thread Marcus von Appen
On, Tue Jul 13, 2010, Aldis Berjoza wrote: > On 13/07/2010 22:41, m...@freebsd.org wrote: > > Synopsis: [PATCH] editors/hte ability to install as hte instead of ht > > > > State-Changed-From-To: open->feedback > > State-Changed-By: mva > > State-Changed-When: Tue Jul 13 19:41:11 UTC 2010 >

Re: pylint entry in UPDATING?

2010-05-17 Thread Marcus von Appen
Hi Vladimir, On, Mon May 17, 2010, chukha...@mail.ru wrote: > Hi, > > It seems than the new version of devel/pylint port is not compatible with the > old config files in user's home. [...] > Everything work since renaming ~/.pylintrc and ~/.pylint.d. I think this is > good to mention in port

Re: audio/sdl_mixer does not pull libmikmod as dependency

2010-04-20 Thread Marcus von Appen
On, Tue Apr 20, 2010, Demelier David wrote: > Hi, > > I was checking why supertux fails, and I noticed that libmikmod wasn't > installed. I checked the sdl_mixer options and MIKMOD is activated. > > Why does make (missing|deinstall|install) does not pull libmikmod, flac, >

Re: [SDL-1.2.14] Build fails on the libvlg checking

2010-01-31 Thread Marcus von Appen
On, Sun Jan 31, 2010, David Marec wrote: > Le dimanche 31 janvier 2010 14:27:19, Marcus von Appen a écrit : > > > /usr/lib/libvgl.* should not be available on RELENG_8, amd64 - instead > > it should reside in /usr/lib32 only. Did you upgrade from i386 to amd64 > > or d

Re: [SDL-1.2.14] Build fails on the libvlg checking

2010-01-31 Thread Marcus von Appen
On, Sun Jan 31, 2010, David Marec wrote: > Hello, > > > Trying to update SDL1.2 librairies, the build failed on the following errors: > > > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for -lvgl > /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -

Re: Unable to build "graphics/gd"

2009-07-19 Thread Marcus von Appen
On, Sun Jul 19, 2009, Jerry wrote: > On Sun, 19 Jul 2009 13:00:30 +0200 > Marcus von Appen wrote: > > [snip] > > > Looks like it tries to link against the older version that's still > > installed. Try to deinstall gd first, then build and install it again. >

Re: Unable to build "graphics/gd"

2009-07-19 Thread Marcus von Appen
On, Sun Jul 19, 2009, Jerry wrote: > I am unable to build the 'graphics/gd' port on FreeBSD-7.2 although I > have updated the posts tree, etc. The build simply stops during the > 'make' phase. A complete copy of the build log is available at this URL: > > http://pastebin.ca/1499985 Looks like it

Re: The mistake of blender-2.49

2009-06-22 Thread Marcus von Appen
On, Tue Jun 16, 2009, Wayne Huang wrote: > I update my ports in Jun. [...] > but, when I download the blender-2.49.tar.gz I found the distinfo is fault. > (my url of blender is http://download.blender.org/source/blender-2.49.tar.gz) > > the md5 code,sha256 code and size of the source file is a

Re: Question about ports....

2009-03-19 Thread Marcus von Appen
On, Thu Mar 19, 2009, Wesley Shields wrote: > On Thu, Mar 19, 2009 at 09:38:52AM +0200, Mika Veijonsuo wrote: > > On Thu, 19 Mar 2009 07:05:33 +0100 > > Leslie Jensen wrote: > > > > > > > > PySolFC-1.1! Comparison failed > > > wine-1.1.16,1 < needs updat

Re: Testers for graphics/blender with OPTION knobs

2009-03-14 Thread Marcus von Appen
On, Fri Mar 13, 2009, Christian Walther wrote: [...] > make config looks really promising. I configured graphics/blender with > the following options: > > [X] DDS DDS file format support > [X] FFMPEGAudio and video support using ffmpeg > [X] FREETYPE Improved font rendering support > [

Testers for graphics/blender with OPTION knobs

2009-03-13 Thread Marcus von Appen
Hi, it took some time, but finally graphics/blender got a lot of options to configure. Those enable users to tweak it to their personal needs and hopefully will allow graphics/blender to run on more platforms. Especially users of non-i386 platforms are invited to test the different options as som

Re: SDL / Pulseaudio

2009-03-08 Thread Marcus von Appen
On, Fri Mar 06, 2009, Andre Heider wrote: [More pulseaudio related patches] Thanks. I'll look into that and fix it as appropriate. Regards Marcus pgpqVAeQsHDYv.pgp Description: PGP signature

Re: SDL / Pulseaudio

2009-03-03 Thread Marcus von Appen
On, Tue Mar 03, 2009, Andre Heider wrote: > Hi list, > > devel/sdl12 doesn't pick up pulseaudio, no matter if I select it in > "make config" or not. I didn't find the time to dig further, but I > noticed 2 bits: > - the dependency to libpulse-simple.so.0 isn't set in the Makefile I missed that o

Re: graphics/blender: Make use of OpenAL configurable

2009-02-24 Thread Marcus von Appen
On, Mon Feb 23, 2009, Christian Walther wrote: > Hi, > > I have a suggestion for the graphics/blender port, because blenders > Makefile states that OpenAL can be disabled: > # To build without openAL, uncomment the following line, or set it as > # an environment variable, or put it uncommented in

Re: Blender 2.48 fails to build

2009-02-01 Thread Marcus von Appen
On, Sun Feb 01, 2009, Philipp Ost wrote: > Hi Marcus, > > graphics/blender fails to build: [...] > /usr/local//lib/libopenal.a(libopenal_la-x86_cpu_caps_prk.o)(.text+0x4e): > In function `_alDetectCPUCaps': > : undefined reference to `_alDetectx86CPUCaps' > /usr/local//lib/libopenal.a(libopenal

Re: ports/118213: games/HeroesOfMightAndMagic - heroesOfMightAndMagic's doesn't work correctly

2008-01-13 Thread Marcus von Appen
After some more investigation it turns out to be some side effect of the sound changes made on 2006-11-26. The game works fine using a kernel before that change, later ones (but before the linuxulator mmap changes between 2007-02-15 and 2007-02-16) cause a hard reboot. The responsible parties, emu

devel/linux-js does not work on recent RELENG_7

2007-12-18 Thread Marcus von Appen
Hi, although installing devel/linux-js works fine, the module cannot be loaded on RELENG_7 after installation. The affected joystick is USB powered and clearly recognized by native ports. uhid is compiled in as device. Right after trying to load it, dmesg spits out a "link_elf: symbol FILEDESC_U

Re: Please left freeze for: cups-base-1.3.3_2 issues--

2007-11-15 Thread Marcus von Appen
On, Thu Nov 15, 2007, David Southwell wrote: > On Wednesday 14 November 2007 14:19:39 Erwin Lansing wrote: > > On Wed, Nov 14, 2007 at 02:05:46PM -0600, Andrew Daugherity wrote: > > > cups-base was patched for this vulnerability (with version 1.3.3_2), but > > > the change to the vulnerabilities f

[Bug]: recent graphics/libfpx update breaks build

2007-11-03 Thread Marcus von Appen
>Submitter-Id: current-users >Originator:Marcus von Appen >Organization: >Confidential: no >Synopsis: [Bug]: recent graphics/libfpx update breaks build >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release

Re: ImageMagick

2007-09-27 Thread Marcus von Appen
On, Thu Sep 27, 2007, Johan Hendriks wrote: > I can not update Image Magick on all of my machines. > This is on 6.2 and 6.1 > > it errors out with the following error: [Test broken] Deactivate the IMAGEMAGICK_TESTS knob. This circumvents the test issue and ImageMagick will be installed without

Re: Request for tester for pcc port

2007-09-18 Thread Marcus von Appen
On, Tue Sep 18, 2007, Gea-Suan Lin wrote: > Hello everyone, > > I made a port for pcc (Portable C Compiler), but it seems have problem > in do-build occasionally. [...] It's already in the ports: /usr/ports/lang/pcc. It suffers from the same issues however (maintainer was informed some hours ag

Re: HEADS UP: ncurses wide character support in 7.x

2007-03-09 Thread Marcus von Appen
On, Fri Mar 09, 2007, Rong-en Fan wrote: > FYI, we have ncurses wide character support in 7.x now. [...] Great work, thanks a lot. Will it be backported to RELENG_6? Regards Marcus pgpqN55PfGFQF.pgp Description: PGP signature

Re: editors/hte IA64/AMD64 compliance test

2007-03-05 Thread Marcus von Appen
On, Fri Mar 02, 2007, Rong-en Fan wrote: > On 3/2/07, Marcus von Appen <[EMAIL PROTECTED]> wrote: > >Hi, > > > >the authors of editors/hte made up a new release, v2.0, and announced > >64-bit compliance. > > > >It would be great if someone with a IA64

editors/hte IA64/AMD64 compliance test

2007-03-02 Thread Marcus von Appen
Hi, the authors of editors/hte made up a new release, v2.0, and announced 64-bit compliance. It would be great if someone with a IA64 and/or AMD64 arch could test the port. The diff for editors/hte can be found at: http://sysfault.org/data/hte-patch.diff Simply apply it to your local port

Re: Qemu crash...

2006-11-23 Thread Marcus von Appen
On, Thu Nov 23, 2006, Marcus von Appen wrote: [...] > I had the same issue. Loading the aio kernel module should work around > that issue: > > kldload aio > ... > qemu ... Which is also mentioned in the pkg-message of the qemu port, by the way :-). Regards Marcus

Re: Qemu crash...

2006-11-23 Thread Marcus von Appen
On, Thu Nov 23, 2006, Anders Troback wrote: > Hi, > > I have some problems with qemu-0.8.2s.20061102! > > When I start Qemu the Qemu console appears and crash: > > Bad system call (core dumped) > > I have tried on both 6.1 and 6.2! > > Anyone running Qemu on 6.2 or 6.1? I had the same issue.

docbook breaks sysutils/hal

2006-10-30 Thread Marcus von Appen
Hi, sysutils/hal fails on install on my system whenever I have the docbook related ports already installed. Removing all of them and letting them install as dependency of hal works fine, but breaks hal upgrades, when they are already installed. gmake[3]: Entering directory `/usr/ports/sysutils/h

Re: Dropping X11BASE in favour for LOCALBASE

2006-10-19 Thread Marcus von Appen
On, Thu Oct 19, 2006, Kris Kennaway wrote: > On Thu, Oct 19, 2006 at 06:01:42PM +0200, Marcus von Appen wrote: > > Hi, > > > > according to the status report sent around today, X11BASE should be > > dropped in favour for LOCALBASE. > > > > Is there an

Dropping X11BASE in favour for LOCALBASE

2006-10-19 Thread Marcus von Appen
Hi, according to the status report sent around today, X11BASE should be dropped in favour for LOCALBASE. Is there an actual schedule until when this should happen and how should we deal with our current ports now? Just remove the USE_X_PREFIX macro when we submit new PRs for (our) existing ports

Python 2.5 egg-info files break pkg-plists

2006-10-11 Thread Marcus von Appen
Hi, Python 2.5 seems to install automatically generated egg-info files for each package. This causes each port, which installs files into the site-packages directory to leave files around: For devel/pygame this would be pygame-1.7.1release-py2.5.egg-info. For x11-toolkits/py-tkinter this would be

Re: devel/guichan update and dependant ports

2006-09-27 Thread Marcus von Appen
On, Tue Sep 26, 2006, Dmitry Marakasov wrote: > * Marcus von Appen ([EMAIL PROTECTED]) wrote: > > > I've just mailed diameter's author, and I hope we'll come with some > > > solution shortly, most likely patch for current version of diameter. > > > I&#

  1   2   >