Re: 9.1-RELEASE is out - is there any hope for an actual graphics/gimp-app?

2013-03-09 Thread Joseph A. Nagy, Jr

On 03/09/13 01:23, Matthieu Volat wrote:

On Tue, 26 Feb 2013 05:14:09 -0600 ajtiM lum...@gmail.com wrote:


[...]

Search in mailing list about GIMP 2.8 and you should find a
response from maintainer. As I remember we will wait on the 2.8
still... BTW; I use  live linux cd and it work very good. There are
also OpenBSD Live CDs and OpenBSD has 2.8. I don't know how is with
plugins on OpenBSD.


Good news, everybody: many gnome-related ports where bumped to
versions high enough to build babl, gegl and gimp in their latest
versions.

I suppose gimp 2.8 in port is near, but the impatient can more safely
use the updated makefiles I updated a while ago :
https://github.com/mazhe/gimp28_ports


Do. Not. Want. Is there any way to prevent GIMP from upgrading when the 
update in ports is official?



Disclaimer : you still have to revert to gimp 2.6 before tasks like
portmaster -r if they impact babl/gegl/gimp, as older gimp do not
build with older babl/gegl



Maybe not with the latest versions, but I have gegl with Gimp 2.6

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL
http://copyfree.org/licenses/owl/license.txt
___
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: databases/py-sqlite3 breaks due to update in libffi

2013-03-05 Thread Joseph A. Nagy, Jr

On 03/05/13 02:27, Ruslan Makhmatkhanov wrote:

Hi,

Joseph A. Nagy, Jr wrote on 05.03.2013 11:43:

python@ CC'd as listed maintainer for py-sqlite3, please reply-all or
make sure I am CC'd in all responses as I'm not subscribed to python@.


I can't reproduce. I had libffi-3.0.11 and just updated it to 3.0.12.
Then tried to build py-sqlite3 - no errors. Checked with pkg_libchk - no
port that missing old libffi library. So I believe that you failed to
follow UPDATING:20130128 in it's time.
Right now you may rebuild python to fix that, and check your installed
ports with ``pkg_libchk -q'' (from sysutils/bsdadminscripts) to get the
list of ports you need to rebuild.

snip

I've rebuilt python2.7 several times (trying to figure out why gpodder 
won't launch anymore), but I will give it a go according to the UPDATING 
instructions as that may very well be the case. Thanks for the response.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


graphics/shotwell fails to build

2013-03-05 Thread Joseph A. Nagy, Jr

Unable to build graphics/shotwell, cc'd maintainer.

