NEW: tikiwiki

2007-09-26 Thread Antoine Jacoutot
pkg/DESCR
Tikiwiki (Tiki) is free, full-featured Content Management System (CMS).
With Tiki, you can create online applications, web sites, portals,
intra/extranets, and just about anything else. It features:
 * Wikis (like Mediawiki)
 * Forums (like phpBB)
 * Blogs (like WordPress)
 * Articles (like Digg)
 * Image Gallery (like Flickr)
 * Map Server (like Google Maps)
 * Link Directory (like DMOZ)
 * Translation and i18n (like Babel Fish)
 * and much more... all unified


Comments/OK?

-- 
Antoine


tikiwiki.tar.gz
Description: application/tgz


winbind support

2007-09-26 Thread Steven Surdock
Greetings,
 
Any chance that the winbind and NTML auth patches for Samba[1] 
Squid[2] will be incorporated into the port?  I was hoping to use NTLM
authentication with DansGuardian and Squid.  Thanks!

[1] http://marc.info/?l=openbsd-portsm=115920525425787w=2
[2] http://marc.info/?l=openbsd-portsm=115920576932016w=2

-Steve S.



UPDATE: liferea 1.4.3b

2007-09-26 Thread viq
In the mean time liferea 1.4.3b came out, fixing some bugs, among them a
serious one causing it to treat update interval of 0 as update
continuously instead of don't update at all

Working for me on i386.


Index: Makefile
===
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.7
diff -u -d -r1.7 Makefile
--- Makefile9 Sep 2007 20:21:33 -   1.7
+++ Makefile26 Sep 2007 14:48:38 -
@@ -4,7 +4,7 @@
 
 COMMENT=   simple GTK desktop news aggregator
 
-DISTNAME=  liferea-1.2.23
+DISTNAME=  liferea-1.4.3b
 CATEGORIES=www x11
 
 HOMEPAGE=  http://liferea.sourceforge.net/
@@ -35,7 +35,9 @@
dbus-glib-1::x11/dbus-glib \
gnutls.=12::security/gnutls \
gcrypt.=12::security/libgcrypt \
-   gpg-error.=1::security/libgpg-error
+   gpg-error.=1::security/libgpg-error \
+   sqlite3::databases/sqlite3 \
+   glade-2.0.::devel/libglade2
 RUN_DEPENDS=   ::devel/desktop-file-utils \
::x11/hicolor-icon-theme
 
Index: distinfo
===
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.5
diff -u -d -r1.5 distinfo
--- distinfo9 Sep 2007 20:21:33 -   1.5
+++ distinfo26 Sep 2007 14:48:38 -
@@ -1,5 +1,5 @@
-MD5 (liferea-1.2.23.tar.gz) = LZEMYPBjp9J01pgVylXQAg==
-RMD160 (liferea-1.2.23.tar.gz) = Jqnu4b12DB5/ej+967mIgEF7Jus=
-SHA1 (liferea-1.2.23.tar.gz) = JwogtZklzAg6sX8wKLrkopYlXfI=
-SHA256 (liferea-1.2.23.tar.gz) = E23uh8cVbX+yAjO2ull+GUvKr7zk8TK9OwAhSLKYKmc=
-SIZE (liferea-1.2.23.tar.gz) = 1517098
+MD5 (liferea-1.4.3b.tar.gz) = 7hxZHNUYY8NjItqDpF2LMA==
+RMD160 (liferea-1.4.3b.tar.gz) = phWwdGXr3kHuTmgidwm/NmOJAQU=
+SHA1 (liferea-1.4.3b.tar.gz) = dXDjcr83cNnUrGaBJol2VLY8Jg0=
+SHA256 (liferea-1.4.3b.tar.gz) = UGHjV5CFt53qbLAV1ad0gM09TNp4e+QxD5HlF2Yh8JY=
+SIZE (liferea-1.4.3b.tar.gz) = 1577855
Index: patches/patch-src_callbacks_c
===
RCS file: patches/patch-src_callbacks_c
diff -N patches/patch-src_callbacks_c
--- patches/patch-src_callbacks_c   28 Jun 2007 16:20:42 -  1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,27 +0,0 @@
-$OpenBSD: patch-src_callbacks_c,v 1.1.1.1 2007/06/28 16:20:42 jasper Exp $
 src/callbacks.c.orig   Mon Jun 25 22:58:51 2007
