1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

340180 Commits

Author SHA1 Message Date
Vanilla I. Shu
be59bc95c0 1: Stagify.
2: USES=tar:bzip2
3: Add License.

Approved by:	portmgr@ (blanket approval)
2014-06-27 01:42:46 +00:00
Vanilla I. Shu
cc8773c253 Stagify, use @sample.
Approved by:	portmgr@ (blanket approval)
2014-06-27 01:39:04 +00:00
Xin LI
0576e8db70 Stageify and move state directory to /var/run/amavis.
PR:		187101
Submitted by:	maintainer (with changes)
2014-06-27 01:31:51 +00:00
Diane Bruce
5d892c2d37 - Fix build
- Stagify
- change MAINTAINER to team hamradio@
2014-06-27 01:07:04 +00:00
Matthias Andree
8bb6e06633 Update to new upstream release 2.07, fixing a potential buffer overrun.
MFH:	2014Q2
Security:	d1f5e12a-fd5a-11e3-a108-080027ef73ec
2014-06-27 00:51:13 +00:00
Cy Schubert
b33ffa430a Fix LEFTOVER. 2014-06-27 00:20:13 +00:00
Guido Falsi
86239fe16a - Modify startup script to let smsd change user by itself [1]
- Change the sample configuration file to have same behaviour as
  old startup script did by default

While here:

- Make strip command silent
- Fix some staging glitches
- Use new @sample directive

PR:		191361 [1]
Submitted by:	timp87@gmail.com
2014-06-26 22:28:34 +00:00
Nathan Whitehorn
275f89be81 On some Tier-2 platforms (e.g. PowerPC), clang kind of works and so is
installed but is not cc. On such platforms, clang is usually not default
for a reason and so using it for C++11 is unwise. Instead, fall back to
newer GCC. On i386 and amd64, clang works even if it isn't the default,
so continue using it there.

This fixes the build for Boost, among other software, on PowerPC.

Approved by:	bapt
2014-06-26 22:16:37 +00:00
Danilo Egea Gondolfo
f2544819e0 - Update from 9.04 to 9.05 2014-06-26 22:08:49 +00:00
Guido Falsi
3f86696116 Pass MAKE_ENV to MAKE_CMD.
Noticed by:	bapt (in r359185)
2014-06-26 21:56:18 +00:00
Grzegorz Blach
2631cd03cf - Update to 0.4.0 2014-06-26 21:49:06 +00:00
Raphael Kubo da Costa
1c37c37284 Add missing runtime dependencies to the port.
PR:		190872
Submitted by:	idefix@fechner.net (maintainer)
2014-06-26 21:30:05 +00:00
Brooks Davis
fc1f191349 Upgrade to 1.64.
Install the binaries, not just libtool wrapper scripts.

Install library (required for the binaries to work), headers, and pkgconfig.

Modernize: new LIB_DEPENDS, USES=libtool, staging, strip libraries.

Take maintainership.

Approved by:	maintainer timeout (implicit: no maintainer updates since 2008)
2014-06-26 21:02:37 +00:00
Pawel Pekala
e4c7ebc3c4 - Add staging support
- Unmute install commands
2014-06-26 20:26:48 +00:00
Pawel Pekala
3661a0aaf7 - Add staging support
- Convert to new LIB_DEPENDS format, options framework
- Fix typo in pkg-descr
2014-06-26 20:17:59 +00:00
Lars Thegler
84ed108ab9 - Added stage support [1]
- Drop maintainership

