Commit graph

16852 commits

Author SHA1 Message Date
Thomas Zander
e6ccbebbfa - Update to upstream version 0.3.1.20140829
- Convert to using bsd.go.mk

PR:		193461
Submitted by:	cheffo@freebsd-bg.org (maintainer)
2014-10-12 08:00:29 +00:00
Jason E. Hale
a07ecece31 - Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist

Approved by:	portmgr blanket
2014-10-11 22:11:01 +00:00
Jason E. Hale
e8abab2fc6 - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-10-11 22:03:52 +00:00
Jason E. Hale
517f185a08 - Convert USE_BZIP2 to USES
- Drop @dirrmtry from plist

Approved by:	portmgr blanket
2014-10-11 22:00:51 +00:00
Jason E. Hale
f4a87cb739 - Convert USE_BZIP2 to USES
- Modernize plist

Approved by:	portmgr blanket
2014-10-11 21:57:12 +00:00
Andrej Zverev
44e8539903 update to 0.54.3 2014-10-11 06:54:58 +00:00
Matthias Andree
61563bdd1a + Add a STATIC ports option to build a static executable [1].
+ USE_BZIP2 -> USES=...tar:bz2.
+ Move PORTSCOUT line down to appease portlint.
+ No PORTREVISION bump for now, no functional change unless options
  changed.

PR:		194294 [1]
Submitted by:	bdrewery [1]
2014-10-10 23:49:20 +00:00
Kurt Jaeger
dc39fc112a sysutils/ldap-account-manager: 4.7 -> 4.7.1
Fixes the bug with blank page and "User tried to access entry of
type ..." log message when DN suffix does not exactly match case
in LDAP.

PR:		194290
Submitted by:	Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
2014-10-10 18:17:25 +00:00
Pietro Cerutti
a53ebac6a8 - Restore sysutils/createrepo
- Update to 0.10.3
- Take maintainership
2014-10-09 15:57:23 +00:00
Pietro Cerutti
0614be37f6 - New port: sysutils/deltarpm
DeltaRPM is a tool that generates RPMs that contains the difference between an
old and a new version of an RPM. This makes it possible to recreate the new RPM
from the deltarpm and the old one. You don't have to have a copy of the old
RPM, as it can also work with installed RPMs. The package also contains tools
for creating and applying delta ISOs.

WWW: http://freecode.com/projects/deltarpm/
2014-10-09 15:55:39 +00:00
Antoine Brodin
317283e9be - Allow staging as a regular user
- Bump portrevision as setgid file was not packaged with intended group
2014-10-08 19:25:47 +00:00
Matthias Andree
884b6a175c Unbreak port:
- Refresh old patches to avoid fuzz.
- Add two upstream patches to fix the use-after-free() issue.
- There seem to be double-free() issues left but these do not show during
  self-test, only under valgrind instrumentation so we'll move the port
  ahead and get packages while working with upstream to debug this through
  the end.
- Bump PORTREVISION to 1.
2014-10-08 17:33:25 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Matthias Andree
d833481603 Mark broken everywhere, upstream bug (already reported).
To avoid PORTEPOCH/rollback-and-forth-again, let's give upstream a few
days for a fix before rolling back to 1.42.10.

Added a comment to Makefile:

# Regression that apparently causes use-after-free in·
# http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=maint&id=47fee2ef6a23ae06f680336ffde57caa64604a4c
# and can be reproduced under MALLOC_OPTIONS=J regime on 9.3-amd64, or
# alternatively confirmed with valgrind, was reported upstream.
#
# Let's wait until 2014-10-15 whether upstream provides a fix,
# else we'll bump PORTEPOCH and roll back to 1.42.10;
# 1.42.11 is also faulty.
2014-10-07 23:43:46 +00:00
Matthias Andree
b6a928e8a4 Update to new upstream release 1.42.12.
Changelog:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.12

Reset PORTREVISION on slaves.
Remove @dirrm* from master's + slaves' pkg-plist.
Remove patches overcome by upstream events.
Ignore PORTSCOUT - it can't figure out the directory structure.
No longer run self-test in parallel - exhausts redports directory.

Mark BROKEN on 11-CURRENT - causes miscompilation (bogus numbers in
output, SIGSEGV/SIGBUS):
  https://redports.org/~mandree/20141007190638-31576-251231/e2fsprogs-1.42.12.log
  https://redports.org/~mandree/20141007185700-4151-251228/e2fsprogs-1.42.12.log
2014-10-07 19:15:52 +00:00
Kris Moore
2ed57fa71c - Update grub 30_os-prober.in to detect more bootable NTFS partitions
- Bump PORTREV
2014-10-07 17:44:27 +00:00
Baptiste Daroussin
fc33cdfcde Avoid playing with @cwd 2014-10-07 17:16:57 +00:00
Baptiste Daroussin
7e9c1ed564 Simplify plist management 2014-10-07 17:13:19 +00:00
Baptiste Daroussin
ba09da2da5 Remove useless @cwd 2014-10-07 17:07:28 +00:00
Rene Ladan
1ffd2e7eaa Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
2014-10-07 15:56:31 +00:00
Dmitry Marakasov
b09327469f - Disable EXFAT by default to allow package building (not possible otherwise due to sysutils/fusefs-exfat licensing restrictions)
- Use options helpers