-+++ src/callbacks.cMon Jun 25 23:01:06 2007
-@@ -115,20 +115,20 @@ void on_homepagebtn_clicked(GtkButton *button, gpointe
- }
- 
- void on_topics_activate(GtkMenuItem *menuitem, gpointer user_data) {
--  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(topics_en.html));
-+  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(topics_en.html));
-   ui_tabs_new(filename, _(Help Topics), TRUE);
-   g_free(filename);
- }
- 
- 
- void on_quick_reference_activate(GtkMenuItem *menuitem, gpointer user_data) {
--  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(reference_en.html));
-+  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(reference_en.html));
-   ui_tabs_new(filename, _(Quick Reference), TRUE);
-   g_free(filename);
- }
- 
- void on_faq_activate(GtkMenuItem *menuitem, gpointer user_data) {
--  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(faq_en.html));
-+  gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(faq_en.html));
-   ui_tabs_new(filename, _(FAQ), TRUE);
-   g_free(filename);
- }
Index: patches/patch-src_notification_Makefile_in
===
RCS file: patches/patch-src_notification_Makefile_in
diff -N patches/patch-src_notification_Makefile_in
--- patches/patch-src_notification_Makefile_in  9 Sep 2007 20:21:33 -   
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_notification_Makefile_in,v 1.2 2007/09/09 20:21:33 jasper 
Exp $
 src/notification/Makefile.in.orig  Fri Aug 31 23:26:23 2007
-+++ src/notification/Makefile.in   Sun Sep  9 22:02:22 2007
-@@ -289,7 +289,7 @@ am__liblinotiflibnotify_la_SOURCES_DIST = notif_libnot
- @[EMAIL PROTECTED] = \
- @WITH_LIBNOTIFY_TRUE@ liblinotiflibnotify_la-notif_libnotify.lo
- liblinotiflibnotify_la_OBJECTS = $(am_liblinotiflibnotify_la_OBJECTS)
--liblinotifpopup_la_LDFLAGS =
-+liblinotifpopup_la_LDFLAGS = -module -avoid-version
- liblinotifpopup_la_DEPENDENCIES =
- am_liblinotifpopup_la_OBJECTS = liblinotifpopup_la-notif_popup.lo
- liblinotifpopup_la_OBJECTS = $(am_liblinotifpopup_la_OBJECTS)
Index: patches/patch-src_ui_ui_mainwindow_c

Porting OpenBSD to OLPC XO laptops.

2007-09-26 Thread big one
OLPC (One Laptop Per Child) had released XO AMD Geode LX Laptops using G1G1 
(Buy 2 Get 1). One laptop will be sent to the buyer and the 2nd laptop will be 
sent to a child in a poor, developing country.

According to Mr Theo de Raadt from OpenBSD, it is impossible to write device 
driver for Wireless chipset inside XO.

According to OLPC developer team:
1. There is no standard BIOS inside XO laptops.
2. There is no VGA/EGA/CGA video mode.

Is it possible to port OpenBSD to XO Laptops without activating/using the 
wireless chipset?
Thank you

_
= You want FREE web-based email ? 
= You want your own @qon.lao.net address??
= Then you want LaoNet's WebMail !
= Get it at http://webmail.lao.net !!



Re: UPDATE: liferea 1.4.3b

2007-09-26 Thread Nikns Siankin
On Wed, Sep 26, 2007 at 04:54:53PM +0200, viq wrote:
In the mean time liferea 1.4.3b came out, fixing some bugs, among them a
serious one causing it to treat update interval of 0 as update
continuously instead of don't update at all

Working for me on i386.
Working for me on amd64.



Index: Makefile
===
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.7
diff -u -d -r1.7 Makefile
--- Makefile   9 Sep 2007 20:21:33 -   1.7
+++ Makefile   26 Sep 2007 14:48:38 -
@@ -4,7 +4,7 @@
 
 COMMENT=  simple GTK desktop news aggregator
 
-DISTNAME= liferea-1.2.23
+DISTNAME= liferea-1.4.3b
 CATEGORIES=   www x11
 
 HOMEPAGE= http://liferea.sourceforge.net/
