Commit graph

98 commits

Author SHA1 Message Date
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Pawel Pekala
fa8a3615b7 - Update to version 1.1.0
- Bump polish/kadu, library ABI change

Changelog: https://github.com/vogel/injeqt/blob/master/ChangeLog
2016-07-24 08:46:18 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Raphael Kubo da Costa
3ff3ee86e4 Add upstream patch to fix the build with the upcoming Qt 5.5.1. 2016-01-21 13:47:37 +00:00
Pawel Pekala
71c0413974 - Fix build with gcc 4.9 [1]
- Use option helper

PR:		204395 [1]
Reported by:	gerald [1]
2015-11-11 15:40:39 +00:00
Pawel Pekala
f58da4412a - Update to version 2.1, now Qt5 based
- USES=compiler for better handling of needed compiler
- USES=libarchive to prevent linking with libarchive from base on 10+
2015-07-23 22:04:49 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Pawel Pekala
a4f417b4ec Update to version 1.5
Changelog:
- otr: #2895 fixed: strange error messages when using libotr5-4.1.0 (Vogel)
- history: #2902 fixed: clear history menu item dissappears
  after a second (Vogel)
2015-01-20 21:09:26 +00:00
Tijl Coosemans
59d7ed041b - Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
  replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
  support SSLv2

Approved by:	kde (rakuco)
2015-01-12 16:33:16 +00:00
Pawel Pekala
152df2bd5a Update to version 1.4
Changes:
 hints: #2905 fixed: crash after clicking on hint (Vogel)
 gadu: #2906 fixed: random disconnections (Vogel)
2015-01-01 11:47:04 +00:00
Raphael Kubo da Costa
6d8e4a152b CMake 3.1.0 compatibility, take 2.
Add another patch of mine sent upstream to make the port build with CMake
3.1.0. No PORTREVISION bump as there should be no changes in functionality
or contents of the generated package.
2014-12-31 17:46:03 +00:00
Raphael Kubo da Costa
b7f002f592 Revert r375855 for now.
The issue with CMake 3.1.0 is actually something else. Back the change out
for now while a proper fix is being worked on.
2014-12-30 22:58:07 +00:00
Raphael Kubo da Costa
aa15b59fa5 Add a patch (submitted upstream) to make the port build with CMake 3.1.0.
Use the proper syntax for configure_package_config_file(). Verified to also
work with CMake 3.0.2.
2014-12-30 20:39:20 +00:00
Pawel Pekala
06d07f9680 - Update to version 1.3
- Remove lots of upstreamed fixes
2014-12-13 15:51:05 +00:00
Pawel Pekala
b3f9183f24 - Update polish/kadu to version 1.2
- Add UPDATING entry
2014-12-06 00:00:16 +00:00
Pawel Pekala
48ce5dce19 Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Pawel Pekala
0a1069ada1 Update to version 0.12.3
* jabber: fixed Facebook contacts groups being lost when upgrading
  from 0.10.x/0.11.x
* build: dropped USE_X11_XFIXES CMake option which had been broken
  for a long time
* gui: worked around critical bug in Qt 4.8.3
2014-03-21 20:15:42 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Pawel Pekala
59ff3dce81 - Support staging
- Improve option description
2013-12-26 20:20:05 +00:00
Raphael Kubo da Costa
e984a3a1c4 Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.

This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5

I have also started a discussion about this on CMake's development list:

  http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464

It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).

PR:		ports/182981
Approved by:	portmgr (bdrewery)
2013-11-05 18:34:22 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Baptiste Daroussin
7de0193087 Add NO_STAGE all over the place in preparation for the staging support (cat: polish) 2013-09-20 22:34:42 +00:00
Pawel Pekala
f93b7e81b0 Fix build on head after libexecinfo inclusion 2013-09-14 09:32:24 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pawel Pekala
fe43d8c454 Use ${OPT}_DISTFILES macro 2013-07-14 19:56:12 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Pawel Pekala
c882dea444 - Fix another /bin/bash case
- Trim Makefile header

Feature safe:	yes
2012-10-28 12:02:49 +00:00
Pawel Pekala
0486662332 Update to version 0.12.2 2012-09-06 20:16:47 +00:00
Pawel Pekala
1d5842af38 - Update to version 0.12.1
- Remove ABI number versions from LIB_DEPENDS
- Add missing dependencies
- Fix GG_EMOTS option, don't patch CMakeLists.txt
  instead use COPYTREE_SHARE to install all files
2012-08-29 16:41:00 +00:00
Pawel Pekala
3351bebb15 Update to 0.12.0 release 2012-06-25 22:32:56 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Raphael Kubo da Costa
395d704450 Explicitly depend on phonon.
This is needed for the port to build with the upcoming Qt 4.8.x update: phonon
is needed by a plugin, and was probably brought implicitly before.

Bump PORTREVISION since the dependency list has changed.

Approved by:	miwi (Qt 4.8.1 exp-run)
2012-05-21 23:19:39 +00:00
Pawel Pekala
0b1d7230f1 Update to 0.11.3 2012-04-30 22:48:35 +00:00
Pawel Pekala
078c4a4478 Update to bugfix release 0.11.2
Feature safe:	yes
2012-04-03 20:58:16 +00:00
Pawel Pekala
fdb4c8b643 Update to 0.11.1 bugfix release 2012-03-01 16:16:48 +00:00
Pawel Pekala
e06e0ee737 - Update to version 0.11.0
- Add more master sites
- Use bsd.port.options.mk
- Sort plist
2012-02-10 20:57:43 +00:00
Raphael Kubo da Costa
6fd8cb7810 Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 03:26:46 +00:00