PR:		189486
Submitted by:	amdmi3
Approved by:	vermaden@interia.pl
2014-10-07 12:14:43 +00:00
Sunpoet Po-Chuan Hsieh
d9b987c25f - Update to 9.20141003
Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-10-06 23:06:33 +00:00
Antoine Brodin
53dabf7d5a Fix packaging 2014-10-06 20:09:24 +00:00
Baptiste Daroussin
a8675e6e0c Update to 1.8.3
Cleanup plist
2014-10-06 13:07:40 +00:00
Baptiste Daroussin
149494b3ec Update to 1.8.1
Cleanup plist
2014-10-06 13:04:52 +00:00
Baptiste Daroussin
5f82286f99 Update to 1.8.2
Cleanup plist
2014-10-06 12:59:27 +00:00
Renato Botelho
127a7d378e - Fix build with option IPV6 disabled
PR:		193827
Submitted by:	kyuupichan@gmail.com
MFH:		2014Q4
2014-10-06 11:12:26 +00:00
Alonso Schaich
c05e144deb Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.

Approved by:	rakuco (mentor)
2014-10-05 18:25:00 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Antoine Brodin
bfecf34625 Do not package info/dir 2014-10-05 10:42:44 +00:00
Tijl Coosemans
2ddf31e4fd Convert to USES=autoreconf 2014-10-03 17:54:57 +00:00
Tijl Coosemans
4b4f3b7bd9 Convert to USES=autoreconf 2014-10-03 14:49:48 +00:00
Tijl Coosemans
33b0a29238 Complete USES=libtool conversion 2014-10-03 09:20:47 +00:00
Bryan Drewery
28251898f1 Fix build 2014-10-02 22:48:47 +00:00
Brad Davis
963c8aea2d - Remove an old patch that does not apply anymore that I missed in the previous commit
Reviewed by:	bdrewery
2014-10-02 21:29:19 +00:00
Bryan Drewery
030a5ce233 Add missed PORTVERSION bump from r369854 2014-10-02 21:17:37 +00:00
Gleb Smirnoff
f181dacce2 - Get interface stats via getifaddrs(3) instead of kvm(3).
- Get vmstat via sysctl(3) instead of kvm(3).

Approved by:	bapt (blanket)
2014-10-02 20:39:15 +00:00
Dmitry Marakasov
73e453e0ae - Update to 10.1.1
PR:		194005
Submitted by:	olevole@olevole.ru (maintainer)
2014-10-02 19:57:26 +00:00
Brad Davis
cd4be1dd0b - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/

Reviewed by:	bdrewery
Security:	8e0e86ff-48b5-11e4-ab80-000c29f6ae42
2014-10-02 19:31:52 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Bryan Drewery
2ed1701dbc Bump only to test INDEX building for Freshports/portsnap/indexbuild after
bsd.port.mk started enforcing OSVERSION==UNAME_r
2014-10-02 16:06:42 +00:00
Mark Felder
0330211a86 Who can forget the famous "i385" architecture?
Submitted by:	xmj
2014-10-01 15:15:00 +00:00
Tijl Coosemans
03fa8e3a2a - Convert to USES=autoreconf
- Remove :build from USES=libtool because this port does not need
  /usr/local/bin/libtool
2014-10-01 09:35:15 +00:00
Guido Falsi
7591bc87fa Assign maintainership to submitter of the last PR committed to this
port who volunteered via email.

PR:		192987
Submitted by:	yamagi@yamagi.org (New maintainer)
2014-10-01 08:39:43 +00:00
Pietro Cerutti
e8cce9555d - Fix the encoding of the '>' xml entity when exporting
- Take maintainership

PR:			193709
2014-10-01 08:22:55 +00:00
Vanilla I. Shu
e945c01650 1: use ${PYTHON_PKGNAMEPREFIX} on build/run depends.
2: use ${STAGEDIR} instead.
3: add WWW line.

PR:		jhale@
Approved by:	maintainer timeout ( > 2weeks)
2014-10-01 03:56:08 +00:00
Baptiste Daroussin
1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00
Brad Davis
85716dc5b0 - Actually update sysutils/rsyslog8 to 8.4.1
Reviewed by:	bdrewery@
Security:	8e0e86ff-48b5-11e4-ab80-000c29f6ae42
2014-09-30 21:22:31 +00:00
Jung-uk Kim
355a861149 Update to 20140926. 2014-09-30 21:10:03 +00:00
Jimmy Olgeni
6fef015ef2 Upgrade to version 1.710. 2014-09-30 20:45:32 +00:00