Displaying 7 results from an estimated 7 matches for "gnomeui".
Did you mean:
gnomegui
1999 Dec 28
1
Patch to detect perl using autoconf
...h_path, xauth)
dnl Use ip address instead of hostname in $DISPLAY
--- Makefile.in.orig Tue Dec 28 10:22:27 1999
+++ Makefile.in Tue Dec 28 10:23:54 1999
@@ -25,6 +25,7 @@
AR=@AR@
RANLIB=@RANLIB@
INSTALL=@INSTALL@
+PERL=@PERL@
LDFLAGS=-L. @LDFLAGS@
GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui`
@@ -89,7 +90,7 @@
*.1 *.8 sshd_config ssh_config
manpages:
- $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \
+ $(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \
$(srcdir)/ssh_config.in $(srcdir)/sshd_config.in
install: all
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
...Yenya" Kasprzak's <kas at fi.muni.cz> spec.
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
--with-tcp-wrappers --with-ipv4-default
make
cd contrib
gcc -O -g `gnome-config --cflags gnome gnomeui` \
gnome-ssh-askpass.c -o gnome-ssh-askpass \
`gnome-config --libs gnome gnomeui`
cd ..
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT/
install -d $RPM_BUILD_ROOT/etc/ssh/
install -d $RPM_BUILD_ROOT/etc/pam.d/
install -d $RPM_BUILD_ROOT/sbin/init.d/
install -d...
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...sh-1.2pre14.orig/Makefile.in openssh-1.2pre14/Makefile.in
--- openssh-1.2pre14.orig/Makefile.in Tue Nov 23 10:43:16 1999
+++ openssh-1.2pre14/Makefile.in Tue Nov 23 10:42:07 1999
@@ -17,6 +17,7 @@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@
+INSTALL=@INSTALL@
GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui`
GNOME_LIBS=`gnome-config --libs gnome gnomeui`
@@ -61,40 +62,40 @@
rm -f *.o core $(TARGETS) config.status config.cache config.log
install: all
- install -d $(bindir)
- install -d $(sbindir)
- install -d $(mandir)
- install -d $(mandir)/man1
- install -d $(mandir)/man8
- install -s -c ssh $(...
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
...configure --prefix=/usr --sysconfdir=/etc/ssh \
--with-tcp-wrappers --with-ipv4-default \
--with-rsh=/usr/bin/rsh
make
%if ! %{no_x11_askpass}
cd x11-ssh-askpass-%{aversion}
xmkmf -a
make
cd ..
%endif
%if ! %{no_gnome_askpass}
cd contrib
gcc -O -g `gnome-config --cflags gnome gnomeui` \
gnome-ssh-askpass.c -o gnome-ssh-askpass \
`gnome-config --libs gnome gnomeui`
cd ..
%endif
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT/
install -d $RPM_BUILD_ROOT/etc/pam.d/
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
install -d $RPM_BUILD_ROOT/usr/libe...
2006 Jun 13
0
Help debugging superodoctor
...***************************************************************************
Supero Doctor II - Linux version 2.24(060523)
Copyright(c) 1993-2006 by Super Micro Computer, Inc.
http://supermicro.com/
*****************************************************************************
(superodoctor:7713): GnomeUI-WARNING **: While connecting to session
manager:
Authentication Rejected, reason : None of the authentication protocols
specified are supported and host-based authentication failed.
The application appears to open, then just crashes, never producing any
output or anything. I've included a bac...
2000 Aug 27
0
patch for TIS (skey/opie) *and* passwd auth via PAM
...-pam-tis
+ $(MAKE) OPT_FLAGS='-DLOGIN_PROGRAM=\"/bin/login\" -DSSHD_PAM_SERVICE=\"ssh\" -DSSHD_PAM_TIS_SERVICE=\"ssh-tis\" -DFORWARD_AGENT_DEFAULT=0 -DFALLBACKTORSH_DEFAULT=0' ASKPASS_PROGRAM='/usr/bin/ssh-askpass'
gcc -O2 `gnome-config --cflags gnome gnomeui` \
contrib/gnome-ssh-askpass.c -o contrib/gnome-ssh-askpass \
`gnome-config --libs gnome gnomeui`
diff -urN -x *~ openssh-2.1.1p4/servconf.c openssh-2.1.1p4-hein/servconf.c
--- openssh-2.1.1p4/servconf.c Sun Aug 27 15:42:20 2000
+++ openssh-2.1.1p4-hein/servconf.c Sun Aug 27 12:36:00 2000...
2003 May 26
1
portupgrade issue
...cy list
incomplete
/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2
gnomevfs-2.0:/usr/ports/devel/gnomevfs2
gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas
art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2
gnome-2.200:/usr/ports/x11/libgnome
bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui
gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui: malformed entry:
/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2
gnomevfs-2.0:/usr/ports/devel/gnomevfs2
gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas
art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2
gnome-2.200:/usr/ports/x11/libgnome
bonoboui...