Re: http://www.freshports.org/multimedia/vlc/

2011-02-02 Thread Joseph S. Atkinson

On 01/26/2011 11:50, Hans Petter Selasky wrote:

Hi,

Just a small notice:

The V4L DVB options depends on: DVBPSI=ON



I moved the --enable-dvb to the DVBPSI section with 1.1.7. These are not 
features I am able to test myself. Does this address the issue? V4L is needed 
for viewing webcams attached to localhost. DVB will allow you to rebroadcast it?



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


Re: multimedia/vlc Compile failure on upgrade

2010-11-23 Thread Joseph S. Atkinson
On 11/22/2010 15:50, David Southwell wrote:
 I have added jsa@ to the cc list.
 

Which got filtered into my folder for the ports@ mailing list, which I seldom
read. A good way to notify a maintainer to an issue is to file a problem report
via send-pr or on the web. http://www.freebsd.org/send-pr.html

Someone did file a report, along with a patch which seems to address the issue.
The patch has already been committed.
___
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: vlc install error - possibly plist error for kde4?

2010-07-12 Thread Joseph S. Atkinson

On 07/12/2010 20:24, Wesley Shields wrote:

On Mon, Jul 12, 2010 at 10:42:46PM +0200, David DEMELIER wrote:

2010/7/12 David Southwellda...@vizion2000.net:

cd: can't cd to /usr/ports/multimedia/vlc/work/fake/usr/local/share/kde4


...


I don't understand this : cd: can't cd to
/usr/ports/multimedia/vlc/work/fake/usr/local/share/kde4



Whatever options were use, the kde4 directory isn't being created. This needs to 
be checked for. Try this patch.
--- /usr/ports/multimedia/vlc/Makefile  2010-07-12 16:48:11.0 -0400
+++ Makefile2010-07-12 20:59:50.0 -0400
@@ -662,11 +662,13 @@
${SED} -e 's|^|@dirrmtry libdata/|'  ${PLIST} ; \
fi
 .for dir in icons kde4 vlc
+   if [ -d ${FAKEDIR}/share/${dir} ]; then \
cd ${FAKEDIR}/share/${dir}  ${FIND} -s * -type f -o -type l | \
${SED} -e 's|^|share/${dir}/|'  ${PLIST} \
 ${FIND} -d * -type d | \
-   ${SED} -e 's|^|@dirrmtry share/${dir}/|'  ${PLIST}
-   ${ECHO_CMD} @dirrmtry share/${dir}  ${PLIST}
+   ${SED} -e 's|^|@dirrmtry share/${dir}/|'  ${PLIST} \
+${ECHO_CMD} @dirrmtry share/${dir}  ${PLIST} ; \
+   fi
 .endfor
 .if !defined(NOPORTDOCS)
cd ${FAKEDIR}/share/doc  ${FIND} -s * -type f -o -type l | \
___
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: VLC fails to compile after cvsuping

2008-11-10 Thread Joseph S. Atkinson

Rick Voland wrote:

Rene Ladan wrote:

Eduardo Cerejo schreef:

I just cvsuped my ports tree and vlc is the only port that it is
failing to compile.  I'm using FBSD 7stable and this is the error that
I'm getting:

---  Upgrading 'vlc-0.8.6.i,2' to 'vlc-0.8.6.i_2,2' (multimedia/vlc)
---  Building '/usr/ports/multimedia/vlc'
===  Cleaning for vlc-0.8.6.i_2,2
===  vlc-0.8.6.i_2,2 has known vulnerabilities:
= vlc -- cue processing stack overflow.
   Reference:
http://www.FreeBSD.org/ports/portaudit/4b09378e-addb-11dd-a578-0030843d3802.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/multimedia/vlc.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.1384.0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=vlc-0.8.6.i,2 UPGRADE_PORT_VER=0.8.6.i,2 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! multimedia/vlc (vlc-0.8.6.i,2)(unknown build error)

I don't know if this is a FAQ yet.  Add DISABLE_VULNERABILITIES=yes to your
/etc/make.conf and try again. This doesn't solve the vulnerabilities, so
IGNORE_VULNERABILITIES would be more appropriate in my opninion.

Regards,
Rene



I am confused.  The purpose of this update is to solve the
vulnerabilities as indicated at:
http://www.freshports.org/multimedia/vlc
Fix a stack overflow vulnerability

The security notice indicates that this version should be free of this
particular issue.
http://www.vuxml.org/freebsd/4b09378e-addb-11dd-a578-0030843d3802.html
vlc -- cue processing stack overflow
Affected packages
vlc  0.8.6i_2,2

So, why is portaudit preventing the updating to this version patched to
solve the issue?


Is the spelling difference important?
0.8.6i_2,2
vs
0.8.6.i_2,2



Thanks,

Rick Voland
[EMAIL PROTECTED]





The .i is done via the magic of the ports infrastructure. Took me a 
minute to realize where that came from.


It actually looks like the wrong port revision was entered into VuXML as 
vulnerable. 0.8.6.i_2,2 is the fixed version. You should be able to 
build it manually as a one off without modifying make.conf via:


# make build deinstall reinstall DISABLE_VULNERABILITIES=true

I am trying to find out what needs to be done to fix this proper currently.

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