On 2008/01/17 08:36, Stuart Henderson wrote:
> On 2008/01/16 23:50, Jacob Meuser wrote:
> > On Sun, Jan 13, 2008 at 11:03:44PM +0100, Steven Mestdagh wrote:
> > > minor bug fix update, please give it a try.
> >
> > looks good with x11/vlc and audio/audacity.  both need wx_gtk2_richtext
> > added to their wxWidgets LIB_DEPENDS.
>
> same for databases/pgadmin3 (and bump the wxWidgets version
> in LIB_DEPENDS of course).

I've looked at these so far, LIB_DEPENDS fixes below, built/packaged
(amd64) but not otherwise tested.

audio/audacity
cad/kicad
devel/poedit (no change)
net/amule (no change)
net/dysnomia

Anyone know why lib-depends-check / port-lib-depends-check has a
problem with libcurl? BOGUS if it's listed, MISSING if not, I've seen
it a few times..

Index: audio/audacity/Makefile
===================================================================
RCS file: /cvs/ports/audio/audacity/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- audio/audacity/Makefile     16 Dec 2007 11:30:20 -0000      1.15
+++ audio/audacity/Makefile     23 Jan 2008 03:35:02 -0000
@@ -4,7 +4,7 @@ COMMENT=        free audio editor
 
 V=             1.3.4
 DISTNAME=      audacity-src-${V}
-PKGNAME=       audacity-${V}p0
+PKGNAME=       audacity-${V}p1
 CATEGORIES=     audio
 
 EXTRACT_SUFX=  .tar.bz2
@@ -25,7 +25,7 @@ WANTLIB=      c m ossaudio pthread stdc++ ogg
                gobject-2.0 gtk-x11-2.0
 
 BUILD_DEPENDS= ::archivers/zip
-LIB_DEPENDS=   
wx_base_xml,wx_base_odbc,wx_gtk2_aui,wx_gtk2_html,wx_gtk2_adv,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.6:x11/wxWidgets
 \
+LIB_DEPENDS=   
wx_base_xml,wx_base_odbc,wx_gtk2_aui,wx_gtk2_richtext,wx_gtk2_html,wx_gtk2_adv,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets
 \
                samplerate.>=1::audio/libsamplerate \
                FLAC.>=8,FLAC++.>=7::audio/flac \
                vorbis.>=5,vorbisfile.>=4,vorbisenc.>=2::audio/libvorbis \
Index: cad/kicad/Makefile
===================================================================
RCS file: /cvs/ports/cad/kicad/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- cad/kicad/Makefile  15 Sep 2007 21:36:57 -0000      1.5
+++ cad/kicad/Makefile  23 Jan 2008 03:35:02 -0000
@@ -6,7 +6,7 @@ COMMENT-docs=   documentation for the kica
 V=             2007-01-15
 DISTNAME=      kicad-sources-${V}
 PKGNAME=       kicad-20070115
-PKGNAME-main=  kicad-20070115
+PKGNAME-main=  kicad-20070115p0
 PKGNAME-docs=  kicad-docs-20070115
 
 CATEGORIES=    cad
@@ -32,7 +32,7 @@ RUN_DEPENDS-docs=
 LIB_DEPENDS-docs=
 PKG_ARCH-docs= *
 
-LIB_DEPENDS= 
wx_base,wx_base_net,wx_base_odbc,wx_base_xml,wx_gtk2_adv,wx_gtk2_core,wx_gtk2_dbgrid,wx_gtk2_gl,wx_gtk2_html,wx_gtk2_qa,wx_gtk2_xrc::x11/wxWidgets
+LIB_DEPENDS= 
wx_base_xml,wx_base_odbc,wx_gtk2_richtext,wx_gtk2_gl,wx_gtk2_html,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets
 
 DOCDIST=       doc_components-2006-12-08.zip
 PKGDIST=       kicad-${V}.tgz
Index: databases/pgadmin3/Makefile
===================================================================
RCS file: /cvs/ports/databases/pgadmin3/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- databases/pgadmin3/Makefile 4 Nov 2007 19:49:25 -0000       1.6
+++ databases/pgadmin3/Makefile 23 Jan 2008 03:35:02 -0000
@@ -4,7 +4,7 @@ COMMENT=        administration and development 
 
 VERSION=       1.8.0
 DISTNAME=      pgadmin3-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    databases devel
 
 HOMEPAGE=      http://www.pgadmin.org/
@@ -20,7 +20,7 @@ WANTLIB=      c iconv m pthread stdc++ z
 
 MASTER_SITES=  ftp://ftp.postgresql.org/pub/pgadmin3/release/v${VERSION}/src/
 
-LIB_DEPENDS=   
wx_base_xml,wx_base_odbc,wx_gtk2_html,wx_gtk2_stc,wx_gtk2_ogl,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
 \
+LIB_DEPENDS=   
wx_base_xml,wx_base_odbc,wx_gtk2_richtext,wx_gtk2_html,wx_gtk2_stc,wx_gtk2_ogl,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets
 \
                pq.>=4::databases/postgresql \
                xml2.>=6:libxml->=2.4.8:textproc/libxml \
                xslt.>=3::textproc/libxslt
Index: net/dysnomia/Makefile
===================================================================
RCS file: /cvs/ports/net/dysnomia/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- net/dysnomia/Makefile       25 Dec 2007 10:02:58 -0000      1.1.1.1
+++ net/dysnomia/Makefile       23 Jan 2008 03:35:02 -0000
@@ -6,6 +6,7 @@ HOMEPAGE =      http://dysnomia-project.org/
 MASTER_SITES =         ${HOMEPAGE}
 
 DISTNAME =     dysnomia-en-0.3.4
+PKGNAME =      ${DISTNAME}p0
 EXTRACT_SUFX =         .tgz
 
 # GPLv2 or later
@@ -14,7 +15,7 @@ PERMIT_DISTFILES_FTP = Yes
 PERMIT_PACKAGE_CDROM = Yes
 PERMIT_PACKAGE_FTP = Yes
 
-LIB_DEPENDS =  
wx_base,wx_base_net,wx_base_odbc,wx_base_xml,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_core,wx_gtk2_dbgrid,wx_gtk2_html,wx_gtk2_qa,wx_gtk2_xrc::x11/wxWidgets
 \
+LIB_DEPENDS =  
wx_base_xml,wx_base_odbc,wx_gtk2_richtext,wx_gtk2_html,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets
 \
                curl::net/curl
 WANTLIB = c m pthread stdc++
 

Reply via email to