non port: news/newsstar/Makefile |
SVNWeb
|
Number of commits found: 48 |
Tue, 16 May 2023
|
[ 19:29 Matthias Andree (mandree) ] f60ad86
news/newsstar: update WWW to upgraded https:// (sourceforge)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 4 Sep 2022
|
[ 00:26 Matthias Andree (mandree) ] b8fd81e
news/newsstar: fix OpenSSL detection & cleanups
OpenSSL detection was broken because it looked for SSL_library_init(),
which has been gone since OpenSSL 1.1.0 already. Patch to look for
OPENSSL_init_ssl() instead.
Replace @exec by @postexec.
Add USES=ncurses.
Rearrange Makefile to reduce complaints from portclippy and portlint.
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 4f7ba00 (Only the first 10 of 48 ports in this commit are shown above. )
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 30 Dec 2015
|
[ 15:16 mandree ]
Cleanup and update.
PR: 205574
Submitted by: Dmitry Marakasov (amdmi3@)
|
Tue, 15 Jul 2014
|
[ 16:47 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Thu, 31 Oct 2013
|
[ 00:38 mandree ]
Attempt to fix build issues.
Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION.
|
Wed, 23 Oct 2013
|
[ 22:17 mandree ]
Support staging.
Reorder Makefile targets (post-install after post-patch).
Update to new LIB_DEPENDS format.
Disable chown, and leave that to the package.
Note that this apparently exposes issues with
poudriere testport/make check-orphans due to absolute /var paths.
|
Fri, 20 Sep 2013
|
[ 22:31 bapt ] (Only the first 10 of 89 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
|
Thu, 19 Sep 2013
|
[ 22:24 madpilot ]
- Add explicit $ICONV_LIB
Submitted by: marino
Approved by: portmgr (bapt, implicit)
|
Sat, 14 Sep 2013
|
[ 12:04 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Tue, 22 Jan 2013
|
[ 08:32 mandree ]
Upgrade to new upstream release 1.5.6.
|
Sun, 20 Jan 2013
|
[ 16:27 mandree ]
Convert to OptionsNG.
Fix an installation error to fresh PREFIX directories, where a file was
installed one directory level too close to the root (lib/newsstar) and
renamed.
|
[ 14:52 mandree ]
Take maintainership.
|
[ 13:46 wen ]
- Update to 1.5.5
- Trim Makefile headers
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Mon, 12 Sep 2011
|
[ 13:46 gabor ] (Only the first 10 of 56 ports in this commit are shown above. )
- Track dependencies after databases/gdbm update
|
Thu, 9 Dec 2010
|
[ 10:05 mandree ]
Fix NOPORTDOCS builds if gmake isn't installed.
|
Wed, 8 Dec 2010
|
[ 13:08 mandree ]
Fix leftover files in NOPORTDOCS install.
|
Tue, 7 Dec 2010
|
[ 13:04 mandree ]
Add LICENSE=GPLv3 line.
Feature safe: yes
|
[ 12:58 mandree ]
- Update to upstream release 1.5.4 (2009)
+ This unbreaks the build, removing BROKEN= tag.
- For examples, use [NO]PORTEXAMPLES instead of [NO]PORTDOCS
- HAS_CONFIGURE -> GNU_CONFIGURE
- Drop all patches from files/,
+ patch-configure.in and patch-newsstar.in integrated in upstream
+ patch-Makefile.am no longer needed after further upstream fixes
- Drop USE_AUTOTOOLS, we're no longer patching *.ac/*.am files.
- Mark MAKE_JOBS_SAFE for parallel builds.
- Note I cannot actually test the resulting executable for lack of local
news servers, hence I'm not taking maintainership either.
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 1 Dec 2010
|
[ 23:38 linimon ] (Only the first 10 of 25 ports in this commit are shown above. )
Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Thu, 7 Oct 2010
|
[ 15:21 ade ]
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken.
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sun, 25 Oct 2009
|
[ 09:14 erwin ]
Mark BROKEN: does not build
|
Thu, 15 Oct 2009
|
[ 12:46 anray ]
- Update to 1.5.3
PR: ports/136807
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Sun, 7 Oct 2007
|
[ 05:45 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
|
Sun, 16 Sep 2007
|
[ 17:16 anray ]
- Update to 1.3.2
- Fixed broken detection of installed INN
- Added missing dependency on GDBM
- manpage installed into right directory
PR: ports/116370
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
|
Thu, 15 Dec 2005
|
[ 20:34 anray ] (Only the first 10 of 18 ports in this commit are shown above. )
Change email address for all my ports.
Approved by: sem(mentor)
|
Thu, 3 Mar 2005
|
[ 09:10 krion ]
Update to version 1.2.2
PR: ports/78326
Submitted by: maintainer
|
Thu, 30 Dec 2004
|
[ 02:37 edwin ] (Only the first 10 of 16 ports in this commit are shown above. )
[PATCH] change MAINTAINER email address for all my ports.
PR: ports/75559
Submitted by: Andrey Slusar <anray@inet.ua>
|
Tue, 24 Aug 2004
|
[ 19:39 krion ]
Update to 1.2.1
PR: ports/70908
Submitted by: maintainer
|
Fri, 20 Aug 2004
|
[ 13:04 sem ]
Update to 1.2
PR: ports/70676
Submitted by: maintainer
|
Sat, 14 Aug 2004
|
[ 06:16 krion ]
Change option WITH_SN to WITH_INN and remove RUN_DEPENDS.
Add s-news to COMMENT.
Fix autosearch paths to newsservers.
Fix running overview program if using s-news.
Fix path to sendmail.
Bump portrevision.
PR: ports/70437
Submitted by: maintainer
|
Sat, 7 Aug 2004
|
[ 20:48 krion ] (Only the first 10 of 11 ports in this commit are shown above. )
Change maintainer's email.
PR: ports/70138
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
Thu, 15 Jul 2004
|
[ 03:13 sem ]
Update to 1.1.1
PR: ports/68901
Submitted by: maintainer
Approved by: krion (mentor)
|
Fri, 14 May 2004
|
[ 17:54 pav ]
Add newsstar, a program that fetches news from a number of remote NNTP servers
and posts it to a local server (INN or sn), and also posts outgoing articles
from the local server to the remote ones. It uses a configurable number of
multiple processes or "threads" to maximise bandwidth utilisation. The threads
are coordinated to avoid downloading multiple copies of the same article.
PR: ports/66441
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
Number of commits found: 48 |