/usr/bin/ld: warning: cannot find entry symbol xport-dynamic; defaulting 
to 004726b0
/usr/local/lib/libraw.so: undefined reference to 
`std::ctypechar::_M_widen_init() const@GLIBCXX_3.4.11'

/usr/local/lib/libraw.so: undefined reference to `GOMP_parallel_start'
/usr/local/lib/libraw.so: undefined reference to `GOMP_loop_dynamic_start'
/usr/local/lib/libraw.so: undefined reference to `GOMP_parallel_end'
/usr/local/lib/libraw.so: undefined reference to `omp_get_num_threads'
/usr/local/lib/libraw.so: undefined reference to `GOMP_loop_end'
/usr/local/lib/libraw.so: undefined reference to `GOMP_barrier'
/usr/local/lib/libraw.so: undefined reference to `omp_get_thread_num'
/usr/local/lib/libraw.so: undefined reference to `GOMP_loop_dynamic_next'
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)

gmake: *** [shotwell] Error 1
*** [do-build] Error code 1

Stop in /usr/ports/graphics/shotwell.

=== make failed for graphics/shotwell
=== Aborting update

Terminated
Terminated
Terminated
Terminated
Terminated
Terminated
Terminated
Terminated
Terminated
Terminated
Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags graphics/shotwell


Last time I tried with gcc it exited without building so I'm unsure how 
to proceed.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: audio/audacity still does not compile due to issues with soundtouch

2013-03-05 Thread Joseph A. Nagy, Jr

On 03/05/13 05:59, Dimitry Andric wrote:

On 2013-03-05 06:06, Joseph A. Nagy, Jr wrote:

On 03/04/13 22:42, Joseph A. Nagy, Jr wrote:

I am still having issues with Audacity trying to compile in soundtouch
plugins. Is this an issue with the port (there is no config option to
disable this behavior) or is it an upstream issue?


Full error messages follow:
effects/SoundTouchEffect.cpp:209:31: error: cannot initialize a
parameter of type 'const SAMPLETYPE *'
(aka 'const short *') with an lvalue of type 'float *'
mSoundTouch-putSamples(buffer, block);
^~
/usr/local/include/soundtouch/SoundTouch.h:237:31: note: passing
argument to parameter 'samples' here
  const SAMPLETYPE *samples,  /// Pointer to sample buffer.
^


It looks like you have configured the Soundtouch port with the
INTEGER_SAMPLES option.  In that case, Soundtouch defines SAMPLETYPE to
short, and apparently Audacity is hardcoded to expect float samples
instead.

Maybe this should be reported to Audacity, but I can imagine they would
say Soundtouch must be configured with float samples. :-)


I will report it to Audacity, right after I rebuild soundtouch w/o 
integer samples selected as an option.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Dropbox on FreeBSD

2013-03-05 Thread Joseph A. Nagy, Jr

On 03/05/13 06:04, mildbeard wrote:

There is a votebox on this question on the dropbox site.  The petition to add
FreeBSD support to dropbox is in second place on the most popular list.  I
find that really encouraging.

The petition is actually very close to overtaking the most popular
suggestion (adding support for languages other than English.)

For anyone who would run Dropbox on BSD if it were natively supported,
voting for this initiative may be the best way to encourage them to add such
support.

https://www.dropbox.com/votebox/186/add-support-for-freebsd

Thanks,
Erik



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Dropbox-on-FreeBSD-tp5770683p5792802.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



I have given all my votes to that petition at least twice in the past 
several months. I'll do so again and again until it's in ports with 
native support. I have nearly 8GB of free space on Dropbox going to waste...


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: audio/audacity still does not compile due to issues with soundtouch

2013-03-05 Thread Joseph A. Nagy, Jr

On 03/05/13 09:13, Dimitry Andric wrote:
snip

Joseph, can you please try out the attached diff for Audacity?

I have attempted to fix the assumption that samples are always in float
format, and Audacity now compiles and links, even if Soundtouch is
configured with the INTEGER_SAMPLES options.

However, I cannot currently test if this still properly works at
runtime.  Maybe you are able to run this on a test setup, and check if
the Soundtouch effects seem to work as expected.


I sure will as the project I was running is on hiatus for now so I have 
some time to test. Thanks, I'll try to get back to you tonight.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


audio/audacity still does not compile due to issues with soundtouch

2013-03-04 Thread Joseph A. Nagy, Jr

Maintainer cc'd

I am still having issues with Audacity trying to compile in soundtouch 
plugins. Is this an issue with the port (there is no config option to 
disable this behavior) or is it an upstream issue?

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: audio/audacity still does not compile due to issues with soundtouch

2013-03-04 Thread Joseph A. Nagy, Jr

On 03/04/13 22:56, Jeffrey Bouquet wrote:



--- On Mon, 3/4/13, Joseph A. Nagy, Jr jnagyjr1...@gmail.com
wrote:


having issues with Audacity trying to compile in soundtouch
plugins. Is this an issue with the port (there is no config option
to disable this behavior) or is it an upstream issue? -- Yours in
Christ,



Joseph A Nagy Jr



FWIW soundtouch has not built here for quite a while...

snip

I have it installed (installed it a while back iirc), it's just when
audacity tries to compile in whatever soundtouch-related libraries it
chokes up and dies a horrible, burning death.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL
http://copyfree.org/licenses/owl/license.txt
___
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: audio/audacity still does not compile due to issues with soundtouch

2013-03-04 Thread Joseph A. Nagy, Jr

On 03/04/13 22:42, Joseph A. Nagy, Jr wrote:

Maintainer cc'd

I am still having issues with Audacity trying to compile in soundtouch
plugins. Is this an issue with the port (there is no config option to
disable this behavior) or is it an upstream issue?


Full error messages follow:
effects/SoundTouchEffect.cpp:209:31: error: cannot initialize a 
parameter of type 'const SAMPLETYPE *'

  (aka 'const short *') with an lvalue of type 'float *'
  mSoundTouch-putSamples(buffer, block);
  ^~
/usr/local/include/soundtouch/SoundTouch.h:237:31: note: passing 
argument to parameter 'samples' here

const SAMPLETYPE *samples,  /// Pointer to sample buffer.
  ^
effects/SoundTouchEffect.cpp:215:23: error: no matching member function 
for call to 'receiveSamples'

 mSoundTouch-receiveSamples(buffer2, outputCount);
 ~^~
/usr/local/include/soundtouch/FIFOSamplePipe.h:190:18: note: candidate 
function not viable: no known conversion from

  'float *' to 'SAMPLETYPE *' (aka 'short *') for 1st argument;
virtual uint receiveSamples(SAMPLETYPE *outBuffer, /// Buffer 
where to copy output samples.

 ^
/usr/local/include/soundtouch/FIFOSamplePipe.h:203:18: note: candidate 
function not viable: requires 1 argument, but 2

  were provided
virtual uint receiveSamples(uint maxSamples   /// Remove this many 
samples from the beginning of pipe.

 ^
effects/SoundTouchEffect.cpp:234:20: error: no matching member function 
for call to 'receiveSamples'

  mSoundTouch-receiveSamples(buffer2, outputCount);
  ~^~
/usr/local/include/soundtouch/FIFOSamplePipe.h:190:18: note: candidate 
function not viable: no known conversion from

  'float *' to 'SAMPLETYPE *' (aka 'short *') for 1st argument;
virtual uint receiveSamples(SAMPLETYPE *outBuffer, /// Buffer 
where to copy output samples.

 ^
/usr/local/include/soundtouch/FIFOSamplePipe.h:203:18: note: candidate 
function not viable: requires 1 argument, but 2

  were provided
virtual uint receiveSamples(uint maxSamples   /// Remove this many 
samples from the beginning of pipe.

 ^
effects/SoundTouchEffect.cpp:307:31: error: cannot initialize a 
parameter of type 'const SAMPLETYPE *'

  (aka 'const short *') with an lvalue of type 'float *'
  mSoundTouch-putSamples(soundTouchBuffer, blockSize);
  ^~~~
/usr/local/include/soundtouch/SoundTouch.h:237:31: note: passing 
argument to parameter 'samples' here

const SAMPLETYPE *samples,  /// Pointer to sample buffer.
  ^
effects/SoundTouchEffect.cpp:373:17: error: no matching member function 
for call to 'receiveSamples'

   mSoundTouch-receiveSamples(outputSoundTouchBuffer, outputCount);
   ~^~
/usr/local/include/soundtouch/FIFOSamplePipe.h:190:18: note: candidate 
function not viable: no known conversion from

  'float *' to 'SAMPLETYPE *' (aka 'short *') for 1st argument;
virtual uint receiveSamples(SAMPLETYPE *outBuffer, /// Buffer 
where to copy output samples.

 ^
/usr/local/include/soundtouch/FIFOSamplePipe.h:203:18: note: candidate 
function not viable: requires 1 argument, but 2

  were provided
virtual uint receiveSamples(uint maxSamples   /// Remove this many 
samples from the beginning of pipe.

 ^
12 warnings and 5 errors generated.
gmake[1]: *** [effects/SoundTouchEffect.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/audio/audacity/work/audacity-src-2.0.3/src'

gmake: *** [audacity] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/audio/audacity.
*** [build] Error code 1

Stop in /usr/ports/audio/audacity.

=== make failed for audio/audacity
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags audio/audacity

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


databases/py-sqlite3 breaks due to update in libffi

2013-03-04 Thread Joseph A. Nagy, Jr
python@ CC'd as listed maintainer for py-sqlite3, please reply-all or 
make sure I am CC'd in all responses as I'm not subscribed to python@.


=== www/firefox 2/3  py27-sqlite3-2.7.3_2 (14/14)

===  Cleaning for py27-sqlite3-2.7.3_3
===   py27-sqlite3-2.7.3_3 depends on file: /usr/local/sbin/pkg - found
===  Extracting for py27-sqlite3-2.7.3_3
= SHA256 Checksum OK for python/Python-2.7.3.tar.xz.
===  Patching for py27-sqlite3-2.7.3_3
===   py27-sqlite3-2.7.3_3 depends on file: /usr/local/bin/python2.7 - 
found

===   py27-sqlite3-2.7.3_3 depends on shared library: sqlite3 - found
===  Configuring for py27-sqlite3-2.7.3_3
Traceback (most recent call last):
  File setup.py, line 36, in module
import ctypes
  File /usr/local/lib/python2.7/ctypes/__init__.py, line 10, in module
from _ctypes import Union, Structure, Array
ImportError: Shared object libffi.so.5 not found, required by _ctypes.so
*** [do-configure] Error code 1

Stop in /usr/ports/databases/py-sqlite3.

=== make failed for databases/py-sqlite3
=== Aborting update

=== Update for py27-sqlite3-2.7.3_2 failed
=== Aborting update

=== Update for www/firefox failed
=== Aborting update

The last entry in /usr/ports/UPDATING regarding libffi is
20130128:
  AFFECTS: users of libffi
  AUTHOR j...@freebsd.org

  libffi has been updated to 3.0.11.  Please rebuild all ports that
  depends on it:

  If you use portmaster:
portmaster -w -r libffi
  If you use portupgrade:
portupgrade -fr devel/libffi
  If you use pkgng with binary packages:
pkg install -fR devel/libffi

I don't recall even having libffi at that time, nor have I had problem 
until now, though this problem wouldn't be solved by the update 
instructions above.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Issues Compiling editors/openoffice-3

2013-02-22 Thread Joseph A. Nagy, Jr

On 02/21/13 22:42, Pedro Giffuni wrote:

Hello;

OpenOffice, and particularly the internal stlport it uses doesnt compile with 
clang.

Cheers,

Pedro.

Inviato da iPad



Well stink. No problem, I'll comment out those sections in my make.conf 
and go from there. Thanks!


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Status/version of graphics/png?

2013-02-22 Thread Joseph A. Nagy, Jr

On 02/22/13 12:22, Thomas Mueller wrote:

What is the status of graphics/png?

I noticed NetBSD pkgsrc was prompt in updating to 1.6 (or was it 1.6.0?), even 
though they are behind in some other packages.

I'm concerned with the prospect of having to rebuild all ports that depend on png 
when 1.5.x - 1.6.



Tom


I too would like to know (:

If it's far enough ahead, I might try and schedule an 
installfest/upgrade party somewhere.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: State of pkgng?

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/20/13 21:08, andrew clarke wrote:

On Wed 2013-02-20 17:45:52 UTC-0800, Darren Pilgrim 
(list_free...@bluerosetech.com) wrote:


Reading the pkgng page on the wiki:

As a consequence of the security incident on 11th November 2012, for
the time being pre-compiled packages for pkgng are not available from
any official FreeBSD repository. [...] Target dates for when service may
be resumed have not been released.

Is that still the case?  Is pkgng presently a non-starter?


Just to be clear, pkgng is not broken. You can still use it with the
Ports tree or use it to install locally-built packages.
___
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



I use portmaster and pgkng together. Works out brilliantly.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr
Is anyone else having an issue with enigmail-1.4.6 (re)building with 
mail/thunderbird even though it's not selected? Ive had it not selected 
for two updates now and it's still listed in add-ons. I'm wanting to try 
the one from addons.mozilla.org but I can't enable it with 1.4.6 
installed concurrently.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 19:47, John Marshall wrote:

On 22/02/2013 12:18, Joseph A. Nagy, Jr wrote:

Is anyone else having an issue with enigmail-1.4.6 (re)building with
mail/thunderbird even though it's not selected? Ive had it not selected
for two updates now and it's still listed in add-ons. I'm wanting to try
the one from addons.mozilla.org but I can't enable it with 1.4.6
installed concurrently.


See /usr/ports/UPDATING for 20121010.

Enigmail is now (optionally) integrated with Thunderbird. You need to


I am aware of this, but the enigmail in ports causes current Thunderbird 
to crash when you try to do anything useful with it (unless enigmail in 
ports has been updated to 1.5.0). I don't want the enigmail in ports. 
Period.



delete the old Enigmail port before building Thunderbird.




--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 19:45, Bernt Hansson wrote:

2013-02-22 02:18, Joseph A. Nagy, Jr skrev:

Is anyone else having an issue with enigmail-1.4.6 (re)building with
mail/thunderbird even though it's not selected? Ive had it not selected
for two updates now and it's still listed in add-ons. I'm wanting to try
the one from addons.mozilla.org but I can't enable it with 1.4.6
installed concurrently.


Have you tried:

cd mail/thunderbird  make rmconfig  make


No, but after multiple svn updates and one or two complete ports tree 
removals between builds, I was hoping it wasn't necessary.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 21:07, John Marshall wrote:

On 22/02/2013 13:33, Joseph A. Nagy, Jr wrote:

On 02/21/13 19:47, John Marshall wrote:

On 22/02/2013 12:18, Joseph A. Nagy, Jr wrote:

Is anyone else having an issue with enigmail-1.4.6 (re)building with
mail/thunderbird even though it's not selected? Ive had it not selected
for two updates now and it's still listed in add-ons. I'm wanting to try
the one from addons.mozilla.org but I can't enable it with 1.4.6
installed concurrently.


See /usr/ports/UPDATING for 20121010.

Enigmail is now (optionally) integrated with Thunderbird. You need to
delete the old Enigmail port before building Thunderbird.


I am aware of this, but the enigmail in ports causes current Thunderbird
to crash when you try to do anything useful with it (unless enigmail in
ports has been updated to 1.5.0). I don't want the enigmail in ports.
Period.


So you haven't disabled and deleted your old Add-on(s)?


You cannot delete the compiled-in-from-ports enigmail in that manner, 
I've tried, frequently.



- Disable and delete your ancient Enigmail Add-on from Tools--Add-ons
- pkg_delete any existing Enigmail package you have installed
- Install the current Thunderbird port
   - without the Enigmail option if you don't want Enigmail; or
   - with the Enigmail option if you want the integrated Enigmail 1.5.1



Ports enigmail has been updated? My complaint with the former ports 
enigmail was it kept crashing Thunderbird.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


Issues Compiling editors/openoffice-3

2013-02-21 Thread Joseph A. Nagy, Jr
I've been having issues compiling editors/openoffice-3 for several weeks 
and I'm not sure where the problem is cropping up.


# less /etc/make.conf
WITH_PKGNG=yes
# added by use.perl 2012-12-11 17:43:33
PERL_VERSION=5.16.2
#Add in clang after rebuilding world
WITH_CLANG=YES
CXX=clang++
CPP=clang-cpp
CC=clang
#kernel building
KERNCONF=ALEX-LAPTOP
#ruby support
RUBY_VER=1.9
RUBY_VERSION=1.9
RUBY_DEFAULT_VERSION=1.9
#python support
PYTHON_DEFAULT_VERSION=python2.7
#random stuff
WITH_CUPS=YES
CUPS_OVERWRITE_BASE=YES
WITHOUT_LPR=YES
WITH_BERKELEYDB=db48
WITH_BDB_VER=48

The error message and some of the scrollback:

touch ../../unxfbsdx.pro/misc/build/so_installed_commons-lang
cp -f 
../../unxfbsdx.pro/misc/build/commons-lang-2.3-src/dist/commons-lang-2.3.jar 
../../unxfbsdx.pro/class

touch ../../unxfbsdx.pro/misc/build/so_predeliver_commons-lang
apache-commons deliver
deliver -- version: 275594
COPY: build.lst - 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/inc/apache-commons/build.lst
COPY: ../unxfbsdx.pro/class/commons-logging-1.1.1-SNAPSHOT.jar - 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/bin/commons-logging-1.1.1.jar
COPY: ../unxfbsdx.pro/class/commons-codec-1.3.jar - 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/bin/commons-codec-1.3.jar
COPY: ../unxfbsdx.pro/class/commons-httpclient.jar - 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/bin/commons-httpclient-3.1.jar
COPY: ../unxfbsdx.pro/class/commons-lang-2.3.jar - 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/bin/commons-lang-2.3.jar
LOG: writing 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/inc/apache-commons/deliver.log
Module 'apache-commons' delivered successfully. 5 files copied, 0 files 
unchanged


2 module(s):
stlport
soltools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/stlport
ERROR: error 65280 occurred while making 
/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/soltools/giparser


When you have fixed the errors in that module you can resume the build 
by running:


build --from stlport soltools

*** [do-build] Error code 1

Stop in /usr/ports/editors/openoffice-3.
*** [build] Error code 1

Stop in /usr/ports/editors/openoffice-3.

=== make failed for editors/openoffice-3
=== Aborting update

Terminated
=== Installation of graphics/vigra (vigra-1.9.0_1) complete


=== You can restart from the point of failure with this command line:
   portmaster flags editors/openoffice-3

I can run script(1) and retry the compile and upload that to a pastebin 
if need be.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 21:17, John Marshall wrote:

On 22/02/2013 14:09, Joseph A. Nagy, Jr wrote:

Ports enigmail has been updated? My complaint with the former ports
enigmail was it kept crashing Thunderbird.


There is no Enigmail port. It disappeared back in October 2012.


It's still pulled in by the ports system. Potatoe potatoe (that really 
doesn't come off the same in text, heh).



If you have removed all traces of Enigmail packages on your system, and
you cannot delete the Enigmail Add-on from Thunderbird (I haven't tried
since the integration), I suggest building Thunderbird WITH the Enigmail
option and see if that brings your Enigmail up to date (1.5.1).



Worth a try. I miss using enigmail.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 21:07, Michael Gmelin wrote:

On Thu, 21 Feb 2013 20:36:45 -0600
Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote:


On 02/21/13 19:45, Bernt Hansson wrote:

2013-02-22 02:18, Joseph A. Nagy, Jr skrev:

Is anyone else having an issue with enigmail-1.4.6 (re)building
with mail/thunderbird even though it's not selected? Ive had it
not selected for two updates now and it's still listed in add-ons.
I'm wanting to try the one from addons.mozilla.org but I can't
enable it with 1.4.6 installed concurrently.


Have you tried:

cd mail/thunderbird  make rmconfig  make

No, but after multiple svn updates and one or two complete ports tree
removals between builds, I was hoping it wasn't necessary.


If you say ports tree removal, does that include /var/db/ports/*?



No, just an 'rm -rf /usr/ports/*'

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: mail/thunderbird builds with enigmail even though not selected in options

2013-02-21 Thread Joseph A. Nagy, Jr

On 02/21/13 21:28, Michael Gmelin wrote:

On Thu, 21 Feb 2013 21:15:30 -0600
Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote:


On 02/21/13 21:07, Michael Gmelin wrote:

On Thu, 21 Feb 2013 20:36:45 -0600
Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote:


On 02/21/13 19:45, Bernt Hansson wrote:

2013-02-22 02:18, Joseph A. Nagy, Jr skrev:

Is anyone else having an issue with enigmail-1.4.6 (re)building
with mail/thunderbird even though it's not selected? Ive had it
not selected for two updates now and it's still listed in
add-ons. I'm wanting to try the one from addons.mozilla.org but
I can't enable it with 1.4.6 installed concurrently.


Have you tried:

cd mail/thunderbird  make rmconfig  make

No, but after multiple svn updates and one or two complete ports
tree removals between builds, I was hoping it wasn't necessary.


If you say ports tree removal, does that include /var/db/ports/*?


No, just an 'rm -rf /usr/ports/*'


Ah ok. In case you want to completely clean up and start from scratch
(like you assumed you would after removing the ports tree)
removing /var/db/ports/* might be a good idea, since all OPTIONS are
stored in there (make rmconfig should do the trick as well). Don't
think this is the root of your current problem, but might be helpful
for future endeavours.



Thanks, I appreciate the tip. (:

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


x11-wm/windowmaker and x11-wm/libwraster

2013-02-19 Thread Joseph A. Nagy, Jr
I have an issue with upgrading windowmaker in that it now pulls in 
x11-wm/libwraster and they both want to install a man page in the same 
place[0], unfortunately the proposed workaround[1] doesn't work. Anyone 
have any other ideas? Again, I have done all the steps in the pr and 
build fails as libwraster is automatically pulled in and attempts to 
build before windowmaker does.


[0]: http://www.freebsd.org/cgi/query-pr.cgi?pr=176175
[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175955
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: x11-wm/windowmaker and x11-wm/libwraster

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 09:45, Olivier Smedts wrote:

2013/2/19 Joseph A. Nagy, Jr jnagyjr1...@gmail.com:

I have an issue with upgrading windowmaker in that it now pulls in
x11-wm/libwraster and they both want to install a man page in the same
place[0], unfortunately the proposed workaround[1] doesn't work. Anyone have
any other ideas? Again, I have done all the steps in the pr and build fails
as libwraster is automatically pulled in and attempts to build before
windowmaker does.

[0]: http://www.freebsd.org/cgi/query-pr.cgi?pr=176175
[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175955


Can you try deinstalling windowmaker before (re)installing it ? It
seems the update can't be performed because WindowMaker-0.95.4 needs
libwraster-0.95.4, but libwraster-0.95.4 installs a file in the same
place than your old WindowMaker-0.95.3. That's not allowed by pkgng
(are you using 10-CURRENT BTW ?).


I got that much, and will follow that procedure 
(deinstalling/reinstalling Windowaker) as much as I dislike it.


From the first link:
FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP amd64



There should be a procedure to solve this case in /usr/ports/UPDATING.


I haven't been able to find anything.


Please ask the maintainer to add one if reinstalling windowmaker works
for you.

Cheers




ports@ is the maintainer for WindowMaker and there is no maintainer 
entry for libwraster


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: x11-wm/windowmaker and x11-wm/libwraster

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 09:45, Olivier Smedts wrote:

2013/2/19 Joseph A. Nagy, Jr jnagyjr1...@gmail.com:

I have an issue with upgrading windowmaker in that it now pulls in
x11-wm/libwraster and they both want to install a man page in the same
place[0], unfortunately the proposed workaround[1] doesn't work. Anyone have
any other ideas? Again, I have done all the steps in the pr and build fails
as libwraster is automatically pulled in and attempts to build before
windowmaker does.

[0]: http://www.freebsd.org/cgi/query-pr.cgi?pr=176175
[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175955


Can you try deinstalling windowmaker before (re)installing it ? It

snip

that did the trick.

# cd /usr/ports/x11-wm/windowmaker
# make rmconfig deinstall reinstall clean

libwraster installed just fine.



--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

# uname -a
FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP 
 amd64


/bin/sh /usr/local/bin/libtool  --tag=CC--mode=link gcc  -O2 -pipe 
-fno-strict-aliasing -Wall -Wextra -Wno-sign-compare 
-Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD   -L/usr/local/lib 
-o wmaker actions.o appicon.o  application.o appmenu.o balloon.o 
client.o colormap.o cycling.o  defaults.o dialog.o dock.o  dockedapp.o 
event.o framewin.o  geomview.o icon.o main.o  menu.o misc.o osdep_bsd.o 
 monitor.o motif.o moveres.o  pixmap.o placement.o properties.o 
resources.o rootmenu.o screen.o  session.o shutdown.o switchpanel.o 
stacking.o startup.o superfluous.o  switchmenu.o texture.o usermenu.o 
xdnd.o xinerama.o xmodifier.o  xutil.o wcore.o wdefaults.o  window.o 
winmenu.o winspector.o  wmspec.o workspace.o ../WINGs/libWINGs.la 
../WINGs/libWUtil.la -lwraster  -L/usr/local/lib -R/usr/local/lib 
-lXrandr  -lXinerama  -lXext -lX11   -lm
libtool: link: gcc -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD -o 
.libs/wmaker actions.o appicon.o application.o appmenu.o balloon.o 
client.o colormap.o cycling.o defaults.o dialog.o dock.o dockedapp.o 
event.o framewin.o geomview.o icon.o main.o menu.o misc.o osdep_bsd.o 
monitor.o motif.o moveres.o pixmap.o placement.o properties.o 
resources.o rootmenu.o screen.o session.o shutdown.o switchpanel.o 
stacking.o startup.o superfluous.o switchmenu.o texture.o usermenu.o 
xdnd.o xinerama.o xmodifier.o xutil.o wcore.o wdefaults.o window.o 
winmenu.o winspector.o wmspec.o workspace.o  -L/usr/local/lib 
../WINGs/.libs/libWINGs.so 
/usr/ports/x11-wm/windowmaker/work/WindowMaker-0.95.4/WINGs/.libs/libWUtil.so 
/usr/local/lib/libXft.so /usr/local/lib/libfontconfig.so 
/usr/local/lib/libfreetype.so -lbz2 /usr/local/lib/libexpat.so 
../WINGs/.libs/libWUtil.so /usr/local/lib/libwraster.so 
/usr/local/lib/libtiff.so -llzma -ljbig -lz /usr/local/lib/libXpm.so 
-lpng /usr/local/lib/libjpeg.so /usr/local/lib/libgif.so 
/usr/local/lib/libXmu.so /usr/local/lib/libXt.so /usr/local/lib/libSM.so 
/usr/local/lib/libICE.so /usr/local/lib/libXrandr.so 
/usr/local/lib/libXrender.so /usr/local/lib/libXinerama.so 
/usr/local/lib/libXext.so /usr/local/lib/libX11.so 
/usr/local/lib/libxcb.so /usr/local/lib/libXau.so 
/usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc 
-lm -Wl,-rpath -Wl,/usr/local/lib

main.o: In function `main':
main.c:(.text+0x707): undefined reference to `inotify_init'
main.c:(.text+0x73d): undefined reference to `inotify_add_watch'
*** [wmaker] Error code 1
1 error
*** [all] Error code 2
1 error
*** [all-recursive] Error code 1
1 error
*** [all] Error code 2
1 error
*** [do-build] Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
*** [build] Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 10:39, Daniel Nebdal wrote:

