osdir.com
mailing list archive

Subject: pkg/28465: xchat 2.4.1, patch attached - msg#00336

List: os.netbsd.devel.pkgsrc.bugs

Date: Prev Next Index Thread: Prev Next Index
>Number: 28465
>Category: pkg
>Synopsis: xchat2 is outdated
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Nov 29 16:36:01 +0000 2004
>Originator: Stefan Krüger
>Release: NetBSD 2.99.10
>Organization:

>Environment:


System: NetBSD dsl-62-220-19-35.berlikomm.net 2.99.10 NetBSD 2.99.10 (PLUTO)
#0: Thu Nov 25 18:38:49 CET 2004
space7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/usr/obj/cvsroot/src/sys/arch/i386/compile/PLUTO
i386
Architecture: i386
Machine: i386
>Description:
21-Nov-2004 - Released 2.4.1. As usual, the ChangeLog
(http://xchat.sourceforge.net/changelog.txt) contains a summary of the
changes and the CVS log
(http://cia.navi.cx/stats/project/xchat/) has the finer details.
>How-To-Repeat:
cd ../pkgsrc/chat/xchat2 && make
>Fix:
diff -uNr xchat2.orig/Makefile xchat2/Makefile
--- xchat2.orig/Makefile 2004-11-29 17:21:25.000000000 +0100
+++ xchat2/Makefile 2004-11-29 17:21:40.000000000 +0100
@@ -3,8 +3,6 @@

.include "Makefile.common"

-PKGREVISION= 1
-
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit

BUILD_USES_MSGFMT= YES
diff -uNr xchat2.orig/Makefile.common xchat2/Makefile.common
--- xchat2.orig/Makefile.common 2004-11-29 17:21:25.000000000 +0100
+++ xchat2/Makefile.common 2004-11-29 17:23:26.000000000 +0100
@@ -1,11 +1,15 @@
# $NetBSD: Makefile.common,v 1.1 2004/10/30 18:10:35 minskim Exp $
#

-DISTNAME= xchat-2.4.0
+DISTNAME= xchat-2.4.1
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2

+PATCH_DIST_STRIP= -p1
+PATCH_SITES= ${MASTER_SITES:=patches/}
+PATCHFILES= xc241-fix-fetext.diff
+
MAINTAINER= minskim@xxxxxxxxxx
HOMEPAGE= http://www.xchat.org/

diff -uNr xchat2.orig/PLIST xchat2/PLIST
--- xchat2.orig/PLIST 2004-11-29 17:21:25.000000000 +0100
+++ xchat2/PLIST 2004-11-29 17:28:17.000000000 +0100
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/08/16 06:53:08 minskim Exp $
+@comment $NetBSD$
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -22,17 +22,20 @@
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xchat.mo
share/pixmaps/xchat.png
@comment in xdg-dirs: @dirrm share/pixmaps
@comment in xdg-dirs: @dirrm share/applications
diff -uNr xchat2.orig/distinfo xchat2/distinfo
--- xchat2.orig/distinfo 2004-11-29 17:21:25.000000000 +0100
+++ xchat2/distinfo 2004-11-29 17:24:08.000000000 +0100
@@ -1,4 +1,6 @@
$NetBSD: distinfo,v 1.14 2004/08/16 06:53:08 minskim Exp $

-SHA1 (xchat-2.4.0.tar.bz2) = 61a62f4d614305b5c64b1d6d986e0134b5f5884c
-Size (xchat-2.4.0.tar.bz2) = 1159266 bytes
+SHA1 (xchat-2.4.1.tar.bz2) = 6e096fc536367470f213832f313312560d4920e1
+Size (xchat-2.4.1.tar.bz2) = 1214388 bytes
+SHA1 (xc241-fix-fetext.diff) = befb516e34ca447dd4855ba7ca262bc166280155
+Size (xc241-fix-fetext.diff) = 568 bytes

>Unformatted:





Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: pkg/28464: gpgme won't build

On Mon, 29 Nov 2004 17:10:49 +0100 Juan RP <juan@xxxxxxxxxxxxxxxxxxx> wrote: > The configure script of librfuncs should add compiler/linker flags to build > it against libpthread, otherwise enabling PTHREAD_AUTO_VARS is the > way to go: Typo in previous patch... Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/librfuncs/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 16 Nov 2004 21:39:32 -0000 1.8 +++ Makefile 29 Nov 2004 16:21:42 -0000 @@ -16,6 +16,7 @@ USE_LIBTOOL= yes TEST_TARGET= check +PTHREAD_AUTO_VARS= yes .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") pgpOchpuZ4MTj.pgp Description: PGP signature

Next Message by Date: click to view message preview

Re: pkg/28464: gpgme won't build

Are you committing it or shall I? On Monday 29 November 2004 09:10 am, Juan RP wrote: > On Mon, 29 Nov 2004 15:27:00 +0000 (UTC) > > smb@xxxxxxxxxxxxxxxx wrote: > > >Description: > > > > security/gpgme won't build, which prevents kde3 from building. > > The problem is some thread-related calls in the autoconfig > > secript; here are the relevant lines from config.log: > > [...] > > The configure script of librfuncs should add compiler/linker flags to build > it against libpthread, otherwise enabling PTHREAD_AUTO_VARS is the > way to go: > > Index: Makefile > =================================================================== > RCS file: /cvsroot/pkgsrc/devel/librfuncs/Makefile,v > retrieving revision 1.8 > diff -u -r1.8 Makefile > --- Makefile 16 Nov 2004 21:39:32 -0000 1.8 > +++ Makefile 29 Nov 2004 15:51:59 -0000 > @@ -16,6 +16,7 @@ > USE_LIBTOOL= yes > > TEST_TARGET= check > +PTHREAD_AUTO_VARS= yes > > .include "../../mk/pthread.buildlink3.mk" > .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") -- John R. Shannon, CISSP Sr. Software Scientist Science Applications International Corporation john.r.shannon@xxxxxxxx john@xxxxxxxxxxxxxxxx pgplJYRLMfNnt.pgp Description: PGP signature

Previous Message by Thread: click to view message preview

pkg/28464: gpgme won't build

>Number: 28464 >Category: pkg >Synopsis: gpgme won't build >Confidential: no >Severity: critical >Priority: medium >Responsible: pkg-manager >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Nov 29 15:27:00 +0000 2004 >Originator: Steven M. Bellovin >Release: NetBSD 2.99.10 >Organization: >Environment: System: NetBSD chadash.machshav.com 2.99.10 NetBSD 2.99.10 (GENERIC.MPACPI) #0: Tue Nov 23 20:58:14 EST 2004 smb@xxxxxxxxxxxxxxxxxxxxxxxx:/usr/BUILD/obj/sys/arch/i386/compile/GENERIC.MPACPI i386 Architecture: i386 Machine: i386 >Description: security/gpgme won't build, which prevents kde3 from building. The problem is some thread-related calls in the autoconfig secript; here are the relevant lines from config.log: configure:2384: gcc -v </dev/null >&5 Using built-in specs. Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf Thread model: posix gcc version 3.3.3 (NetBSD nb3 20040520) configure:2387: $? = 0 configure:2389: gcc -V </dev/null >&5 gcc: couldn't run `/usr/bin/i386--netbsdelf-gcc--I/usr/pkgsrc/security/gpgme/work/.buildlink/include': No such file or directory configure:2392: $? = 1 configure:2415: checking for C compiler default output file name configure:2418: gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -lrfuncs conftest.c -lintl >&5 /usr/pkgsrc/security/gpgme/work/.buildlink/lib/librfuncs.so: undefined reference to `pthread_mutex_unlock' /usr/pkgsrc/security/gpgme/work/.buildlink/lib/librfuncs.so: undefined reference to `pthread_mutex_lock' configure:2421: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gpgme" | #define PACKAGE_TARNAME "gpgme" | #define PACKAGE_VERSION "1.0.1" | #define PACKAGE_STRING "gpgme 1.0.1" | #define PACKAGE_BUGREPORT "bug-gpgme@xxxxxxxxx" | #define PACKAGE "gpgme" | #define VERSION "1.0.1" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2459: error: C compiler cannot create executables See `config.log' for more details. >How-To-Repeat: cd /usr/pkgsrc/security/gpgme && make clean && make >Fix: None known >Unformatted:

Next Message by Thread: click to view message preview

Re: pkg/28446

Synopsis: GNU-CLASSPATH is outdated State-Changed-From-To: open->closed State-Changed-By: wiz@xxxxxxxxxx State-Changed-When: Mon, 29 Nov 2004 16:52:32 +0000 State-Changed-Why: Committed, thank you.
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by