pkgsrc/misc
ryoon b9853a21c6 Update tp 4.12.0.1
Changelog:

Summary of changes from RPM 4.12.0
Package building

    Fix RPMTAG_ARCHIVESIZE / RPMTAG_LONGARCHIVESIZE generation (RhBug:1142949)
    Reduce double separator in dependency EVR error into a warning (RhBug:1065563)

Build process

    Add testcase for RhBug:1142949


Summary of changes from RPM 4.11.2
General bugfixes and enhancements

    New --nopretrans and --noposttrans disabler switches (previously tied to --nopre/--nopost)
    New --noplugins switch to disable all plugins
    New --reinstall mode which can handle changing file policies (RhBug:966715)
    New --exportdb and --importdb switches in rpmdb(8)
    New --recommends, --suggests, --supplements and --enhances query aliases for querying weak dependencies
    New optional payload format to support large (> 4GB) files within packages (ticket #41)
    New rpm2archive utility for converting rpm payload to tar archives

    Fix curl globbing being enabled on remote retrieval (RhBug:1076277)
    Fix $1 argument to %pretrans, %posttrans and %verifyscript to behave like all other scripts
    Fix mixed binary + source rpm installation progress (RhBug:984724)
    Fix file actions sometimes carrying state across multiple rpmtsRun() calls (RhBug:1076552)
    Fix duplicate usernames causing false positives on verification (ticket #872)
    Fix ordering to prefer self-provides on ordering when appropriate (RhBug:1111349)
    Fix a double-free on unpadded signature header

    Add support for "new" architectures:
        m68k (again)
        Sparc Niagara (detection)
        ARM v6 and v7 (hardware FPU detection)
    Documentation, translation updates

Package building

    New warnings on invalid / dubious spec constructs:
        Detect multiple %files sections per package
        Detect empty %files -f manifest files
        Detect multiple %changelog sections per spec
        Detect duplicate Group, Summary, Description, Distribution, Vendor, License and Packager tags per package (ticket #27)
    Add support for specifying weak dependencies (Recommends, Suggests, Supplements and Enhances) tags in spec
    Add support for automatic generation of weak dependencies (RhBug:1117912)

    New %{load:<path>} macro to load custom macro files (from eg spec)
    New %_smp_ncpus_max macro to configure CPU limit for parallel builds (related to RhBug:669638)
    New %make_build macro for hiding parallel-build magic from specs (ticket #115)
    New %_rundir macro for referring to /run (formerly /var/run) directory
    New %__gpg_reserved_space macro allows preallocating space for signatures which allows very fast package signing
    Add support for detecting and warning on macro scoping violations (RhBug:552944) when %trace is active
    Add support for %autosetup -S git_am variant (RhBug:???)
    Fix parametrized macros eating newlines (RhBug:1045723)
    Fix around macro scoping problems in %autosetup (RhBug:???)

    Fix ELF soname dependencies getting generated for non-library DSO's too (RhBug:???)
    Fix garbage sonames sometimes getting added as dependencies (ticket #158)
    Fix various issues in dependency generator
    Fix libtool dependency generation with libtool >= 2.4.2 version
    Fix external dependency generator to use the same generators as internal one by default
    Fix crash on missing name-argument to %package (RhBug:1123722)

    Fix non-canonical path usage for matching in debugedit (RhBug:1077148)
    Fix PPC ABI change in default configuration (RhBug:1085127)

Removed features

    Remove support for %_noPayloadPrefix (rpm < 3.0.5 compatibility)
    Remove experimental support for "collections", added in 4.9.0

API changes

    New rpmtxnBegin() and rpmtxnEnd() to permit clients to control transaction locking
    New rpmtsImportHeader() to permit importing "detached" headers into rpmdb
    New rpmtsAddReinstallElement() function for reinstalling packages

    New rpmdbIndexIteratorNextTd() provides a nicer iterator interface to rpmdb indexes

    New file info set iterator functions: rpmfiFLinks(), rpmfiFindFN(), rpmfiStat()...
    New file info set iterator functions for accessing original paths from relocated packages: rpmfiOFN(), rpmfiOBN(), rpmfiODN(), rpmfiFindOFN()
    New archive API on top of file info iterators: (FIXME: describe...)
    New "rpmfiles" object + related API for random access to file info sets
    Many new file info set iteration modes (FIXME: describe...)

    New rpmteFiles() to return transaction element file info set, to be used instead of rpmteFI()
    New rpmdsTagF(), rpmdsTagEVR(), rpmdsD(), rpmdsPutToHeader(), rpmdsTi(), rpmdsTagTi() and rpmdsSinglePoolTix() methods to rpmds objects

Internal improvements and cleanups

    Lots of cleanups all over the codebase
        Former "file state manager" eliminated and rewritten
        "Package state manager" largely eliminated
        File IO subsystem sanity & improvements
        Berkeley DB dependencies isolated to backend code
        File info sets are finally properly opaque
        Handle trigger indexes within rpmds objects
    Partial thread-safety by added locks/mutexes (FIXME: describe...)
        Configuration and macros
        Logging
        Keyrings and keys
        ...
    Fix symlink timestamp on install on systems which support it
    Fix problematic license on internal mergesort() implementation (removed)
    Fix rpm dependency on libselinux (moved to a plugin)
    Fix installation to always use header, not payload metadata
    Fix global macro state side-effects from rpmInstallSourcePackage()

    Fix oversized stack allocation on verify (RhBug:1106594)
    Fix buffer overflows on malformed macro define/undefine (RhBug:1087000)
    Optimize package generation and signing considerably
    Optimize file requires processing
    Optimize installed dependency processing

Plugins

    A new plugin system, internal-only for now (FIXME: describe...)
    Plugins included in this release:
        systemd_inhibit plugin - preventing shutdown while transaction is in progress (RhBug:1109927)
        selinux plugin - basic SELinux support, previously in librpm directly
        syslog - example plugin for logging rpm activity to syslog

Python bindings

    Database index iteration returns proper types for non-strings
    New rpm.fi methods: FLinks(), FindFN(), OFN()...
    New fi.FLinks() method added
    New rpm.files object + related API for random access to file info sets
    New rpm.archive object + related API for manipulating package payloads
    New te.Files() method added
    New addReinstall() method in transaction set objects (related to RhBug:966715, RhBug:1071854...)
    New rpm.strpool object for utilizing shared string pool with eg rpm.fi and rpm.ds objects
    New rpm.header_magic constant exported
    Fix several Python 3 compatibility issues (RhBug:1064758
        Fix build- and sign-module initialization (RhBug:1064758)
        Fix sign-module missing module methods
        Fix incompatible module name usage (foomodule.so vs foo.so)
        Fix misc Python 2 vs 3 API difference issues
    ... FIXME:this list is very incomplete

Lua interface

    New rpm.load() function for loading macro files

Build process

    New test-cases for various issues
    Fix dist tarballs to use PAX format to overcome UID/GID limitations
    Fix in-tree python binding build with setup.py (related to RhBug:531543)
    Fix librpmsign library to follow same versioning as other rpm libraries for consistency's sake


Summary of changes from RPM 4.11.1
General bugfixes and enhancements

    Fix removed symlinks affecting fingerprinting (RhBug:???)
    Fix bogus dependency check errors from installed packages with self-obsoletes and -conflicts
    Fix bogus header growth on export in some circumstances, such as install (RhBug:953719)
    Fix byteorder for 64bit tags on big-endian systems (RhBug:1012946)
    Fix signature generation using RPMSIGTAG_LONGSIZE when not needed (RhBug:1012595)
    Fix segfault executing a -p <lua> scriptlet without a body (RhBug:1004062)
    Fix failure to install relocated package with unowned directories (RhBug:1001553)
    Fix scriptlets in relocatable packages not always executing with $RPM_INSTALL_PREFIX* defined (RhBug:979443)
    Fix RPMTAG_NOSOURCE and RPMTAG_NOPATCH tags defined as non-arrays (RhBug:991329)
    Fix a possible loophole in file triplet sanity-checking
    Fix name service initialization where passwd and group service differs from host (ticket #157)
    Add support for ppc64le architecture

Package building

    Fix double-free on %caps() wildcard %files entry (RhBug:956190)
    Fix sub-package names not getting sanity-checked (RhBug:1039520)
    Fix invalid separators in EVR passing sanity checking
    Fix some invalid characters in dependency range operators passing sanity checking
    Fix autogenerated dependencies bypassing sanity-checking (related to RhBug:503846)
    Fix python libdirs in non-root prefix not getting bytecompiled (RhBug:868332)
    Fix (remove) bogus __find_requires|provides macro definitions in macros.perl (RhBug:1043149)
    Fix (really) debugedit choking on .debug_gdb_scripts section (SuseBug:818502)
    Fix %autosetup git patch application to handle file additions (RhBug:1059285)
    Add automatic generation for appdata() and application() provides
    Add support for (quoted) whitespace in automatically generated dependencies (RhBug:503846)

Python bindings

    Fix mode and flags not honored when reopening a file descriptor as rpm.fd
    Fix RPMFILE_ICON and RPMFILE_SPECFILE constants missing
    Fix rpm.dsSingle() swapped arguments (regession introduced in rpm 4.8.0)
    Fix Python 3 compatibility issues in rpm.TransactionSet class
    Fix module import succeeding on rpm initialization failure
    Add .open() class-method to rpm.fd
    Add open-mode and -flags to rpm.fd as properties
    Add support for reopening an rpm.fd file descriptor
    Add accessor for spec %check section
    Add bindings for rpm stringpool
    Add support for shared stringpool with rpm.fi and rpm.ds objects (optional pool argument to constructor)

Internal improvements and cleanups

    Fix minor memory leak in %files parsing
    Fix rpmstrPoolRehash() missing last id
    Fix string pool artifacts (unreliable rpmstrPoolNumStr(), empty strings showing up on rehash etc) caused by dummy entries
    Fix unnecessary /proc dependency if getauxval(3) is available
    Fix various minor issues in beecrypt crypto backend
    Fix possible mishandling of handing environment open on EACCESS and EROFS returns
    Optimize / cleanup %attr() and %defattr() string storage
    Optimize dependency set management in file classifier
    Optimize MPI length validation
    Optimize beecrypt crypto backend

Build process

    Add upport 7za and 7z as alternatives to 7-zip
    Fix an include portability issue
    Add several new test-cases
2015-03-15 05:34:56 +00:00
..
9menu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
Addresses Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
ascii Correct the error on previous commit. 2014-12-20 23:51:52 +00:00
asr-manpages Fixes: 2013-04-06 03:45:05 +00:00
astrolog Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
attica Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
autocue For clang, don't use -Wno-traditional and don't complain about literal 2013-09-10 14:23:45 +00:00
basket Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
bbappconf Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bbdb Resolves: 2013-04-06 20:27:16 +00:00
bbweather Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bibletime Import wip/bibletime to misc/bibletime, reviewed by sevan and wiz. 2015-03-12 13:54:30 +00:00
blccc Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
bottlerocket Update HOMEPAGE and MASTER_SITES, both were 'Server not found' status. 2014-12-26 23:43:52 +00:00
brs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdiff Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdstats Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
buffer Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
byobu Update to 5.81 from 5.69 2014-07-13 07:13:21 +00:00
calibre Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
calibre1 Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
celestia Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
chipmunk Remove ONLY_FOR_PLATFORM and fix amd64 netbsd build. The package appears 2015-01-04 09:06:17 +00:00
chord Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
chordii Add chordii. This is a successor to the old misc/chord program. 2014-05-29 08:54:02 +00:00
cksfv Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
color-theme Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
colorblind just imported for gnome-mag package improvement, but not used by myself. 2014-09-28 03:09:45 +00:00
colorize Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
colorls Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
colortail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
cowsay Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cstream (pkgsrc) 2014-12-10 02:40:04 +00:00
cuecat document ONLY_FOR_PLATFORM 2015-01-04 09:10:06 +00:00
cuetools Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
deskbar-applet Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
dgpsip Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dialog Update to 1.2.20150225: 2015-03-01 15:14:49 +00:00
dirdiff Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
dose3 Revbump associated with update of lang/ocaml. 2015-02-11 13:56:07 +00:00
dotfile Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dpkg Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dt DESTDIR support. Drop NO_SRC_ON_FTP. 2011-11-11 22:41:35 +00:00
dtach Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dvorakng Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dvtm Update 0.9 to 0.13 2014-12-10 04:52:55 +00:00
dync Fixes: 2013-04-06 03:45:05 +00:00
easymenu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
ec2-ami-tools Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ec2-api-tools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
edict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
elizatalk Welcome the void. 2012-11-23 12:11:41 +00:00
elscreen revbump 2015-02-13 14:05:07 +00:00
emacs-wiki Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
epm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
esniper Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
fbreader Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
fd Don't kill attributes when building with clang. 2015-01-29 21:30:35 +00:00
fep Stop clang from caring about return usage, this is way too messy to fix up. 2012-12-20 21:46:16 +00:00
figlet Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
figlet-fonts Use plain tar. 2013-02-26 11:07:06 +00:00
firelib Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gaupol Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
gelemental Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
getopt Update to 1.1.6: 2014-12-01 10:57:02 +00:00
gkrellm-flynn Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gkrellm-launch Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gkrellm-leds Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gkrellm-moon Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gkrellm-weather Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnome-devel-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-user-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-utils Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
gnuls Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22. 2014-02-04 14:33:54 +00:00
goffice0.6 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
goffice0.8 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
goffice0.10 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gok Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gone Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gperiodic Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
granulate Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
gwaei Update to 3.6.2 2015-03-07 00:43:51 +00:00
hanzim Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
heyu
howm Allow build with ruby200 and ruby21. 2014-03-26 13:26:45 +00:00
ibutton-pdkit Fix main. 2013-01-11 13:30:32 +00:00
ipbt Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
iselect Update to 1.4.0 2013-06-16 12:38:43 +00:00
ja-less Update to 382.262.03 using less-382-iso262.ext03.patch.gz 2013-02-02 13:59:57 +00:00
ja-man ld.so.1 is a manpage of ld in section 1, not a shlib. 2014-03-02 07:20:30 +00:00
JBidwatcher Fixes: 2013-04-06 03:45:05 +00:00
jhd Fix return types. 2013-02-26 11:06:52 +00:00
jive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
JMdict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kaccessible Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kalzium Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kanjidic Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjidic2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjipad Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
kbruch Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kcharselect Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kchm Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kchmviewer Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
kde-wallpapers4 Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kdeaccessibility3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdeaddons3 Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
kdeadmin3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdeartwork3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdeartwork4 Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kdeedu3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdepim-runtime4 Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kdepim3 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
kdepim4 commit updated distinfo 2014-11-15 03:41:27 +00:00
kdepimlibs4 Passing non-POD types to variadic function is still UB. 2014-11-14 22:23:40 +00:00
kdeplasma-addons4 Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kdeutils3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdrill Update to 6.5. Notable changes: 2014-09-12 21:47:23 +00:00
kgeography Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kig Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kiten Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
klettres Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kmag Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kmousetool Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kmouth Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
koffice Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
koffice-l10n-da Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-de Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-en_GB Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-es Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-et Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fi Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-pl Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kremotecontrol Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kstars Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kteatime Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
ktouch Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kturtle Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
ktux Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kwordquiz Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
kz_h8write Import kz_h8write-0.2.1 as misc/kz_h8write. 2013-04-30 13:29:47 +00:00
labelnation Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
latin-words-bin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
less Less version 470 2014-12-08 00:55:58 +00:00
libcarddav Re-enable doc by default now that tex-adjustbox is fixed and the pdf builds. 2015-02-10 23:58:53 +00:00
libcdio Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
libcdio-paranoia bulk build tries to link libiconv 2015-01-14 00:00:39 +00:00
libcec Import libcec-2.2.0 as misc/libcec. 2015-02-13 11:12:23 +00:00
libkdeedu Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
libkgeomap Update to 4.4.0 (part of digikam 4.4.0) 2014-11-15 20:53:48 +00:00
libkkc-data Import libkkc-data-0.2.7 as misc/libkkc-data. 2014-05-24 13:13:07 +00:00
libkvkontakte Update to 4.4.0 (part of digikam 4.4.0) 2014-11-15 20:53:48 +00:00
libquantum Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
libreoffice4 Fix openjdk7 packaging. 2015-03-12 15:01:25 +00:00
libreoffice4-bin Update libreoffice4-bin from 4.2.5.2 to 4.4.1.2. 2015-03-05 23:22:45 +00:00
libutf Allow misc/libutf to be cross-built - the build target is just its library, 2013-05-11 05:29:07 +00:00
lile Needs termios.h. 2013-08-30 16:54:07 +00:00
linux-words Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
loco Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
logsurfer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
lookup Resolves: 2013-04-06 20:27:16 +00:00
lv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
m17n-db Add SUPERSEDES notification. 2014-12-14 07:56:04 +00:00
m17n-docs m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
marble Explicitly disable libgps support, to fix build if gpsd package happens 2015-03-01 06:24:13 +00:00
mbuffer Use BROKEN_ON_PLATFORM for "needs sysctl bits". 2015-01-04 03:39:57 +00:00
mirmon Update 2.08 to 2.10 2014-12-10 05:40:12 +00:00
mkcue Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mmv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mnemosyne Update to 2.3.1: 2014-08-20 13:53:55 +00:00
molden Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
most Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mousetweaks PLIST was left unupdated, sorry. Thanks joerg@. 2014-12-15 23:31:48 +00:00
mtail Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
multitail Fix libraries on SunOS. While here fix path to config file. 2014-01-09 11:16:18 +00:00
nxtvepg Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ocaml-cudf Revbump associated with update of lang/ocaml. 2015-02-11 14:05:18 +00:00
ocaml-opam Added buildlink3.mk file. 2015-02-12 11:07:43 +00:00
open2300 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
open2300-mysql Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
openoffice3 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
orca Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
p5-App-MrShell Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Array-PrintCols Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Business-CreditCard Update 0.31 to 0.33 2014-12-13 03:30:38 +00:00
p5-Business-ISBN Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Business-ISBN-Data Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Business-ISMN Import p5-Business-ISMN-1.13 as misc/p5-Business-ISMN. 2015-01-30 13:46:36 +00:00
p5-Business-ISSN Import p5-Business-ISSN-0.91 as misc/p5-Business-ISSN. 2015-01-30 13:42:07 +00:00
p5-Business-UPS Update 1.13 to 2.01 2014-12-13 03:40:18 +00:00
p5-ControlX10-CM11 Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-ControlX10-CM17 Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-File-MMagic Update 1.29 to 1.30 2014-12-13 03:44:35 +00:00
p5-File-MMagic-XS Update 0.09006 to 0.09008 2014-12-13 03:49:37 +00:00
p5-File-Tail Update 0.99.3 to 1.0 2014-12-13 03:53:15 +00:00
p5-Locale-Codes Update 3.31 to 3.33, ChangeLog or NEWS unknown. 2014-12-13 03:56:22 +00:00
p5-Locale-libintl Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Locale-Maketext (pkgsrc) 2014-12-13 04:11:18 +00:00
p5-Locale-Maketext-Fuzzy Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Locale-Maketext-Lexicon Update 0.91 to 1.00 2014-12-13 04:13:49 +00:00
p5-Locale-Maketext-Simple Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Locale-US Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Mac-Macbinary Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Mac-PropertyList (pkgsrc) 2014-12-13 04:17:44 +00:00
p5-Msgcat Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Parse-Win32Registry Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Search Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Vroom Update to 0.37 2014-09-12 07:02:09 +00:00
parchive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
parley Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
pciids Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pdmenu Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
php-orangehrm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pinfo Resolves: 2013-04-06 20:27:16 +00:00
ppower Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pty-redir Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
py-anita Update misc/py-anita to 1.37. Changes from 1.36: 2015-03-05 13:13:25 +00:00
py-anki2 Update to 2.0.31. Split off not always needed dependencies 2014-10-20 10:22:19 +00:00
py-carddav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-stdnum Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-trytond-company Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
py-trytond-party Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
py-trytond-party-siret Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
py-trytond-product Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
py-trytond-stock Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
py-trytond-stock-lot Apply modified patch sent by palo@ in private mail. This brings all these 2015-03-15 00:17:34 +00:00
qbrew Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
qterm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
raspberrypi-userland bump BUILDLINK_API_DEPENDS.raspberrypi-userland 2015-01-29 23:38:28 +00:00
reed Avoid sys/dir.h on SunOS. 2014-09-25 14:48:53 +00:00
rhash Use bswap builtins for clang. Prefer builtin over inline assembler. 2015-02-23 18:26:12 +00:00
rlwrap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
rocs Fix PLIST for 4.14.3 update. 2014-11-26 12:26:23 +00:00
root Fix Fortran compiler selection logic. 2015-03-01 11:01:14 +00:00
root-tail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
routeplanner-cli Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
rox-memo Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
rpm Update tp 4.12.0.1 2015-03-15 05:34:56 +00:00
ruby-ansi Update ruby-ansi to 1.5.0. 2015-02-03 14:48:08 +00:00
ruby-args_parser Update ruby-args_parser to 0.2.0. 2013-09-15 14:07:29 +00:00
ruby-bundler Update ruby-bundler to 1.8.5. 2015-03-13 14:34:12 +00:00
ruby-colorator Add ruby-colorator package version 0.1. 2013-09-15 17:13:59 +00:00
ruby-colorize Add misc/ruby-colorize package version 0.7.5. 2015-02-03 14:56:32 +00:00
ruby-columnize Update ruby-columnize to 0.9.0. 2015-02-03 14:59:19 +00:00
ruby-commander Update ruby-commander to 4.3.0. 2015-03-13 14:48:44 +00:00
ruby-configuration Update ruby-configuration to 1.3.4. 2014-03-14 17:26:06 +00:00
ruby-daemons Update ruby-daemons to 1.2.1. 2015-03-13 14:36:09 +00:00
ruby-descendants_tracker Update ruby-descendants_tracker to 0.0.4. 2015-03-13 14:45:47 +00:00
ruby-equalizer Import ruby-equalizer-0.0.9 as misc/ruby-equalizer. 2014-01-17 12:57:28 +00:00
ruby-gem_plugin
ruby-hashie Update ruby-hashie to 3.4.0. 2015-02-04 15:25:37 +00:00
ruby-hashie1 Add ruby-hashie packave versino 1.2.0 as ruby-hashie1. 2015-02-04 14:02:40 +00:00
ruby-hashie2 Update ruby-hashie2 package to 2.1.2 and change PKGBASE to 2015-02-04 14:09:40 +00:00
ruby-launchy Update ruby-launchy to 2.4.3. 2015-02-04 15:27:06 +00:00
ruby-memoizable Update ruby-memoizable to 0.4.2. 2015-03-13 14:53:30 +00:00
ruby-method_source Import ruby-method_source into pkgsrc. 2014-06-03 13:02:36 +00:00
ruby-mini_portile Update ruby-mini_portile to 0.6.2. 2015-02-04 15:28:36 +00:00
ruby-naught Import ruby-naught-1.0.0 as misc/ruby-naught. 2014-03-09 15:23:20 +00:00
ruby-ohai Update ruby-ohai to 8.1.1. 2015-03-13 15:02:59 +00:00
ruby-parallel Update ruby-parallel to 1.4.1. 2015-03-13 15:05:50 +00:00
ruby-progressbar Explicitly allow build with Ruby 1.8.7. 2015-03-08 14:10:21 +00:00
ruby-pry Update ruby-pry to 0.10.1. 2015-02-04 15:33:12 +00:00
ruby-rainbow Needs Ruby 1.9.3+ 2014-04-17 20:19:35 +00:00
ruby-slop Update ruby-slop to 3.6.0. 2015-03-14 07:48:10 +00:00
ruby-sprockets Update ruby-sprockets to 2.12.3. 2015-02-04 15:45:43 +00:00
ruby-sprockets22 Change PKGBASE name from ruby-sprockets to ruby-sprockets22 and avoid 2015-02-04 15:37:58 +00:00
ruby-systemu Update ruby-systemu to 2.6.4. Extend license information as claimed. 2015-01-19 20:52:39 +00:00
ruby-thread_safe Update misc/ruby-thread_safe to 0.3.5. 2015-03-13 14:41:31 +00:00
ruby-transaction-simple Update ruby-transaction-simple to 1.4.0.2. 2012-09-16 06:47:39 +00:00
ruby-typed-array Import ruby-typed-array-0.1.2 as misc/ruby-typed-array. 2013-01-05 06:48:53 +00:00
rubygems Update rubygems to 2.4.6. 2015-03-08 14:44:16 +00:00
rump Update misc/rump to 20130705 2013-07-05 17:20:59 +00:00
sch Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
sci Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
screen Race conditions around term.h. 2015-02-18 20:01:49 +00:00
send-pr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
siag Drop guile support because modern guile isn't supported. 2014-11-04 13:18:28 +00:00
since Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
softmaker-office-demo document NOT_FOR_PLATFORM 2015-01-04 03:39:11 +00:00
splitvt Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
starplot Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
stellarium Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
step Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
superkaramba Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
sweeper Update to KDE SC 4.14.3 2014-11-13 19:19:06 +00:00
sword Import wip/sword as misc/sword, reviewed by sevan and wiz. 2015-03-12 13:30:28 +00:00
taskjuggler Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
tds Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
team Use modern C features like variadic functions. 2013-10-04 18:36:16 +00:00
tellico Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
tellico-kde3 Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
teseq Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tmux The "rename" rule is a published synonym for the "opt" transform rule, however 2014-12-15 11:46:34 +00:00
toilet Fix config.guess/config.sub overrides. 2015-03-08 23:29:22 +00:00
topless Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ttyrec Fixes: 2013-04-06 03:45:05 +00:00
udfclient Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
ukpostcodes Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
uptimec Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
urjtag USE_LANGUAGES=c99. 2013-10-29 11:16:31 +00:00
usbids Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
usbprog Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
utftools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vera Update to 1.21a. Changes: 2014-09-13 12:01:16 +00:00
vfu - make build stop on error 2014-06-29 19:43:54 +00:00
vimpager Update vimpager to 1.8.9. 2014-09-20 12:00:42 +00:00
visual-regexp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vttest Update to 20140305. Changes: 2014-11-11 21:25:30 +00:00
vym Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
watch Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
wdic Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wemux Initial import of wemux. 2014-08-25 22:07:28 +00:00
whohas Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
window Set USE_BSD_MAKEFILE instead of limiting to netbsd. 2015-01-04 09:25:36 +00:00
xchm Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xdg-utils Use GNU sed and bash to make these tools work a bit better. 2014-04-21 15:35:27 +00:00
xfce4-weather-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xjdic Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
xorg-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xorg-sgml-doctools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xrolodex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtend Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
yelp Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
yelp3 Update yelp3 to 3.14.0 2014-10-08 10:32:40 +00:00
yrolo Remove references to cuserid(); it doesn't exist on MacOS and it's 2014-06-29 05:45:57 +00:00
zorro Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
zyGrib Recursive bump from geography/proj ABI change. 2015-03-14 18:46:12 +00:00
zyGrib-maps update MAINTAINER email address 2014-12-30 14:47:45 +00:00
Makefile +bibletime +sword 2015-03-12 14:00:14 +00:00