Re: FreeBSD Port games/hlstats

2011-06-22 Thread Rodrigo OSORIO (ros)
Hi,

You can found here a quick patch to update hlstat
to the latest version.

Regards
Rodrigo

On 22/06/11 09:08 +0200, Banana wrote:
 On 15.06.11 17:17, wen heping wrote:
 2011/6/15 Bananaban...@hlstats-community.org:
 Hello,
 
 i'm the current developer of HLStats (http://www.hlstats-community.org) 
 and
 I would offer my help about the hlstats port.
 
 Currently games/hlstats is unmaintained and mark BROKEN , if it remain
 for a long time , it should be removed from FreeBSD portstree. Would
 you maintain it and unbreak it ?
 
 
 
 If somebody could tell me what to do, or where I can find more information
 about managing a port I would do it.
 
 Here is the first step:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
 
 wen
 
 well, I've copied the ports dir and modified the files. Ran portlint and 
 it says looks fine
 
 Gonna try the installation next.
 
 What needs to be done, or what are the next steps ?
 Where should I send the diff patch or do I upload the changed files 
 somewhere ?
 
 I've a long free weekend ahead and I'm not sure if I'm online, but I 
 will work further with this port and I'm willing to take the mantainer 
 part for the hlstats port.
 
 Thx,
 Banana
 
 
 
 
 Regards,
 banana
 ___
 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-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



- End forwarded message -
--- Makefile.old	2011-06-22 07:39:31.0 +
+++ Makefile	2011-06-22 07:54:04.0 +
@@ -6,17 +6,16 @@
 #
 
 PORTNAME=	hlstats
-PORTVERSION=	1.50
+PORTVERSION=	1.62
 CATEGORIES=	games www
-MASTER_SITES=	http://www.hlstats-community.org/files/42/
+MASTER_SITES=	http://www.hlstats-community.org/wordpulse/site/hlscom/upload/Multimedia/download/$(PORTVERSION)/
+DISTNAME=	HLStats-$(PORTVERSION)
 
 MAINTAINER=	po...@freebsd.org
 COMMENT=	A real-time stats parser for Half Life  its mods
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
 
-BROKEN=		checksum mismatch
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 USE_PHP=	yes
@@ -24,6 +23,8 @@
 HLSTATS?=	www/${PORTNAME}
 PLIST_SUB+=	HLSTATS=${HLSTATS}
 
