notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/rejik/Makefile
SVNWeb

Number of commits found: 43

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 5 Oct 2020
[ 16:30 danfe search for other commits by this committer ] Original commit   Revision:551503
- Update `www/rejik' to version 3.2.12 and undeprecate
- Fix the build with -fno-common, drop no longer needed USE_GCC
Thu, 9 Jul 2020
[ 21:50 gerald search for other commits by this committer ] Original commit   Revision:541822
Deprecate www/rejik with a long expiration period of three months.

This looks like abandonware, it is MAKE_JOBS_UNSAFE, requires -fcommon,
and all changes in the last six+ years have been mechanical ones and
keeping it on life support.
Sun, 21 Jun 2020
[ 14:55 tobik search for other commits by this committer ] Original commit   Revision:539769
www/rejik: Unbreak build with GCC 10

/usr/local/bin/ld: pass.o:(.bss+0x0): multiple definition of `change_log';
/tmp/ccMvpVPD.o:(.bss+0x0): first defined here
.. and so on ...

http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-06-10_18h05m01s/logs/errors/rejik-3.2.11_8.log

- Respect CFLAGS/LDFLAGS
- GCC 10 switched to -fno-common by default and this port is not
  ready in any way.  Since this is also abandonware it should
  probably be retired.  For now go back to -fcommon.

PR:		246700
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Wed, 16 Nov 2016
[ 15:55 marino search for other commits by this committer ] Original commit   Revision:426246
www/rejik is not jobs safe.

Another example of an "all" target requiring the "clean" target which
causes a race where object files can be deleted after they are built.

It's easy to fix but indicative the author fundamentally doesn't
understand make dependencies. Dumb.
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 17 Nov 2014
[ 21:43 antoine search for other commits by this committer ] Original commit   Revision:372692
Fix with non standard PREFIX too
[ 21:34 antoine search for other commits by this committer ] Original commit   Revision:372691
Unbreak
[ 20:31 antoine search for other commits by this committer ] Original commit   Revision:372684
Mark BROKEN (please don't resurect broken ports...)
Sat, 15 Nov 2014
[ 13:07 riggs search for other commits by this committer ] Original commit   Revision:372598
Ensure the original 'Created by' tag is retained

Heads-up-by:	danfe
[ 10:09 riggs search for other commits by this committer ] Original commit   Revision:372587
Revive www/rejik

Change maintainer from ports@ to Roman (roma.a.g@gmail.com)

PR:		194837
Submitted by:	roma.a.g@gmail.com (maintainer)
Sun, 17 Aug 2014
[ 14:06 marino search for other commits by this committer ] Original commit   Revision:365187
Retire www/squid in a month, and deprecate 6 dependent ports too

Squid cache is only supported for one stable release.  There was an
exception for squid 2.7 (www/squid) as it was supported until squid 3.x
reached feature parity which occurred with the release of Squid 3.2

Thus the maintainers of Squid have declared Squid 2.7 reached End-of-Life
on 14 August 2012.  As a result, set this port to expire on 15 Sept 2014.

Seven ports dependent on www/squid have been deprecated with the same
date. Perhaps they can be switched to www/squid33 before they expire.

Approved by:	portmgr (implicit, some ports not staged)
Wed, 6 Aug 2014
[ 09:11 olgeni search for other commits by this committer ] Original commit   Revision:364158 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 22 Jul 2014
[ 17:45 antoine search for other commits by this committer ] Original commit   Revision:362559
Deprecate some ports BROKEN for more than 6 months

With hat:	portmgr
Mon, 14 Jul 2014
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:361812 (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Wed, 11 Jun 2014
[ 18:55 marino search for other commits by this committer ] Original commit   Revision:357526 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Reset the 99 ports still listed under sylvio@

Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
Fri, 31 Jan 2014
[ 20:47 antoine search for other commits by this committer ] Original commit   Revision:342066
Mark as broken: Fails to checksum

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Sat, 14 Sep 2013
[ 14:47 az search for other commits by this committer ] Original commit   Revision:327292 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 8 Jan 2013
[ 19:31 sylvio search for other commits by this committer ] Original commit   Revision:310107
- Update to 3.2.11
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Fri, 31 Aug 2012
[ 12:04 az search for other commits by this committer ] Original commit   Revision:303418
- Update to version 3.2.10

PR:		ports/170601
Submitted by:	Eugene Grosbein <egrosbein@rdtc.ru>
Approved by:	maintainer (timeout)
Fri, 29 Jun 2012
[ 16:36 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Sat, 17 Apr 2010
[ 20:19 sylvio search for other commits by this committer ] Original commit 
- Update to 3.2.6

Approved by:    itetcu (mentor, implicit)
Thu, 11 Feb 2010
[ 22:30 sylvio search for other commits by this committer ] Original commit 
- Update to 3.2.5

Approved by:    itetcu (mentor)
Fri, 27 Nov 2009
[ 01:37 sylvio search for other commits by this committer ] Original commit 
- Update to 3.2.4
- Update my address mail to FreeBSD

Approved by:    miwi (mentor)
Mon, 12 Oct 2009
[ 15:18 yzlin search for other commits by this committer ] Original commit 
- Update to 3.2.3
- Pass maintainership to submitter

PR:             ports/139433
Submitted by:   Sylvio Cesar <scjamorim AT bsd.com.br>
Approved by:    rafan (co-mentor)
Sat, 19 Sep 2009
[ 09:51 erwin search for other commits by this committer ] Original commit 
Reset maintainership

Submitted by:   "Elisey O. Savateev" <b3k@mail.ru> (maintainer)
Feature safe:   yes
Wed, 16 Sep 2009
[ 02:17 lippe search for other commits by this committer ] Original commit 
- Update to 3.2.2.

PR:             ports/138219
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    maintainer timeout (>2 weeks)
Feature safe:   yes
Tue, 4 Apr 2006
[ 10:56 novel search for other commits by this committer ] Original commit 
- Fix build failure on 4.x [1]
- Fix overwriting of Update, Update.Fast and dbl_expand files while
  upgrading (with WITH_DBL=yes)

PR:             95300
Submitted by:   Elisey O. Savateev (maintainer)
Reported by:    pointyhat via kris [1]
Thu, 30 Mar 2006
[ 08:17 novel search for other commits by this committer ] Original commit 
- Update to 3.2.1
- Error pages and banlists now installs in ${EXAMPLESDIR}
- Improved pkg-plist
- Minor cleanups in port Makefile

PR:             94042
Submitted by:   Elisey O. Savateev (maintainer)
Wed, 25 Jan 2006
[ 06:13 novel search for other commits by this committer ] Original commit 
- squid-like-www-en.tgz has been updated (checksum changed, the change is
  not harmful)
- Add an additional site to MASTER_SITES
- Minor cleanups

PR:             92180
Submitted by:   Elisey Savateev (maintainer)
Fri, 11 Nov 2005
[ 22:00 pav search for other commits by this committer ] Original commit 
Rejik is a squid redirector used for blocking unwanted content basing
on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/).

PR:             ports/88395
Submitted by:   Elisey Savateev <b3k@mail.ru>

Number of commits found: 43