Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
Hello.
Sorry if this is a stupid question...
I have:
# pkg_info|grep jdk
bootstrap-openjdk-r316538 Oracle's Java 6 virtual machine release under the GPL
v2
openjdk-7.25.15 Java Development Kit 7
openjdk6-b27_7 Oracle's Java 6 virtual machine release under the GPL v2
Now, according
Hi Baptiste and All,
I try to convert comms/gammu to using STAGE and while "make makeplist"
get those changes:
-
+lib/python2.7/site-packages/gammu/Data.py
...
-%%PYTHON_SITELIBDIR%%/gammu/Data.py
-
If I apply the attached patch that part of pkg-plist does not change
(modulo sorting).
--
Hi,
I've read wiki [1] and Mk/bsd.stage.mk, but I don't understand process.
I tested on simple port (devel/xfce4-dev-tools). I removed NO_STAGE, and
followed wiki.
If I made make check-orphans (or makeplist) nothing appends.
I must send SIGINT signal otherwise make is always running.
So, is t
On Tue, Sep 24, 2013 at 05:33:41PM +0400, Boris Samorodov wrote:
> Hi Baptiste and All,
>
> I try to convert comms/gammu to using STAGE and while "make makeplist"
> get those changes:
> -
> +lib/python2.7/site-packages/gammu/Data.py
> ...
> -%%PYTHON_SITELIBDIR%%/gammu/Data.py
> -
This wi
24.09.2013 19:27, Baptiste Daroussin пишет:
> On Tue, Sep 24, 2013 at 05:33:41PM +0400, Boris Samorodov wrote:
>> Hi Baptiste and All,
>>
>> I try to convert comms/gammu to using STAGE and while "make makeplist"
>> get those changes:
>> -
>> +lib/python2.7/site-packages/gammu/Data.py
>> ...
>>
On 09/24/13 19:11, Olivier Duchateau wrote:
So, is there good documentation somewhere ?
[1] https://wiki.freebsd.org/ports/StageDir
Sorry to step in, but is there some documentation for someone who
doesn't even know what "stage" is all about?
bye & Thanks
av.
_
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 ports and rubygems. It wil
On Tue, Sep 24, 2013 at 05:11:13PM +, Olivier Duchateau wrote:
> Hi,
>
> I've read wiki [1] and Mk/bsd.stage.mk, but I don't understand process.
>
> I tested on simple port (devel/xfce4-dev-tools). I removed NO_STAGE, and
> followed wiki.
>
> If I made make check-orphans (or makeplist) noth
The Porter's Handbook, 5.12.4. Options Helpers, says:
| For any of the following variables:
|
| CFLAGS
| CXXFLAGS
| LDLAGS
| CONFIGURE_ENV
| MAKE_ENV
| USES
| DISTFILES
|
| If X_ABOVEVARIABLE is defined then its value will be appended to
| ABOVEVARIABLE depending on t
Hello,
I have been trying to create a port for simple-scan, a simple scanning
gui, and I'm having a problem at the configure stage. I'm building this
on my 9.1 amd64 bpoudriere box and it fails with:
Syntax error: "(" unexpected (expecting "then")
*** [do-configure] Error code 2
The Makefil
On Tue, Sep 24, 2013 at 05:33:54PM +, Christian Weisgerber wrote:
> The Porter's Handbook, 5.12.4. Options Helpers, says:
>
> | For any of the following variables:
> |
> | CFLAGS
> | CXXFLAGS
> | LDLAGS
> | CONFIGURE_ENV
> | MAKE_ENV
> | USES
> | DISTFILES
> |
> |
24.09.2013 22:13, Chess Griffin пишет:
> CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include ${CFLAGS} \
Seems that the closing " is missing.
A note about:
> RUN_DEPENDS= ${BUILD_DEPENDS}
As per the FreeBSD Porter's Handbook (5.8.2. RUN_DEPENDS)
it should be RUN_DEPENDS:=${BUILD_DEPENDS}
--
On 24 September 2013 22:36, Andrea Venturoli wrote:
[...]
> Now, according to JAVAVMS(5), "By default, javavm will select the most
> ``native'' and up to date version".
>
> However:
>
>> % java -version
>> openjdk version "1.6.0_32"
>> OpenJDK Runtime Environment (build 1.6.0_32-b27)
>> OpenJDK Se
Baptiste Daroussin:
> > | If X_ABOVEVARIABLE is defined then its value will be appended to
> > | ABOVEVARIABLE depending on the status of the option X
> >
> > ... which agrees with bsd.options.mk. But shouldn't this also
> > include CPPFLAGS?
>
> Good idea, patch welcome :)
Index: bsd.options.
On Tue, Sep 24, 2013 at 09:18:08PM +0200, Christian Weisgerber wrote:
> Baptiste Daroussin:
>
> > > | If X_ABOVEVARIABLE is defined then its value will be appended to
> > > | ABOVEVARIABLE depending on the status of the option X
> > >
> > > ... which agrees with bsd.options.mk. But shouldn't thi
On 24.09.2013 14:58, Boris Samorodov wrote:
24.09.2013 22:13, Chess Griffin пишет:
CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include ${CFLAGS} \
Seems that the closing " is missing.
Yes, thank you for bringing that to my attention. Fixed.
A note about:
RUN_DEPENDS=${BUILD_DEPENDS}
On 09/24/13 21:38, Jonathan Chen wrote:
On 24 September 2013 22:36, Andrea Venturoli wrote:
[...]
Now, according to JAVAVMS(5), "By default, javavm will select the most
``native'' and up to date version".
However:
% java -version
openjdk version "1.6.0_32"
OpenJDK Runtime Environment (build
On Tue, Sep 24, 2013 at 11:07 PM, Andrea Venturoli wrote:
> On 09/24/13 21:38, Jonathan Chen wrote:
>
>> On 24 September 2013 22:36, Andrea Venturoli wrote:
>> [...]
>>
>>> Now, according to JAVAVMS(5), "By default, javavm will select the most
>>> ``native'' and up to date version".
>>>
>>> Howe
On 09/25/13 08:28, Jason Helfman wrote:
java/javavmwrapper
cc: java
Sorry for being so dumb, but I don't understand this...
I though I was using javavmwrapper... what do you mean?
bye & Thanks
av.
___
freebsd-ports@freebsd.org mailing lis
20 matches
Mail list logo