FreeBSD Bugzilla – Attachment 19778 Details for
Bug 35062
New Port: audio/xmms-mailnotify 0.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.50 KB, created by
Tilman Linneweh
on 2002-02-17 21:00:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Tilman Linneweh
Created:
2002-02-17 21:00:01 UTC
Size:
2.50 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything >before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># . ># ./pkg-plist ># ./pkg-descr ># ./pkg-comment ># ./Makefile ># ./distinfo ># ./files ># ./files/patch-aa ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' >Xlib/xmms/General/libmailnotify.so >Xlib/xmms/General/alert.wav >END-of-./pkg-plist >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' >XXMMS plugin, that plays a sound on incoming mail and opens the MUA >X >XWWW: http://iso.kapsobor.de/xmms/ >XAuthor: Felix Willmann <iso@kapsobor.de> >END-of-./pkg-descr >echo x - ./pkg-comment >sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' >XXMMS plugin, that plays a sound on incoming mail and opens the MUA >END-of-./pkg-comment >echo x - ./Makefile >sed 's/^X//' >./Makefile << 'END-of-./Makefile' >X# New ports collection makefile for: xmms-mailnotify >X# Date created: 03.02.2002 >X# Whom: Tilman Linneweh ><freebsdports@arved.de> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= xmms-mailnotify >XPORTVERSION= 0.2.0 >XCATEGORIES= audio >XMASTER_SITES= http://iso.kapsobor.de/xmms/ >X >XMAINTAINER= freebsdports@arved.de >X >XLIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms >X >XUSE_X_PREFIX= yes >XUSE_LIBTOOL= yes >XUSE_GMAKE= yes >XUSE_GTK= yes >XINSTALLS_SHLIB= yes >X >X.include <bsd.port.mk> >END-of-./Makefile >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'END-of-./distinfo' >XMD5 (xmms-mailnotify-0.2.0.tar.gz) = 83d4bcb11c9fcdcf17c73a0a4a9cbd77 >END-of-./distinfo >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/patch-aa >sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' >X--- mailnotify.c.orig Sun Feb 3 21:12:45 2002 >X+++ mailnotify.c Sun Feb 3 21:13:05 2002 >X@@ -82,14 +82,14 @@ >X gchar command[256]; >X gboolean runcmd; >X gchar alertfile[256]; >X- } folders[MAX_FOLDERS] = {0}; >X+ } folders[MAX_FOLDERS] = {{{0}}}; >X >X struct origin { >X gchar senderaddr[256]; >X gboolean runcmd; >X gchar command[256]; >X gchar alertfile[256]; >X- } origins[MAX_ORIGINS] = {0}; >X+ } origins[MAX_ORIGINS] = {{{0}}}; >X >X >X /* #if !defined(UTIMBUF) >END-of-./files/patch-aa >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 35062
: 19778
Working