The obvious issue is apparently that there's not an -linotify in
that argument list (or, alternatively, that is uses inotify functions
when it shouldn't) - though I'm far from sure why that would happen.
Do you have devel/libinotify installed? What does grep inotify
work/Window*/config.log  say?


--
Daniel Nebdal


configure:12047: checking sys/inotify.h usability
configure:12047: gcc -c -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD 
-I/usr/local/include conftest.c 5

configure:12047: $? = 0
configure:12047: result: yes
configure:12047: checking sys/inotify.h presence
configure:12047: gcpp -I/usr/local/include conftest.c
configure:12047: $? = 0
configure:12047: result: yes
configure:12047: checking for sys/inotify.h
configure:12047: result: yes
...
ac_cv_header_sys_inotify_h=yes

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 11:38, Daniel Nebdal wrote:

Right, so it does find it - it just neglects to set the right flag
later. If I manage to both find the time and reproduce it, I can dig a
bit - though you're more likely to get a usful answer if someone that
actually knows about this chimes in in the meantime. :)


--
Daniel Nebdal

snip

I hope it's soon, I'm running on a cached wmaker session (I deinstalled 
to install libwraster, see previous thread). I have some other window 
managers installed but I haven't been able to launch them from slim, yet.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 12:03, Rainer Hurling wrote:

On 19.02.2013 18:44 (UTC+2), Joseph A. Nagy, Jr wrote:

On 02/19/13 11:38, Daniel Nebdal wrote:

Right, so it does find it - it just neglects to set the right flag
later. If I manage to both find the time and reproduce it, I can dig a
bit - though you're more likely to get a usful answer if someone that
actually knows about this chimes in in the meantime. :)


--
Daniel Nebdal

snip

I hope it's soon, I'm running on a cached wmaker session (I deinstalled
to install libwraster, see previous thread). I have some other window
managers installed but I haven't been able to launch them from slim, yet.



As an ugly workaround you can deinstall devel/libinotify, install
windowmaker and after that reinstall devel/libinotify.

HTH,
Rainer Hurling



That seems to have done it. Very crufty fix. Thanks for the help folks. (:

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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 with version numbers going backwards: sysutils/fusefs-httpfs

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 12:52, er...@freebsd.org wrote:

** The following ports have a version number that sorts before a previous one **

  For many package tools to work correctly, it is of utmost importance that
  version numbers of a port form a monotonic increasing sequence over time.
  Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
  more information. Tools that won't work include pkg_version, portupgrade
  and portaudit. A common error is an accidental deletion of PORTEPOCH.

  Please fix any errors as soon as possible.

  The ports tree was updated at Tue Feb 19 2013 18:36:41 UTC.

- *sysutils/fusefs-httpfs* po...@freebsd.org: fusefs-httpfs-2.0.1.5  
fusefs-httpfs-2.06.08.26


___
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



I have a similar issue with ruby:

ruby-1.9.3.327,1  succeeds port (port has 1.9,1)

CC'd to ruby@

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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 with version numbers going backwards: sysutils/fusefs-httpfs

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 13:48, Chris Rees wrote:

On 19 February 2013 18:56, Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote:

On 02/19/13 12:52, er...@freebsd.org wrote:


** The following ports have a version number that sorts before a previous
one **

   For many package tools to work correctly, it is of utmost importance
that
   version numbers of a port form a monotonic increasing sequence over
time.
   Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
   more information. Tools that won't work include pkg_version, portupgrade
   and portaudit. A common error is an accidental deletion of PORTEPOCH.

   Please fix any errors as soon as possible.

   The ports tree was updated at Tue Feb 19 2013 18:36:41 UTC.

- *sysutils/fusefs-httpfs* po...@freebsd.org: fusefs-httpfs-2.0.1.5 
fusefs-httpfs-2.06.08.26


I have a similar issue with ruby:

ruby-1.9.3.327,1  succeeds port (port has 1.9,1)

CC'd to ruby@


I'm guessing you're using portversion?  Is the pkgdb up to date?

[crees@pegasus]~% make -f /usr/ports/lang/ruby19/Makefile -VPORTVERSION
1.9.3.385

Chris



No, pkg version in a crontab entry from which I also update ports nightly:

00  01  *   *   *   root/usr/local/bin/svn up 
/usr/ports; /usr/sbin/pkg version -vL=  /root/updated-pkg-list


(before anyone asks, despite having PATH defined, I still need to put 
full path on commands, dunno why)

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


audio/audacity and audio/gstreamer-plugins-soundtouch fails due to SoundTouch

2013-02-18 Thread Joseph A. Nagy, Jr
.

 ^
gstpitch.cc:901:25: error: cannot initialize a parameter of type 'const 
SAMPLETYPE *' (aka 'const short *') with an

  rvalue of type 'gfloat *' (aka 'float *')
  priv-st-putSamples ((gfloat *) GST_BUFFER_DATA (buffer),
^~
/usr/local/include/soundtouch/SoundTouch.h:237:31: note: passing 
argument to parameter 'samples' here

const SAMPLETYPE *samples,  /// Pointer to sample buffer.
  ^
2 errors generated.
gmake: *** [libgstsoundtouch_la-gstpitch.lo] Error 1
*** [do-build] Error code 2

Stop in /usr/ports/audio/gstreamer-plugins-soundtouch.

=== make failed for audio/gstreamer-plugins-soundtouch
=== Aborting update

=== Update for audio/gstreamer-plugins-soundtouch failed
=== Aborting update

=== Update for multimedia/gstreamer-plugins-all failed
=== Aborting update

Now, audio/audacity no longer includes a configurable option (via make 
config) to include/not include soundtouch, and of course 
audio/gstreamer-plugins-soundtouch would require soundtouch. Right now 
I'm more interested in getting Audacity back up and running. Any help 
would be appreciated.


# uname -a
FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP 
 amd64

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Status of sci/gramps?

2013-02-14 Thread Joseph A. Nagy, Jr

On 02/13/13 13:22, Robert Huff wrote:


Joseph A. Nagy, Jr writes:


  What's the status on sci/gramps? Has the latest (or close to it)
  version been ported? Is there a list I should be on to see if it
  has or discuss it? I am really interested in this port and
  haven't heard from the new maintainer in a while.


gramps-3.3.0 builds and runs for me on amd64.  Mind you, I
don't do anything that's likely to kick over any rocks 


Robert Huff







Sorry if I don't believe you:
http://www.gramps-project.org/bugs/view.php?id=6157

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Status of sci/gramps?

2013-02-14 Thread Joseph A. Nagy, Jr

On 02/14/13 09:00, Robert Huff wrote:


Joseph A. Nagy, Jr writes:


 What's the status on sci/gramps? Has the latest (or close to it)
 version been ported? Is there a list I should be on to see if it
 has or discuss it? I am really interested in this port and
 haven't heard from the new maintainer in a while.
  
gramps-3.3.0 builds and runs for me on amd64.  Mind you, I
   don't do anything that's likely to kick over any rocks 


You may believe what you like.
I choose to believe what I have appended.
System:

FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012  amd64


Respectfully,


Robert Huff


1) FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP 
 amd64

2) Your image came through as a bunch of text.
3) Even if you got it running, it doesn't change that 3.4.2 has been out 
for ages or the fact that 4.0.0 is in development or the fact that the 
last time this discussion was had someone volunteered to take over 
maintainer-ship and upgrade the version in ports. I don't know when you 
installed gramps on your machine, but I have not been able to get it to 
work (for various definitions of work) on mine since I've been using 
FreeBSD (admittedly a few short months). Right now I can launch (I 
modified the make file to pull and build 3.4.2) it but the import 
function causes it to lock up and stop responding (could just be a 
python issue, I have a similar issue with gpodder). So you having 3.3.x 
working on your machine means absolutely nothing to me.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