@@ -35,7 +35,9 @@
   dbus-glib-1::x11/dbus-glib \
   gnutls.=12::security/gnutls \
   gcrypt.=12::security/libgcrypt \
-  gpg-error.=1::security/libgpg-error
+  gpg-error.=1::security/libgpg-error \
+  sqlite3::databases/sqlite3 \
+  glade-2.0.::devel/libglade2
 RUN_DEPENDS=  ::devel/desktop-file-utils \
   ::x11/hicolor-icon-theme
 
Index: distinfo
===
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.5
diff -u -d -r1.5 distinfo
--- distinfo   9 Sep 2007 20:21:33 -   1.5
+++ distinfo   26 Sep 2007 14:48:38 -
@@ -1,5 +1,5 @@
-MD5 (liferea-1.2.23.tar.gz) = LZEMYPBjp9J01pgVylXQAg==
-RMD160 (liferea-1.2.23.tar.gz) = Jqnu4b12DB5/ej+967mIgEF7Jus=
-SHA1 (liferea-1.2.23.tar.gz) = JwogtZklzAg6sX8wKLrkopYlXfI=
-SHA256 (liferea-1.2.23.tar.gz) = E23uh8cVbX+yAjO2ull+GUvKr7zk8TK9OwAhSLKYKmc=
-SIZE (liferea-1.2.23.tar.gz) = 1517098
+MD5 (liferea-1.4.3b.tar.gz) = 7hxZHNUYY8NjItqDpF2LMA==
+RMD160 (liferea-1.4.3b.tar.gz) = phWwdGXr3kHuTmgidwm/NmOJAQU=
+SHA1 (liferea-1.4.3b.tar.gz) = dXDjcr83cNnUrGaBJol2VLY8Jg0=
+SHA256 (liferea-1.4.3b.tar.gz) = UGHjV5CFt53qbLAV1ad0gM09TNp4e+QxD5HlF2Yh8JY=
+SIZE (liferea-1.4.3b.tar.gz) = 1577855
Index: patches/patch-src_callbacks_c
===
RCS file: patches/patch-src_callbacks_c
diff -N patches/patch-src_callbacks_c
--- patches/patch-src_callbacks_c  28 Jun 2007 16:20:42 -  1.1.1.1
+++ /dev/null  1 Jan 1970 00:00:00 -
@@ -1,27 +0,0 @@
-$OpenBSD: patch-src_callbacks_c,v 1.1.1.1 2007/06/28 16:20:42 jasper Exp $
 src/callbacks.c.orig  Mon Jun 25 22:58:51 2007
-+++ src/callbacks.c   Mon Jun 25 23:01:06 2007
-@@ -115,20 +115,20 @@ void on_homepagebtn_clicked(GtkButton *button, gpointe
- }
- 
- void on_topics_activate(GtkMenuItem *menuitem, gpointer user_data) {
-- gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(topics_en.html));
-+ gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(topics_en.html));
-  ui_tabs_new(filename, _(Help Topics), TRUE);
-  g_free(filename);
- }
- 
- 
- void on_quick_reference_activate(GtkMenuItem *menuitem, gpointer user_data) {
-- gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(reference_en.html));
-+ gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(reference_en.html));
-  ui_tabs_new(filename, _(Quick Reference), TRUE);
-  g_free(filename);
- }
- 
- void on_faq_activate(GtkMenuItem *menuitem, gpointer user_data) {
-- gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR / 
PACKAGE /doc/html/%s, _(faq_en.html));
-+ gchar *filename = g_strdup_printf(file:// PACKAGE_DATA_DIR /doc/ 
PACKAGE /html/%s, _(faq_en.html));
-  ui_tabs_new(filename, _(FAQ), TRUE);
-  g_free(filename);
- }
Index: patches/patch-src_notification_Makefile_in
===
RCS file: patches/patch-src_notification_Makefile_in
diff -N patches/patch-src_notification_Makefile_in
--- patches/patch-src_notification_Makefile_in 9 Sep 2007 20:21:33 -   
1.2
+++ /dev/null  1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_notification_Makefile_in,v 1.2 2007/09/09 20:21:33 jasper 
Exp $
 src/notification/Makefile.in.orig Fri Aug 31 23:26:23 2007
