pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49537: Update mail/fdm to 1.8
>Number: 49537
>Category: pkg
>Synopsis: Update mail/fdm to 1.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Jan 05 01:45:00 +0000 2015
>Originator: Leonardo Taccari
>Release: NetBSD 6.1.5
>Organization:
>Environment:
System: NetBSD foobar 6.1.5 NetBSD 6.1.5 (EEEPC900) #3: Tue Oct 28 16:22:34 CET 2014 leot@foobar:/usr/src/sys/arch/i386/compile/EEEPC900 i386
Architecture: i386
Machine: i386
>Description:
mail/fdm in pkgsrc (1.7) is not the latest stable version (1.8).
>How-To-Repeat:
$ cd pkgsrc/mail/fdm
$ make show-var VARNAME=PKGNAME_NOREV
>Fix:
Please apply the following patches.
While here I will also attach a possible commit message. Unfortunately the
CHANGES file is not updated so I tried to summarize the changes reading the "git
log" output.
Thank you for your attention!
-------------------8<-----------------8<-----------------8<-------------------
Update mail/fdm to 1.8.
Changes:
o Various bug fixes
o Various improvements in the documentation
-------------------8<-----------------8<-----------------8<-------------------
-------------------8<-----------------8<-----------------8<-------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/fdm/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 12 Feb 2014 23:18:07 -0000 1.6
+++ Makefile 5 Jan 2015 01:32:18 -0000
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.6 2014/02/12 23:18:07 tron Exp $
-DISTNAME= fdm-1.7
-PKGREVISION= 1
+DISTNAME= fdm-1.8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fdm/}
@@ -20,10 +19,6 @@
.include "options.mk"
-post-build:
- ${RUN}cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
- -f tools/dist.mk manual
-
post-install:
cd ${WRKSRC}/examples && pax -rwpam . ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/MANUAL ${DESTDIR}${DOCDIR}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/fdm/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 15 Oct 2013 14:44:18 -0000 1.4
+++ distinfo 5 Jan 2015 01:32:18 -0000
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2013/10/15 14:44:18 joerg Exp $
-SHA1 (fdm-1.7.tar.gz) = 5534d1ec1831794e092e0821db70f36b7e1ee961
-RMD160 (fdm-1.7.tar.gz) = 942f0989501645aa7e04bd428510daa309e8fca6
-Size (fdm-1.7.tar.gz) = 199808 bytes
-SHA1 (patch-aa) = 8d3b3c6b7f42f8a88420a17c34a545a23fa2e9a4
-SHA1 (patch-fdm.h) = aa13bc8507c9918fb56ff65e64a83b3b5d29ce14
+SHA1 (fdm-1.8.tar.gz) = 25c0ebc0c2b43984d04c82d0ba3909acf7403df7
+RMD160 (fdm-1.8.tar.gz) = 460bd3ced27caf248878d803c0efefd090b8e0b1
+Size (fdm-1.8.tar.gz) = 193220 bytes
+SHA1 (patch-aa) = 1464ecfca828c93b90a2700a2329273992cd1959
+SHA1 (patch-fdm.h) = c6fb2108f6ff114a39fcc97f833af90df5a0c061
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/mail/fdm/patches/patch-aa,v
retrieving revision 1.4
diff -u -r1.4 patch-aa
--- patches/patch-aa 15 Oct 2013 14:44:18 -0000 1.4
+++ patches/patch-aa 5 Jan 2015 01:32:18 -0000
@@ -1,34 +1,8 @@
$NetBSD: patch-aa,v 1.4 2013/10/15 14:44:18 joerg Exp $
---- Makefile.orig 2009-06-26 15:58:00.000000000 +0000
+--- Makefile.orig 2014-12-02 14:17:21.000000000 +0000
+++ Makefile
-@@ -5,7 +5,7 @@
-
- VERSION= 1.7
-
--FDEBUG= 1
-+#FDEBUG= 1
-
- CC?= cc
- YACC= yacc -d
-@@ -13,15 +13,7 @@ CFLAGS+= -DBUILD="\"$(VERSION)\""
- LDFLAGS+= -L/usr/local/lib
- LIBS+= -lssl -lcrypto -ltdb -lz
-
-+CPPFLAGS+=-I.
--# This sort of sucks but gets rid of the stupid warning and should work on
--# most platforms...
--CCV!= (LC_ALL=C ${CC} -v 2>&1|awk '/gcc version 4/') || true
--.if empty(CCV)
--CPPFLAGS:= -I. -I- -I/usr/local/include ${CPPFLAGS}
--.else
--CPPFLAGS:= -iquote. -I/usr/local/include ${CPPFLAGS}
--.endif
--
- .ifdef FDEBUG
- LDFLAGS+= -Wl,-E
- CFLAGS+= -g -ggdb -DDEBUG
-@@ -76,12 +67,12 @@ regress: fdm
+@@ -68,12 +68,12 @@ regress: fdm
cd regress && ${MAKE}
install: all
Index: patches/patch-fdm.h
===================================================================
RCS file: /cvsroot/pkgsrc/mail/fdm/patches/patch-fdm.h,v
retrieving revision 1.2
diff -u -r1.2 patch-fdm.h
--- patches/patch-fdm.h 3 Oct 2013 11:12:43 -0000 1.2
+++ patches/patch-fdm.h 5 Jan 2015 01:32:18 -0000
@@ -3,7 +3,7 @@
MAXNAMLEN is not POSIX. For systems that does not define it use NAME_MAX
macro instead.
---- fdm.h.orig 2011-10-10 13:36:29.000000000 +0000
+--- fdm.h.orig 2013-05-07 13:07:45.000000000 +0000
+++ fdm.h
@@ -76,6 +76,10 @@
-------------------8<-----------------8<-----------------8<-------------------
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index