Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2_11 30 Mar 2023 23:59:41 |
Muhammad Moinur Rahman (bofh) |
news/nntpcache: Remove expired port:
2023-03-31 news/nntpcache: Upstream site no longer available |
3.0.2_11 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
3.0.2_11 27 Jan 2023 21:31:25 |
Muhammad Moinur Rahman (bofh) |
news/nntpcache: Mark DEPRECATED
- Upstream no longer accessible
- Set EXPIRATION_DATE to 2023-03-31
- Pet portclippy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2_11 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.0.2_11 20 Jul 2022 14:22:44 |
Tobias C. Berner (tcberner) |
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 ) |
3.0.2_11 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
3.0.2_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2_11 19 Feb 2021 05:43:29 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
3.0.2_11 01 Jan 2021 23:51:49 |
linimon |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
3.0.2_11 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.0.2_10 01 Jul 2019 10:58:25 |
pkubaj |
news/nntpcache: fix build
Base GCC crashes during build, add USES=compiler:c11.
Approved by: mentors (implicit approval) |
3.0.2_10 11 Dec 2018 17:03:52 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.0.2_10 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.0.2_10 13 May 2017 23:36:16 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.0.2_10 10 Apr 2017 11:15:25 |
amdmi3 |
- Optionize docs
- Switch to options helpers |
3.0.2_10 02 Jan 2017 20:04:36 |
rene |
leeym handed in his commit bit. |
3.0.2_10 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
3.0.2_10 14 Dec 2015 17:19:46 |
mat |
Make build as a user.
While there, convert to autoreconf, options helpers, rename patches to match
our naming scheme.
Sponsored by: Absolight |
3.0.2_9 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
3.0.2_8 29 May 2014 11:39:16 |
miwi |
- Convert gmake to USES |
3.0.2_8 29 Mar 2014 18:12:30 |
adamw |
Missed a direct access of $PREFIX |
3.0.2_7 29 Mar 2014 17:28:56 |
adamw |
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% (Only the first 15 lines of the commit message are shown above ) |
3.0.2_6 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
3.0.2_6 24 May 2013 11:47:26 |
bdrewery |
Fix another syntax error from conversion |
3.0.2_6 24 May 2013 11:46:11 |
bdrewery |
- Fix options conversion |
3.0.2_6 10 May 2013 16:24:06 |
bapt |
Convert to new options framework |
3.0.2_6 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.0.2_6 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
3.0.2_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.0.2_6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.0.2_6 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
3.0.2_6 24 Sep 2010 03:22:28 |
ade |
Migrate from devel/automake15 to devel/automake19 |
3.0.2_6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.0.2_6 26 Apr 2008 00:38:45 |
leeym |
- original master site is gone, update links to mirror site. |
3.0.2_6 17 Jan 2007 13:38:12 |
leeym |
- fix a bug to handle duplicate spam.filter in nntpcache.access correctly.
(patch sent back to authors. fix it first before next release) |
3.0.2_5 25 Nov 2006 03:00:22 |
leeym |
- unbreak on sparc64 [1]
- stop sending debug mail
PR: [1] 105752
Submitted by: shaun@ |
3.0.2_4 28 Sep 2006 13:12:16 |
leeym |
- avoid NOT_FOR_ARCHS which will mark IGNORE
- mark BROKEN instead
- correct typo
Noticed by: kris, vd |
3.0.2_4 28 Sep 2006 03:08:00 |
leeym |
- set NOT_FOR_ARCHS=space64
Noticed by: kris |
3.0.2_4 02 Sep 2006 17:06:07 |
leeym |
- patchfile rerolled for minor fix about working directory
- bump PORTREVISION |
3.0.2_3 02 Sep 2006 16:27:23 |
leeym |
- remove spam from news spool if it's a SPAM (spamphobia patch)
- add REVISEDATE in PATCHFILES file name
- bump PORTREVISION |
3.0.2_2 25 May 2006 07:17:39 |
leeym |
- fix a bug in patch to enable xover_nocem for the cache on disk
- bump PORTREVISION |
3.0.2_1 24 May 2006 23:39:57 |
leeym |
- suppress debug message for nocem filter |
3.0.2_1 17 Mar 2006 05:52:10 |
leeym |
- remove BEFORE
- remove unnecessary procname
- change the syntax of nntpcached_enable
Noticed by: dougb |
3.0.2_1 17 Mar 2006 01:25:20 |
dougb |
Remove FreeBSD KEYWORD, which has been a noop for some time now. |
3.0.2_1 17 Mar 2006 00:06:37 |
leeym |
- use %%RC_SUBR%% instead of hardcoded /etc/rc.subr [1]
- fix coredump when parsing user:pass@host in nntpcache.servers [2]
- bump PORTREVISION
PR: 94550 [1], 94549 [2]
Submitted by: tps at vr-web.de [1][2] |
3.0.2 15 Mar 2006 17:14:57 |
leeym |
- update to 3.0.2
- add spamphobia NoCeM support
- take maintainership |
3.0.1_2 25 Nov 2005 16:56:11 |
pav |
- Add SHA256 |
3.0.1_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
3.0.1_2 15 Oct 2005 05:20:53 |
kris |
Drop some dead mirror sites. |
3.0.1_2 13 Sep 2005 21:05:03 |
pav |
- Fix xover head filtering
PR: ports/86045
Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> |
3.0.1_1 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
3.0.1_1 07 Apr 2004 15:00:57 |
clement |
- add/remove servers from MASTER_SITES
- Add WWW:
PR: 65275
Submitted by: Jason Harris <jharris@widomaker.com> |
3.0.1_1 06 Apr 2004 08:16:56 |
clement |
- Remove dead MASTER_SITES
- remove WWW:
- use %%DOCSDIR%%
- use USE_OPENLDAP
- remove LDAP v1 support |
3.0.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
3.0.1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
3.0.1 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
3.0.1 27 Sep 2003 01:01:08 |
edwin |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
3.0.1 16 Aug 2003 14:40:31 |
kuriyama |
Add knob to make you choose your ldap version.
PR: ports/55589
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
3.0.1 15 Aug 2003 00:49:31 |
kuriyama |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
3.0.1 24 Feb 2003 02:56:37 |
edwin |
Point dependencies on net/openldap2 to net/openldap20 |
3.0.1 24 Feb 2003 02:26:55 |
edwin |
Point dependencies on net/openldap to net/openldap12 |
3.0.1 20 Feb 2003 18:52:48 |
knu |
De-pkg-comment. |
3.0.1 12 Feb 2003 01:32:53 |
naddy |
Update mirrors.
PR: 47702
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
3.0.1 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
3.0.1 25 Jul 2002 18:52:48 |
pat |
Update to 3.0.1
Fix some whitespace issues and plist
PR: ports/40982
Submitted by: Maxim Tulyuk <mt@primats.org.ua> |
2.4.0b5 23 Jun 2002 06:09:20 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39675
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
2.4.0b5 30 Mar 2002 10:14:36 |
dinoex |
Updated with new Option, some cleanups.
>Number: 30849
news/nntpcache fails compiling authinfo_pam.c, add radius & ldap auth
mechanisms.
The fix is to place a #ifndef __FreeBSD__ .. #endif arround
<security/pam_misc.h> in authinfo_pam.c.
The attached patch corrects this problem, and adds additional authentication
functionality to the nntpcache port (RADIUS, LDAP[v1,v2]).
files/patch-src-authinfo_pam.ext removed due to a post-configure target is
added to the Makefile that recreates the authinfo_[pam,radius,ldap].ext files.
PR: 30849
Submitted by: hetzels@westbend.net |
10 Nov 2001 11:04:59 |
petef |
- fix compilation of pam stuff in authinfo_pam.c |
14 Sep 2001 10:47:23 |
wjv |
- Update to version 2.4.0b5 - Remove a verifiably bad site from MASTER_SITES.
- Remove duplicate entry (DNS entry points to same IP) from MASTER_SITES. -
Add new mirror to MASTER_SITES. - Change MAINTAINER to -ports, as the previous
maintainer (and author) has expressed a lack of interest in continued
maintenance of this port. - Deploy DOCSDIR. - General clean-up and
reorganisation of Makefile. - Remove PKGMESSAGE completely, since this port
requires no user action which is out of the ordinary (I do not consider
editing configuration files to be out of the ordinary), and it contains no
information which is not also contained elsewhere in a more standardised
location. - Add NO_CDROM, as this software is not free and never has been. -
Bring the startup script installed in ${PREFIX}/etc/rc.d up to current
standards (I hope). - Install a fully functional startup script in
${PREFIX}/etc/rc.d (as most ports now do), instead of an inactive .sample
startup script. - Install HTML documentation. - Deploy %%PORTDOCS%% pragma
in pkg-plist. - Make SPOOLDIR a user-tweakable option (default: /var/spool).
NNTPCache will cache news articles in ${SPOOLDIR}/nntpcache. - Remove the
non-standard "hardlink-pgp-files" target from Makefile. - Comment out the
run-time dependency on security/pgp for now. The only NNTPCache
functionality which depends on PGP is very optional indeed and furthermore,
there is now a plethora of PGPish ports for the user to choose from. (This
may need to be tweaked further, since NNTPCache builds without PGP support
if PGP is not detected during the configurations stage.) |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 04:57:04 |
asami |
Convert category news to new layout. |