-+++ src/notification/Makefile.in  Sun Sep  9 22:02:22 2007
-@@ -289,7 +289,7 @@ am__liblinotiflibnotify_la_SOURCES_DIST = notif_libnot
- @[EMAIL PROTECTED] = \
- @WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la-notif_libnotify.lo
- liblinotiflibnotify_la_OBJECTS = $(am_liblinotiflibnotify_la_OBJECTS)
--liblinotifpopup_la_LDFLAGS =
-+liblinotifpopup_la_LDFLAGS = -module -avoid-version
- liblinotifpopup_la_DEPENDENCIES =
- am_liblinotifpopup_la_OBJECTS = liblinotifpopup_la-notif_popup.lo
- liblinotifpopup_la_OBJECTS = $(am_liblinotifpopup_la_OBJECTS)
Index: 

update: geo/gpsbabel 1.3.2 - 1.3.4

2007-09-26 Thread Chris Kuethe
more new protocols, some bugfixes...

http://www.gpsbabel.org/changes.html

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?


gpsbabel.diff
Description: Binary data


testers wanted for freetds update.

2007-09-26 Thread Stuart Henderson
This updates freetds to 0.64 - it's not especially new but
it's the latest stable version, with various small fixes and
better compatibility with newer mssql.

I've tried it with iodbctest against mssql but don't use it
enough to give it a particularly thorough test. More testing
would be appreciated.

It also enables ODBC again, which is the reason I was looking
at it - I've done this as BUILD_DEPENDS since the headers are
needed to get the software built, but not RUN_DEPENDS since
ODBC uses dlopen() to call this, rather than this pulling in
functions from ODBC; I *think* this is the best way to handle
this.

comments, reports, ok?

Index: Makefile
===
RCS file: /cvs/ports/databases/freetds/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile15 Sep 2007 20:34:00 -  1.30
+++ Makefile26 Sep 2007 22:01:56 -
@@ -1,13 +1,13 @@
 # $OpenBSD: Makefile,v 1.30 2007/09/15 20:34:00 simon Exp $
 
-V= 0.63
+V= 0.64
 DISTNAME=  freetds-$V
-PKGNAME=   ${DISTNAME}p1
 CATEGORIES=databases
 SHARED_LIBS += tds  4.0  # .4.0
 SHARED_LIBS += ct   3.0  # .3.0
 SHARED_LIBS += sybdb5.0  # .5.0
 SHARED_LIBS += tdssrv   2.0  # .2.0
+SHARED_LIBS += tdsodbc  0.0  # .0.0
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM=   Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 WANTLIB=   c ncurses readline
+BUILD_DEPENDS= ::databases/iodbc,-main
 
 COMMENT=   project to document and implement the TDS protocol
 HOMEPAGE=  http://www.freetds.org/
@@ -31,7 +32,7 @@ CONFIGURE_ARGS=   ${CONFIGURE_SHARED} \
--enable-static \
--with-libiconv-prefix=${LOCALBASE} \
--disable-threadsafe \
-   --disable-odbc
+   --with-iodbc
 
 .if $(FLAVOR:L:Mmsdblib)
 CONFIGURE_ARGS+=--enable-msdblib
