Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.18.2_2 17 Oct 2024 08:45:59 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: option and flavor to deactivate OpenMP
Some users reported that OpenMP may have some
strange results on openstack infrastructure.
Disabling OpenMP fix the issue.
PR: 282079
Reported by: Xavier Beaudouin <kiwi@oav.net> |
4.18.2_1 01 Jun 2024 10:45:55 |
Daniel Engberg (diizzy) |
archivers/rpm4: Remove duplicate entry for libarchive dependency
USES= libarchive adds library dependency
Approved by: portmgr (blanket) |
4.18.2_1 21 Feb 2024 11:08:24 |
Muhammad Moinur Rahman (bofh) |
archivers/rpm4: Moved man to share/man
Approved by: portmgr (blanket) |
4.18.2 19 Dec 2023 21:18:35 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: Update to 4.18.2
Cangelog: https://rpm.org/wiki/Releases/4.18.2.html |
4.18.1_2 01 Dec 2023 21:25:41 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: Unbreak build for FreeBSD 14 |
4.18.1_1 12 Oct 2023 15:21:48 |
Mark Johnston (markj) |
archivers/rpm4: Backport an upstream bugfix
The following upstream commit addresses a problem where librpmio.so's
sqlite error handler can interfere with other sqlite consumers and cause
a crash:
https://github.com/rpm-software-management/rpm/commit/ea3187cfcf9cac87e5bc5e7db79b0338da9e355e
Backport the patch now since it's affecting at least one rpm4 user on
FreeBSD. This can be dropped once rpm 4.19 is imported.
PR: 273614
Approved by: maintainer timeout (4 weeks)
Sponsored by: Klara, Inc. |
4.18.1_1 21 Jul 2023 21:15:56 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: Fix and clean port
* Fix plist when compiling without python
* install manpages without rebuilding it
* remove unnecessary panadoc dependency
Reported by: Vladimir Druzenko <vvd@freebsd.org> |
4.18.1 17 Jul 2023 05:17:45 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: update to 4.18.1
Major changes:
Preserve packages bit-by-bit again when adding and then removing signatures
Fix install of block and character special files
Disable debuginfod server lookups during package builds
Plugin fixes (fapolicyd and selinux)
Various OpenPGP and macro parser fixes
Remove html documentation for librpm
Cleanup/reorder Makefile to make linter happy
Full changelog: https://rpm.org/wiki/Releases/4.18.1 |
4.18.0 23 Jan 2023 16:04:36 |
Mark Johnston (markj) |
archivers/rpm4: re-enable the build of the bundled elfdeps utility
Commit 5ff99a4c9df9 disabled libelf detection to work around the build
failure, but rpmbuild expects to be able to find the elfdeps utility and
misbehaves when it's not present. Since the build failure is easy to
address (different names for an ELF machine type constant for the rather
obsolescent DEC Alpha), let's just do that.
As a part of this, elfutils must be listed as a runtime dependency.
Note that we cannot list it in LIB_DEPENDS since the ports framework
ends up finding the base system libelf.so and decides that the
dependency is satisifed without installing elfutils. But the base
system libelf is missing a symbol (gelf_getvernaux) required by elfdeps.
Work around this by listing elfutils as both build and runtime
dependencies.
Approved by: rodrigo
Reviewed by: rodrigo
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D38092 |
4.18.0 13 Dec 2022 16:20:38 |
Dimitry Andric (dim) |
archivers/rpm4: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
archivers/rpm4 failed to build with clang 15:
tools/rpmuncompress.c:101:23: warning: call to undeclared function 'basename';
ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
const char *bn = basename(fn);
^
tools/rpmuncompress.c:101:18: error: incompatible integer to pointer
conversion initializing 'const char *' with an expression of type 'int'
[-Wint-conversion]
const char *bn = basename(fn);
^ ~~~~~~~~~~~~
This is because basename(3) is defined in <libgen.h>. After this include
is added to rpmuncompress.c, link errors still occur:
(Only the first 15 lines of the commit message are shown above ) |
4.18.0 01 Dec 2022 14:03:36 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: update to version 4.18.0
Major changes:
* Add a new Sequoia-based OpenPGP backend
* Documentation updates
* Fix intermediate symlinks not verified (CVE-2021-35939)
* Fix subkey binding signatures not checked on PGP public keys
(CVE-2021-3521)
* Refactor file and directory operations to use fd-based APIs throughout
(CVE-2021-35938)
* Unbreak lua 2 for extensions
Full release note: https://rpm.org/wiki/Releases/4.18.0.html
Also remove version requirement for Lua dependency in port, we just use lua.
PR: 267291
Reported by: Brian Zou <zoujiaqing@gmail.com>
Security: CVE-2021-35939
Security: CVE-2021-3521
Security: CVE-2021-35938 |
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) |
4.17.0_2 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 ) |
4.17.0_2 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.17.0_2 28 Feb 2022 13:18:52 |
Dmitry Marakasov (amdmi3) |
archivers/rpm4: fix python bindings
Fix regression introduced in 468b96c:
- Reenable python bindings which are still available in this package
- Remove dependency on py-python-rpm-packaging as it's not related to
the bindings and is not required for this port operation
PR: 262173
Approved by: portmgr blanket (regression) |
4.17.0_1 23 Feb 2022 10:13:00 |
Dima Panov (fluffy) |
archivers/rpm4: fix packaging for plugins (+)
RPM installs plugins to separated subdir, and all of them was missed from plist.
Moreover, with disabled PLUGINS option, listed manpages are missing.
Fix it by wrap with sub macro.
Bump PORTREVISION due to plist changes.
Reporded by: poudriere build
Pointy hat to: rodrigo (for not use poudriere to catch leftovers)
Approved by: portmgr blanket (fix packaging)
Sponsored by: Netzkommune GmbH |
4.17.0 23 Feb 2022 07:48:32 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: Update to 4.17.0
Python helpers and scripts used for python packaging was removed
from RPM, comunity-driven files should be used instead.
Release note: https://rpm.org/wiki/Releases/4.17.0 |
4.16.1.3_1 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
4.16.1.3_1 03 Oct 2021 17:47:27 |
Fernando Apesteguía (fernape) |
*/*: Remove compiler:openmp from Mk/Uses/compiler.mk
The option implied a dependency on gcc but clang got openmp support long ago.
Remove compiler:openmp from Mk/Uses/compiler.mk
For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate
If problem arises, they can be addressed by using USE_GCC=yes
An update to the Porter's Handbook will follow.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971 |
4.16.1.3 29 Aug 2021 19:17:12 |
Bernhard Froehlich (decke) |
archivers/rpm4: Add CPE information
Approved by: portmgr (blanket) |
4.16.1.3 24 Apr 2021 19:24:43 |
Rodrigo Osorio (rodrigo) |
archivers/rpm4: Upgrade to 9.1.3
Major changes:
Fix for CVE-2021-3421, CVE-2021-20271 and CVE-2021-20266
additional fixes for important bugs
Full changelog: https://rpm.org/wiki/Releases/4.16.1.3
Security: CVE-2021-3421
Security: CVE-2021-20271
Security: CVE-2021-20266
MFH: 2021Q2 |
4.16.1.2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.16.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16.1.2 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
4.16.1.2 01 Jan 2021 11:06:23 |
rodrigo |
archivers/rpm4: update to 4.16.1.2
This is a brown paperbag release to fix a single regression in 4.16.1
which causes rpmbuild to crash if hostname is not resolvable, and an
accidental soname bump introduced in now withdrawn 4.16.1.1.
Full release note: https://rpm.org/wiki/Releases/4.16.1.2 |
4.16.0_1 26 Oct 2020 21:50:58 |
rodrigo |
Fix plist when PYTHON option is disabled
Bump portrevision
PR: 250573
Reported by: VVD <vvd@unislabs.com> |
4.16.0 26 Oct 2020 10:30:36 |
rodrigo |
archivers/rpm4: Upgrade to 4.16.0
* Upgrade to 4.16.0
* add sqlite support
* remove deprecate config options
Major changes:
* Database backends:
* NDB backend promoted to stable
* New sqlite-based backend
* New experimental read-only BDB backend
* BDB database backend deprecated
* Powerful macro and %if expressions
* Optional MIME type based file classification
* Dependency generation by parametric macros
* A new version parsing and comparison API in C and Python
* Parallelise test-suite execution
* Clarify RPM license
PR: 250573
Submitted by: Brian Zou <zoujiaqing@gmail.com> |
4.15.1_2 08 Jun 2020 04:41:31 |
kevans |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
4.15.1_1 22 Mar 2020 16:05:51 |
rodrigo |
archivers/rpm4: Replace calls to xargs by gxargs
Latest version of archivers/rpm4 uses GNU specific option
when calls xargs. This causes the proccess to fail.
This commit adds misc/findutils as a run dependency and
replaces xargs calls by its GNU variant gxargs.
Also Bump portrevision.
PR: 244606
Reported by: Brian Zou <zoujiaqing@gmail.com> |
4.15.1 22 Feb 2020 09:31:31 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
4.15.1 12 Jan 2020 19:45:59 |
rodrigo |
archivers/rpm4: Update to 4.15.1
Changelog: https://rpm.org/wiki/Releases/4.15.1
Highlights include:
* Fixes to several important bugs and regressions
* New gcrypt crypto backend |
4.15.0 03 Oct 2019 16:55:20 |
rodrigo |
Upgrade archivers/rpm4 from 4.14.2.1 to 4.15.0
Relnotes: https://rpm.org/wiki/Releases/4.15.0
PR: 240922
Submitted by: pi |
4.14.2.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.14.2.1 26 Dec 2018 15:59:18 |
rodrigo |
Upgrade archivers/rpm4 from 4.14.2 to 4.14.2.1
Changelog:
* Fix regression (RhBug:1640470) in 4.14.2
* Fix package verification memory leak introduced in 4.14.2
* Fix long-standing Python GIL locking bug
* Fix long-standing broken library path of embedded Lua
Changes : http://rpm.org/wiki/Releases/4.14.2.1
MFH: 2018Q4 |
4.14.2_3 09 Sep 2018 22:16:40 |
rodrigo |
Reintroduce %%OPSYS%% keywords in the rpm4 plist
Reintroduce %%OPSYS%% keywords removed by mistake by r478959
and who breaks DragonFly support.
Reported by: John Marino <dragonflybsd@marino.st> |
4.14.2_2 04 Sep 2018 13:35:09 |
rodrigo |
Fix remaining issues after update :
- Fixes plist for mentioned cases, cleans it up, sorts and removes placeholders
garbage
- Fixes new shebang problems
- Adds missing depends for new scripts
- Bump PORTREVISION
PR: 231152
Submitted by: amdmi3 |
4.14.2_1 03 Sep 2018 23:09:20 |
rodrigo |
Fix some issues afetr upgrade the port
- Reintroduce USE_LDCONFIG use by plugins option
- Prefix wit %%NLS%% a new language file
- Remove lib/rpm-plugins/ima.so from plist (not build anymore by default)
PR: 231118
Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
<starikarp@yandex.com> |
4.14.2 02 Sep 2018 16:29:56 |
rodrigo |
Upgrade archivers/rpm4 from v4.13.1 to v4.14.2
Main changes:
- Support for enforcing signature policy and payload verification
- Numerous bugfixes and minor enhancements across the board
See detailed release note here : http://rpm.org/wiki/Releases/4.14.2
Since I'm here :
- redo the patches using makepatch
- remove unnecesary USE_LDCONFIG (repored by portlint)
PR: 229750
Reported by: Brian Zou <zoujiaqing@gmail.com> |
4.13.1_1 05 Jul 2018 20:11:03 |
amdmi3 |
- Fix build in presence of elfutils
Approved by: portmgr blanket |
4.13.1_1 15 Jun 2018 17:30:11 |
amdmi3 |
- Fix python 3 support
While rpm does support python3, the port does not configure with
python 3 because it tries to detect incorrect python library
(-lpython3.6, while it should be -lpython3.6m, where m is some kind
of python abi flags). Shove python version with ABI flag added
through, which fixes build.
I've looked at rpm4 git master and it seems that they have changed
the python detection there, so newer versions of rpm4 may no longer
need this hack.
- Update WWW
Approved by: portmgr blanket |
4.13.1 09 Apr 2018 22:45:32 |
rodrigo |
Upgrade rpm4 from 4.13.0.2 to 4.13.1
Major changes:
- Fix CVE-2017-7501
- Fix file lists getting fed to file triggers multiple times
- Fix not all %transfiletriggerpostun file triggers executing (RhBug:1514085)
- Fix file triggers executing before file fingerprinting
- Fix file triggers firing on non-installed files
- Fix file signatures failing on hardlinked files (#333)
Full release note : http://rpm.org/wiki/Releases/4.13.1
Security: CVE-2017-7501
MFH: 2018Q2 |
4.13.0.2 08 Nov 2017 22:44:36 |
rodrigo |
Update port to 4.13.0.2 and remove plugins from default options.
PR: 223540
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by: rodrigo (maintainer) |
4.13.0.1 29 Mar 2017 21:49:34 |
rodrigo |
Upgrade to 4.13.0.1 and take maintainership
Remove unncecesary patches and fix plist |
4.12.0.1_4 17 Dec 2016 21:10:31 |
marino |
archivers/rpm4: Defined plist var OPSYS (fixes DF) |
4.12.0.1_4 16 Dec 2016 10:10:07 |
amdmi3 |
- Make plugins optional
- Switch to options helpers
- Cosmetic fixes
- Remove obsolete conflicts
- Fix COMMENT |
4.12.0.1_3 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
4.12.0.1_3 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
4.12.0.1_2 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
4.12.0.1_2 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
4.12.0.1_2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
4.12.0.1_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
4.12.0.1_2 12 Dec 2015 19:37:24 |
bapt |
mirrorservice.org no longer mirrors this ftp |
4.12.0.1_2 19 Jul 2015 14:37:20 |
bapt |
Enforce libarchive from ports |
4.12.0.1_2 22 Mar 2015 18:40:54 |
johans |
Add security fix for CVE-2014-8118
PR: 198796
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=1168715
MFH: 2015Q1 |
4.12.0.1_1 20 Oct 2014 08:12:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
4.12.0.1_1 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
4.12.0.1_1 19 Sep 2014 19:38:18 |
antoine |
Really unbreak on freebsd 8/9 |
4.12.0.1_1 19 Sep 2014 14:20:53 |
johans |
Remove dbus option, which has no effect
Submitted by: tijl |
4.12.0.1_1 19 Sep 2014 14:08:10 |
johans |
- Use archivers/libarchive for FreeBSD < 10
- Bump portrevision
Submitted by: John Hein <john.hein@microsemi.com> |
4.12.0.1 19 Sep 2014 12:57:27 |
johans |
- Update to rpm 4.12.0.1
- Add missing dependency |
4.12.0 18 Sep 2014 10:26:48 |
johans |
Update to rpm 4.12.0 |
4.11.3_1 14 Sep 2014 11:16:15 |
marino |
archivers/rpm4: Fix build (was missing pkg-plist changes due to update)
The upgrade from version 4.11.2 => 4.11.3 required several lines in the
pkg-plist to be changed, but the file wasn't modified. "Just fix it" now.
BTW, the pkg-plist needs badly to be alphabetized, but I didn't do this. |
4.11.3 11 Sep 2014 20:10:19 |
johans |
Update to rpm 4.11.3 |
4.11.2_2 29 Aug 2014 09:55:54 |
amdmi3 |
Revert unneeded plist changes |
4.11.2_2 27 Aug 2014 20:42:15 |
amdmi3 |
- Fix build by providing LIBS
- Fix plist
Approved by: portmgr blanket |
4.11.2_2 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
4.11.2_1 23 Jul 2014 12:11:14 |
johans |
rpm4 does not build if default python is 3.x - force use of python 2.7
PR: 192061
Submitted by: pi |
4.11.2_1 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
4.11.2_1 03 Jul 2014 19:06:07 |
adamw |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket) |
4.11.2_1 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
4.11.2_1 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
4.11.2 13 Feb 2014 18:12:16 |
johans |
- Update to rpm 4.11.2
- Minor port clean-ups |
4.11.1_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
4.11.1_1 04 Jan 2014 00:54:13 |
bapt |
Fix pkgname conflicts |
4.11.1_1 24 Oct 2013 13:11:05 |
johans |
- Use PKGNAMESUFFIX instead of LATEST_LINK to avoid conflicts
- Enable staging support
- Shebang-fix in installed scripts
- Explicit PORTDOCS file list
- Remove additional patch for old FreeBSD releases
The first part of these changes were committed in r331479 |
4.11.1 24 Oct 2013 11:45:49 |
johans |
update |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
4.11.1 30 Aug 2013 01:02:57 |
bapt |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
4.11.1 14 Jul 2013 16:10:23 |
johans |
Update RPM to 4.11.1 |
4.11.0.1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
4.11.0.1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.11.0.1 06 Feb 2013 17:47:51 |
johans |
- Update rpm to 4.11.0.1
Release notes: http://rpm.org/wiki/Releases/4.11.0 |
4.10.2 22 Dec 2012 12:45:24 |
johans |
Shortly after the initial release, a new tarball was uploaded which
includes a small fix that was duplicated already in the FreeBSD port.
- Update checksum and remove patch introduced with the original release
No functional changes. |
4.10.2 09 Dec 2012 17:09:41 |
johans |
- Update rpm 4.10.2
- Trim makefile header
- Update local patch to fix compilation issue |
4.10.1 05 Oct 2012 15:56:41 |
johans |
Update rpm to 4.10.1
Release notes http://rpm.org/wiki/Releases/4.10.1 |
4.10.0 17 Jun 2012 21:00:21 |
johans |
Fix build on FreeBSD 7.x
Reported by: pav (pointyhat) |
4.10.0 15 Jun 2012 16:22:32 |
johans |
- Update rpm to 4.10
http://rpm.org/wiki/Releases/4.10.0
- Remove unneeded library version numbers
- Remove patch file that's no longer relevant
- Register conflict with rpm 5.x
- Convert to new options framework
- Note: shared library version got bumped |
4.9.1.3 01 Jun 2012 15:04:16 |
johans |
Correct previous commit: now use the real patch,
rather than a patch of the patch to update the port
Reported by: fluffy
Pointyhat to: johans |
4.9.1.3 31 May 2012 21:14:41 |
johans |
Add patch to fix compilation on CURRENT (10.x)
PR; ports/168463
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> |
4.9.1.3 06 Apr 2012 12:58:24 |
johans |
Update rpm4 to 4.9.1.3
Feature safe: yes |
4.9.1.2_2 04 Dec 2011 16:34:20 |
johans |
- Fix plist when python is not selected [1]
- Aggregate variable settings
Reported by: Peter <pmc@citylink.dinoex.sub.org> [1]
Feature safe: yes |
4.9.1.2_1 14 Nov 2011 21:47:47 |
johans |
Fix conflicting glob_t definitions, which triggered a crash
when importing the rpm4 module in Python.
PR: ports/162483
Submitted by: Sean Mitchell <smitchell@hcn-inc.com>
Feature safe: yes |
4.9.1.2 06 Nov 2011 16:22:23 |
miwi |
- Get rid FreeBSD 6.X support |
4.9.1.2 07 Oct 2011 14:33:17 |
johans |
Update to rpm 4.9.1.2 (bugfix release) |
4.9.1.1_1 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 |
4.9.1.1_1 15 Sep 2011 16:51:00 |
johans |
- Fix segmentation faults caused by missing libc function prototypes
Returned pointers could be truncated to (potentially smaller) integers
Reported by: will (with detailed analysis) |
4.9.1.1 04 Aug 2011 21:40:59 |
johans |
Update to rpm 4.9.1.1 (bugfix release) |
4.9.1 16 Jul 2011 15:39:13 |
johans |
Update to rpm 4.9.1 |
4.9.0 11 Jun 2011 10:59:11 |
johans |
Update rpm4 to 4.9.0 |
4.8.1_4 23 May 2011 17:12:25 |
mandree |
Bump USE_BDB due to impending db45 removal.
Mark db51 invalid (breaks build). |