1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

15350 Commits

Author SHA1 Message Date
Antoine Brodin
e21b86607c - Unbreak (pkg-conf missing)
- Stage support

Reported by:	pkg-fallout since october 2013
2014-02-22 09:09:32 +00:00
Pietro Cerutti
d75885e17a - Convert to USES=tk 2014-02-21 15:11:22 +00:00
Sunpoet Po-Chuan Hsieh
ed9f58af53 - Fix LICENSE_FILE
Pointed out by:	mat, ache
2014-02-21 14:27:51 +00:00
Martin Wilke
4181169208 - Stage support 2014-02-21 14:00:49 +00:00
Emanuel Haupt
239a5ff5de Remove trailing whitespaces from category sysutils 2014-02-21 13:39:38 +00:00
Brad Davis
66aa001546 - Upgrade sysutils/rsyslog7 to 7.6.0, sysutils/rsyslog7-devel to 7.5.8 [1], and sysutils/rsyslog8-devel to 8.1.6.
1: I know it is lower than rsyslog7, but it is the latest from upstream. They say that a newer release is imminent.

Changelogs:
	7.6.0: http://www.rsyslog.com/changelog-for-7-6-0-v7-stable/
	7.5.8: http://www.rsyslog.com/changelog-for-7-5-8-v7-devel/
	8.1.6: http://www.rsyslog.com/changelog-for-8-1-6-v8-devel/

Reviewed by:	miwi@
2014-02-21 02:28:22 +00:00
Martin Wilke
fd1b71c3d0 - Correct my previous commit
- Add stage support
2014-02-21 01:51:14 +00:00
Martin Wilke
9f8c68916c - Fix INDEX
No Points to:	brd :)
2014-02-21 01:30:20 +00:00
Mark Felder
d450fc62f0 License should really be "GPLv3"; portlint doesn't currently catch misspelled /
unknown licenses
2014-02-21 01:13:06 +00:00
Mark Felder
3cae0d6355 Update to 5.7
STAGE support

PR:		ports/186930
2014-02-21 01:02:15 +00:00
Olivier Duchateau
4142712b32 - Update to 0.5.0
- Re-assign to the Xfce team
- Rewrite pkg-descr
- Add LICENSE
- Adjust dependencies
- Add patch, when NLS is unset
2014-02-20 21:35:21 +00:00
Brad Davis
11d569738c - Fix a duplicate LATEST_LINK by removing sysutils/liblogging and reviving devel/liblogging
Reviewed by:	tj@
2014-02-20 17:42:11 +00:00
Max Brazhnikov
a95c6ea5de - Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK
2014-02-20 13:00:31 +00:00
Jimmy Olgeni
3734d6f761 Upgrade to version 4.06. 2014-02-20 10:15:04 +00:00
Brad Davis
6a17d9d782 - Add sysutils/liblogging. A generic logging library used by rsyslog.
Reviewed by:	tj@ & bapt@
2014-02-20 00:25:20 +00:00
John Marino
a6a9093532 sysutils/dd_rescue: unbreak everywhere
The internal makefile calls autoconf and autoheader, but neither
were specified as build dependencies before now.

Note that this port will not build on FreeBSD 8 because __WORDSIZE is not
defined in _stdint.h yet.  DragonFly got around it with setting these
in Makefile.DragonFly:

  x86_64:
    MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=64"
    CFLAGS+=    -D__WORDSIZE=64

  i386:
    MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=32"
    CFLAGS+=    -D__WORDSIZE=32

A similar fix could be done for FreeBSD 8, but it needs to cover more
architectures.
2014-02-19 22:12:52 +00:00
John Marino
abbc8a7714 sysutils/syslog-ng-devel: Unbreak everywhere (caused by unintalled docs)
I spent a long while trying to figure out why the GNU makefile just
suddenly stopped installing five man pages.  I never did understand what
changed externally to cause that.

