RE: New version of OTRS

2013-03-28 Thread Radek Krejča
> >
> > please update port, current version is 3.2.3.
> >
> > Thank you
> > Radek
> >
> > ___
> > 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"
> Hi Radek,
> 
> I'll plan to prepare patch for OTRS 3.2.3, today.
> But already you can try using
> www.freebsd.org/cgi/query-pr.cgi?pr=ports/175701

Hello, I have updated ports and I still see version 3.1 - do I any mistake?

Radek
___
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: New version of OTRS

2013-03-28 Thread Chris Rees
On 28 Mar 2013 07:43, "Radek Krejča"  wrote:
>
> > >
> > > please update port, current version is 3.2.3.
> > >
> > > Thank you
> > > Radek
> > >
> > > ___
> > > 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"
> > Hi Radek,
> >
> > I'll plan to prepare patch for OTRS 3.2.3, today.
> > But already you can try using
> > www.freebsd.org/cgi/query-pr.cgi?pr=ports/175701
>
> Hello, I have updated ports and I still see version 3.1 - do I any
mistake?

The link above contains a patch that you will need to apply using patch(1).

Chris
___
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"

gettext-0.18.1.1_1 fails to build under jail

2013-03-28 Thread Paul Macdonald


this port upgrades fine on the host system but not under a jail..

FreeBSD  9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 
UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


config.status: executing depfiles commands
sed: 2: "
  s/^include
inclu ...": unterminated substitute pattern
sed: 1: "s/$(DEPDIR)/.deps
.deps/g
": unescaped newline inside substitute pattern



./localename.c: In function '_nl_locale_name_thread_unsafe':
./localename.c:2607: error: 'locale_t' undeclared (first use in this 
function)
./localename.c:2607: error: (Each undeclared identifier is reported only 
once

./localename.c:2607: error: for each function it appears in.)
./localename.c:2607: error: expected ';' before 'thread_locale'
./localename.c:2608: error: 'thread_locale' undeclared (first use in 
this function)
./localename.c:2608: error: 'LC_GLOBAL_LOCALE' undeclared (first use in 
this function)

*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime/intl.

*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime.

*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime.

*** Error code 1

Stop in /var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1.
*** Error code 1

Stop in /basejail/usr/ports/devel/gettext.


--
-
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-
t: 0131 5548070
m: 07970339546
e: p...@ifdnrg.com
w: http://www.ifdnrg.com
-
IFDNRG
40 Maritime Street
Edinburgh
EH6 6SA

High Specification Dedicated Servers from £100.00pm


___
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"


grub2 with libzfs