@@ -50,5 +51,7 @@ post-install:
${PREFIX}/share/examples/freetds/freetds.conf-sample
${INSTALL_DATA} ${WRKSRC}/src/pool/pool.conf \
${PREFIX}/share/examples/freetds/pool.conf-sample
+   @cd ${PREFIX}/lib  ln -s libtdsodbc.so.${LIBtdsodbc_VERSION} \
+   libtdsodbc.so
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/databases/freetds/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo5 Apr 2007 15:37:49 -   1.11
+++ distinfo26 Sep 2007 22:01:56 -
@@ -1,5 +1,5 @@
-MD5 (freetds-0.63.tar.gz) = oKUDjPtwgYAwizgfhIuvdQ==
-RMD160 (freetds-0.63.tar.gz) = 7hMvdX9pjPyNq8YSAS648khuZt0=
-SHA1 (freetds-0.63.tar.gz) = uV5jBSSAAVWvj6BOeLW4NBIM9I8=
-SHA256 (freetds-0.63.tar.gz) = hmGtHVgmMiBVF0XU71KSUKQSRA5k43NhL1accJsJ3NI=
-SIZE (freetds-0.63.tar.gz) = 1321466
+MD5 (freetds-0.64.tar.gz) = 7P7l1slpMhcqHyn7IVydIw==
+RMD160 (freetds-0.64.tar.gz) = NQn7hs5+37k35kBBptYzmIPP9g4=
+SHA1 (freetds-0.64.tar.gz) = xC9oAMkeUXCrRpLWlPpA85lerKQ=
+SHA256 (freetds-0.64.tar.gz) = J+7vQElZD0WRifhZ+nPa4nYE6gv08ZfjBPmTTDkxLDs=
+SIZE (freetds-0.64.tar.gz) = 1414954
cvs server: Diffing patches
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/databases/freetds/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile_in
--- patches/patch-Makefile_in   26 Dec 2005 19:15:22 -  1.5
+++ patches/patch-Makefile_in   26 Sep 2007 22:01:56 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.5 2005/12/26 19:15:22 sturm Exp $
 Makefile.in.orig   Wed Mar 30 02:51:55 2005
-+++ Makefile.inMon Dec 26 13:16:21 2005
-@@ -576,13 +576,6 @@ uninstall-info: uninstall-info-recursive
+--- Makefile.in.orig   Sat Jul  1 16:10:41 2006
 Makefile.inSat Mar 31 15:09:20 2007
+@@ -658,13 +658,6 @@ uninstall-info: uninstall-info-recursive
  
  
  install-data-local:
@@ -13,5 +13,5 @@ $OpenBSD: patch-Makefile_in,v 1.5 2005/1
 -  $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
 -  fi
  
- # do not uninstall configuration files (they may have been changed)
- @[EMAIL PROTECTED]:
+ clean-local:
+   find . \( -name \*.test_output -o -name \*.bb -o -name \*.bbg -o -name 
\*.da -o -name \*.gc\* \) -exec rm -f {} \;
Index: patches/patch-odbc_unittests_Makefile_in
===
RCS file: 
/cvs/ports/databases/freetds/patches/patch-odbc_unittests_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-odbc_unittests_Makefile_in
--- patches/patch-odbc_unittests_Makefile_in26 Dec 2005 19:15:22 -  
1.3
+++ patches/patch-odbc_unittests_Makefile_in26 Sep 2007 22:01:56 -
@@ -1,10 +1,10 @@
 $OpenBSD: patch-odbc_unittests_Makefile_in,v 1.3 2005/12/26 19:15:22 sturm Exp 
$
 

mail/mutt: patch to ask for reply-to header

2007-09-26 Thread Ingo Schwarze
Of course, the following simple patch is not intended for inclusion
in the tree (i rather sent this upstream), but since mutt is probably
used by several people round here, i thought i might share just in
case anybody finds this useful...

With this patch, if you set askreply, mutt-1.5.16 will ask you for
a Reply-To: header, just like it is asking for To:, Subject:, and
optionally Cc: and Bcc:.  Otherwise, i would often forget setting
the Reply-To: properly.  In case i do not want to set the header -
like in this mail - hitting enter once is not that much work.
OK, it's a matter of taste, so by default, askreply is still off.

This patch is also available here:
  http://www.studis.de/Software/mutt-1.5.16p0u0.patch

Or without OpenBSD ports markup:
  http://www.studis.de/Software/mutt-1.5.16-noport-u0.patch

Enjoy,
  Ingo


Index: snapshot/Makefile
===
RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- snapshot/Makefile   16 Sep 2007 00:17:05 -  1.44
+++ snapshot/Makefile   25 Sep 2007 00:44:39 -
@@ -4,7 +4,7 @@
 
 VERSION=   1.5.16
 DISTNAME=  mutt-${VERSION}
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p0u0
 MASTER_SITES=  ${MASTER_SITES_MUTT:=devel/}
 
 FLAVORS=   idn sasl sidebar
Index: snapshot/patches/patch-edit_c
===
RCS file: snapshot/patches/patch-edit_c
diff -N snapshot/patches/patch-edit_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ snapshot/patches/patch-edit_c   25 Sep 2007 00:44:39 -
@@ -0,0 +1,31 @@
+$OpenBSD$
+--- edit.c.origSun Apr  1 23:58:55 2007
 edit.c Tue Sep 25 02:13:26 2007