In the end, I took a shortcut and just manually installed the man pages
in the post-install target that was already being used.  That is simple
and robust.
2014-02-19 21:17:20 +00:00
Antoine Brodin
08f3b1ae91 Deprecate and set expiration date, marked BROKEN since June 2013 2014-02-19 20:03:51 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Steve Wills
429243a804 - Update to 1.3.1
PR:		ports/186845
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> (maintainer)
2014-02-18 19:45:31 +00:00
Antoine Brodin
a9c9154800 Stage support 2014-02-18 18:30:44 +00:00
Antoine Brodin
95f9414be9 Stage support 2014-02-18 18:29:02 +00:00
Pietro Cerutti
67bfc3b798 - STAGE-clean 2014-02-18 17:19:25 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Emanuel Haupt
5bd9b4505d Support staging 2014-02-18 09:32:38 +00:00
Emanuel Haupt
f0bc18d094 Support staging 2014-02-18 08:34:06 +00:00
Jung-uk Kim
6dc7613675 Update to 20140214. 2014-02-17 17:43:43 +00:00
Rene Ladan
26b24a97d1 sysutils/biosfont: remove some unnecessary leftovers. 2014-02-16 16:30:06 +00:00
Martin Wilke
c8058284a4 - Remove gmake complete builds fine without everywhere. 2014-02-14 16:52:45 +00:00
Martin Wilke
212168ca71 - Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
2014-02-14 16:25:16 +00:00
Bernhard Froehlich
d9e16b8552 - Mark deprecated and set EXPIRATION_DATE
The project is not maintained from upstream anymore and
only supports ancient AMD K8 CPUs.
2014-02-14 15:25:32 +00:00
Ryan Steinmetz
30f7ad2aea - Update to 20140214 2014-02-14 15:01:29 +00:00
Baptiste Daroussin
9fa9635c31 Really fix pkg-message
Submitted by:	Natacha Porté (maintainer)
Pointyhat to:	bapt
2014-02-14 10:29:00 +00:00
Ruslan Makhmatkhanov
42299dc541 - update to 1.4.5
- kill trailing newline in pkg-descr

Changelog: https://raw.github.com/ansible/ansible/v1.4.5/CHANGELOG.md

PR:		186724
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-02-14 09:59:03 +00:00
Baptiste Daroussin
5637caab71 Fix license
Fix pkg-message
Do not show message in post-install, the stage is already taking care of doing it

Approved by:	Natacha Porte <natbsd@instinctive.eu>
2014-02-14 09:43:30 +00:00
Ruslan Makhmatkhanov
896e841c96 - update to 0.2
PR:		186747
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2014-02-14 08:58:30 +00:00
Andrej Zverev
b7748f7bfa - update to 0.44.2
PR:		ports/186716
Submitted by:	az@
Approved by:	maintainer
2014-02-13 16:39:08 +00:00
Emanuel Haupt
c7540205fc Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:13 +00:00
Emanuel Haupt
96de6e8945 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:08 +00:00
Emanuel Haupt
7b01437348 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:04 +00:00
Emanuel Haupt
73ac53b6f7 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:59 +00:00
Emanuel Haupt
de62636d2c Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:55 +00:00
Emanuel Haupt
242b4334b7 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:50 +00:00
Emanuel Haupt
95d0263cf8 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:46 +00:00
Emanuel Haupt
536c7cc746 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:41 +00:00
Emanuel Haupt
7ff5cccf01 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:37 +00:00
Ruslan Makhmatkhanov
4d849bb251 - update to 1.71
while here:
- support staging
- move pkg-plist entries to PLIST_FILES

PR:		186703
Submitted by:	Tim Daneliuk <tdir@tundraware.com> (maintainer)
2014-02-13 07:44:19 +00:00
Danilo Egea Gondolfo
769ef60ea9 - Update from 2.6 to 2.7
- Update the comment about the license. There is no more code under BSD3CLAUSE
- Add regression-test target (requested/suggested by the developer)

Reported by:	Eric Radman <ericshane@eradman.com>
2014-02-12 19:34:33 +00:00