About ocsinventory-* in FreeBSD ports tree (/usr/ports/net-mgmt/ocsinventory-*)

2010-08-25 Thread James Chang
Dear Sir,

   I found the following ports in FreeBSD are maintained by you.
1./usr/ports/net-mgmt/ocsinventory-ng
2./usr/ports/net-mgmt/ocsinventory-agent


   In May 13,2010, the OCS Inventory Team  has released v1.3.2 which
fix many security bugs!
Could you please update the ocsinventory-* in FreeBSD port tree to
version v1.3.2 ?

Best Regards!


 James Chang
___
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 - dovecot

2010-08-25 Thread Denny Lin
On Wed, Aug 25, 2010 at 07:48:02AM +0800, Denny Lin wrote:
 On Tue, Aug 24, 2010 at 04:04:48PM -0400, Jerry wrote:
  On Tue, 24 Aug 2010 20:46:49 +0200
  DZIOBAK dzioba...@interia.pl articulated:
  
   Could you please tell me when can be released dovecot-1.2.14 and 
   dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple
   of weeks, but ports are not created.
 
 I submitted ports/149866 a few days ago to update Dovecot to 1.2.13.
 Still awaiting maintainer approval.
 
 I'll submit another PR to update Dovecot to 1.2.14 this afternoon.

Oops, I forgot about something: a new ManageSieve patch for 1.2.14 has
to appear on http://www.rename-it.nl/dovecot/1.2/ before mail/dovecot
can be updated.

It should be available in a few days.

-- 
Denny Lin
___
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


Legal music and sound issues with games/viruskiller

2010-08-25 Thread David Demelier

Hi,

We rewrote the games/viruskiller with one option, MUSIC. The musics and 
sounds have legal issues and that is specified here :


http://www.happypenguin.org/forums/viewtopic.php?t=4725

Because I wanted to write this port, I made this option to interact with 
the user. He needs to enable the option to use the sounds and musics.


I also said in the comment options that the files are non-free, then the 
user is completely warned.


Do you agree with this Makefile now ?

--- Makefile.orig   2010-08-25 19:20:40.0 +0200
+++ Makefile2010-08-25 20:06:48.0 +0200
@@ -20,15 +20,26 @@
 USE_SDL=   mixer image ttf net
 USE_GMAKE= yes

+NO_CDROM=  yes
+
 INSTALLS_ICONS=yes

 WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}

 MAKEFILE=  makefile

+OPTIONS=   MUSIC Enable musics (non-free) Off
+
+.include bsd.port.options.mk
+
+.if !defined(WITH_MUSIC)
+SUB_FILES= pkg-message
+.endif
+
 post-patch:
