Commit graph

3800 commits

Author SHA1 Message Date
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Sunpoet Po-Chuan Hsieh
16638835a5 - Add OPTIONS_DEFINE 2014-03-08 20:05:10 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Baptiste Daroussin
af8d1ef59e Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
Baptiste Daroussin
8d4f865f8c Convert to dos2unix
Use bsdtar to extrace zip
2014-03-07 10:34:22 +00:00
Baptiste Daroussin
68690716b2 Convert from USE_DOS2UNIX to USES=dos2unix 2014-03-07 10:31:33 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Baptiste Daroussin
21809f9bbf Support stage
Use options helpers
2014-03-02 21:20:04 +00:00
Gerald Pfeifer
7be899757a Adopt this port.
Simplify URL and editorial changes in pkg-descr.
2014-03-02 01:40:36 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Antoine Brodin
14c681ddae Mark more ports BROKEN
Error logs are available in the pkg-fallout archives

Reported by:	pkg-fallout since at least january 2014
2014-02-28 19:45:27 +00:00
Sunpoet Po-Chuan Hsieh
37694a56b1 - Update to unrar 5.01 (5.0.14)
- Use = instead of +=
- Use CONFLICTS_INSTALL instead off CONFLICTS

Submitted by:	sunpoet (myself)
Approved by:	maintainer (no object, 3 weeks)
2014-02-28 15:15:19 +00:00
Sunpoet Po-Chuan Hsieh
d4d281153b - Update to 5.01 (5.0.14)
- Use CONFLICTS_INSTALL instead off CONFLICTS
- Respect LDFLAGS
- Remove contiguous blank lines
- Cosmetic change

Thanks to:	naddy, vanilla
2014-02-28 15:15:14 +00:00
John Marino
d3f647a6b6 archivers/lzip: Remove LOCAL MASTER_SITES; this was for version 1.14 only 2014-02-26 15:00:49 +00:00
Danilo Egea Gondolfo
10093156ba - Update from 1.1 to 1.2 2014-02-22 13:46:33 +00:00
Martin Wilke
28c0282944 - Stage support 2014-02-22 10:44:06 +00:00
Tom Judge
782be382da Fix install on HEAD and 10.0. 2014-02-21 21:22:17 +00:00
Emanuel Haupt
d00885fd73 Remove trailing whitespaces from category archivers 2014-02-21 13:34:56 +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
Sunpoet Po-Chuan Hsieh
31ea490ff8 - Use PLIST_FILES 2014-02-14 19:41:04 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Johan van Selst
8735e22ac3 - Update to rpm 4.11.2
- Minor port clean-ups
2014-02-13 18:12:16 +00:00
Emanuel Haupt
ee4b62c587 Support staging 2014-02-13 11:48:14 +00:00
Emanuel Haupt
efb203770d Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

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

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

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

Encouraged by:	mat
2014-02-13 09:38:39 +00:00
Emanuel Haupt
6c993667a2 Support staging 2014-02-12 21:27:32 +00:00
Emanuel Haupt
47298a243b - Support staging
- Add mirror
2014-02-12 21:23:24 +00:00
Emanuel Haupt
fd59dfeaaa Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:23:05 +00:00
Emanuel Haupt
fe01bed61e Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:23:01 +00:00
Emanuel Haupt
1aab5b857a Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:22:57 +00:00
Emanuel Haupt
f2e6d48f9b Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:22:53 +00:00
Emanuel Haupt
d2e7caca70 Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:22:48 +00:00
John Marino
0e73f1e81a archivers/zip-ada: Update from version 45 to 46 2014-02-12 11:55:07 +00:00
John Marino
9b9050a13d archivers/lzip: Reset maintainer
The last three PRs all timed out.
2014-02-12 10:01:17 +00:00
Antoine Brodin
6c3b68f3ad Stage support 2014-02-11 17:59:57 +00:00
Olivier Duchateau
028baaee53 - Update to 0.5.3 2014-02-10 18:26:13 +00:00
Sunpoet Po-Chuan Hsieh
c608026127 - Update to 0.23
Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2014-02-10 15:04:40 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Martin Matuska
d6ff1b4b9b Horde package update 2014-02-10 00:53:49 +00:00
Martin Matuska
91ec67638e Update php-horde_lz4 to 1.0.2
Fix build with other PHP than 5.4
2014-02-09 14:00:38 +00:00
Alex Kozlov
29659dc918 - Use MAKEFILE variable 2014-02-09 13:00:56 +00:00
Alex Kozlov
47e15a367e - Update to 20050705, undeprecate
- Take maintainership
2014-02-09 12:28:47 +00:00
Raphael Kubo da Costa
3c54a5e553 Install the documentation into the right directory after r338682. 2014-02-08 19:53:23 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Brendan Fabeny
6f19552d75 Update zpaq to 6.49; use staging 2014-02-07 18:46:21 +00:00
Philippe Audeoud
ef6dc5b3bd - Update to 0.03 2014-02-07 16:26:42 +00:00
Frederic Culot
0af2c26cfd - Update to 1.37
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2014-02-07 15:08:17 +00:00