Problem with x11-wm/windowmaker and x11-wm/libwrastr

2013-02-14 Thread Joseph A. Nagy, Jr

===   Compressing manual pages for libwraster-0.95.4
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for libwraster-0.95.4 as automatic
Installing libwraster-0.95.4...pkg: libwraster-0.95.4 conflicts with 
windowmaker-0.95.3 (installs files into the same place).  Problematic 
file: /usr/local/man/man1/get-wraster-flags.1.gz

*** [fake-pkg] Error code 70

Stop in /usr/ports/x11-wm/libwraster.

=== Installation of libwraster-0.95.4 (x11-wm/libwraster) failed
=== Aborting update

=== Update for x11-wm/libwraster failed
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags x11-wm/windowmaker x11-wm/libwraster

There are no options to config libwraster and no option to turn off man 
pages for windowmaker.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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


Status of sci/gramps?

2013-02-13 Thread Joseph A. Nagy, Jr
What's the status on sci/gramps? Has the latest (or close to it) version 
been ported? Is there a list I should be on to see if it has or discuss 
it? I am really interested in this port and haven't heard from the new 
maintainer in a while.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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-02-11 Thread Joseph A. Nagy, Jr

On 02/11/13 09:21, Gerald Pfeifer wrote:

Hi Anton,

On Thu, 7 Feb 2013, Anton Shterenlikht wrote:

snip

And anyway, 4.7 will be the default soon, right?


That's what I have been hoping to do, yes.  With the ports
build cluster being unavailable for months now, we simply
could not do the necessary testing though.

Anyone who wants to give this a try, I'd be happy to see that.


It was my understanding GCC any version is being phased out (at least as 
a default) in favor of clang/llvm? Has this changed?


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: 9.1-RELEASE is out - is there any hope for an actual graphics/gimp-app?

2013-02-10 Thread Joseph A. Nagy, Jr

On 02/10/13 07:51, Jerry wrote:

On Sun, 10 Feb 2013 13:54:20 +0100
Heino Tiedemann articulated:


Now wh have the new FreeBSD 9.1 RELEASE - is there hope for an actual
Gimp?


There is always hope. There is also Scotch.



My hope is that GIMP 2.9 or 3.0 comes out before 2.8 gets added to ports 
and fixes the abysmal GUI in GIMP 2.8. I absolutely hate the new look.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
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: Cronjob Cvsup - What?

2013-01-27 Thread Joseph A. Nagy, Jr

On 01/27/13 07:22, Thomas Mueller wrote:
snip

Unless you have a specific reason why portsnap doesn't fit your use
case, it's definitely the way to go for just keeping a ports tree
updated regularly.


I've always used portsnap fetch update after the initial portsnap fetch
and portsnap extract.  What would be the adverse side effect of using svn
instead?

Tom

snip

I've used svn pretty much since day one as it only updates what has been 
updated, portsnap updates the whole tree regardless. They both take 
approximately the same time but most of svn's time is comparing local 
and remote working directories afaik. svn usually finishes within 10 
minutes or less.


Some people don't like having svn's working directory on their system 
(not sure why, but the world goes round just the same), but other than 
that I'd say there has been no adverse affects aside having the latest 
ports for your FreeBSD machine.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr

On 01/26/13 12:00, Rainer Hurling wrote:

Sorry for answering myself. (more below, please)

On 26.01.2013 16:38 (UTC+2), Rainer Hurling wrote:

Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or
gcc), I get the following breakage:

[..snip..]
GEGL_SWAP=RAM GEGL_PATH=../operations \
../tools/introspect  class-hierarchy.html
mkdir -p images
../tools/gobj2dot.rb .. | /usr/local/bin/dot png  images/inheritance.png
Error: dot: can't open png
Failed to parse ../operations/workshop/max-rgb.c, probably invalid utf8
gmake[3]: *** [images/inheritance.png] Fehler 2
gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
gmake[2]: *** [all-recursive] Fehler 1
gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8'
gmake: *** [all] Fehler 2
*** [do-build] Error code 1


I just recognized (thanks to David), that the 'real' first error is not
a problem with utf8 conversion, but in


snip

I just wanted to relay I built this on 9.1 with clang w/o any errors.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr

On 01/26/13 13:56, Robert Huff wrote:


Joseph A. Nagy, Jr writes:

  On 01/26/13 12:00, Rainer Hurling wrote:



   ../tools/gobj2dot.rb .. | /usr/local/bin/dot png  images/inheritance.png
   Error: dot: can't open png
   Failed to parse ../operations/workshop/max-rgb.c, probably invalid utf8
   gmake[3]: *** [images/inheritance.png] Fehler 2
   gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
   gmake[2]: *** [all-recursive] Fehler 1

  I just recognized (thanks to David), that the 'real' first error is not
   a problem with utf8 conversion, but in
  
  snip

  I just wanted to relay I built this on 9.1 with clang w/o any errors.


I am unable to get a clean build on

FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012  amd64

and get the same error.


Robert Huff



FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP 
 amd64


 pkg which /usr/local/bin/gegl
/usr/local/bin/gegl was installed by package gegl-0.1.8_6
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: portsnap - overwrite local changes

2013-01-22 Thread Joseph A. Nagy, Jr

On 01/22/13 07:00, Oliver Lehmann wrote:


Guido Falsi m...@madpilot.net wrote:


If you use small modifications on a ingle system(or just a few) you
could track the ports tree with subversion, which will be happy to
keep and try to merge your local modifcations. You can also diff and
revert your modifications using it, which can be quite handy.

Disvantage is you will sometime need to merge conflicts which could
require you to study subversion more than what you really want.


Ok, subversion came also to my mind but I guess portsnap is faster then
svn is. The thing with svn is, that I would always need to examine the
logs if there where conflicts generated.

I don't want to keep my local changes. I would like to have command
which just gets me a 1:1 copy of the current ports tree and deletes
or overwrites my local changes. There is nothing I want to get merged.


