Re: Should USE_UNZIP be deprecated?

2012-12-22 Thread Alex Kozlov
On Fri, Dec 21, 2012 at 10:14:10PM -0500, Mikhail T. wrote:
 tar(1) has been able to extract .zip files for quite a while now. Is it 
 time to deprecated USE_UNZIP knob?
External dependency to archivers/unzip will soon be eliminated (see 
ports/172392).
 
 The ports, that use it without also altering 
 EXTRACT_{BEFORE|AFTER}_ARGS, can, probably, be in the first wave -- 
 simply removing the knob from them should do the trick...
unzip in the base for a long time and starting with OSVERSION 117
libarchive have all necessary features to properly handle archive permission.

 For the rest, portlint can be taught to warn about it...
 
 Or do we still support OS-releases, where tar was not so advanced? Thanks,


-- 
Alex
___
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: java/openjdk6 fails to build..

2012-12-22 Thread David Demelier
Okay, thanks I remove it, i may avoid some compilation problems :)


2012/12/22 Eitan Adler li...@eitanadler.com

 On 21 December 2012 19:16, David Demelier demelier.da...@gmail.com
 wrote:
  Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by
  default, I tried to build with MAKE_JOBS=1 and it works, the problem did
  appear when MAKE_JOBS=6 was set. Can you reproduce the issue?

 I want to mark this MAKE_JOBS_UNSAFE=yes and remove the current hack
 Any objection from java@ ?

  I had MAKE_JOBS=6 in my /etc/make.conf instead of MAKE_JOBS_NUMBER though

 Exactly. MAKE_JOBS is not user-settable. MAKE_JOBS_NUMBER is.  IMHO
 MAKE_JOBS should start with an _.


 --
 Eitan Adler




-- 
Demelier David
___
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: Compile fix for flphoto

2012-12-22 Thread Matthias Andree
Am 18.12.2012 08:58, schrieb Hans Petter Selasky:
 --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig
 +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx
 @@ -56,6 +56,7 @@
  
  #ifdef HAVE_LIBCUPS
  #  include cups/cups.h
 +#  include cups/ppd.h
  #endif // HAVE_LIBCUPS
 
 
 The above patch is needed in order for flphoto to compile.

Dear Hans Petter,

I have seen to that, and fixed two other compiler warnings, one of them
might have caused run-time trouble, along the way.

Thanks for the report.

Best regards,
Matthias
___
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 you maintain which are out of date

2012-12-22 Thread portscout
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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
net/liveMedia   | 2012.12.18  | 2012.12.22
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
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: CFT: vlc 2.0.5

2012-12-22 Thread René Ladan
On 22-12-2012 03:53, Kevin Oberman wrote:
 On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock n...@jelal.kn-bremen.de wrote:
 On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote:
 On 19-12-2012 22:44, Juergen Lock wrote:
 Hi!

  It's this time again, there's a new vlc release out and I want to update
 the port:

 http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch

  Everyone is invited to test this update and post any issues they find...

 A quick test with an online mp3 stream works fine, but I do get this
 message in the console:

 VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)

 Unable to load library icui18n Cannot load library icui18n: (Shared
 object libicui18n.so.48 not found, required by vlc)

 I have icu-50.1 installed, although the port does not seem to use it.
 So maybe it is triggered by some dependency.
 I don't get that here so yes it's probably a problem in a dependency.
 Sorry for those who have seen this in other threads.

 To find and fix these issues:
 Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure
 that you have the latest version!)
 # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq  somefile
 # portmaster -D `cat somefile`

 This will update all ports that are still linked to the old icu
 libraries. This should be a very short list as only a handful of ports
 link directly to these libraries. Many more depend on these ports, but
 don't directly link to libicu sharables and don't need re-building.
I tried this and some plain ldd but could not find any guilty file.

Some other results:
- MIDI playback starts, but there is no sound because SF2 files are not
installed
- the PNG snapshot is corrupt (only 0x5A or 0xA5)
- switching on motion detection seems to freeze the video

The rest seems to work fine (DVD and DVB-T not tested yet).

René
___
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

Upgrading ports problem with portupgrade(pkgng)

2012-12-22 Thread Beach Geek
System: FreeBSD/i386 10-current, base/head(src)=r244363, ports/head=r309344.

I upgraded to r244363 from an Oct 3rd(ish) version. Followed ports/UPDATING
for pkgng to edit make.conf and convert pkgdb.db.

I'm now trying to update my ports (from tree, not pkgs), and I get:

# portupgrade -ae
USING PKGNG
Stale dependency: ORBit2-2.14.19 -- glib-2.28.8_4 -- manually run
'pkgdb -F' to fix, or specify -O to force.

# pkgdb -F USING PKGNG pkgdb -F not supported with PKGNG yet. Use 'pkg
check' directly.

# pkg check -d (also tried pkg check -d -a)
#

Running portupgrade -ae gives same message as before.

Went to port tree, upgraded glib with 'make deinstall reinstall clean'.
Then
# pkg info glib glib-2.28.8_5 Some useful routines of C programming
(current stable version)

Run portupgrade -ae.. same message.

Could someone point me in the right direction...

If I'm misunderstanding the man  wiki pages, please explain (I'll even
wear the pointyhat).

Thanks, BG
___
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: CFT: vlc 2.0.5