PR:		191289 [1]
Submitted by:	joe@thrallingpenguin.com
2014-06-26 20:06:37 +00:00
Cy Schubert
b69d5cd999 Remove redundant MAN macro definitions. 2014-06-26 20:04:03 +00:00
Antoine Brodin
7f56b3545d Patch fftw.texi to allow building with new texinfo 2014-06-26 19:52:22 +00:00
Cy Schubert
6260d7b1f4 Support stage.
Remove redundant database creation already in pkg-plist.
2014-06-26 19:41:02 +00:00
Pawel Pekala
6a942baa0b Update to version 4.6.1 2014-06-26 19:37:31 +00:00
Cy Schubert
8bd7be7e03 Support stage. 2014-06-26 19:23:26 +00:00
Pawel Pekala
62e3895332 - Add staging support
- Convert to USES=libtool, bump PORTREVISIONs - la files not installed
- Convert to new LIB_DEPENDS format
- Remove LATEST_LINK, PKGNAMESUFFIX already set
2014-06-26 18:59:58 +00:00
Steve Wills
04e1a8dc7c - Update to 1.5.0 2014-06-26 18:21:55 +00:00
Matthias Andree
26342cd267 Mark MAKE_JOBS_UNSAFE to fix the build.
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
2014-06-26 18:18:58 +00:00
Matthias Andree
bb9cd2e711 Add a vulnerability entry for lzo2. 2014-06-26 18:08:02 +00:00
Danilo Egea Gondolfo
5e20a13809 - Update from 3.1.3 to 3.1.4 2014-06-26 17:58:13 +00:00
Bartek Rutkowski
450c1485e2 sysutils/rubygem-facter: update 2.0.2 -> 2.1.0
Approved by:	swills (mentor)
2014-06-26 17:32:29 +00:00
Danilo Egea Gondolfo
7e9b7a00f0 - Update from 1.2.2 to 1.2.3
- Take maintainership
- Test build with openjdk{7,8}
2014-06-26 17:19:30 +00:00
Danilo Egea Gondolfo
0ea26240e0 - Update from 1.4.2 to 1.4.3
- Take maintainership
- Test build with openjdk{7,8}
2014-06-26 17:18:09 +00:00
Bartek Rutkowski
43baa4d6be New script: Tools/scripts/bump-revision.sh
This script, requested by bapt@, is a pure sh tool to increase one
or more ports PORTREVISION value or to add one, if the port havent
had one already.

Approved by:	swills (mentor), bapt
2014-06-26 17:15:39 +00:00
Vanilla I. Shu
e7a77f4def 1: Stagify.
2: new syntax of LIB_DEPENDS.
3: USES=tar:bzip2

Approved by:	portmgr@ (blanket approval)
2014-06-26 17:01:31 +00:00
William Grzybowski
a2b1136803 x11-toolkits/py-gui: support stage 2014-06-26 16:54:51 +00:00
Vanilla I. Shu
368f5accf5 1: Stagify.
2: new syntax of LIB_DEPENDS.

Approved by:	portmgr@ (blanket approval)
2014-06-26 16:54:21 +00:00
Vanilla I. Shu
404f37acb4 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:51:42 +00:00
Jonathan Chu
dc232d8103 Update gitolite to 3.6.1,1
Changes:
https://github.com/sitaramc/gitolite/blob/v3.6.1/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.6...v3.6.1

Approved by:	swills (mentor)
2014-06-26 16:51:03 +00:00
Olivier Duchateau
597fbdc7c0 - Switch to USES= libtool tar:bzip2
- Bump PORTREVISION
2014-06-26 16:45:47 +00:00
Vanilla I. Shu
4020334746 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:43:38 +00:00
Olivier Duchateau
acdd39bc8f - Switch to USES= libtool tar:bzip2
- Add LICENSE and LICENSE_FILE
- Bump PORTREVISION
2014-06-26 16:40:33 +00:00
Vanilla I. Shu
e8561da75e Stagify, and switch to use options helper.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:39:34 +00:00
Olivier Duchateau
572e3ac60b - Switch to USES= libtool
- Add LICENSE and LICENSE_FILE
- Bump PORTREVISION
2014-06-26 16:35:41 +00:00
Vanilla I. Shu
eae48f02b9 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:35:21 +00:00
Brooks Davis
f679ebf6a0 Deprecate dragonegg ports. Development has ended, they are impractical to
build on FreeBSD 10+ due to requiring LLVM ports built against libstdc++,
and they are based on increasingly dated versions of LLVM and GCC.
2014-06-26 16:30:39 +00:00
Olivier Duchateau
9a0a350b06 - Switch to USES= libtool
- Add LICENSE*
- Remove DBUS option, now dbus-glib is in LIB_DEPENDS
- Bump PORTREVISION
2014-06-26 16:29:23 +00:00
Vanilla I. Shu
67eeb6b46e Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:29:09 +00:00
Olivier Duchateau
fffc1aedbc - Switch to USES= libtool tar:bzip2
- Add LICENSE_FILE
- Bump PORTREVISION
2014-06-26 16:22:57 +00:00
Brooks Davis
4559551f55 Enable staging. 2014-06-26 16:11:57 +00:00
Antoine Brodin
75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00
William Grzybowski
7e091dbe7e security/scamp: support stage
- Use @sample

Approved by:	portmgr (stage blanket)
2014-06-26 16:03:27 +00:00
Vanilla I. Shu
036cc85c08 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 16:00:00 +00:00
Baptiste Daroussin
7d99bffbf0 Stagify (this is a meta ports hence no mtree) 2014-06-26 15:56:17 +00:00