${INSTALL_DATA} problems

2016-09-08 Thread Aristedes Maniatis
I'm trying to create a port with a command like this: do-install: ${MKDIR} ${STAGEDIR}${SOLR_HOME} ${INSTALL_DATA} ${WRKSRC}/dist ${STAGEDIR}${SOLR_HOME} However the output is /bin/mkdir -p /var/poudriere/ports/default/textproc/apache-solr/work/stage/usr/local/solr install -m 0

Re: ${INSTALL_DATA} problems

2016-09-08 Thread Matthew Seaman
On 09/08/16 13:27, Aristedes Maniatis wrote: > I'm trying to create a port with a command like this: > > do-install: > ${MKDIR} ${STAGEDIR}${SOLR_HOME} > ${INSTALL_DATA} ${WRKSRC}/dist ${STAGEDIR}${SOLR_HOME} > > However the output is > > /bin/mkdir -p > /var/poudriere/ports/def

Re: ${INSTALL_DATA} problems

2016-09-08 Thread Mathieu Arnold
Le 08/09/2016 à 14:27, Aristedes Maniatis a écrit : > I'm trying to create a port with a command like this: > > do-install: > ${MKDIR} ${STAGEDIR}${SOLR_HOME} > ${INSTALL_DATA} ${WRKSRC}/dist ${STAGEDIR}${SOLR_HOME} > > However the output is > > /bin/mkdir -p > /var/poudriere/ports

Galera

2016-09-08 Thread Sylvain Billon
Hello, Galera is not avalaible on the package repo.(freebsd 10) But on the documentation, it looks that it's possible to install it with pkg https://www.freshports.org/databases/galera/ Any information about this ? Thx sylvain ___ freebsd-ports@free

Re: Galera

2016-09-08 Thread Sylvain Billon
And compilation is not working :) ===> Returning to build of galera-25.3.5_2 ===> galera-25.3.5_2 depends on package: py27-cloud_sptheme>=0 - not found ===> py27-cloud_sptheme-1.6_1 is marked as broken: does not build. *** Error code 1 Sylvain Le 08/09/2016 à 17:16, Sylvain Billon a écri

Using bsd.prog.mk in source Makefile

2016-09-08 Thread Reid Linnemann
All, I'm having issues with an internal port in which the source tree makefile uses bsd.prog.mk. Using poudriere to build packages as a non-root user, any targets in the source makefiles which use *OWN and *GRP (such as the install target) will fail during staging because of an attempt to chown/ch

Re: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Mathieu Arnold
Le 08/09/2016 à 17:38, Reid Linnemann a écrit : > All, > > I'm having issues with an internal port in which the source tree makefile > uses bsd.prog.mk. Using poudriere to build packages as a non-root user, any > targets in the source makefiles which use *OWN and *GRP (such as the > install target)

Re: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Reid Linnemann
I really don't want to use autotools for this project, as it is only for a freebsd product, and bsd.prog.mk and bsd.lib.mk make things very easy, especially when I want to build and install the project outside of the context of a port. What alternatives would you suggest? Others in my group have ov

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
Try: Comment out in textproc/py-cloud_sptheme/Makefile PYDISTUTILS_BUILDARGS= build_sphinx -E @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} @${M

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
Forgot: Either you comment out broken in py-cloud_sptheme Makefile or you have compile it with make TRYBROKEN=yes. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fre

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
I correct this (there are too much warnings) for Galera: let USE_GCC in the Makefile and use from commandline make CC=/usr/local/bin/gcc49 CXX=/usr/local/bin/g++49 CPP=/usr/local/bin/cpp49 (in the moment I don't find a working Syntax for the Makefie). But so there are no warnings. ___

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212492 ___ 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: Galera

2016-09-08 Thread Walter Schwarzenfeld
There is a patch, unbreaks py-cloud_sptheme. ___ 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: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Mathieu Arnold
Le 08/09/2016 à 18:00, Reid Linnemann a écrit : > I really don't want to use autotools for this project, as it is only > for a freebsd product, and bsd.prog.mk and > bsd.lib.mk make things very easy, especially when > I want to build and install the project

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
Sorry, forgot the link: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212496 ___ 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: ${INSTALL_DATA} problems

2016-09-08 Thread Aristedes Maniatis
Thanks Mathieu On 8/09/2016 10:47pm, Mathieu Arnold wrote: > Like Matthew said, INSTALL_DATA is for installing one file, not a > directory hierarchy, this is done using COPYTREE_SHARE. As a side not, > we never use CP -R to install files. I'm trying to do my best to follow the rules, but the rule

GeForce GTX 750 Ti upgraded to unsupported

2016-09-08 Thread Russell L. Carter
Greetings, Since I upgraded to 11/stable from 10/stable, it appears that my video card is no longer supported by either nvidia-driver or nvidia-driver-340: 77.208] (WW) NV: Ignoring unsupported device 0x10de1380 (GM107 [GeForce GTX 750 Ti]) at 01@00:00:0 The error message is identical for ei

Re: ${INSTALL_DATA} problems

2016-09-08 Thread Mark Linimon
On Fri, Sep 09, 2016 at 08:29:12AM +1000, Aristedes Maniatis wrote: > Maybe the Makefile language will become clearer to me one day, but > I've been using FreeBSD since 4.0 and it hasn't clicked yet. Don't worry, the FreeBSD ports framework does things with the Makefile language that was never int

Re: GeForce GTX 750 Ti upgraded to unsupported

2016-09-08 Thread Ben Woods
On Friday, 9 September 2016, Russell L. Carter wrote: > Greetings, > > Since I upgraded to 11/stable from 10/stable, it appears that my video > card is no longer supported by either nvidia-driver or nvidia-driver-340: > > 77.208] (WW) NV: Ignoring unsupported device 0x10de1380 (GM107 [GeForce >

Re: ${INSTALL_DATA} problems

2016-09-08 Thread Aristedes Maniatis
On 9/09/2016 9:13am, Mark Linimon wrote: > On Fri, Sep 09, 2016 at 08:29:12AM +1000, Aristedes Maniatis wrote: >> Maybe the Makefile language will become clearer to me one day, but >> I've been using FreeBSD since 4.0 and it hasn't clicked yet. > > Don't worry, the FreeBSD ports framework does thi

Re: Galera

2016-09-08 Thread Walter Schwarzenfeld
p27-cloud_sptheme is fixed and comitted. For galera there is another PR. Seem there exists more problems. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208109 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/free