2013-03-28 Thread Beeblebrox
>>you only have to add
>>CPATH=${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common
>>to CONFIGURE_ENV and MAKE_ENV, and add a ZFS knob to enable this
>>that checks
${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h 

That sounds like a great solution!

How is all of that done, exactly?? :P





--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799652.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: is it a good idea to overwrite GCC_DEFAULT_VERSION= in Mk/bsd.gcc.mk?

2013-03-28 Thread Jeremy Messenger

>> @@ -238 +238 @@
>> -sys_lib_search_path_spec="/usr/lib "
>> 
>> +sys_lib_search_path_spec="/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd8.0/4.7.3
>> /usr/local/x86_64-portbld-freebsd8.0/lib /usr/local/lib/gcc47 /lib
>> /usr/lib "


Do you know if this part is need too? You can try to patch the CC and
other stuff by tweak in Mk/bsd.gnome.mk example on CC (untest):

--
ltverhack_PRE_PATCH=for file in gnome-ltmain.sh gnome-libtool; do \
if [ -f 
${WRKDIR}/$$file ]; then \

${REINPLACE_CMD} -e \

'/freebsd-elf)/,/;;/ s|major="\.$$current"|${ltverhack_LIB_VERSION}|; \
 
/freebsd-elf)/,/;;/ s|versuffix="\.$$current"|versuffix="$$major"|;
 
/CC=/s|CC=.*|CC=${CC}|g' \

${WRKDIR}/$$file; \
fi; \
done
--


-- 
mezz.free...@gmail.com - m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gn...@freebsd.org
___
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"


amarok-kde4 needs googlemock

2013-03-28 Thread Ronald Klop

Hi,

After upgrading kde to 4.10 I rebuild amarok and configure failed.

-
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-
   * gmock (1.4 or higher)  
 Used in Amarok's tests.

-

CMake Error at  
/usr/local/kde4/share/apps/cmake/modules/MacroLogFeature.cmake:152  
(MESSAGE):

  Exiting: Missing Requirements
Call Stack (most recent call first):
  CMakeLists.txt:222 (macro_display_feature_log)


After installing the port devel/googlemock it now configured good. It is  
still building.

There maybe is a dependency missing.

Oh, just as I want to press send the build fails.
/usr/local/include/gmock/gmock-matchers.h:2649:33: warning:  
"GTEST_OS_CYGWIN" is

 not defined
/usr/local/include/gmock/gmock-matchers.h:2649:33: warning:  
"GTEST_OS_SOLARIS" i

s not defined
Linking CXX executable ../../../testproxycollectionmeta
CMakeFiles/testproxycollectionmeta.dir/TestProxyCollectionMeta.o: In  
function `T

estProxyCollectionMeta::testHasCapabilityOnSingleAlbum()':
TestProxyCollectionMeta.cpp:(.text+0x12aa): undefined reference to  
`Meta::ProxyA

lbum::ProxyAlbum(Collections::ProxyCollection*, KSharedPtr)'
TestProxyCollectionMeta.cpp:(.text+0x12d9): undefined reference to  
`Meta::ProxyA

lbum::hasCapabilityInterface(Capabilities::Capability::Type) const'
TestProxyCollectionMeta.cpp:(.text+0x1307): undefined reference to  
`Meta::ProxyA

lbum::hasCapabilityInterface(Capabilities::Capability::Type) const'

Any advice?


Regards,
Ronald.
___
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: gettext-0.18.1.1_1 fails to build under jail

2013-03-28 Thread Marco Steinbach

Paul Macdonald wrote on 28.03.2013 11:46:


this port upgrades fine on the host system but not under a jail..

FreeBSD  9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 
UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


config.status: executing depfiles commands
sed: 2: "
  s/^include
inclu ...": unterminated substitute pattern
sed: 1: "s/$(DEPDIR)/.deps
.deps/g
": unescaped newline inside substitute pattern




I've been getting this message, also.  For quite a while, iirc, in jails 
and on hosts.



./localename.c: In function '_nl_locale_name_thread_unsafe':
./localename.c:2607: error: 'locale_t' undeclared (first use in this 
function)
./localename.c:2607: error: (Each undeclared identifier is reported only 
once

./localename.c:2607: error: for each function it appears in.)
./localename.c:2607: error: expected ';' before 'thread_locale'
./localename.c:2608: error: 'thread_locale' undeclared (first use in 
this function)
./localename.c:2608: error: 'LC_GLOBAL_LOCALE' undeclared (first use in 
this function)

*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime/intl. 


*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime. 


*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime. 


*** Error code 1

Stop in /var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1.
*** Error code 1

Stop in /basejail/usr/ports/devel/gettext.




I didn't run into this, but seeing, that you're also using ezjail, maybe 
this thread in the FreeBSD forums can provide hints:


http://forums.freebsd.org/showthread.php?t=38558

MfG CoCo

___
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 Port: py27-hg-git-0.3.4

2013-03-28 Thread Tod Olson
Having upgraded to mercurial 2.5.2, we see problems with hg-git 0.3.4, and they 
seem to be fixed with hg-git 0.4.0. Will you be updating the FreeBSD port of 
hg-git in the near future?

Best,

-Tod


Tod Olson 
Systems Librarian 
University of Chicago Library



___
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: amarok-kde4 needs googlemock

2013-03-28 Thread Alberto Villa
On Thursday 28 March 2013 14:35:10 Ronald Klop wrote:
> After upgrading kde to 4.10 I rebuild amarok and configure failed.

This is being analyzed; for some reason, a global CMake setting changed with 
KDE SC 4.10.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Being frustrated is disagreeable, but the real
disasters in life begin when you get what you want.


signature.asc
Description: This is a digitally signed message part.


Re: FreeBSD Port: py27-hg-git-0.3.4

2013-03-28 Thread Kubilay Kocak
On 29/03/2013 5:05 AM, Tod Olson wrote:
> Having upgraded to mercurial 2.5.2, we see problems with hg-git 0.3.4, and 
> they seem to be fixed with hg-git 0.4.0. Will you be updating the FreeBSD 
> port of hg-git in the near future?
> 
> Best,
> 
> -Tod
> 
> 
> Tod Olson 
> Systems Librarian 
> University of Chicago Library
> 
> 
> 
> ___
> 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"
> 

Tod,

The patch attached updates hg-git to 0.4.0 and tweaks a couple of port
things:

- Re-patch setup.py
- Tab->space in pkg-descr
- Update min version required for dulwich
- Require py-ordereddict for users running Python < 2.7

Kick the tyres, take it for a test run and submit a PR for Marco if it
works out well :)