-   # Remove non-free restricted files:
-   ${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/*
+.if !defined(WITH_MUSIC)
+   @${REINPLACE_CMD} -e s|music||g;s|sound||g ${WRKSRC}/makefile
+.endif

 .if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e s|^.*install.*DOCS.*||g \
@@ -40,4 +51,9 @@
-e s|^DATADIR.*|DATADIR=${DATADIR}/|g \
-e s|^DOCDIR.*|DOCDIR=${DOCSDIR}|g ${WRKSRC}/makefile

+post-install:
+.if !defined(WITH_MUSIC)
+   @${CAT} ${PKGMESSAGE}
+.endif
+
 .include bsd.port.mk
--- /dev/null   2010-08-25 20:08:43.0 +0200
+++ files/pkg-message.in2010-08-25 20:05:20.0 +0200
@@ -0,0 +1,2 @@
+Because you disabled music you need to start viruskiller with the 
-noaudio flag,

+otherwise it will segfaults.

I think with this, we could keep the game in the ports/ tree.

With kind regards.
___
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


[CFT]: Compat7x 7.3

2010-08-25 Thread Renato Botelho
It's better later than never.

After a long time i found time to update compat7x port to 7.3-RELEASE.
I would like to ask you to test it and let me know if you find any problems.

Thanks
-- 
Renato Botelho


compat7x-7.3.diff
Description: Binary data
___
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: Legal music and sound issues with games/viruskiller

2010-08-25 Thread Dmitry Marakasov
* David Demelier (demelier.da...@gmail.com) wrote:

 We rewrote the games/viruskiller with one option, MUSIC. The musics and 
 sounds have legal issues and that is specified here :
 
 http://www.happypenguin.org/forums/viewtopic.php?t=4725
 
 Because I wanted to write this port, I made this option to interact with 
 the user. He needs to enable the option to use the sounds and musics.
 
 I also said in the comment options that the files are non-free, then the 
 user is completely warned.

 I think with this, we could keep the game in the ports/ tree.

These games were removed for reason. As I remember it was stated
that (in USA law?) plain linking to copyright-infriging material
(which we anyway do, even if not installing these files) is a
problem. I think the (only) correct way to safely leave it in the
ports is to reroll the distfile without unsafe material. That should
also save you from the need to add confusing options/warnings to
the port.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
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


portmanager endlessly looping in x11

2010-08-25 Thread Chuck Robey
I have an interesting thing here: I seem to have found an endless loop in
portmanager.  It's *entirely* possible that I'm myself causing this, so I'll
explain, and if you can come up with any hints, I'll be happy to test them,
because I really do like using portmanager.

What my goal is, is to update the qt4 port, but one of the dependencies it finds
is x11/libX11 ... and two (the only 2) dependencies it finds unsatisfied for
libX11 are x11/libXau and x11/libXtrans.  Trouble is, it endlessly (and
seemingly quite successfully) rebuilds both of these, but them can't seem to
find either to mark them as satisfied (to move onlto building libX11).  I tried
to cd into both of these dirs and build them directly using make
clean/package/clean, and it succeeds fine, but portmanager *still* can't get
past them.

My ports are up to date, no more than a week old, I use cvs to keep the sources
nicely up to date.  I'd really appreciate any suggestions you can offer.
___
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


about portmanager

2010-08-25 Thread Chuck Robey
Forget what I questioned before, I found a likely reason for the odd behavior I
was seeing, so I don't need the help really anymore.

Thanks anyhow.
___
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: About ocsinventory-* in FreeBSD ports tree (/usr/ports/net-mgmt/ocsinventory-*)

2010-08-25 Thread Marcelo Araujo
Hi James,

First of all, thanks to contact me about ocs.
Well, right now both ports are in the queue of my Tinderbox, just to check
and test if everything is OK.
Soon, I believe till this weekend, I can effective the update.

Once again, thanks.
Best Regards.
- Araujo


2010/8/25 James Chang james.tech...@gmail.com

 Dear Sir,

   I found the following ports in FreeBSD are maintained by you.
 1./usr/ports/net-mgmt/ocsinventory-ng
 2./usr/ports/net-mgmt/ocsinventory-agent


   In May 13,2010, the OCS Inventory Team  has released v1.3.2 which
 fix many security bugs!
 Could you please update the ocsinventory-* in FreeBSD port tree to
 version v1.3.2 ?

 Best Regards!


 James Chang




-- 
Marcelo Araujo
ara...@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


Re: portmanager endlessly looping in x11

2010-08-25 Thread jhell
On 08/25/2010 21:27, Chuck Robey wrote:
 I have an interesting thing here: I seem to have found an endless loop in
 portmanager.  It's *entirely* possible that I'm myself causing this, so I'll
 explain, and if you can come up with any hints, I'll be happy to test them,
 because I really do like using portmanager.
 
 What my goal is, is to update the qt4 port, but one of the dependencies it 
 finds
 is x11/libX11 ... and two (the only 2) dependencies it finds unsatisfied for
 libX11 are x11/libXau and x11/libXtrans.  Trouble is, it endlessly (and
 seemingly quite successfully) rebuilds both of these, but them can't seem to
 find either to mark them as satisfied (to move onlto building libX11).  I 
 tried
 to cd into both of these dirs and build them directly using make
 clean/package/clean, and it succeeds fine, but portmanager *still* can't get
 past them.
 
 My ports are up to date, no more than a week old, I use cvs to keep the 
 sources
 nicely up to date.  I'd really appreciate any suggestions you can offer.

CC: The maintainer of ports-mgmt/portmanager is a good start. Maybe
He/She can give you some insight of the working of portmanager. I am not
sure how portmanager keeps the package database up to date but sometimes
dependencies can get messed up in the database that can cause a loop and
if not handled correctly by the upgrade process can cause a lot of
grief. In portmaster you could be using --check-depends and in
portupgrade you could use -Ffu but you don't seem to be using any of the
suggested ports-mgmt upgrade utilities so good luck. ``emphasis on
portmaster'' -- written by dougb@, so you know it works!.


Regards,

-- 

 jhell,v
___
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