I use svn in a cron job to update my ports tree and the few times I make 
a local change I don't think I've ever had it stay past the next update. 
I don't issue any special commands, just 'svn up /usr/ports' via cron 
(along with a check to see what's been updated). I know when I run it 
manually and there is a conflict, it will tell me about a merge-conflict 
and ask me which file to keep (mine or theirs), selecting theirs, afaik, 
overwrites my local file.



--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: portsnap - overwrite local changes

2013-01-22 Thread Joseph A. Nagy, Jr

On 01/22/13 09:59, Oliver Lehmann wrote:


Joseph A. Nagy, Jr jnagyjr1...@gmail.com wrote:

I know when I run it manually and there is a conflict, it will tell me
about a merge-conflict and ask me which file to keep (mine or theirs),
selecting theirs, afaik, overwrites my local file.


And when there is no conflict and it can be merged, you have a merged
file. And in some point in time your local /usr/ports is messed up
with forgotten local changes and so on... I just wanna make sure to
automatically clean up my /usr/ports. CVSup did this :(


Perhaps merge is the wrong term (but its what svn uses) but what it 
really does is overwrite the local file with the one from the repo. I've 
been doing that for months now with no problems.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: www/opera ISSUE Java Plugin missing

2013-01-18 Thread Joseph A. Nagy, Jr

On 01/18/13 05:55, Jakub Lach wrote:

You are missing my point. Opera couldn't just outright
stop 'supporting' Java plug-ins (more like Java content,
believe it or not, but using plug-in or JRE is secondary
here), but they are not ones responsible for this
environment deployment.


No, I don't think I did miss your point. The Opera developers didn't, 
from the OP, they switched from JRE to plug-ins. The Opera developers 
can be the only ones because they are the only ones developing Opera. 
Certainly Oracle isn't forcing anyone to use the plug-in  over the 
run-time environment.



I know FreeBSD as a project should document to the
it's best ability all possible use cases one could be
forced into (including using Java plug-in).

I think it does good job mostly.


I think they do an excellent job.


rant

That doesn't stop me from a little rant on the side,
though...

And hopefully it goes my way:

http://w3techs.com/technologies/details/cp-javaruntime/all/all

But that doesn't stop people from installing plug-in
en masse, which starts to defy reason:

http://www.statowl.com/plugin_overview.php

rant/


To be honest, I'm not interested in plug-in-vs.-run-time-environment 
arguments. Having been knee-deep in the browser wars and having 
advocated Linux (and more recently, FreeBSD) over any other operating 
system, I just couldn't give a rip about any such arguments over 
anything else (including OS and browser preference) anymore. I'm more in 
the best tool for the job, with a favoring of copyfree licensing over 
any other all else being equal camp now-a-days. If something stops 
supporting something I felt critical, if there is a better (or 
technically equal but better licensed) alternative, I'll just switch to 
it. It just happens to be the OP wanted Jave RE for Opera instead of the 
plug-in model and may have found a hackity-hack way of doing so despite 
the Opera people moving to the plug-in model. Given your view of 
plugins, if you don't want to extend the functionality of your browser 
through them, that's fine. You may even have a point about their awful 
security. I have no such concerns. Not because I have no concerns about 
security, but because I take other steps to mitigate my exposure to 
malicious web sites.


Also, I'm partially insulted by your logic that somehow installing a 
plug-in of any sort defies reason. There are many reasons people will 
install the Java plugin. I happen to want to be able to play Runescape 
(a very popular browser-based MMO). That and the fact some other 
websites (like, last time I visited, the Small Business Administration 
website along with a few others) do use Java, I would like to be able to 
view them (it's the same reason I use Flash, not because I like it, but 
because it's necessary for my being able to visit various websites).


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: www/opera ISSUE Java Plugin missing

2013-01-18 Thread Joseph A. Nagy, Jr

On 01/18/13 09:06, awarecons wrote:

As it was mentioned above: since Opera 10.50 it doesn't use Java
directly, hence it looks for a special Java plugin file libnpjp2.so
and ONLY!

The problem is that the file libnpjp2.so residues in
linux-sun-jre1[67] only, not in openjdk nor diablo nor jdk16 editions,
though available is non-native only.


Are you saying the handbook instructions for enabling java in Opera do 
not work, then?



Cut from opera:plugins (java/linux-sun-jre16):
Java(TM) Plug-in 1.6.0_38
Description: The next generation Java plug-in for Mozilla browsers.
Architecture: non-native
/usr/local/lib/npapi/symlinks/opera/libnpjp2.so

Of course it fails to start properly and crashes after is called.

A try to nspluginwrapper it fails:

nspluginwrapper -v -i /usr/local/linux-sun-jre1.6.0/lib/i386/libnpjp2.so
*** NSPlugin Viewer *** ERROR: libnpjp2.so: cannot open shared object
file: No such file or directory
*** NSPlugin Viewer *** ERROR: libnpjp2.so: cannot open shared object
file: No such file or directory
nspluginwrapper: no appropriate viewer found for libnpjp2.so

Opera 12.12 rejects classic plugin file javaplugin-oji.so and
IcedTeaPlugin.so (tested).

It would be keen to update the Handbook part 7.2.5 Opera of
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html,
that it doesn't support java/icedtea-web anymore?

All the steps from Handbook had been taken, and IcedTeaPlugin.so is
caught by FireFox, SeaMonkey, Chromium... but Opera 12.12


You're doing something wrong, than. Opera 12.12 on my system catches 
java/icedtea-web I just installed Opera, launched it, and checked the 
plugin list[0,1].



.
Additional Notes from Oracle
(http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html):

The classic plugin file was located here:

JRE/plugin/i386/javaplugin-oji.so


__This file should no longer be used and all symbolic links to it removed__.


Thank you.


[0]: http://www.joseph-a-nagy-jr.us/images/problems/opera-version.png
[1]: http://www.joseph-a-nagy-jr.us/images/problems/opera-plugins.png
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: www/opera ISSUE Java Plugin missing

2013-01-17 Thread Joseph A. Nagy, Jr
On 01/17/13 13:47, awarecons wrote:
 As of official http://www.opera.com/docs/linux/plugins/install/#java
 
 Java plug-in (Sun/Oracle)
 
 As of Opera 10.50, Opera uses the Java plug-in. Previously Opera used
 the Java Runtime Environment (JRE) directly.
snip

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html


7.2.5 Opera

Opera is a full-featured and standards-compliant browser. It also comes
with a built-in mail and news reader, an IRC client, an RSS/Atom feeds
reader and much more. Despite this, Opera is relatively lightweight and
very fast. It comes in two flavors: a “native” FreeBSD version and a
version that runs under Linux emulation.

To browse the Web with the FreeBSD version of Opera, install the package:

# pkg_add -r opera

Some FTP sites do not have all the packages, but Opera can still be
obtained through the Ports Collection by typing:

# cd /usr/ports/www/opera
# make install clean

To install the Linux version of Opera, substitute linux-opera in place
of opera in the example above.

The Adobe Flash plugin is not available for FreeBSD. However, a Linux®
version of the plugin exists. To install this version, the
www/linux-f10-flashplugin11 port has to be installed, then install the
port www/opera-linuxplugins:

# cd /usr/ports/www/linux-f10-flashplugin11
# make install clean
# cd /usr/ports/www/opera-linuxplugins
# make install clean

You can check the presence of the plugin: start your browser, enter
opera:plugins in the location bar and press Enter. A list should appear
with all the currently available plugins.

To add the Java plugin, follow the instructions for Firefox[0].

[0]:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html#moz-java-plugin
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: www/opera ISSUE Java Plugin missing

2013-01-17 Thread Joseph A. Nagy, Jr

On 01/17/13 18:19, Jakub Lach wrote:

People actually still use browser java plug-ins/ they actually work?

Life never ceases to amaze.

Seriously though, I see no place for them in modern operating
systems at all. Awful security record, as well as required only
by obsolete and broken by design things.

snip

Such as Opera? Regardless of your thoughts on java plugins vs. directly 
calling the run-time environment.


If the Opera developers decided to go the plug-in route instead of using 
the JRE directly, there isn't much else to be done except use the 
plug-in if you want Java support.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: smpeg fails to build

2013-01-15 Thread Joseph A. Nagy, Jr
On 01/15/13 05:01, Dimitry Andric wrote:
 On 2013-01-15 01:28, Joseph A. Nagy, Jr wrote:
snip
 checking for gcc... clang++
 checking whether the C compiler (clang++ -O2 -pipe -fno-strict-aliasing
 -std=gnu89 ) works... no
 configure: error: installation or configuration problem: C compiler
 cannot create executables.
 
 Strange, where does that -std=gnu89 flag come from?  It is probably the
 cause of the error.  If I configure the smpeg port locally, that flag
 does not get added, so it must be something in your system's
 configuration.

I wouldn't even know where to set that flag, so if it is it's not
something I set.

 the config.log just includes the above text, nothing more. No other port
 has problems being built with clang, but here are my make.conf entries:

 root@alex-laptop:/usr/ports/multimedia/smpeg # less /etc/make.conf
 WITH_PKGNG=yes
 # added by use.perl 2012-12-11 17:43:33
 PERL_VERSION=5.16.2
 #Add in clang after rebuilding world
 WITH_CLANG=YES
 CXX=clang++
 CPP=clang-cpp
 KERNCONF=ALEX-LAPTOP
 
 Why don't you have a CC=clang entry too?

I missed that one? I'm still rather new to using make.conf so I'm sure
I'm missing a bunch of useful stuff.
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: Removal of Portmanager

2013-01-15 Thread Joseph A. Nagy, Jr
On 01/15/13 19:51, RW wrote:
 On Tue, 15 Jan 2013 17:56:50 -0600
 Mark Linimon wrote:
 
 On Sun, Jan 13, 2013 at 04:02:13PM +, RW wrote:
 FreeBSD doesn't exactly announce deprecation  on display in the
 bottom of a locked filing cabinet stuck in a disused lavatory with
 a sign on the door saying Beware of The Leopard but it's pretty
 close.

 See, e.g.,

   http://docs.freebsd.org/cgi/mid.cgi?201301070830.r078URib068877
 
 
 Reports are sent to ports@ every 2 weeks.
 
 And I wonder how many people read carefully through all 478 entries.

ctrl+f in firefox and type in your search string. Not sure about other
browsers, may have something similar, though.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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


smpeg fails to build

2013-01-14 Thread Joseph A. Nagy, Jr
root@alex-laptop:/usr/ports/multimedia/smpeg # make
===   smpeg-0.4.4_9 depends on executable: gmake - found
===   smpeg-0.4.4_9 depends on file: /usr/local/bin/sdl-config - found
===   smpeg-0.4.4_9 depends on package: libtool=2.4 - found
===   smpeg-0.4.4_9 depends on executable: pkgconf - found
===   smpeg-0.4.4_9 depends on shared library: SDL-1.2.11 - found
===   smpeg-0.4.4_9 depends on shared library: glib-12.3 - found
===   smpeg-0.4.4_9 depends on shared library: gtk-12.2 - found
===  Configuring for smpeg-0.4.4_9
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... amd64-portbld-freebsd9.1
checking target system type... amd64-portbld-freebsd9.1
checking whether gmake sets ${MAKE}... (cached) yes
checking for gcc... clang++
checking whether the C compiler (clang++ -O2 -pipe -fno-strict-aliasing
-std=gnu89 ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
===  Script configure failed unexpectedly.
Please report the problem to a...@freebsd.org [maintainer] and attach the
/usr/ports/multimedia/smpeg/work/smpeg-0.4.4/config.log including the
output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg info -g -Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/multimedia/smpeg.

the config.log just includes the above text, nothing more. No other port
has problems being built with clang, but here are my make.conf entries:

root@alex-laptop:/usr/ports/multimedia/smpeg # less /etc/make.conf
WITH_PKGNG=yes
# added by use.perl 2012-12-11 17:43:33
PERL_VERSION=5.16.2
#Add in clang after rebuilding world
WITH_CLANG=YES
CXX=clang++
CPP=clang-cpp
KERNCONF=ALEX-LAPTOP
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: Firefox 18 does not compile (problem with patches)

2013-01-12 Thread Joseph A. Nagy, Jr

On 01/12/13 00:10, Kevin Oberman wrote:
snip

You likely know this, but you can update an individual port (or set it
to any rev) with the command:
svn up /usr/ports/www/firefox



I do, but I have the whole tree scheduled for update anyway.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: Ports cvs deprecation warning

2013-01-12 Thread Joseph A. Nagy, Jr

On 01/12/13 16:31, Anton Shterenlikht wrote:

Date: Thu, 10 Jan 2013 08:55:50 -0700 (MST)
From: Warren Block wbl...@wonkity.com

Given the upcoming cvs deprecation in a little over a month, how about
putting a reminder in /usr/ports/UPDATING now?

Mention that cvs mirrors will be going away and point to the portsnap
and svn update methods shown in the Handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

I probably missed something.

Usually I do a minimal install,
then pull the ports tree via csup,
then install subversion, etc.

If neither csup nor subversion are
in base, then how do I get the ports
tree in the first instance, if I
forgot or intentionally didn't install
ports as part of bsdinstall?

snip

portsnap?

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: Firefox 18 does not compile (problem with patches)

2013-01-11 Thread Joseph A. Nagy, Jr

On 01/11/13 02:07, Rainer Hurling wrote:

On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote:

Hey,


Hi Stephan,


for me firefox 18 does not compile. It fails at patching:


===  Patching for firefox-18.0,1
===   firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found
===  Applying extra patch /usr/ports/www/firefox/files/extra-bug780531
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to configure.in.rej
*** [do-patch] Error code 1

Stop in /usr/ports/www/firefox.
*** [install] Error code 1

Stop in /usr/ports/www/firefox.
*** [reinstall] Error code 1

Stop in /usr/ports/www/firefox.


I also had this breakage. After updating to r310217 (second patch, this
morning) a different patch does fail:

===  Applying extra patch /usr/ports/www/firefox/files/extra-bug780531
===  Applying FreeBSD patches for firefox-18.0,1
1 out of 1 hunks failed--saving rejects to
media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej
= Patch
patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
failed to apply cleanly.


Is it a problem on my side?

Cheers,
Stephan


I included the maintainer gecko@.

Rainer

snip

I'm also having a problem here:

===  Cleaning for firefox-18.0,1
===  Found saved configuration for firefox-18.0,1
===   firefox-18.0,1 depends on file: /usr/local/sbin/pkg - found
===  Extracting for firefox-18.0,1
= SHA256 Checksum OK for firefox-18.0.source.tar.bz2.
===   firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found
===  Patching for firefox-18.0,1
===   firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found
===  Applying FreeBSD patches for firefox-18.0,1
1 out of 1 hunks failed--saving rejects to 
media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.rej

= Patch patch-bug807492 failed to apply cleanly.
= Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp 
patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078 
patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804 
patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401 
patch-bug806139 applied cleanly.

*** [do-patch] Error code 1

Stop in /usr/ports/www/firefox.
*** [build] Error code 1

Stop in /usr/ports/www/firefox.

=== make failed for www/firefox
=== Aborting update

=== Update for firefox-17.0.1,1 failed
=== Aborting update

Terminated
=== There are messages from installed ports to display,
   but first take a moment to review the error messages
   above.  Then press Enter when ready to proceed.

Will update svn and attempt again tomorrow morning.
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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


circular dependency issue

2013-01-09 Thread Joseph A. Nagy, Jr
I'm trying to install x11-wm/hs-xmonad but it keeps getting caught in a 
circular dependency with print/hs-hscolour


Is anyone else having issues with it?

http://pastebin.com/brjjV2pW
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: qt4-webkit-4.8.2 build fails during portmaster run for icu update

2012-12-20 Thread Joseph A. Nagy, Jr

On 12/19/12 17:30, David Wolfskill wrote:

On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote:

On 12/19/12 09:27, Baptiste Daroussin wrote:

On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote:

The failure looks like:


At first glance, it does look like an icu problem.

Sorry I have no idea.
Bapt



I found symlinking the new icu library as the old one works for a dirty
hack.
...


Joseph -- sorry; I wasn't able to figure out which of the icu libraries
you meant, but I appreciate the note (with its implicit confirmation
that I'm not alone in seeing a problem with this).


cd /usr/local/lib/
ln -s libicui18n.so.50 libicui18n.so.48

now I don't exactly recommend it (and when I'm done rebuilding Im 
removing the symlink) that's what worked for me (Firefox and Thunderbird 
wouldn't launch w/o being rebuilt, hence why the symlink). it's dirty 
but should get your using apps until then.



While I have not solved the problem, I believe that I've mitigated it to
some extent: Once portmaster terminated, it helpfully provided a list of
the ports (roughly in the sequence in which they were likely to have
been built, had things not gone wrong).

So I re-invoked portmaster, but I skipped the ports that were causing
the immediate distress... eventually failing again on net/wireshark
(as expected), so I iterated over the procedure until I was unable
to rebuild any of the ports left to be built.

The list of ports that failed (in my case -- and please note that
net/wireshark had failed its update for me prior to the devel/icu
update) is:

devel/qt4-assistant
www/qt4-webkit
graphics/ImageMagick
graphics/graphviz
devel/qt4-linguist
net/wireshark

snip

portmwaster -w -r devel/icu --- what I invoked to rebuild all deps 
(from /usr/ports/UPDATING). I'm not running into any issues (I sorted 
them out when I updated pcre), though I did have issues when I was 
running the dep build for pcre (icu deps on pcre for some reason).


In essence: Don't make the symlink unless you have to, rebuild dependent 
ports and be done with it. I'm doing to wait until both icu and pcre 
need to be updated, then I'll update them together to rebuild everything 
together.



--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Joseph A. Nagy, Jr

On 12/20/12 06:30, Luca Pizzamiglio wrote:

Hi,

I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
version

snip

portmaster -w -r devel/icu


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: qt4-webkit-4.8.2 build fails during portmaster run for icu update

2012-12-19 Thread Joseph A. Nagy, Jr

On 12/19/12 09:27, Baptiste Daroussin wrote:

On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote:

The failure looks like:


At first glance, it does look like an icu problem.

Sorry I have no idea.
Bapt



I found symlinking the new icu library as the old one works for a dirty 
hack.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: qt4-webkit-4.8.2 build fails during portmaster run for icu update

2012-12-19 Thread Joseph A. Nagy, Jr

On 12/19/12 09:34, Baptiste Daroussin wrote:

On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote:

On 12/19/12 09:27, Baptiste Daroussin wrote:

On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote:

The failure looks like:


At first glance, it does look like an icu problem.

Sorry I have no idea.
Bapt



I found symlinking the new icu library as the old one works for a dirty
hack.



That probably means you didn't follow the UPDATING instructions.

regards,
Bapt



That means I was rebuilding a bunch of stuff for devel/pcre and didn't 
know icu had issues as well.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: net/liveMedia - source missing

2012-12-18 Thread Joseph A. Nagy, Jr

On 12/18/12 22:37, meta wrote:

I've just submitted ports/174562 and it works fine for me.
Could you try this?

http://www.freebsd.org/cgi/query-pr.cgi?pr=174562



I did even less than that. Removed PORTREVISION and ran make makesum 
after updating PORTVERSION. Built perfectly fine for me. (:

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: no port for Glassfish - does it make sense to quickly write one?

2012-12-14 Thread Joseph A. Nagy, Jr

On 12/14/12 12:17, Christopher J. Ruwe wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

using Netbeans I have learned that there is no port for the matching
Glassfish application server.

Having looked at the Netbeans port, making a port for Glassfish seems
not to be a big deal, so I am a bit surprised that noone has stepped
forward to contribute one.

I am willing to be the one to step forward, however, I would like to ask
beforehand whether there are any reasons I am not aware of that a port
for Glassfish would be undesirable?

Thanks for your consideration, cheers,

snip

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

While waiting for others to reply, read the above link - beginning to 
end (several times - as that will help you greatly should you go forward 
with this idea.


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: tk85 Port Maintenance

2012-12-09 Thread Joseph a Nagy Jr
On 11/15/2012 02:45, Pietro Cerutti wrote:
 On 2012-Nov-14, 14:52, Joseph a Nagy Jr wrote:
snip
 I'm sorry, I'm not seeing what I'm missing.
 
 As I said, PORTREVISION, distinfo, and the patch files. Look them up in
 the handbook.
 

PORTREVISION: not seeing a problem

As for the patch files, if I don't know where they are or what they are
or that they exist

as for distinfo, if the checksum has changed, fine. That being said,
I've lost all the revisions I've made to date.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Thunderbird 17.0.1_1 Seg Fault 11's on Enigmail and Lightning

2012-11-30 Thread Joseph a Nagy Jr
Okay, I have a .core and .txt file with all the info anyone would need,
I imagine, if it would help in solving this issue.

When I run Thunderbird 17.0.1_1 and try to select the Generate option
when I open Key Management from the OpenPGP menu (Enigmail 1.4.6) or
dismiss even reminders from Lightning (1.9b1), Thunderbird will exit
with segmentation fault: 11(core dumped) leaving behind a 116MB core file.

Running

thunderbird  thunderbird.debug 21

captures any errors but I have no idea what to look for. I can put both
files on a http server in short-order, just let me know what you all need.


FreeBSD alex-laptop.localhost 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #0:
Sat Nov 24 10:20:42 CST 2012
root@alex-laptop.localhost:/usr/obj/usr/src/sys/ALEX-LAPTOP  i386
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Users Handbook

2012-11-16 Thread Joseph a Nagy Jr
I'm tired of getting the third degree on irc because of this even though
it's not something I have control over.

When I point someone to the User's handbook for using svn[0] instead of
portsnap, I always seem to receive flack that the handbook points users
to checkout on the central svn repo. I can see the wisdom in using a
mirror, but I cannot fix the handbook and am frankly tired of being
yelled at. Please fix this.

[0]:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: Users Handbook

2012-11-16 Thread Joseph a Nagy Jr
On 11/16/12 09:29, Eitan Adler wrote:
 On 16 November 2012 09:36, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
 I'm tired of getting the third degree on irc because of this even though
 it's not something I have control over.

 When I point someone to the User's handbook for using svn[0] instead of
 portsnap, I always seem to receive flack that the handbook points users
 to checkout on the central svn repo. I can see the wisdom in using a
 mirror, but I cannot fix the handbook and am frankly tired of being
 yelled at. Please fix this.
 
 There is nothing wrong with using the central SVN server - it can
 handle the load.
 Use of a mirror is more for reduced latency on the downloader's part.
 
 

Not according to the folks on ##freebsd, and I quote:

Nov 16 08:15:31 jimmiejaz gah, portsnap appears still busted :(
Nov 16 08:15:58 AlexNagy  jimmiejaz: use svn (:
Nov 16 08:16:26 jimmiejaz I'd rather not mix-match
Nov 16 08:18:14 *   villy has quit (Quit: Lost terminal)
Nov 16 08:18:34 AlexNagy  jimmiejaz: so don't? rm -rf /usr/ports; svn
checkout /usr/ports
Nov 16 08:20:10 AlexNagy  then svn update afterwards, that way all that
is downloaded is what is actually updated.
Nov 16 08:22:24 *   dial_up has quit (Ping timeout: 246 seconds)
Nov 16 08:23:24 frogs you can save more space by removing debug from
kernel
Nov 16 08:23:45 toropisco Just don't use svn.freebsd.org. It is rate
limited and where the devs work. Rather use a read-only mirror.
Nov 16 08:24:16 AlexNagy  toropisco: that needs to be noted in the
handbook, then.
Nov 16 08:24:22 jimmiejaz when svn is in the base system, I'll use it.
Nov 16 08:24:34 *   MiX-MaN has quit (Excess Flood)
Nov 16 08:24:43 AlexNagy  jimmiejaz: whatever.
Nov 16 08:24:52 toropisco AlexNagy: it is there. I just don't have it
bookmarked.
Nov 16 08:25:38 AlexNagy  toropisco: no, it's not.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
Nov 16 08:25:42 ljvb  AlexNagy
http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
Nov 16 08:25:47 ljvb  its in the book
Nov 16 08:25:49 AlexNagy  # svn checkout
svn://svn.FreeBSD.org/ports/head /usr/ports
Nov 16 08:25:49 ljvb  sorta
Nov 16 08:25:52 toropisco Here it is
http://www.freebsd.org/doc/en//books/handbook/mirrors-svn.html
Nov 16 08:25:59 toropisco AlexNagy: DON'T
Nov 16 08:26:10 toropisco AlexNagy: Use the mirrors in the page I
mentioned.
Nov 16 08:26:43 AlexNagy  toropisco: All I said is that the handbook
needs to be updated to reflect using an ro mirror.
Nov 16 08:26:54 *   dial_up (~dial_up@177.147.70.163) has joined ##freebsd
Nov 16 08:26:55 *   MiX-MaN (~mix-...@chat.coffeenet.org) has joined 
##freebsd
Nov 16 08:27:22 AlexNagy  I did, however, use the above mirror on
checkout, but I don't specify a mirror to use for updates. Not sure if
that matters.
Nov 16 08:27:30 *   lars_t_h (~lars_...@005033152135.mbb.telenor.dk) has
joined ##freebsd
Nov 16 08:27:55 toropisco AlexNagy: Better use a mirror. The central
svn server should be left alone so the devs can work at ease.
Nov 16 08:28:20 AlexNagy  toropisco: fine, I'll specify a mirror in my
cronjob, but the handbook should be updated.
Nov 16 08:28:34 *   toropisco knows how frustrating it is to have an
overloaded svn server. Not fun. At all.
Nov 16 08:28:56 toropisco AlexNagy: Take it to the devs. You'll have
more luck in the forums or the mailing lists.
Nov 16 08:29:53 *   DarkUranium (~quassel@77.38.77.88) has joined ##freebsd
Nov 16 08:29:54 AlexNagy  ljvb: I don't read the committers book
because I'm not a committer. // toropisco: then why argue with me? I
mean seriously. It was stupid. The User's handbook points to the central
repo, not my fault.
Nov 16 08:29:55 toropisco Especially the mailing lists. That's where
the real actionis.

I can handle getting ripped a new one for something that is my fault,
but if this is how the central repo is generally viewed and anyone who
suggest following the handbook example is going to get ripped because of
it, it's not really user-friendly.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


diaspora*

2012-11-15 Thread Joseph a Nagy Jr
Is anyone working on making a port for diaspora?
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-08 Thread Joseph a Nagy Jr
On 11/08/12 03:13, Pietro Cerutti wrote:
 On 2012-Nov-07, 17:12, Joseph a Nagy Jr wrote:
 On 11/06/12 02:20, Pietro Cerutti wrote:
 snip
 * I won't comment on the LICENSE stuff, I don't know enough about it

 * XFT_DESC
   This is already defined in bsd.options.desc.mk. I'd say that 
   Xft font library is ok as a description.

 * LIB_DEPENDS+=  Xft:${PORTSDIR}/x11-fonts/libXft
   This should really be
   USE_XORG+=  xft

 * LIB_DEPENDS= tcl${SHORT_TK_VER}${THREADS_SUFFIX}:
   If you're ok to wait until I get rid of the -thread slave ports,
   you don't need to bother about this part of the Makefile


 svn checked out, svn diff

 http://pastebin.com/kLdUFp9H
 
 -XFT_DESC=  Use Xft fonts
 +XFT_DESC=  Xft font library
 
 This is not needed. As I said, XFT_DESC is already defined in
 bsd.options.desc.mk

Sorry, misunderstood.

 
 The tr - ${TR} conversion is also wrong, you're changing what the sed
 liner is looking for. If you do so, it won't find it anymore.

That was one of many suggestions from portlint.

 By the way, Tcl/Tk 8.5.13 is bound to be released in the next few days
 (the first RC is out now, actually). You might want to include the
 update in your diff :)
 

I'll get on it.
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-08 Thread Joseph a Nagy Jr
On 11/08/12 03:13, Pietro Cerutti wrote:
snip
 By the way, Tcl/Tk 8.5.13 is bound to be released in the next few days
 (the first RC is out now, actually). You might want to include the
 update in your diff :)
 

http://pastebin.com/UmasjFfz

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-08 Thread Joseph a Nagy Jr
On 11/08/12 09:33, Eitan Adler wrote:
 On 8 November 2012 09:56, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
 The tr - ${TR} conversion is also wrong, you're changing what the sed
 liner is looking for. If you do so, it won't find it anymore.

 That was one of many suggestions from portlint.
 
 try make -VTR to see what the difference is. Keep in mind that
 portlint is a cool which gives guidance, but it isn't always correct.
 

Thanks, I'll keep that in mind, but I was just going by what he said
earlier about following its suggestions. Still learning. (:

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-08 Thread Joseph a Nagy Jr
On 11/08/12 20:59, Eitan Adler wrote:
 On 8 November 2012 21:42, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
 On 11/08/12 09:33, Eitan Adler wrote:
 On 8 November 2012 09:56, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
 The tr - ${TR} conversion is also wrong, you're changing what the sed
 liner is looking for. If you do so, it won't find it anymore.

 That was one of many suggestions from portlint.

 try make -VTR to see what the difference is. Keep in mind that
 portlint is a cool which gives guidance, but it isn't always correct.


 Thanks, I'll keep that in mind, but I was just going by what he said
 earlier about following its suggestions. Still learning. (:
 
 No worries. I'm also still learning, and I'm just trying to help you
 learn too. :)
 
 
 

I appreciate it. I need help. lol

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


gexiv fails to build on patch issue

2012-11-07 Thread Joseph a Nagy Jr
FreeBSD alex-laptop.localhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue
Jan  3 07:15:25 UTC 2012
r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

portmaster gexiv2-0.2.1_2

=== Currently installed version: gexiv2-0.2.1_2
=== Port directory: /usr/ports/graphics/gexiv2

=== Gathering distinfo list for installed ports

=== Launching 'make checksum' for graphics/gexiv2 in background
=== No options to configure
=== Gathering dependency list for graphics/gexiv2 from ports
=== Initial dependency check complete for graphics/gexiv2


=== Starting build for graphics/gexiv2 ===

=== All dependencies are up to date

===  Cleaning for gexiv2-0.4.1
===  License GPLv2 accepted by the user
===   gexiv2-0.4.1 depends on file: /usr/local/sbin/pkg - found
===  Extracting for gexiv2-0.4.1
= SHA256 Checksum OK for libgexiv2-0.4.1.tar.bz2.
===  Patching for gexiv2-0.4.1
===  Applying FreeBSD patches for gexiv2-0.4.1
2 out of 2 hunks failed--saving rejects to
gexiv2/gexiv2-metadata-exif.cpp.rej
= Patch patch-exiv2-0.21 failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/graphics/gexiv2.

=== make failed for graphics/gexiv2
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags graphics/gexiv2
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: gexiv fails to build on patch issue

2012-11-07 Thread Joseph a Nagy Jr
On 11/07/12 14:04, Jean-Sébastien Pédron wrote:
 Hi!
 
 The patch patch-exiv2-0.21 was integrated upstream and is not needed
 anymore. You can remove it
 (/usr/ports/graphics/gexiv2/files/patch-exiv2-0.21) and rebuild.
 
 I opened a PR to track this problem:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=173451
 (the link may not be available yet)
 

that did the trick.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-07 Thread Joseph a Nagy Jr
On 11/06/12 02:20, Pietro Cerutti wrote:
snip
 * I won't comment on the LICENSE stuff, I don't know enough about it
 
 * XFT_DESC
   This is already defined in bsd.options.desc.mk. I'd say that 
   Xft font library is ok as a description.
 
 * LIB_DEPENDS+=  Xft:${PORTSDIR}/x11-fonts/libXft
   This should really be
   USE_XORG+=  xft
 
 * LIB_DEPENDS= tcl${SHORT_TK_VER}${THREADS_SUFFIX}:
   If you're ok to wait until I get rid of the -thread slave ports,
   you don't need to bother about this part of the Makefile
 

svn checked out, svn diff

http://pastebin.com/kLdUFp9H

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-06 Thread Joseph a Nagy Jr
On 11/02/12 06:21, Pietro Cerutti wrote:
 On 2012-Oct-31, 12:41, Joseph a Nagy Jr wrote:
 On 10/31/12 11:55, Pietro Cerutti wrote:
 On 2012-Oct-31, 11:28, Joseph a Nagy Jr wrote:
 snip
 New diff[0], undoing some of the earlier changes even though portlint
 complains:

 portlint ~/port-maintenance/tk85/
 WARN: Makefile: unless this is a master port, COMMENT has to be set by
 =, not by ?=.

 This *is* a master port, so it's ok to have COMMENT?=

 WARN: Makefile: LIB_DEPENDS has to appear earlier.

 This should be fixed as portlint suggests.

 WARN: Makefile: no port directory
 /usr/ports/lang/tcl${SHORT_TK_VER}-thread found, even though it is
 listed in LIB_DEPENDS.

 I would try and use USE_TCL instead of LIB_DEPENDS here

 WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .2 in
 Xft.2 unless it is really necessary.

 This should be fixed as portlint suggests.

 0 fatal errors and 4 warnings found.

 [0]: http://pastebin.com/apf1Y9H0

 I'll have a look at it on Friday, thanks!



 Going ahead to make those changes, old pastebin link is defunct.

 New diff with all changes:
 http://pastebin.com/iwhpXfcp
 
 This won't apply, either. Could you provide a diff as dumped by svn diff
 in tk85's directory?
 

http://www.joseph-a-nagy-jr.us/downloads/patches/x11-toolkits/tk85/tk85-001.patch

If this doesn't work, fire me. I'm rather frustrated at the moment.
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-06 Thread Joseph a Nagy Jr
On 11/06/12 02:20, Pietro Cerutti wrote:
snip
 * I won't comment on the LICENSE stuff, I don't know enough about it

I've checked and there are no official endorsements of Tcl/Tk license
except from CopyFree folks. FSF and OSI don't even mention Tcl/Tk license.

 * XFT_DESC
   This is already defined in bsd.options.desc.mk. I'd say that 
   Xft font library is ok as a description.

okay

 * LIB_DEPENDS+=  Xft:${PORTSDIR}/x11-fonts/libXft
   This should really be
   USE_XORG+=  xft

okay

 * LIB_DEPENDS= tcl${SHORT_TK_VER}${THREADS_SUFFIX}:
   If you're ok to wait until I get rid of the -thread slave ports,
   you don't need to bother about this part of the Makefile
 

10-4.

Will work on new changes tonight.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: Audacity Upgrade 1.x - 2.x Craps Out

2012-11-05 Thread Joseph a Nagy Jr
On 11/05/12 01:44, Peter Jeremy wrote:
 On 2012-Oct-28 21:00:30 -0500, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
snip
 I realise your options are different - could you please provide some more
 detail about your options and FreeBSD version.
 
 The other thing I notice about your log is that it doesn't seem to be
 building in the correct dependency order.  Can you check that your
 portmaster is up to date and all your ports work directories are emtpy.
 

Sorry, I don't get my own posts (gmail's fault) and I forgot about this.
I just disabled soundtouch (caused compile failure). I rebuilt without
that option just fine.

FWIW, 9.0/i386


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: CFT: vlc 2.0.4

2012-11-05 Thread Joseph a Nagy Jr
On 11/04/12 11:19, Juergen Lock wrote:
 Hi!
 
  As there were a few problems with vlc 2.0.3 I'd like people to test
 the 2.0.4 update before I commit it:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch
 
  I don't expect new issues but better be safe than sorry...
snip

I'm not having any issues (using 001.patch), though I'm having issues I
think are related to configuration on my end and have nothing to do with
the patch.


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-05 Thread Joseph a Nagy Jr
snip

http://pastebin.com/GSG0Y19W

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-04 Thread Joseph a Nagy Jr
On 11/02/12 06:21, Pietro Cerutti wrote:
 On 2012-Oct-31, 12:41, Joseph a Nagy Jr wrote:
 On 10/31/12 11:55, Pietro Cerutti wrote:
 On 2012-Oct-31, 11:28, Joseph a Nagy Jr wrote:
 snip
 New diff[0], undoing some of the earlier changes even though portlint
 complains:

 portlint ~/port-maintenance/tk85/
 WARN: Makefile: unless this is a master port, COMMENT has to be set by
 =, not by ?=.

 This *is* a master port, so it's ok to have COMMENT?=

 WARN: Makefile: LIB_DEPENDS has to appear earlier.

 This should be fixed as portlint suggests.

 WARN: Makefile: no port directory
 /usr/ports/lang/tcl${SHORT_TK_VER}-thread found, even though it is
 listed in LIB_DEPENDS.

 I would try and use USE_TCL instead of LIB_DEPENDS here

 WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .2 in
 Xft.2 unless it is really necessary.

 This should be fixed as portlint suggests.

 0 fatal errors and 4 warnings found.

 [0]: http://pastebin.com/apf1Y9H0

 I'll have a look at it on Friday, thanks!



 Going ahead to make those changes, old pastebin link is defunct.

 New diff with all changes:
 http://pastebin.com/iwhpXfcp
 
 This won't apply, either. Could you provide a diff as dumped by svn diff
 in tk85's directory?
 

Try this diff:
http://pastebin.com/9YacWnss

portlint complains about two lines using 'tr' instead of '${TR}' in four
different spots but its the only other change that I made - going on
complaints from portlint - that I could think of that are keeping this
from working. If you can think of anything else, let me know.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: CFT: vlc 2.0.4

2012-11-04 Thread Joseph a Nagy Jr
On 11/04/12 11:19, Juergen Lock wrote:
 Hi!
 
  As there were a few problems with vlc 2.0.3 I'd like people to test
 the 2.0.4 update before I commit it:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch
 
  I don't expect new issues but better be safe than sorry...
 
  Thanx! :)
   Juergen
 
snip

Thanks, I'll check it out as I use VLC a bit.


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: CFT: vlc 2.0.4

2012-11-04 Thread Joseph a Nagy Jr
On 11/04/12 11:19, Juergen Lock wrote:
 Hi!
 
  As there were a few problems with vlc 2.0.3 I'd like people to test
 the 2.0.4 update before I commit it:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch
 
  I don't expect new issues but better be safe than sorry...
snip

Did I do something wrong?

I applied (successfully) the patch and:

 cd /usr/ports/multimedi/vlc/
 make config install clean'

and it outputs, after config:

===  License GPLv2 accepted by the user
===  Found saved configuration for vlc-2.0.3_4,3
= vlc-2.0.3.tar.xz is not in /usr/ports/multimedia/vlc/distinfo.
= Either /usr/ports/multimedia/vlc/distinfo is out of date, or
= vlc-2.0.3.tar.xz is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/multimedia/vlc.
*** Error code 1

Stop in /usr/ports/multimedia/vlc

):
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: CFT: vlc 2.0.4

2012-11-04 Thread Joseph a Nagy Jr
On 11/04/12 11:19, Juergen Lock wrote:
 Hi!
 
  As there were a few problems with vlc 2.0.3 I'd like people to test
 the 2.0.4 update before I commit it:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch
 
  I don't expect new issues but better be safe than sorry...
 
  Thanx! :)
   Juergen

nevermind, portmaster seems to be handling things well enough.


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: CFT: vlc 2.0.4

2012-11-04 Thread Joseph a Nagy Jr
On 11/04/12 16:29, Juergen Lock wrote:
snip
 Can you double-check the patch applied completely, make -V PKGNAME
 should return vlc-2.0.4,3 and PORTVERSION in the Makefile should
 have been patched to 2.0.4 .
 
  The other problems people found are real tho, I've put a new
 update here:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.4-002.patch
 
  Thanx! :)
   Juergen
 

the problem was I hadn't upgraded to 2.0.3 yet. I was on 1.x from a
binary install. I'm currently running an install on original patch w/o
ncurses (busted on me too).

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-11-02 Thread Joseph a Nagy Jr
On 11/02/12 06:21, Pietro Cerutti wrote:
snip
 This won't apply, either. Could you provide a diff as dumped by svn diff
 in tk85's directory?
 

from within /usr/ports/x11-toolkits/tk85 on the original


root@alex-laptop# svn diff Makefile
Index: Makefile
===
--- Makefile(revision 306478)
+++ Makefile(working copy)
@@ -12,7 +12,7 @@
 PKGNAMESUFFIX?=${THREADS_SUFFIX}
 DISTNAME=  ${PORTNAME}${PORTVERSION}-src

-MAINTAINER=po...@freebsd.org
+MAINTAINER=jnagyjr1...@gmail.com
 COMMENT?=  Graphical toolkit for Tcl

 LICENSE=   BSD


I can't svn diff the new Makefile (with the license and other updates)
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: Dropping maintainership of science/gramps!

2012-11-02 Thread Joseph a Nagy Jr
On 11/02/12 09:27, Eitan Adler wrote:
 On 1 November 2012 23:27, Da Rock
 freebsd-po...@herveybayaustralia.com.au wrote:
 On 11/01/12 17:19, Anders Troback wrote:

 I do not use FreeBSD any more (I feel in love with
 OpenBSD:-)) so please remove me as maintainer of the science/gramps
 port.

 I can take it over unless someone else is better suited (and actually uses
 the program). How do you go about doing this, though?
 
 Exactly as you just did. Done - you are now the maintainer!
 
 