--
Ta,

Koobs
Index: Makefile
===
--- Makefile(revision 315519)
+++ Makefile(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=  hg-git
-PORTVERSION=   0.3.4
+PORTVERSION=   0.4.0
 CATEGORIES=devel python
 MASTER_SITES=  CHEESESHOP
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@
 
 LICENSE=   GPLv2
 
-RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich 
\
+RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.6:${PORTSDIR}/devel/dulwich 
\
mercurial>=2.3.2:${PORTSDIR}/devel/mercurial
 
 MAKE_JOBS_SAFE=yes
@@ -21,7 +21,13 @@
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=   ${PORTNAME:S/-/_/}
 
+.include 
+
+.if ${PYTHON_REL} < 270
+RUn_DEPENDS+=  
${PYTHON_PKGNAMEPREFIX}ordereddict>=1.1:${PORTSDIR}/devel/py-ordereddict
+.endif
+
 post-install:
@${CAT} ${PKGMESSAGE}
 
-.include 
+.include 
Index: distinfo
===
--- distinfo(revision 315519)
+++ distinfo(working copy)
@@ -1,2 +1,2 @@
-SHA256 (hg-git-0.3.4.tar.gz) = 
3770dd4ce9f230fedff9c699f3a8f8d7210510b799c2ee7df774758026612c50
-SIZE (hg-git-0.3.4.tar.gz) = 18554
+SHA256 (hg-git-0.4.0.tar.gz) = 
6a2289539bae5f898c25e66c149cb27eacb3ac2bcd90d3e247ba42ebba9f8a9c
+SIZE (hg-git-0.4.0.tar.gz) = 21981
Index: files/patch-setup.py
===
--- files/patch-setup.py(revision 315519)
+++ files/patch-setup.py(working copy)
@@ -1,5 +1,5 @@
 ./setup.py.orig2012-11-01 15:10:46.0 +0100
-+++ ./setup.py 2012-11-03 10:28:03.799021557 +0100
+--- ./setup.py.orig2013-03-25 08:35:51.0 +1100
 ./setup.py 2013-03-29 15:04:08.555460472 +1100
 @@ -1,7 +1,4 @@
 -try:
 -from setuptools import setup
@@ -7,11 +7,12 @@
 -from distutils.core import setup
 +from distutils.core import setup
  
- setup(
- name='hg-git',
-@@ -20,5 +17,4 @@
+ try:
+ from collections import OrderedDict
+@@ -25,6 +22,4 @@
+ keywords='hg git mercurial',
  license='GPLv2',
  packages=['hggit'],
- package_data={ 'hggit': ['help/git.rst'] },
--install_requires=['dulwich>=0.8.0'],
+-package_data={ 'hggit': ['help/git.rst'] },
+-install_requires=['dulwich>=0.8.6'] + extra_req,
  )
Index: pkg-descr
===
--- pkg-descr   (revision 315519)
+++ pkg-descr   (working copy)
@@ -18,4 +18,4 @@
 edge cases. However, there are several people using it effectively, so please
 test it yourself and report encountered bugs upstream (see website). Thanks!
 
-WWW:   http://hg-git.github.com/
+WWW: http://hg-git.github.com/
___
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"