-
Of course I found the entry in the ChangeLog concerning
the incorrectly reversed duplex setting _after_ I submitted
the patch...
The new version leaves the "--disable-duplex" syntax
and just changes the description.
File Added: patch-af.
2008-11-26 23:49:42 UTC in PS print tools: mp, mptool and mimep.
-
Hi,
in version 3.7.1 the file configure.in contains
AC_ARG_ENABLE(duplex,
[ --disable-duplex disable duplex printing
[default=yes]], ,
enable_duplex="yes")
If you look carefully at this autoconf snippet you
will see that this actually _enables_ duplex printing.
To correct this you can replace "disable" by "enable".
This keeps the current behaviour...
2008-11-26 23:32:29 UTC in PS print tools: mp, mptool and mimep.
-
Hi,
sorry it took a while to respond.
Looking at GeoIP 1.4.5 I see that the first part of my patch-ac for
apps/geoiplookup.c is still missing.
Do you _really_ want to store the variable "custom_directory" for later if
"custom_file" is non-NULL?
To me, this would only make sense if the comparison involved "custom_directory"
instead of "custom_file".
line 67 of apps/geoiplookup.c:
2008-10-13 21:16:09 UTC in MaxMind GeoIP
-
Hi,
sorry it took a while to respond.
Looking at GeoIP 1.4.5 I see that the first part of my patch-ac for
apps/geoiplookup.c is still missing.
Do you _really_ want to store the variable "custom_directory" for later if
"custom_file" is non-NULL?
To me, this would only make sense if the comparison involved "custom_directory"
instead of "custom_file".
line 67 of apps/geoiplookup.c:
2008-10-13 21:15:33 UTC in MaxMind GeoIP
-
Hi,
the Makefile produced by Makefile.PL unconditionally
puts man pages for section 5 into PREFIX/share/man/man5.
If the system running Perl has man pages in a directory
other than in PREFIX/share/man (eg. PREFIX/man)
it can be inconvenient to use PREFIX/share/man
additionally, just for razor-agents.
The appended patch adds a variable MANSUBDIR to Makefile.PL which can then be...
2008-07-23 20:11:24 UTC in Vipul's Razor
-
Hi
I can repeat the failure if I try to build esniper without the help of
pkgsrc.
The configure script of esniper looks for curl-config but subsequently
does not use the information curl-config could provide for finding libcurl,
i.e. it does not use "curl-config --libs".
Instead a simple test compile "gcc -o conftest -g -O2 conftest.c -lcurl"
is used which fails without...
2008-04-02 19:58:08 UTC in esniper: a lightweight eBay sniping tool
-
kheinz committed patchset 21057 of module wip to the work-in-progress pkgsrc packages CVS repository, changing 1 files.
2008-03-26 18:58:37 UTC in work-in-progress pkgsrc packages
-
Hi,
src/file_convert.c uses
gint stderr;
This causes compiler errors if "stderr" is a macro
from stdio.h, which is also included via gstdio.h.
The appended patch from pkgsrc is also present in a
similar form in OpenBSD's port collection.
ciao
Klaus.
2008-03-19 21:56:10 UTC in GUI for iPod using GTK2 (gtkpod)
-
Hi,
the NetBSD package collection pkgsrc has a patch
for gtkpod to handle the case where LEX is a path
instead of a simple command name.
Without the patch configure fails like this:
checking for flex... /usr/bin/lex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
configure: error: *** flex or lex required.
2008-03-19 21:35:24 UTC in GUI for iPod using GTK2 (gtkpod)
-
File Added: patch-ac.
2008-02-25 22:26:38 UTC in GUI for iPod using GTK2 (gtkpod)