that all being said, I've pointed out some issues earlier on this list
that are worth taking a look at, imo.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
Hi All,

I'd like to volunteer to maintain the tk85 port. I've already begun
making updates to the Makefile[0] in a workbench directory and have a
working update to it. All changes were due to feedback from portlint.
Any and all feedback would be appreciated.

[0]: http://pastebin.com/6DuzdAzv
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 08:24, Chris Rees wrote:
 On 31 October 2012 13:03, Joseph a Nagy Jr jnagyjr1...@gmail.com wrote:
 Hi All,

 I'd like to volunteer to maintain the tk85 port. I've already begun
 making updates to the Makefile[0] in a workbench directory and have a
 working update to it. All changes were due to feedback from portlint.
 Any and all feedback would be appreciated.
 
 I've set you as maintainer.
 
 [0]: http://pastebin.com/6DuzdAzv
 
 Did you check with Martin Matuska that he's OK with removing the
 attribution lines?

I was being helped with this by a gentleman on FreeNode in ##copyfree
(s/he's also in ##freebsd (trout)). If that's not acceptable practice I
can undo it.

I've emailed Martin about another port (tk-wrapper) and have yet to
receive a response. I was wanting to not send another email if the first
was unwelcome. I'll check with him asap.

 Why are you using LIB_DEPENDS instead of USE_TCL?

It was in the original Makefile and saw no reason to change it. I can
make that change though.

 Check it's not a master port before you remove the ? from COMMENT too.
snip

10-4.


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 08:57, Pietro Cerutti wrote:
 On 2012-Oct-31, 08:03, Joseph a Nagy Jr wrote:
 Hi All,

 I'd like to volunteer to maintain the tk85 port. I've already begun
 making updates to the Makefile[0] in a workbench directory and have a
 working update to it. All changes were due to feedback from portlint.
 Any and all feedback would be appreciated.

 [0]: http://pastebin.com/6DuzdAzv
 
 Ehm, your diff fails to apply here..
 

What's the issue?

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 08:49, Pietro Cerutti wrote:
snip
 Please be informed that I have in the pipeline some work on Tcl/Tk ports,
 including removal of the -thread slaves.

Okay

 Having said that, I don't have any major concerns about you taking
 maintainership of tk85, apart from the technical details pointed out by
 Chris, and I have not looked at the patch very carefully, but if you're
 going to touch the Tcl ports as well, I'd like the two of us to
 collaborate and sync work. Are you also interested in taking lang/tcl85?

Not at the moment, but I could in the foreseeable future.

 Thanks!
 


-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 08:57, Pietro Cerutti wrote:
 On 2012-Oct-31, 08:03, Joseph a Nagy Jr wrote:
 Hi All,

 I'd like to volunteer to maintain the tk85 port. I've already begun
 making updates to the Makefile[0] in a workbench directory and have a
 working update to it. All changes were due to feedback from portlint.
 Any and all feedback would be appreciated.

 [0]: http://pastebin.com/6DuzdAzv
 
 Ehm, your diff fails to apply here..
 

The problem comes from the Tcl/Tk license not being recognized as a
known license.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 10:39, Pietro Cerutti wrote:
snip
 patch  tk85.diff
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --
 |--- Makefile.orig   2012-10-26 19:47:37.0 -0500
 |+++ Makefile   2012-10-29 20:16:13.0 -0500
 --
 Patching file Makefile using Plan A...
 Reversed (or previously applied) patch detected!  Assume -R? [y] n
 Apply anyway? [n] y
 Hunk #1 failed at 1.
 Hunk #2 failed at 7.
 Hunk #3 failed at 40.
 Hunk #4 failed at 58.
 Hunk #5 failed at 420.
 5 out of 5 hunks failed--saving rejects to Makefile.rej
 done
 

working on it.

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 10:39, Pietro Cerutti wrote:
snip
 patch  tk85.diff
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --
 |--- Makefile.orig   2012-10-26 19:47:37.0 -0500
 |+++ Makefile   2012-10-29 20:16:13.0 -0500
 --
 Patching file Makefile using Plan A...
 Reversed (or previously applied) patch detected!  Assume -R? [y] n
 Apply anyway? [n] y
 Hunk #1 failed at 1.
 Hunk #2 failed at 7.
 Hunk #3 failed at 40.
 Hunk #4 failed at 58.
 Hunk #5 failed at 420.
 5 out of 5 hunks failed--saving rejects to Makefile.rej
 done
 

New diff[0], undoing some of the earlier changes even though portlint
complains:

portlint ~/port-maintenance/tk85/
WARN: Makefile: unless this is a master port, COMMENT has to be set by
=, not by ?=.
WARN: Makefile: LIB_DEPENDS has to appear earlier.
WARN: Makefile: no port directory
/usr/ports/lang/tcl${SHORT_TK_VER}-thread found, even though it is
listed in LIB_DEPENDS.
WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .2 in
Xft.2 unless it is really necessary.
0 fatal errors and 4 warnings found.

[0]: http://pastebin.com/apf1Y9H0
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Re: tk85 Port Maintenance

2012-10-31 Thread Joseph a Nagy Jr
On 10/31/12 11:55, Pietro Cerutti wrote:
 On 2012-Oct-31, 11:28, Joseph a Nagy Jr wrote:
snip
 New diff[0], undoing some of the earlier changes even though portlint
 complains:

 portlint ~/port-maintenance/tk85/
 WARN: Makefile: unless this is a master port, COMMENT has to be set by
 =, not by ?=.
 
 This *is* a master port, so it's ok to have COMMENT?=
 
 WARN: Makefile: LIB_DEPENDS has to appear earlier.
 
 This should be fixed as portlint suggests.
 
 WARN: Makefile: no port directory
 /usr/ports/lang/tcl${SHORT_TK_VER}-thread found, even though it is
 listed in LIB_DEPENDS.
 
 I would try and use USE_TCL instead of LIB_DEPENDS here
 
 WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .2 in
 Xft.2 unless it is really necessary.
 
 This should be fixed as portlint suggests.
 
 0 fatal errors and 4 warnings found.

 [0]: http://pastebin.com/apf1Y9H0
 
 I'll have a look at it on Friday, thanks!
 
 

Going ahead to make those changes, old pastebin link is defunct.

New diff with all changes:
http://pastebin.com/iwhpXfcp

-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Gramps 3.3.0 Final Report

2012-10-31 Thread Joseph a Nagy Jr
Sent to the maintainer and to the ports list because of a complaint that
the maintainer isn't listening to the developers.

I encountered a bug[0] that caused GRAMPS to crash. I filed a bug report
with the developers as the port built just fine. I got a quick response
(surprisingly) and was pointed toward a second bug[1] with a similar
problem and a possible solution, though that person never got back to them.

As you can see in my bug report comments, I changed a line in the Makefile:

-USE_BDB=43
+USE_BDB=48

And instead of

echo WITH_BERKELEYDB=db43  /etc/make.conf
echo WITH_BDB_VER=43  /etc/make.conf

I manually changed both to:

WITH_BERKELEYDB=db48
WITH_BDB_VER=48

and rebuilt py-bsddb. Gramps now works as expected. This should be
updated in ports as soon as possible to avoid future unnecessary bug
reports to the Gramps developers.

[0]: http://www.gramps-project.org/bugs/view.php?id=6157
[1]: http://bugs.gramps-project.org/view.php?id=5833#c24451
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Maintaining tk-wrapper port

2012-10-29 Thread Joseph a Nagy Jr
I'm volunteering to maintain tk-wrapper in ports and am looking for
something more specific than BSD license to include for the license
info. If someone could help me find this info, I've been searching the
net for about an hour with no luck (I'm currently checking the distfile
itself for more info).
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org


signature.asc
Description: OpenPGP digital signature


Audacity Upgrade 1.x - 2.x Craps Out

2012-10-28 Thread Joseph a Nagy Jr
Originally asked on Questions@ but no response in ~4 hours

I am trying an upgrade to audacity (1.x to 2.x) but it has crapped out;
nothing in updating about audacity issues.

http://pastebin.com/WxPvgKXf

I can live with 1.x for now (as I have work I'm 5 days behind on already
and need to get caught up), but I would like to return to using 2.x (I
was using 2.x in Ubuntu). I'm doing my best to move all my work over to
FreeBSD.
-- 
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org



signature.asc
Description: OpenPGP digital signature