Re: [ITP] man-db

2014-06-01 Thread Yaakov (Cygwin/X)

On 2014-05-30 12:32, Yaakov (Cygwin/X) wrote:

I started reviewing this, see inline.


My modifications can be found here:

https://sourceforge.net/p/cygwin-ports/man-db/


On 2014-05-30 09:22, Chris J. Breisch wrote:

Still, I've put up a new set of files, now. I eliminated the library
package for a few reasons.
 1) The libraries can't be compiled into DLL's without some effort.
They appear to have unresolved references.


I'm looking into this.


There are two issues here:

1) The undefined symbols not allowed in $host shared libraries warning 
just means that you need to add -no-undefined to *_la_LDFLAGS.  In fact, 
that's the only issue with making libman shared.  (See my 
2.6.7-shared-libman.patch)


2) OTOH, libmandb also depends on two global variables which are meant 
to be defined by executables.  In order to make this shared, the global 
declarations need to be moved to libmandb itself, while the executables 
still define their values, making for a somewhat larger patch.  (See my 
2.6.7-shared-libmandb.patch)


This latter patch may be harder to carry from one version to the next, 
and if another executable is added which depends on libmandb and you 
forget to adapt it accordingly, it will crash.  So I'm actually going to 
suggest that you NOT use the latter, and leave libmandb static (which is 
the smaller of the two anyway).



 2) There's no simple set of include files related to just the
libraries. I could put out all of the includes, but it looks to me as if
that would get messy rather quickly.


These libraries are private, that's why no headers are installed.  The
libraries are shared just to save space by not duplicating the same
objects in all the binaries.


This stands; there should be neither a -libs nor -devel subpackage.


I also updated the postinstall and preremove scripts to handle creation
and removal of the database.


I made some changes to these, but I'm wondering if we need a special 
_update-mandb package (similar to _update-info-dir) to manage this 
instead.  Thoughts?



This being my first attempt, I'm sure I've done something wrong. :) Just
let me know what it is and I'll fix it promptly (and it actually should
be promptly this time as my crisis is now under control).


Other changes I made:

* Use explicit --with-browser and --with-pager flags to not be affected 
by builder's environment (e.g., on my system BROWSER=epiphany :-), and 
added these to REQUIRES.


* po4a is a build requirement for localized manpages of man itself; I 
just added this to the 64-bit distribution, and will attempt to do so 
soon for the 32-bit distribution as well.


Please review the changes I made in my .cygport, let me know if you have 
any questions.



Yaakov



Re: [ITP] mp3info-0.8.5a

2014-06-01 Thread Yaakov (Cygwin/X)

On 2014-05-31 17:58, Filipp Gunbin wrote:

On 2014-05-30 18:22, Filipp Gunbin wrote:

mp3info does not write or play mp3 stream (but it may read the stream
when given -r or -x switches, I don't know exactly).


And that's exactly why we can't allow it.


My final attempt: what if we remove those switches in a cygwin-specific patch?


No.


Yaakov



[SECURITY] libtasn1, gnutls

2014-06-01 Thread Yaakov (Cygwin/X)

Dr. Volker Zell,

gnutls-3.2.15 and libtasn1-3.6 contain fixes for several security 
vulnerabilities.  Are you able to update these libraries soon?



Yaakov


s/Chuck Wilson/Former Maintainer/

2014-06-01 Thread Christopher Faylor
I see that Yaakov just removed Chuck Wilson (ostensibly temporarily) as
a maintainer.  That makes me very sad.  I sincerely hope that Chuck is
just busy in real life.

It is rather frustrating to be concerned about someone and have no way
to know for sure that they are ok.

cgf