+LICENSE=CDDL
+
 do-install:
 	@ ${MKDIR} ${PREFIX}/${HLSTATS}
 	@ ${CP} -R ${WRKSRC}/* ${PREFIX}/${HLSTATS}
___
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: openshot blender

2011-05-17 Thread Rodrigo OSORIO (ros)
On 17/05/11 11:23 +0200, Gour-Gadadhara Dasa wrote:
 Hello!
 
 I see that there is blender-2.57b in the ports now which was obstacle
 to have 3D-enabled multimedia/openshot-1.3.0.
 
 Is there a plan to update openshot to 1.3.1 with 3D capabilities
 enabled?
 
 
 Sincerely,
 Gour
 
 -- 
 ???In the material world, conceptions of good and bad are
 all mental speculations?? (Sri Caitanya Mahaprabhu)
 
 http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
 
 

Hi,

This could be done, I just request the maintainership for this port.
http://www.freebsd.org/cgi/query-pr.cgi?pr=157112   

Regards,
Rodrigo   




___
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


Mozilla Foundation Security Advisory 2010-71

2010-10-20 Thread Rodrigo OSORIO (ros)

Fyi, 

Mozilla just release a SA for firefox , thunderbird and seamonkey [1]
affecting the current versions in ports. The CVE record seems to be under 
validation.

[1] http://www.mozilla.org/security/announce/2010/mfsa2010-71.html

regards

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


Apache20 in amd64

2010-10-05 Thread Rodrigo OSORIO (ros)
Hi,

I found a compiler error building www/apache20 in the
amd64 arch. The error is located in the mod_ssl code where
the 'STACK' structure seems to be unknown. 
'STACK' is a basic data type defined in the native ssl api 
and the problem seems to be related to the struct visibility. 
Maybe a DEFINE problem .

The error message says :

  ssl_engine_init.c: In function
  'ssl_init_ctx_verify':
  ssl_engine_init.c:534: error: 'STACK'
  undeclared (first use in this function)

The most crappy workaround was to add the following line 
into the work/httpd-2.0.63/modules/ssl/mod_ssl.h file.  

  typedef struct stack_st STACK;

Before going deeper in my investigations I want to know if 
someone faces the same problems with this port. 

Regards

Rodrigo
___
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: ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop

2010-08-29 Thread Rodrigo OSORIO (ros)

Ruslan Mahmatkhanov wrote:


Hi!

Can please anybody with spare time pick this PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691

It is hanging around more than one month. It's small and simple, but 
useful - it's gtk frontend to multimedia/recordmydesktop - a tool for 
creating screencasts.


Thanks in advance.


Hi,

I quickly test your port and it seems some missing dependences. At this 
point I just notice py-gtk. And of course portlint
seems not really happy with some lines in your makefile. Here is a patch 
with suggested 'fixes'.


- regards
Rodrigo OSORIO



 
--- Makefile2010-08-29 21:34:42.0 +0200
+++ Makefile.new2010-08-29 21:37:11.0 +0200
@@ -2,6 +2,7 @@
 # Date created:16 July 2010
 # Whom:Ruslan Mahmatkhanov 
cvs-...@yandex.ru
 #
+# $FreeBSD$
 #
 
 PORTNAME=  gtk-recordmydesktop
@@ -14,6 +15,7 @@
 COMMENT=   GTK+ frontend to recordMyDesktop
 
 RUN_DEPENDS=   
${LOCALBASE}/bin/recordmydesktop:${PORTSDIR}/multimedia/recordmydesktop
+BUILD_DEPENDS= py-gtk2=2.4:${PORTSDIR}/x11-toolkits/py-gtk2
 
 GNU_CONFIGURE= yes
 USE_GMAKE= yes
___
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

Patchs for chromium broken

2010-04-12 Thread Rodrigo OSORIO (ros)
Hi,

The patch list for Chromium listed in FreeBSD Wiki[1]
aren't available anymore. The list was updated this 
morning, so it's maybe just a mistake...

Regards
Rodrigo OSORIO

[1]http://wiki.freebsd.org/Chromium


___
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


Adding a new entry in ports/UPDATING for yabb ?

2010-01-24 Thread Rodrigo OSORIO (ros)
On 24/01/10 22:35 +0100, Rodrigo (ros) wrote:
 Hi porters,
 
 Some users experience problems upgrading Yabb form 2.1 to 2.4
 because they don't really read the Yabb install procedure carefully.
 
 Even upgrade isn't destructive, I think it will be good to add those few 
 lines in
 the UPGRADING file to prevent users.
 
 
  AFFECTS: users of www/yabb
  AUTHOR: rodr...@bebik.net
 
  Yabb upgrade from 2.1 to 2.4 requires a clean install before upgrade.
  See here: http://codex.yabbforum.com/YaBB.pl?num=1200162021
 
 
 
 - Rodrigo
 ___
 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
 

Oups, sorry for the wrong subjet in my previous email.
-ros
___
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: OpenOffice.org packages

2009-11-24 Thread Rodrigo OSORIO (ros)
On 24/11/09 13:46 +, Chris Rees wrote:
 2009/11/23 Aldis Berjoza killasmur...@gmail.com:
  I and some other FreeBSD users are wondering why there are no
  OpenOffice.org package available on FreeBSD Mirrors?
 
  Everyone have them, even OpenBSD. What's the reason?
 
  OpenBSD even have package for lame.
 
  Thanks in advance.
 
 
 Kindly provided by Glen Barber:
 
 http://freebsd.dev-urandom.com/packages/openoffice/
 
 Chris
 
 -- 
 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in a mailing list?
 ___
 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,

For a long time OO packages were also available here : 
http://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/

regards,
Rodrigo
___
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


Help request to undestand the portmon report

2008-07-11 Thread Rodrigo OSORIO (ros)
Hello everyone,

I just take a quick look at the portmon report about my first port submit, 
omegaT[1], a translation memory editor.
As I can see, portmon reports a 'failed to build' state for the amd64-8-latest 
environment, but if I took a close look, the log file looks ok (the port and 
the pakage was build without errors).

My question is why portmon think an error occurs during the build (maybe 
something wrong is hide in the log). 
And how can I fix this situation to avoid unnecesary problems reported for the 
port tree.

Thanks for your answers.
Rodrigo OSORIO



[1] http://portsmon.freebsd.org/portoverview.py?category=editorsportname=omegaT
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Commiting new ports

2008-06-06 Thread Rodrigo OSORIO (ros)

Hello,

I take advantage of this discussion to refer to my own port submission 
(ports/123614)
open from 12 may, a short delay of course, but I will be very happy to see it 
aproved ;)


Thanks
Rodrigo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]