similar to: help -- generating a patch

Displaying 20 results from an estimated 900 matches similar to: "help -- generating a patch"

2015 Apr 22
2
Lossless stream from MPD...
I am not familular with liquidsoap. Is it something I can use with MPD? On Wed, Apr 22, 2015 at 1:10 PM, Eduardo Martinez <erm13martinez at gmail.com> wrote: > Icecast can definitly handle OggFLAC. I usually use liquidsoap to stream > flac to icecast. > On Apr 22, 2015 12:52 PM, "David Martinez" <david at sojournmusic.net> wrote: > >> Any way to setup a
2001 Oct 24
4
snapshot problems on Mac OS X
Here are some problems with the latest snapshot on Mac OS X: I am by no means an autoconf expert, but here is what happens after a "autoreconf": autoconf: Undefined macros: configure.in:1291:AC_CHECK_MEMBERS([struct stat.st_blksize]) configure.in:2168:AC_CONFIG_FILES([Makefile openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) configure.in:26:AC_SYS_LARGEFILE
2015 Apr 22
2
Lossless stream from MPD...
Will this work? # Stream it out output.icecast(%flac, host = "localhost", port = 8000, password = "hackme", mount = "basic-radio.flac", radio) On Apr 22, 2015 1:22 PM, "Eduardo Martinez" <erm13martinez at gmail.com> wrote: > Liquidsoap is another encoder simular to ices or MPD. Liquidsoap doesn't > work directly with MPD. > On Apr 22,
2003 Jan 21
3
X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18
All, I'm working on upgrading a machine from RH 6.2 to RH 8.0. I've encountered one major (for me) snag in that I cannot get X11 forwarding to work anymore. I've been google-ing the error messages all morning, with no luck. Here is debugging output from the server (client debugging output sent upon request... I don't feel it is relevant). What I feel is interesting is at the
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 12:00:38 2007 +0100 back to development diff --git a/configure.ac b/configure.ac index 514f515..96ffeed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58])
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi, I would like to submit the attached patch. It implements IO loop using FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of 2005-12-12. I could only give it limited testing on FreeBSD 5.4 but it works fine so far. Vaclav Haisman -------------- next part -------------- diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh ---
2015 Apr 22
2
Lossless stream from MPD...
Any way to setup a lossless stream from MPD? I know MPD can encode FLAC, but I don't know if Icecast can handle it. Any other lossless options? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150422/72a1c4d4/attachment.htm
2002 Feb 01
3
3.0.2p1 under IRIX (coredumps)
Hello, I am unable to build a working OpenSSH 3.0.2p1 for IRIX 6.5 using either 1. gcc 2.95.3 + binutils 2.11.2 2. SGI MIPSpro cc, CC=cc, LD=/usr/bin/ld, CFLAGS='-mips3 -n32' Under both setups: - zlib seems to build fine - OpenSSL seems to build fine and tests out okay - OpenSSH builds, and then: openssh-3.0.2p1 % ./ssh -v myhost Trace/BPT/RangeErr/DivZero/Ovflow trap (core
2005 Feb 18
0
[LLVMdev] LLVM built on VS C++ 2005
>> I still may carry on implementing any mods on the VS2003 port over to >> 2005 >> so we know where we are with that. There may well be a second beta so it >> would be good to get any problems in and reported to Microsoft in lue of >> that. > > ok. If both you and Jeff are okay with still implementing a VC2005 version spawning off changes to the VC2003 port
2002 Feb 13
1
x509 test patch - can't compile
cc -g -I. -I. -I/opt/openssl-0.9.6c/include -I. -I/usr/local/include -DETCDIR=\"/opt/openssh-3.0.2p1-x509/etc\" -D_PATH_SSH_PROGRAM=\"/opt/openssh-3.0.2p1-x509/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/openssh-3.0.2p1-x509/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/openssh-3.0.2p1-x509/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\"
2002 Feb 27
2
static link
hi, i have downloaded the linux-version of openssh-3.0.2p1. i wanted to compile it statically with the following configure-statement: ./configure --prefix=/usr/local/opt/openssh-3.0.2p1 --with-pam --with-md5-passwords --with-v4-default --with-ldflags=-static --with-ssl-dir=/usr/local/opt/openssl It worked for the older 2.9 version, but now i get the following error: gcc -o ssh ssh.o
2013 Jan 13
0
[ANNOUNCE] xgc 1.0.4
xgc is an Xaw-based graphics demo that shows/tests various features of the X11 core protocol graphics primitives. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (3): Bounds check value passed to WriteText config: Add missing
2013 Feb 11
0
[ANNOUNCE] xvinfo 1.1.2
xvinfo prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension. This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Add _X_NORETURN
2008 Oct 08
0
[PATCH] "git-*" syntax is obsolete since git 1.6
--- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3a02f4e..4d17fd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,5 +26,5 @@ EXTRA_DIST = README.NV1 ChangeLog # Always regenerate the changelog CLEANFILES = ChangeLog ChangeLog: FORCE - git-log > ChangeLog + git log > ChangeLog FORCE: diff
2007 Dec 17
1
2 commits - configure.ac NEWS
NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) New commits: commit b89f3c46440581f2818e1572c206331182e3a17f Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 21:44:48 2007 +0100 back to development diff --git a/configure.ac b/configure.ac index 56b01c5..237b2a0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7
2014 Dec 31
0
[ANNOUNCE] fslsfonts 1.0.5
fslsfonts produces a list of fonts served by an X font server (xfs). This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and janitorial cleanups. Alan Coopersmith (10): Add -version option to print version Print which option was in error along with usage message config: Add missing AC_CONFIG_SRCDIR
2014 Dec 31
0
[ANNOUNCE] fstobdf 1.0.6
The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files. This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and other janitorial cleanups. Alan
2014 Dec 31
0
[ANNOUNCE] showfont 1.0.5
showfont displays data about a font from an X font server. The information shown includes font information, font properties, character metrics, and character bitmaps. This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and other janitorial cleanups. Alan Coopersmith (7): Rename row pointer to avoid shadowing row
2015 Jan 17
0
[ANNOUNCE] iceauth 1.0.7
The iceauth program is used to edit and display the authorization information used in connecting with ICE. It operates very much like the xauth program for X11 connection authentication records. This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and other janitorial cleanups. Alan Coopersmith (10): Actually
2015 Mar 07
0
[ANNOUNCE] xman 1.1.4
xman is a graphical manual page browser using the Athena Widgets (Xaw) toolkit. Alan Coopersmith (8): Fix "no search will be preformed" typo in dialog box message Ensure fgets read at least one byte before modifying string config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix typos & wording