FreeBSD Bugzilla – Attachment 15045 Details for
Bug 28027
Fix port mail/glbiff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.04 KB, created by
Pete Fritchman
on 2001-06-11 05:20:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-06-11 05:20:03 UTC
Size:
3.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/glbiff/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 2000/08/03 09:25:23 1.15 >+++ Makefile 2001/06/11 02:48:10 >@@ -11,12 +11,17 @@ > MASTER_SITES= http://www.dgp.utoronto.ca/~mac/projects/ > EXTRACT_SUFX= .tgz > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= petef@databits.net > > USE_X_PREFIX= yes > USE_MESA= yes > GNU_CONFIGURE= yes > >+CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS:S/"//g} >+CONFIGURE_ENV= CFLAGS="${CFLAGS}" >+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ >+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" >+ > MAN1= glbiff.1 > MAN5= glbiffrc.5 > >@@ -32,5 +37,6 @@ > ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff > .endfor > .endif >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/mail/glbiff/pkg-descr,v >retrieving revision 1.4 >diff -u -r1.4 pkg-descr >--- pkg-descr 2000/04/30 00:28:09 1.4 >+++ pkg-descr 2001/06/11 02:46:12 >@@ -4,3 +4,6 @@ > hence tries to mimic some of the features present in it. > > WWW: http://www.dgp.toronto.edu/~mac/projects/glbiff.html >+ >+- Pete >+petef@databits.net >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/mail/glbiff/pkg-plist,v >retrieving revision 1.2 >diff -u -r1.2 pkg-plist >--- pkg-plist 1999/05/03 02:28:40 1.2 >+++ pkg-plist 2001/06/11 02:42:51 >@@ -1,8 +1,8 @@ > bin/glbiff >-share/doc/glbiff/ChangeLog >-share/doc/glbiff/README >-share/doc/glbiff/README.last-minute >-share/doc/glbiff/TODO >+%%PORTDOCS%%share/doc/glbiff/ChangeLog >+%%PORTDOCS%%share/doc/glbiff/README >+%%PORTDOCS%%share/doc/glbiff/README.last-minute >+%%PORTDOCS%%share/doc/glbiff/TODO > share/examples/glbiff/dot.glbiffrc.sample >-@dirrm share/doc/glbiff >+%%PORTDOCS%%@dirrm share/doc/glbiff > @dirrm share/examples/glbiff >Index: files/patch-aa >=================================================================== >RCS file: /home/ncvs/ports/mail/glbiff/files/patch-aa,v >retrieving revision 1.1 >diff -u -r1.1 patch-aa >--- files/patch-aa 2000/04/30 00:28:07 1.1 >+++ files/patch-aa 2001/06/11 02:40:16 >@@ -15,8 +15,8 @@ > > -LIBS = @LIBS@ > -CXXFLAGS = $(DEBUG) @CXXFLAGS@ -DVERSION=\"$(VERSION)\" >-+LIBS = @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ >-+CXXFLAGS = $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\" >++LIBS = @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ ${PTHREAD_LIBS} >++CXXFLAGS += $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\" ${PTHREAD_CFLAGS} > > all: $(PROGRAM) > >--- /dev/null Mon Jun 11 00:06:59 2001 >+++ pkg-message Sun Jun 10 22:47:39 2001 >@@ -0,0 +1,6 @@ >+----------------------------------------------------------------- >+You have installed glbiff, a program to visually represent you of >+new mail. A sample ~/.glbiffrc file is located at: >+ ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample >+... and more information is available in the glbiffrc(5) manpage. >+-----------------------------------------------------------------
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28027
: 15045