Re: graphics/openimageio fails to build

2021-01-17 Thread Shane Ambler
the build with openjeg. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: graphics/openimageio fails to build

2021-01-14 Thread Shane Ambler
ds for a while, I will look into it. Do you need openjpeg support? Normal jpeg support is always on, the option for OPENJPEG is a separate library for jpeg2000 support. -- FreeBSD - the place to B...Software Developing Shane Ambler ___

Re: Updating devel/tbb - Introducing devel/onetbb

2021-01-09 Thread Shane Ambler
nds and blocks get updated together or some ports can get marked as broken if they fail to update in a suitable time. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/ma

Re: Updating devel/tbb - Introducing devel/onetbb

2021-01-09 Thread Shane Ambler
to update or be deleted. If all the deps get updated before then, the old tbb port can just be deleted. If a port or two wants to stay with the old tbb, then let them maintain the tbb port. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: net/libarcus fails to install

2020-12-30 Thread Shane Ambler
On 31/12/20 7:49 am, Diane Bruce wrote: > On Wed, Dec 30, 2020 at 11:01:05AM +1030, Shane Ambler wrote: >> On 28/12/20 4:40 am, Torfinn Ingolfsen wrote: >>> On Sun, Dec 27, 2020 at 2:41 PM Torfinn Ingolfsen wrote: >>>> >>>> net/libarcus builds, but fails

Re: net/libarcus fails to install

2020-12-29 Thread Shane Ambler
should also work for libsavitar post-patch: ${REINPLACE_CMD} -e 's|VERSION_LESS 3.12|VERSION_LESS 4.12|g' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/cmake/FindSIP.cmake -- FreeBSD - the place to B...Software Developing Shane Ambler __

Re: BLENDER 2.79

2020-04-25 Thread Shane Ambler
On 19/4/20 10:12 pm, Adam Weinberger wrote: > On Sat, Apr 18, 2020 at 10:45 PM Shane Ambler wrote: >> >> On 19/4/20 6:15 am, Adam Weinberger wrote: >>> On Sat, Apr 18, 2020 at 2:31 PM Tomasz CEDRO wrote: >>>> >>>> Hello world :-) >>>>

Re: BLENDER 2.79

2020-04-18 Thread Shane Ambler
t, I stop updating older versions as dependent ports get dropped and patching gets too much, now at 2.77+. I make these publicly available on github not as official ports. The main concern with having a second blender port for 2.79 is the python35 EOL in five months. -- FreeBSD - the place to B...S

Request commiter to look at some lingering updates

2018-12-08 Thread Shane Ambler
Thanks -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Again, flavors or options?

2017-12-20 Thread Shane Ambler
IONS:MOPT2} # make adjustments for both options being on .endif You also get custom build targets based on options (5.13.3.12) - post-patch-OPT1-on: ${REINPLACE_CMD} -e 's|opt2=True|opt2=False|' ${WRKSRC}/configure -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Option vs. flavor?

2017-12-16 Thread Shane Ambler
ONS_DEFINE= EXTRADATA EXTRADATA_DISTFILES= extra_data_files.tgz post-install-EXTRADATA-on: ${COPYTREE_SHARE} ${WRKDIR}/extra_data_files ${STAGEDIR}/${DATADIR} -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.

Re: building blender 2.79 fails because of python dependencies

2017-12-02 Thread Shane Ambler
at has since been fixed or a config you have is effecting it as I can't find a way to get the error. Check your make.conf Do you have PYTHON_VERSION set? it shouldn't be used any more Do you have DEFAULT_VERSIONS= python=3.5 -- FreeBSD - the place to B...Software Developing Shane Amble

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-11 Thread Shane Ambler
appleseed fails when rtti is disabled directly in CXXFLAGS, maybe cmake can detect the use of rtti in llvm (or offer an option) and adjust to suit, or just add -fno-rtti only for the osl files. -- FreeBSD - the place to B...Software Developing Shane Ambler _

Re: Extra Clang Tools