+@@ -311,6 +311,27 @@ static void be_edit_header (ENVELOPE *e, int force)
+   mutt_addrlist_to_idna (e-bcc, NULL);
+ addch ('\n');
+   }
++
++  if (option (OPTASKREPLY) || force)
++  {
++addstr (Reply-To: );
++tmp[0] = 0;
++mutt_addrlist_to_local (e-reply_to);
++rfc822_write_address (tmp, sizeof (tmp), e-reply_to, 0);
++if (mutt_enter_string (tmp, sizeof (tmp), LINES-1, 10, 0) == 0)
++{
++  rfc822_free_address (e-reply_to);
++  e-reply_to = mutt_parse_adrlist (e-reply_to, tmp);
++  e-reply_to = mutt_expand_aliases (e-reply_to);
++  mutt_addrlist_to_idna (e-reply_to, NULL);
++  tmp[0] = 0;
++  rfc822_write_address (tmp, sizeof (tmp), e-reply_to, 1);
++  mvaddstr (LINES - 1, 10, tmp);
++}
++else
++  mutt_addrlist_to_idna (e-reply_to, NULL);
++addch ('\n');
++  }
+ }
+ 
+ int mutt_builtin_editor (const char *path, HEADER *msg, HEADER *cur)
Index: snapshot/patches/patch-init_h
===
RCS file: snapshot/patches/patch-init_h
diff -N snapshot/patches/patch-init_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ snapshot/patches/patch-init_h   25 Sep 2007 00:44:39 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+--- init.h.origSun Jun 10 04:29:21 2007
 init.h Tue Sep 25 02:02:39 2007
+@@ -169,6 +169,12 @@ struct option_t MuttVars[] = {
+   ** If set, Mutt will prompt you for carbon-copy (Cc) recipients before
+   ** editing the body of an outgoing message.
+   */  
++  { askreply,   DT_BOOL, R_NONE, OPTASKREPLY, 0 },
++  /*
++  ** .pp
++  ** If set, Mutt will prompt you for a reply-to address before editing
++  ** the body of an outgoing message.
++  */
+   { assumed_charset, DT_STR, R_NONE, UL AssumedCharset, UL 0},
+   /*
+   ** .pp
Index: snapshot/patches/patch-mutt_h
===
RCS file: snapshot/patches/patch-mutt_h
diff -N snapshot/patches/patch-mutt_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ snapshot/patches/patch-mutt_h   25 Sep 2007 00:44:39 -
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- mutt.h.origWed Apr 11 05:14:01 2007
 mutt.h Tue Sep 25 02:04:23 2007
+@@ -332,6 +332,7 @@ enum
+   OPTASCIICHARS,
+   OPTASKBCC,
+   OPTASKCC,
++  OPTASKREPLY,
+   OPTATTACHSPLIT,
+   OPTAUTOEDIT,
+   OPTAUTOTAG,
Index: snapshot/patches/patch-send_c
===
RCS file: snapshot/patches/patch-send_c
diff -N snapshot/patches/patch-send_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ snapshot/patches/patch-send_c   25 Sep 2007 00:44:39 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- send.c.origTue Apr 10 06:34:53 2007
 send.c Tue Sep 25 02:15:34 2007
+@@ -225,6 +225,8 @@ static int edit_envelope (ENVELOPE *en)
+ return (-1);
+   if (option (OPTASKBCC)  edit_address (en-bcc, Bcc: ) == -1)
+ return (-1);
++  if (option (OPTASKREPLY)  edit_address (en-reply_to, Reply-To: ) == 
-1)
++return (-1);
+ 
+   if (en-subject)
+   {



Re: mail/mutt: patch to ask for reply-to header

2007-09-26 Thread Mikolaj Kucharski
On Thu, Sep 27, 2007 at 02:28:55AM +0200, Ingo Schwarze wrote:
 -PKGNAME= ${DISTNAME}p0
 +PKGNAME= ${DISTNAME}p0u0

First time I see that kind of patchlevel. Why you used that?

-- 
best regards
q#