pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flnews-devel: Updated to 0.17pre1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 21 11:14:59 2019 +0100
Changeset:	cc8ea82a2835e9e6c157ea6879d043fda302d9eb

Modified Files:
	flnews-devel/Makefile
	flnews-devel/README
	flnews-devel/TODO
	flnews-devel/distinfo

Log Message:
flnews-devel: Updated to 0.17pre1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc8ea82a2835e9e6c157ea6879d043fda302d9eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flnews-devel/Makefile |  8 ++++----
 flnews-devel/README   | 48 ++----------------------------------------------
 flnews-devel/TODO     | 14 +++-----------
 flnews-devel/distinfo |  8 ++++----
 4 files changed, 13 insertions(+), 65 deletions(-)

diffs:
diff --git a/flnews-devel/Makefile b/flnews-devel/Makefile
index 93a9e258ea..12c5acdf8f 100644
--- a/flnews-devel/Makefile
+++ b/flnews-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FLNEWS_VERSION=	0.16rc2
+FLNEWS_VERSION=	0.17pre1
 
 DISTNAME=	flnews-${FLNEWS_VERSION}
 CATEGORIES=	news
@@ -8,7 +8,7 @@ MASTER_SITES=	http://micha.freeshell.org/flnews/src/
 MASTER_SITES+=	http://www.ybtra.de/flnews-mirror/src/
 MASTER_SITES+=	http://www.southcity.de/flnews/src/
 EXTRACT_SUFX=	.tar.bz2
-EXTRACT_USING=	bsdtar
+#EXTRACT_USING=	bsdtar
 
 MAINTAINER=	michael.baeuerle%gmx.net@localhost
 HOMEPAGE=	http://micha.freeshell.org/flnews/
@@ -24,7 +24,7 @@ FLNEWS_MAINTAINER=	${MAINTAINER}
 
 .include "options.mk"
 
-post-patch:
+post-extract:
 	${CP} ${FILESDIR}/CONFIG ${WRKSRC}
 
 # Prepare CONFIG file
@@ -69,7 +69,7 @@ do-configure:
 	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} config
 
 .if ${OPSYS} == "SunOS" && ${PKGSRC_COMPILER:Msunpro}
-BUILD_DEPENDS+=	makedepend-[0-9]*:../../devel/makedepend
+BUILD_DEPENDS+=			makedepend-[0-9]*:../../devel/makedepend
 .endif
 
 BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.3
diff --git a/flnews-devel/README b/flnews-devel/README
index 1110bcecf1..3bb3384940 100644
--- a/flnews-devel/README
+++ b/flnews-devel/README
@@ -1,46 +1,2 @@
-This package contain a development snapshot.
-
-Mandatory:
-- Operating system that provide the following interfaces:
-  - POSIX.1-1990
-  - POSIX.1b-1993 Realtime extention, Timers (TMR) option
-  - POSIX.1c-1996 Threads (THR) extension
-  - 4.3BSD socket API (with a 'select()' implementation that supports sockets)
-  - POSIX.2-1992 compliant shell and utilities
-  - POSIX.2a-1992 User Portability Utilities (UP) extension
-- getconf
-  Utility from X/Open Portability Guide Issue 4 (XPG4) to query system variables
-- C/C++ compiler
-  Should be a matching pair that is C90/C++98 compliant.
-- FLTK 1.3 (compiled with multithreading support enabled)
-
-Optional:
-- POSIX.2-1992 C language binding (CLB)
-  Required if the filter (scoring) subsystem should handle regular expressions
-  Required if the filter (scoring) subsystem should handle group wildmats
-- POSIX.1b-1993 realtime extention, File Synchronization (FSC) option
-  If available, 'fsync()' is executed on config, group and database files after
-  changes
-- POSIX.1-2001
-  If available, the timestamp in the "Date" headerfield is created in local time
-- Operating system with X/Open System Interface (XSI) extension
-  (with a 'poll()' implementation that supports sockets)
-  Required for National Language Support (NLS)
-  Required for automatic TLS certificate CRL maintenance (EXPERIMENTAL)
-- OpenSSL 1.x or LibreSSL 2.x
-  Required for Transport Layer Security (TLS) support
-  Required for generation of Cancel-Lock and Cancel-Key header fields
-- zlib
-  Sourcecode for zlib can be downloaded from <http://zlib.net/>
-  Required for NNTP compression extension (DEFLATE algorithm)
-- xdg-utils
-  Required for sending e-mail and clicking on hyperlinks that cannot be
-  handled internally
-- makedepend
-  Required if the compilers preprocessor can't create dependencies
-- troff2html (from the troffcvt package)
-  Required to build the HTML version of the man page
-- doxygen
-  Required to build the documentation (except the manual page)
-- LaTeX
-  Required to build the documentation (except the manual page)
+This package contains a development snapshot.
+FLTK 1.4 is used to test Pango support.
diff --git a/flnews-devel/TODO b/flnews-devel/TODO
index ffc634cccc..fa92e81e42 100644
--- a/flnews-devel/TODO
+++ b/flnews-devel/TODO
@@ -1,12 +1,4 @@
-[X] Create reproducible build
-[X] Include mk/pthread.buildlink3.mk (similar to FLTK)
-[X] Force POSIX.1 IP6 on NetBSD (if inet6 option is selected)
-    Reason: Autodetect via POSIX sysconf(_SC_IPV6) doesn't work on NetBSD
-[X] Suggest option inet6
-[X] Add help message for NLS (supported locale codesets)
-[X] Suggest option nls?
-    Yes => Even without NLS the FILTER module limits supported locale codesets
-[X] Execute "make config" part of build in the pkgsrc configure phase
-[ ] Check handling of CPPFLAGS
-[ ] Import final flnews 0.16 release
+[X] Track 0.17 development branch
+[X] Make doxygen LaTeX/PDF documentation build again
+[ ] Import final flnews 0.17 release
 [ ] Switch back to FLTK version from pkgsrc current
diff --git a/flnews-devel/distinfo b/flnews-devel/distinfo
index 8ef763d5a7..6258ed4183 100644
--- a/flnews-devel/distinfo
+++ b/flnews-devel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (flnews-0.16rc2.tar.bz2) = 47f381f54656e8b5ff8080264b1f5c8d739ea68a
-RMD160 (flnews-0.16rc2.tar.bz2) = 6b9074aad8c02a07227c0213db2ef5c486152030
-SHA512 (flnews-0.16rc2.tar.bz2) = cd550263e5a71e673d036634d988e90e17a98f43df83ed2931f0945477229c181fa63c93fa33b2f4b2a136279c606ab370839275320f7740a58764633070c7e9
-Size (flnews-0.16rc2.tar.bz2) = 1064733 bytes
+SHA1 (flnews-0.17pre1.tar.bz2) = 3f86977b2fd506856520155365208cfef20727eb
+RMD160 (flnews-0.17pre1.tar.bz2) = a5597e256ac9a88a7be289f5295d8bec013efcbc
+SHA512 (flnews-0.17pre1.tar.bz2) = 37f13aea30945035ade9d810298fb6a62d5899ed0ccde1faf9d57ecf145a241e28cc6c3c0fdd0f79b45fd568e9a365584b9719c8e2d63e1fd59b7cdcbb4a7f69
+Size (flnews-0.17pre1.tar.bz2) = 1067585 bytes


Home | Main Index | Thread Index | Old Index