2017-09-16 Thread Shane Ambler
UFFIX%% %%EXTRAS%%bin/find-all-symbols%%LLVM_SUFFIX%% %%EXTRAS%%bin/modularize%%LLVM_SUFFIX%% +%%EXTRAS%%bin/pp-trace%%LLVM_SUFFIX%% %%LLD%%bin/lld%%LLVM_SUFFIX%% %%LLD%%bin/lld-link%%LLVM_SUFFIX%% %%LIT%%bin/lit%%LLVM_SUFFIX%% -- FreeBSD - the place to B...Software Developing Shane A

Re: Extra Clang Tools

2017-09-15 Thread Shane Ambler
tract llvm-link llvm-lto llvm-lto2 llvm-mc llvm-modextract llvm-nm llvm-pdbdump llvm-profdata llvm-rtdyld llvm-symbolizer llvm-xray opt -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing

Re: Issues between openmp and llvm

2017-09-13 Thread Shane Ambler
On 13/09/2017 20:51, Jan Beich wrote: Shane Ambler writes: ... libomp.so - found (/usr/local/llvm-devel/lib/libomp.so) The issue is that the build then fails because cc/ld is looking for openmp files in /usr/local where they should be installed. Try using SOVERSION to ignore devel/llvm

Issues between openmp and llvm

2017-09-13 Thread Shane Ambler
in poudriere. In poudriere it only fails if blenders CYCLESOSL option is enabled which now installs llvm40 before checking for libomp.so. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list ht

Re: Some github projects aren't fetchable using commit hash

2017-09-03 Thread Shane Ambler
On 02/09/2017 11:31, Kyle Evans wrote: On Sep 1, 2017 20:03, "Shane Ambler" wrote: Respond to github support that an abbreviated hash with multiple matches will fail. Under that condition, it may be desirable to respond with the newest of the matches rather than a not found erro

Re: Some github projects aren't fetchable using commit hash

2017-09-01 Thread Shane Ambler
support that an abbreviated hash with multiple matches will fail. Under that condition, it may be desirable to respond with the newest of the matches rather than a not found error. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Trying to get poudriere to start

2017-07-28 Thread Shane Ambler
On 28/07/2017 16:51, Shane Ambler wrote: On 27/07/2017 09:30, Willem Jan Withagen wrote: On 27-7-2017 01:43, mokhi wrote: Aha, Okay... Good if it works :) It is a gross hack, but it gets me going for the time being. Also needed to fight with ninja. Turns out that somebody changed my old

Re: Trying to get poudriere to start

2017-07-28 Thread Shane Ambler
ents on larger projects were found. The addition of USES= cmake:noninja means your port failed using ninja during the tests of that change, which means it was left to build the same way it was before the change. -- FreeBSD - the place to B...Software Developing Shane Am

Re: Status of synth following expulsion of John Marino?

2017-02-17 Thread Shane Ambler
/poudriere.d/-make.conf /usr/local/etc/poudriere.d/-make.conf /usr/local/etc/poudriere.d/--make.conf /usr/local/etc/poudriere.d/--make.conf /usr/local/etc/poudriere.d/---make.conf Shane Ambler Is there any way to do this options preconfiguring not using poudriere? One good thing about NetBSD pkgsrc

Re: Status of synth following expulsion of John Marino?

2017-02-15 Thread Shane Ambler
SD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: The ports collection has some serious issues

2016-12-14 Thread Shane Ambler
On 12/12/2016 23:14, scratch65...@att.net wrote: [Default] On Mon, 12 Dec 2016 17:01:33 +1030, Shane Ambler wrote: The quarterly ports has been setup for a couple of years but doesn't seem to be documented well, or it just isn't obvious to find. You can use svn to checkout a stable

Re: The ports collection has some serious issues

2016-12-14 Thread Shane Ambler
"/usr/local/etc/poudriere.d/mypkg-make.conf" so the same setting are used for any manual port builds as well as my poudriere created pkg repo. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing l

