Next | Query returned 36 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2020-02-26 19:14:26 by Nia Alarie | Files touched by this commit (9) | Package removed
Log message:
devel: Remove rx

This no longer has any users in pkgsrc and was discontinued upstream.

The GNU website says:

RX has been decommissioned, since no one has come forward to revive it, to \ 
improve it over the other free software regex library programs that are \ 
available, which would be quite a big task. (If you are interested after all, \ 
email <maintainers@gnu.org>

For a current regex implementation, we recommend using the regex code from \ 
Gnulib; see also the Regular expressions chapter in the Gnulib manual. (Also, if \ 
all you need is POSIX regexp functionality, any modern C library should provide \ 
that.)

The one-time regex standalone library has likewise been decommissioned in favor \ 
of the above.

(It's been unmaintained since at least 2010).
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2018-01-17 13:01:48 by Thomas Klausner | Files touched by this commit (2)
Log message:
rx: Honor LDFLAGS. Fixes RELRO build.
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94)
Log message:
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2009-09-09 19:03:11 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Correctly pass down --mode=XXX for libtool.
   2009-05-18 07:44:13 by David A. Holland | Files touched by this commit (4)
Log message:
Fix 64-bit issues. PKGREVISION++
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Next | Query returned 36 messages, browsing 1 to 10 | Previous