2012-12-22 Thread Juergen Lock
On Sat, Dec 22, 2012 at 08:22:14PM +0100, René Ladan wrote:
 On 22-12-2012 03:53, Kevin Oberman wrote:
  On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock n...@jelal.kn-bremen.de 
  wrote:
  On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote:
  On 19-12-2012 22:44, Juergen Lock wrote:
  Hi!
 
   It's this time again, there's a new vlc release out and I want to update
  the port:
 
  http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch
 
   Everyone is invited to test this update and post any issues they find...
 
  A quick test with an online mp3 stream works fine, but I do get this
  message in the console:
 
  VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)
 
  Unable to load library icui18n Cannot load library icui18n: (Shared
  object libicui18n.so.48 not found, required by vlc)
 
  I have icu-50.1 installed, although the port does not seem to use it.
  So maybe it is triggered by some dependency.
  I don't get that here so yes it's probably a problem in a dependency.
  Sorry for those who have seen this in other threads.
 
  To find and fix these issues:
  Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure
  that you have the latest version!)
  # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq  somefile
  # portmaster -D `cat somefile`
 
  This will update all ports that are still linked to the old icu
  libraries. This should be a very short list as only a handful of ports
  link directly to these libraries. Many more depend on these ports, but
  don't directly link to libicu sharables and don't need re-building.
 I tried this and some plain ldd but could not find any guilty file.
 
 Some other results:
 - MIDI playback starts, but there is no sound because SF2 files are not
 installed

Well there aren't any in the distfile so that's kind of expected...
Or do you mean we should add a dep on audio/eawpats?

 - the PNG snapshot is corrupt (only 0x5A or 0xA5)
 - switching on motion detection seems to freeze the video
 
 Hmm, did any of these things work with 2.0.4?

 The rest seems to work fine (DVD and DVB-T not tested yet).

 Thanx, :)
Juergen
___
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


(${USE_GCC} == yes)

2012-12-22 Thread ajtiM
FreeBSD 9.1 RC-3

I run portsnap fetch update and it downloded and update than I ran portmaster 
-a and I got:

portmaster -a
=== Gathering distinfo list for installed ports

/usr/ports/Mk/bsd.gcc.mk, line 63: Malformed conditional (${USE_GCC} == yes)
/usr/ports/Mk/bsd.port.mk, line 6598: if-less endif
make: fatal errors encountered -- cannot continue

=== Is /usr/ports/math/atlas/Makefile missing?
=== Aborting update

In /usr/ports/math/atlas is Makefile.

Thanks in advance.


Mitja

http://www.redbubble.com/people/lumiwa
___
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: CFT: vlc 2.0.5

2012-12-22 Thread Jeffrey Bouquet


--- On Fri, 12/21/12, Kevin Oberman kob6...@gmail.com wrote:

From: Kevin Oberman kob6...@gmail.com
Subject: Re: CFT: vlc 2.0.5
To: Juergen Lock n...@jelal.kn-bremen.de
Cc: freebsd-multime...@freebsd.org, René Ladan r...@freebsd.org, 
freebsd-ports@freebsd.org
Date: Friday, December 21, 2012, 6:53 PM

On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock n...@jelal.kn-bremen.de wrote:
 On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote:
 On 19-12-2012 22:44, Juergen Lock wrote:
  Hi!
 
   It's this time again, there's a new vlc release out and I want to update
  the port:
 
      http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch
 
   Everyone is invited to test this update and post any issues they find...
 
 A quick test with an online mp3 stream works fine, but I do get this
 message in the console:

 VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)

 Unable to load library icui18n Cannot load library icui18n: (Shared
 object libicui18n.so.48 not found, required by vlc)

 I have icu-50.1 installed, although the port does not seem to use it.
 So maybe it is triggered by some dependency.

 I don't get that here so yes it's probably a problem in a dependency.

Sorry for those who have seen this in other threads.

To find and fix these issues:
Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure
that you have the latest version!)
# pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq  somefile
# portmaster -D `cat somefile`

This will update all ports that are still linked to the old icu
libraries. This should be a very short list as only a handful of ports
link directly to these libraries. Many more depend on these ports, but
don't directly link to libicu sharables and don't need re-building.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.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

This email prompted me to run the suggested tool, which found a great many 
ports linked against older libraries (yay!). So I thought I could diff that list
against a list of the build-depends-list in the ports I've tried that don't 
build.  Got
a bit more experienced with awk, but ran out of time to craft a final solution 
in
favor of one which takes much less time.  To apply part of that procedure to
this instance, perhaps run the X-dependent binary at the command line o/o X,
and it will show directly which port or library might actually need 
rebuilding.  
Found a slew of ports (gnome) to rebuild (from pcre) that way, when they
nominally might have been missed.  (It also may prevent the rebuild of  a
binary which may still vaguely fail after is rebuild, but fixing directly the 
dependency may fix more than just the primary port, providing even greater
direct fix(es).

May or may not apply in this case, though (I've not vlc installed any longer).
___
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


[RFC] databases/mariadb55-{server|client} ports

2012-12-22 Thread Alexandr Kovalenko
Hello,

I've made attempt to make ports of MariaDB 5.5.x and here my proposed
version of it.
Ports were made out of respective mysql55-* ports. They also require
minor change to Mk/bsd.database.mk

Could you please review and advise if everything is good or something
should be changed/improved.

http://pastie.org/5567310

-- 
Alexandr Kovalenko
___
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