Re: The ports collection has some serious issues

2016-12-11 Thread Shane Ambler
thout providing any additional information is certainly not going to improve anything. I would say this rarely happens with the default setup, the more port options you change the more likely it is something will break. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Is there possible run a MacOS X binary

2016-12-08 Thread Shane Ambler
y X11 support in AppKit but it needs a lot of work. -- FreeBSD - the place to B...Sharing Devices Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fre

Re: running make makesum for multiple github repos

2016-11-28 Thread Shane Ambler
rc/dpdk -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Alternatives to rsync

2016-10-13 Thread Shane Ambler
On 14/10/2016 08:56, Greg 'groggy' Lehey wrote: On Thursday, 13 October 2016 at 18:13:39 +1030, Shane Ambler wrote: On 13/10/2016 15:09, reko.turja--- via freebsd-ports wrote: One of my users is needing rsync like functionality to transfer changed contents of some directories between

Re: Alternatives to rsync

2016-10-13 Thread Shane Ambler
nted. The software should be relatively lightweight - no fullblown mirroring/backup is needed. Also hints how to achieve similar ends using maybe tar/ssh might do. -Reko sysutils/cpdup provides similar functionality to rsync and is bsd licensed. -- FreeBSD - the place to B...Software Developing Sh

Can a commiter look at devel/godot

2016-08-20 Thread Shane Ambler
After several changes over the last few months it would be nice if the update to devel/godot and the new devel/godot-tools could get committed. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209742 Thanks -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Problems with out libgcc_s.so in base

2016-08-20 Thread Shane Ambler
On 20/08/2016 21:30, Diane Bruce wrote: On Sat, Aug 20, 2016 at 03:04:44PM +0930, Shane Ambler wrote: On 19/08/2016 10:13, Steven G. Kargl wrote: ... You should find that all newer copies of libgcc_s contain compatibility support for binaries that were linked to earlier versions. Indeed

Re: graphics/gd marked as broken?

2016-08-20 Thread Shane Ambler
OPTIONS_UNSET=WEBP OPTIONS_UNSET_FORCE=WEBP -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Problems with out libgcc_s.so in base

2016-08-19 Thread Shane Ambler
/local/lib/gcc48/libgcc_s.so.1 | grep 'GCC_[0-9]' | sort -u GCC_3.0 GCC_3.3 GCC_3.3.1 GCC_3.4 GCC_3.4.2 GCC_3.4.4 GCC_4.0.0 GCC_4.2.0 GCC_4.3.0 GCC_4.6.0 GCC_4.7.0 GCC_4.8.0 -- FreeBSD - the place to B...Software Developing Shane Ambler _

Re: blender and cycles engine

2016-08-01 Thread Shane Ambler
s are listed with - pkg info -rx 'llvm3[47]' -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Shane Ambler
-- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Reorganization of the py-sqlalchemy ports

2016-05-19 Thread Shane Ambler
BSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Need some help with c++/qt5 code

2016-04-15 Thread Shane Ambler
On 15/04/2016 21:45, Raphael Kubo da Costa wrote: Dimitry Andric writes: On 14 Apr 2016, at 13:58, Shane Ambler wrote: Hi there, while I am comfortable with c and python, I only know a little c++ and could use some help. ... class TPanelFactory { QString m_panelType; static QMap

Re: Need some help with c++/qt5 code

2016-04-14 Thread Shane Ambler
On 15/04/2016 08:02, Dimitry Andric wrote: On 14 Apr 2016, at 13:58, Shane Ambler wrote: Hi there, while I am comfortable with c and python, I only know a little c++ and could use some help. ... class TPanelFactory { QString m_panelType; static QMap m_table; public

Need some help with c++/qt5 code

2016-04-14 Thread Shane Ambler
in ?? () (gdb) quit -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Multiple ffmpeg versions in ports

2016-03-30 Thread Shane Ambler
ffmpeg2. It is only a matter of someone making and maintaining the port/s for each version, probably more to the point is how many other ports would need a version other than what is in ffmpeg. -- FreeBSD - the place to B...Software Developing Shane Ambler

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

2016-03-19 Thread Shane Ambler
ndering how to build multiple versions - cd /usr/ports/devel/py-pip make PYTHON_VERSION=3.4 install clean -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listi

Re: library porting question - optional python bindings

2016-03-02 Thread Shane Ambler
On 03/03/2016 03:03, Chris Inacio wrote: On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler wrote: On 01/03/2016 13:08, Chris Inacio wrote: All, I'm trying to build a port definition for a library/application that can optionally include Python bindings. The library/application generally de

Re: library porting question - optional python bindings

2016-03-01 Thread Shane Ambler
allows the slave port to override that variable. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Poudriere and python framework of ports

2016-01-08 Thread Shane Ambler
ACKAGE_BUILDING) && ${PYTHON_DEFAULT} == 2.7 IGNORE= requires python3 dependencies and must be built manually .endif -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/m

Re: USES=fortran can't mix with the libraries requiring /lib/libgcc_s.so.1 from the base

2015-12-24 Thread Shane Ambler
for Go, Java, Obj-C and Obj-C++." -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: llvm37 python3 problem

2015-10-08 Thread Shane Ambler
python 2.7 was going to be supported until 2015, it was extended again for yet another 5 years - see http://legacy.python.org/dev/peps/pep-0373/ -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list https

Re: Does OpenMP (iomp5) work for clang-devel?

2015-08-05 Thread Shane Ambler
On 21/07/2015 18:06, Shane Ambler wrote: On 21/07/2015 10:59, Dennis Glatting wrote: On Tue, 2015-07-21 at 01:07 +, Brooks Davis wrote: On Mon, Jul 20, 2015 at 05:48:58PM -0700, Dennis Glatting wrote: I can't seem to get this working and it appears not to emit code. I have lib

Re: Proposal to fix postgresql package maintainance nightmare

2015-07-21 Thread Shane Ambler
an upgrade step could be added during a port build, it would have to be at server start in the rc script. I wouldn't add an automatic upgrade step unless it was enabled by the user. -- FreeBSD - the place to B...Serving Data Shane Ambler ___ freebs

Re: Does OpenMP (iomp5) work for clang-devel?

2015-07-21 Thread Shane Ambler
te badly so it's taking a while and the only port to install will be devel/llvm-devel. That will be great, been waiting for this. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list ht

Re: poudriere with custom packages

2015-07-16 Thread Shane Ambler
in multiple repos. While I have disabled the normal freebsd repo it should be included if enabled, allowing your own repo to be the source for ports to install that only exist in your poudriere builds and others to come from the official repo. -- FreeBSD - the p

Re: USE_GITHUB and submodules

2015-06-28 Thread Shane Ambler
RC_addons}/* ${WRKSRC}/release/scripts/addons/ @${MV} ${WRKSRC_contrib}/* ${WRKSRC}/release/scripts/contrib/ -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: New port with USES=gmake will not stage

2015-06-11 Thread Shane Ambler
down and see what's going wrong. Any pointers to the script that "make stage" uses? -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: USE_GITHUB and submodules

2015-05-19 Thread Shane Ambler
freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- FreeBSD - the place to B...Software Developing Shane Ambler _

Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-06 Thread Shane Ambler
ou should also rebuild the port that includes that (pkg which `locate \*libOpenImageIO.so.1.4`) On 5 April 2015 at 02:36, pipolandi wrote: I forgot to say that libraw is installed. -- FreeBSD - the place to B...Software Developing Shane Ambler ___

Re: blender 2.74

2015-04-04 Thread Shane Ambler
der needs to use the same llvm/clang version as osl. -3.4 Check your LLVM_* settings in cmake. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: Is it possibly to detect which OpenSSL is used for a port?

2015-03-20 Thread Shane Ambler
# The makefile sets this variables: # OPENSSLBASE - "/usr" or ${LOCALBASE} # OPENSSLDIR- path to openssl # OPENSSLLIB- path to the libs # OPENSSLINC- path to the matching includes # OPENSSLRPATH - rpath for dynamic linker -- FreeBSD - the place to B...S

Re: WITH_OPENSSL_PORT documentation

2015-03-08 Thread Shane Ambler
in their Makefile, other settings should only be added if necessary, leave the other options to the user. -- FreeBSD - the place to B...Securing Domains Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: Dependent ports use different c++ compilers

2015-02-06 Thread Shane Ambler
libstdc++ https://wiki.freebsd.org/NewC++Stack -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fr

Re: testing the value of ${CXX} in ports Makefile

2015-01-30 Thread Shane Ambler
On 31/01/2015 10:55, Don Lewis wrote: On 31 Jan, Shane Ambler wrote: On 30/01/2015 14:13, Don Lewis wrote: post-patch: @echo CXX=${CXX} @echo GCC_DEFAULT=${GCC_DEFAULT} .if ${CHOSEN_COMPILER_TYPE} == gcc and ${COMPILER_VERSION} == 49 @echo g++49 was detected .else

Re: testing the value of ${CXX} in ports Makefile

2015-01-30 Thread Shane Ambler
king build decisions. Or at least there should be CHOSEN_COMPILER_FEATURES and CHOSEN_COMPILER_VERSION I have chosen to submit this as a bug report - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197219 -- FreeBSD - the place to B...Softw

Re: testing the value of ${CXX} in ports Makefile

2015-01-30 Thread Shane Ambler
ntifies itself as gcc 4.2 so you may also want to test for __clang__ if you want to use < with __GNUC_MINOR__ You can also define more control over gcc version - USE_GCC=4.8 will require gcc 4.8 while USE_GCC=4.8+ says you can use 4.8 or higher. --

Re: Python 3 doc?

2014-12-27 Thread Shane Ambler
Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: building legacy packages with poudriere ?

2014-12-05 Thread Shane Ambler
checkout with svn and use poudriere ports -c -p pkg_install -F -f none -M /path/to -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: Need help compiling use of std::vector

2014-09-24 Thread Shane Ambler
On 25/09/2014 04:27, Matthias Andree wrote: > Am 24.09.2014 um 17:04 schrieb Shane Ambler: >> Using the above code >> clang++ -m32 test.cpp >> fails with >> >> /usr/include/c++/4.2/bits/stl_algobase.h:641:15: error: assigning to >> 'const char *'

Need help compiling use of std::vector

2014-09-24 Thread Shane Ambler
s first parameter I have tried changing num_layers to unsigned int, size_t, std::size_t How do I fix this to work on 32 and 64 bit? The original code is located on line 758 at https://github.com/imageworks/OpenShadingLanguage/blob/master/src/testshade/testshade.cpp -- FreeBSD - the place

Re: tinderbox seems broken after recent commits (python-related?)

2014-08-18 Thread Shane Ambler
g11. > > Can it be related to the recent Python framework overhaul? Any ideas how > to remedy the situation? Thanks, > > ./danfe This was mentioned earlier on the tinderbox list --- Original Message Subject: Re: "Graph cycles through" in devel/

Re: Ports that don't actually support Python 3.x

2014-07-07 Thread Shane Ambler
On 07/07/2014 09:13, Kubilay Kocak wrote: > On 7/07/2014 8:41 AM, Melvyn Sopacua wrote: >> Hi Kubilay! >> >> On Mon, 7 Jul 2014, Kubilay Kocak wrote: >> >>> On 7/07/2014 7:52 AM, Melvyn Sopacua wrote: >>> Submit an issue with patch, I'll add maintainer_approval flag cc'ing >>> maintainer if you can

Re: Blender + clang problem

2014-05-03 Thread Shane Ambler
On 04/05/2014 08:45, Shane Ambler wrote: > On 03/05/2014 11:16, Nilton Jose Rizzo wrote: >> >> HI. the blender now abort in install stage >> install -o root -g wheel -m 555 >> /usr/ports/graphics/blender/work/blenderplayer >> /usr/ports/graphics/blender/work/

Re: Blender + clang problem

2014-05-03 Thread Shane Ambler
/usr/ports/graphics/blender # uname -a > FreeBSD valfenda 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r265171: Thu May 1 > 03:25:54 BRT 2014 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA amd64 > root@valfenda:/usr/ports/graphics/blender # > Em Fri, 2 May 2014 21:15:28 -0300, Nilto

Re: Blender + clang problem

2014-05-02 Thread Shane Ambler
On 02/05/2014 12:38, Nilton Jose Rizzo wrote: > > > Hi all, > > When I try to install blender from ports, I get an error [1] > that I don't know if is in the code or in then Clang (LLVM system) > Not is exactly in Blender code but in openshadinglanguage port, > I tried to fix it b

Re: Python install catch 22

2014-04-04 Thread Shane Ambler
On 04/04/2014 22:42, Willem Jan Withagen wrote: > Hi, > > I've tried to upgrade my python 2.7 which did not work. > Then I deinstalled all python stuff and tried to install python3 (aka 3.3) You can install both versions of python (2.7 & 3.3) at the same time, but currently you can only install a

Re: WARNING: devel/icu: recent update redners openldap-server and other ports unusable!

2014-02-08 Thread Shane Ambler
On 08/02/2014 08:24, O. Hartmann wrote: > > Today a couple of updates has been introduced, one of them was an > update of port devel/icu. > > I the good manner/tradition of updating UPDATING, I expect a > warning/hint/advice a couple of days from now - when everybody has > already stepped into th

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

2014-01-21 Thread Shane Ambler
On 22/01/2014 09:15, 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_GCC doesn't set rpath

2014-01-21 Thread Shane Ambler
On 22/01/2014 08:04, Yuri wrote: > Current port net-p2p/libtorrent-rasterbar has > USES=compiler:c++11-lib which in turn sets USE_GCC=4.7+ Maintainer of > lang/gccNN says that USE_GCC is supposed to automatically set rpath > to this particular gcc shared library. However, this doesn't happen, > and

Re: poudirere behave-alike for

2013-11-24 Thread Shane Ambler
On 25/11/2013 11:45, Christopher J. Ruwe wrote: > I think my question is slightly off-topic, but I think freebsd-ports@ > may be the best of many not so good fits: > > I need to build packages for Solaris and SmartOS. My first choice > would be ports, which unfortunately are not very well suited t

Re: Determining file size of port source

2013-11-14 Thread Shane Ambler
On 15/11/2013 13:15, Joe Nosay wrote: > On Wed, Nov 13, 2013 at 11:14 PM, Shane Ambler wrote: >> You can use make makesum to create the distinfo for you - once you get >> the download links right. >> >> Thanks. I'm still patching/rewriting files. One of my pr

Re: Determining file size of port source

2013-11-13 Thread Shane Ambler
On 14/11/2013 09:53, Joe Nosay wrote: > root@conhecer:/traverso/work # cd .. > root@conhecer:/traverso # make > ===> Found saved configuration for traverso-0.49.2 > ===> traverso-0.49.2 depends on file: /usr/local/sbin/pkg - found > => traverso-0.49.2.tar.gz doesn't seem to exist in /usr/ports/d

Re: Build C++ based packages using C++11

2013-10-31 Thread Shane Ambler
On 01/11/2013 02:59, Michael Gmelin wrote: > On Tue, 29 Oct 2013 13:34:24 +0100 > Michael Gmelin wrote: > >> I was thinking more of building the entire stack using C++11 (libc++ >> requires it anyway). To give you an example I know personally, the >> port devel/ice provides a bigger feature set i

Re: CLANG and gcc testing

2013-10-26 Thread Shane Ambler
On 26/10/2013 23:52, Muhammad Moinur Rahman wrote: > Hi, > > Do I need to test for gcc and CLANG any more in STABLE/9 and STABLE/10 > anymore for any ports or should it be CLANG only? > By default 10.0 only has clang installed in base. 9.2 has both but the user needs to specifically configure to

Re: Need some help debugging c++ code for 10.0

2013-10-19 Thread Shane Ambler
On 18/10/2013 20:52, Tijl Coosemans wrote: > Have you managed to get this working? I just noticed opencolorio is > a dependency of Calligra (KDE office suite) which would be nice to have > in FreeBSD 10.0. The patch for opencolorio in pr/182220 allows it to build and install on 10.0. I just sent

Need some help debugging c++ code for 10.0

2013-10-07 Thread Shane Ambler
Hi there, I am the port maintainer for opencolorio, openimageio and openshadinglanguage. These build and run on 9.2 with clang 3.3 but I have an issue on 10.0. I don't have much programming experience and even less with c++ which all 3 use. After ocio and oiio are installed building osl genera

Re: Installing ports for different versions of Python

2013-10-06 Thread Shane Ambler
On 06/10/2013 21:13, Marcus von Appen wrote: On, Sat Oct 05, 2013, Daamn M wrote: For example: I have installed python 2.7 and then port py-someport. Then I installed python 3.3 and set PYTHON_DEFAULT_VERSION to point python 3.3. If I try to install port py-someport again I wll get an error me

Re: libc++ differences between 9.2 and 10.0

2013-09-20 Thread Shane Ambler
On 20/09/2013 17:50, Michael Gmelin wrote: On Fri, 20 Sep 2013 15:01:58 +0930 Shane Ambler wrote: I'm Starting to look at fixing my ports to build on 10.0 and there appears to be a difference between 9.2 and 10.0 when it comes to using libc++ The first port I am looking at is gra

libc++ differences between 9.2 and 10.0

2013-09-19 Thread Shane Ambler
I'm Starting to look at fixing my ports to build on 10.0 and there appears to be a difference between 9.2 and 10.0 when it comes to using libc++ The first port I am looking at is graphics/opencolorio. a patch was submitted (ports/182220) that works fine on 10.0 but it breaks 9.2 build when usin

Re: Freeocl build but doesn't work

2013-07-28 Thread Shane Ambler
On 28/07/2013 03:21, lbartoletti wrote: Le Thu, 25 Jul 2013 11:36:23 +0200, So try to compile your test with "gcc46 -Wl,-rpath=/usr/local/lib/gcc46". Hello, It doesn't work. I tried it with FreeBSD amd64 9.1 and 10.0 and FreeOCL / OpenCL require GLIBCXX_3.4.11 into libstdc++... I have see

Re: graphics/openshadinglagugae: Fails to compile with CLANG 3.3 (now also on FreeBSD 9.2 as well as 10.0-CURRENT)

2013-07-19 Thread Shane Ambler
On 19/07/2013 15:49, O. Hartmann wrote: Please CC me if some hints or solutions are available. I have just submitted a patch to update osl to 1.3.3 - pr/180650 The release notes say "Changes to support LLVM 3.3" but I haven't confirmed that it fixes the 10 compile yet. _

Re: Use of sysutils/pacman in FreeBSD?

2013-07-14 Thread Shane Ambler
On 13/07/2013 20:36, Sam Fourman Jr. wrote: This is a bit off topic, but would you happen to know if there is a place we can keep up on the coming linuxulator work? is there maybe a github repo setup to test a new linuxulator? Possibly start at https://wiki.freebsd.org/linux-kernel __

Re: help with making a port

2013-07-07 Thread Shane Ambler
On 08/07/2013 05:32, Aryeh Friedman wrote: On Sun, Jul 7, 2013 at 3:51 PM, Jason Helfman wrote: pkg which /path/to/file or pkg_info -W /path/to/file aryeh@dev:/home/aryeh% pkg_info -W /usr/local/share/foo/foo.jar pkg_info: You appear to be using the newer pkg(1) tool on this system Of the

Re: [CFH] FreeBSD 10 and ports

2013-06-11 Thread Shane Ambler
On 11/06/2013 16:20, Martin Wilke wrote: As we all know FreeBSD 10 brings a new compiler along, and for that we need to get ports on the right track. I have done several exp-runs on the current src and we still have a lot of fallouts. We would like to ask you to have a look [1] at the failed por

Change when using gcc48

2013-06-04 Thread Shane Ambler
As the port maintainer of graphics/openimageio I have come across a change when building with gcc48. The current version of openimageio compiles fine with clang gcc and gcc46, but when compiled with gcc48 the unlink function is not defined. The simple solution is to add #include to the source f

Re: Any way to keep two versions of Xorg?

2013-04-28 Thread Shane Ambler
On 29/04/2013 02:43, per...@pluto.rain.com wrote: "Thomas Mueller" wrote: Is there any way to keep two versions of Xorg-server, using no more than one at a time? Reason is the newer but unstable version with KMS, permitting full use of the newer Intel graphics chips. Provided you are OK wit

Can a ports commiter add this to their todo list

2013-04-13 Thread Shane Ambler
I believe we are still under a ports freeze so expect this request to be added to a todo list to be done after the freeze. Currently the port audio/hydrogen is marked as broken and has an expiration date of 2013-03-05 so I am hoping to get it fixed before it is deleted. I have submitted a patch

Re: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Shane Ambler
On 15/03/2013 00:34, Beeblebrox wrote: Can someone tell me what's going on here? Perl gets installed twice then fails because it is not there? I have tested with enabling only one of below at-a-time in build-jail's make.conf, but no use. PERL_VERSION= 5.16 \ #PERL_DEFAULT_VERSION= 5.16 \ #PER

Re: I need help with git

2013-02-06 Thread Shane Ambler
On 06/02/2013 00:27, Wesley Shields wrote: I don't know if we have a way to express this in the ports framework but you absolutely can grab a tarball of a repo at any specific commit on github even if it is not tagged. This is the URL to grab ironbee/libhtp at 234fd5bab1225e483ea263a5a15faebed0

Re: I need help with git

2013-02-04 Thread Shane Ambler
GH_COMMIT= 4dfdc80 Probably not needed if you specify a tag other than master. If I pull master, I get commit f57e464. That's not what I want. Why doesn't this thing pull the commit I'm telling it to pull? I think the thing most people miss here is that GH_COMMIT doesn't effect wh

Re: Problems with GITHUB pulls

2013-01-29 Thread Shane Ambler
On 30/01/2013 07:54, Paul Schmehl wrote: I maintain the security/barnyard2 port. It pulls the software from git, which is the only place where it's available. The problem is, master's commit tag and md5 sum and size have changed. I *could* update the port by changing the commit tag and the di

Re: FreeBSD 9.1 & Postgresql

2013-01-22 Thread Shane Ambler
On 23/01/2013 05:30, Owen O' Shaughnessy wrote: Hi Guys, Wondering if anybody else has tried installing Postgres from packages? I have used pkg_add -r to install postgresql-server and postgresql-client, both installed sucessfully, I've got server and client binaries and libraries but no configu

Re: devel/boost-libs looks hardwired for gcc/g++

2013-01-09 Thread Shane Ambler
On 09/01/2013 18:26, Baptiste Daroussin wrote: FYI I'm working on an update to 1.52.0 version, which will not be hard wired anymore http://people.freebsd.org/~bapt/boost-1.52.0.diff I just had a quick look over the patch - with 1.48 boost-python-libs generates libboost_python and libboost_py

Re: devel/boost-libs looks hardwired for gcc/g++

2013-01-08 Thread Shane Ambler
On 09/01/2013 09:53, Jakub Lach wrote: There is no gcc/++ on this system, however there is cc (clang) and gcc47 from ports, which should be used in ports if respecting CC= yes it is poorly hard-coded to use gcc there is a fix waiting in pr/173865 http://www.freebsd.org/cgi/query-pr.cgi?pr=po

  1   2   >