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

3842 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
f5903f9bc5 - Support USE_GITHUB
- Improve COMMENT
- Add stage support

PR:		ports/184818
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 12:49:09 +00:00
Emanuel Haupt
34ec63629f Use new LIB_DEPENDS regime 2013-12-18 15:06:19 +00:00
Dennis Herrmann
71da9ff3a5 - Update to 0.10.2 2013-12-17 21:58:08 +00:00
Dennis Herrmann
09a55897a5 - Update to 2.2.1
PR:		ports/180148
Submitted by:	Steve Wills <swills@FreeBSD.org>
2013-12-17 19:33:59 +00:00
Dirk Meyer
79104f9813 - use STAGEDIR
- use OPTIONS_DEFINE
2013-12-17 13:20:40 +00:00
Matthew Seaman
c0d6908661 Switch to MASTER_SITES LOCAL/matthew for the 8.x compatible location
to get the distfiles from.

Submitted by:	tijl
Approved by:	mm (maintainer, implicit)
2013-12-17 10:15:59 +00:00
Matthew Seaman
d895ce64a1 Update to 2.3.1
* Staging support
   * New style LIB_DEPENDS
   * Use OPTIONS helpers
   * OPTIONS_SINGLE to select between Cyrus SASL and gsasl
   * Two new options: EXPERIMENTAL and SUPERCEDED

The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes
everywhere except for on FreeBSD 10.x, where it's in the base system.

The github.org MASTER_SITE a) redirects to a server in the Amazon
cloud and b) requires use of HTTPS.

(a) implies setting fetch(1) to follow redirects, which is usually
frowned upon.  However, this pattern is recommended in bsd.sites.mk
for use with GitHub.

(b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS
support there yet.  Hence provide a copy of the distfile on
http://people.freebsd.org/ as a 2nd MASTER_SITE

Approved by:	mm (maintainer)
2013-12-15 22:14:40 +00:00
William Grzybowski
6481746272 net-im/cjc: fix python usage and minor fixes
- Fix python usage to remove implicit dependency on lang/python
- Restrict to python 2.x
- Remove uselesss LICENSE_FILE
- Use new options for docs

Reported by:	exp-run (PR 184591)
2013-12-15 15:59:14 +00:00
William Grzybowski
f4305bab6d net-im/telepathy-idle: fix python depends
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 15:54:56 +00:00
Matthias Andree
ebba1c6c16 Update to r664:
r664	Squash some memory leaks when generating the 'Get Info' screen. Fixes #230
r663	Prevent crash when receiving NULL data from the backend. Seems to happen on X11 when Skype hasn't started yet
r662	Add macports options to the Makefile
r661	Add extra error handling for accounts that disconnect while we're processing a message
r660	Added patch from doktor.yak to fix version detection code on Linux, when setting up the missedchatmessages poll - Fixes issue 225

Convert to staging.
2013-12-14 10:04:52 +00:00
Baptiste Daroussin
661a3f91f8 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 13:01:40 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Baptiste Daroussin
4cb1d20704 Mark as broken:
YSM.h:454:8: warning: extra tokens at end of #endif directive
YSM_Lists.c: In function 'List_init':
YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness
YSM_Lists.c: In function 'List_delSLAVE':
YSM_Lists.c:207: error: expected expression before '/' token
gmake[1]: *** [YSM_Lists.o] Error 1
2013-12-06 14:16:17 +00:00
Olivier Duchateau
447da118fa - Update to 1.6.9
- Adjust dependencies
- Use only Python 2.x
- Support STAGEDIR
- Rewrite pkg-descr
- Pass maintainership
2013-12-01 17:45:16 +00:00
Rene Ladan
39edf56f09 Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
2013-12-01 00:37:20 +00:00
Joe Marcus Clarke
acdfb428ca Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not the
user-facing module name.

Reminded by:	kwm
2013-11-30 01:24:19 +00:00
Sunpoet Po-Chuan Hsieh
c823e38752 - Fix build with clang
PR:		ports/184360
Submitted by:	amdmi3
Approved by:	Frank Altpeter <frank@altpeter.de> (maintainer)
2013-11-29 19:11:55 +00:00
Joe Marcus Clarke
c3dab1a628 Bump PORTREVISION as voice/video support is in the default OPTIONS set.
Reminded by:	mat
2013-11-29 15:14:26 +00:00
Joe Marcus Clarke
b3efafe446 Make sure gstreamer-plugins-v4l2 is installed if voice/video support is
enabled.

PR:		183713
2013-11-28 23:24:52 +00:00
Li-Wen Hsu
63d1c68436 - Support STAGEDIR 2013-11-28 16:08:33 +00:00
TAKATSU Tomonari
34b56167e9 - Update to 0.2.2.1430
- Remove RUBY_REQUIRE
- Improve x-generate-plist target for maintenance
- Cosmetic change
2013-11-25 17:51:17 +00:00
Sunpoet Po-Chuan Hsieh
3ae2d4849b - Update to 0.14.0
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
2013-11-25 11:33:22 +00:00
Nicola Vitale
8a95c09a36 Skype4Py is a Python library which allows you to control Skype client
application.

Skype4Py Python project is not affiliate of Skype or Microsoft corporation.

WWW: https://github.com/awahlig/skype4py
2013-11-22 22:10:53 +00:00
Max Brazhnikov
ce37bcd3ed - Convert to USES=qmake
- Add state support
- Remove superfluous custom do-install target, convert to pkg-plist

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:26 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Sunpoet Po-Chuan Hsieh
526e5d5017 - Update to 0.13.0
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
2013-11-21 22:19:23 +00:00
Pietro Cerutti
f76713321d - Convert to USE=tk
- STAGE-clean
- Convert to OPTIONSng (DOCS)
2013-11-21 16:11:19 +00:00
Max Brazhnikov
b924964cfa - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
2013-11-21 16:09:47 +00:00
Max Brazhnikov
2a6d08b7a5 Replace deprecated QMAKEFLAGS with QMAKE_ARGS 2013-11-21 14:29:32 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Raphael Kubo da Costa
038981b3e8 Deprecate net-im/tapioca-qt and net-im/telepathy-qt.
Both projects have been dead upstream since 2007, and no port depends on
them. telepathy-qt is not to be confused with net-im/telepathy-qt4.
2013-11-17 21:54:51 +00:00
Rene Ladan
c5f8d83c17 Remove expired ports:
2013-11-17 net-im/decibel: Deprecated and unsupported upstream for many years, not used by anything
2013-11-17 databases/postgresql-libpq++: Not maintained upstreams for 10+ years.
2013-11-17 13:02:38 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Sunpoet Po-Chuan Hsieh
41e395206e - Update to 13.2.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/words/topfiles/NEWS
2013-11-15 20:54:04 +00:00
Sunpoet Po-Chuan Hsieh
4e02d83153 - Return maintainership back to pool
- While I'm here:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Convert to new options helper
  - Remove leading indefinite article from COMMENT
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  - Support STAGEDIR

PR:		ports/183942
Submitted by:	Carlos Santos <unixmania@gmail.com> (maintainer)
2013-11-15 10:55:18 +00:00
Pietro Cerutti
6995b67a45 - Convert to USES+=tk
- STAGE-clean
2013-11-13 15:18:30 +00:00
Alberto Villa
ab634fccd6 - STAGEify.
- Use OPTIONS helpers.
- Use new LIB_DEPENDS format.
- Cleanup files installed by EXAMPLES.
- Mark explicit dependency on qt4-corelib.
2013-11-13 00:38:50 +00:00
Rene Ladan
30d8dd5f19 Deprecate ports which depend on Linux GTK1 libraries and schedule them for removal
on December 1st, 2013.

Discussed on:	emulation@ (2013-10-06)

Approved by:	maintainer timeout (emulators/linux-pe*), private mail
Approved by:	maintainer (games/HeroesOfMightAndMagic), via IRC
2013-11-11 12:55:23 +00:00
TAKATSU Tomonari
7f51df94bb - Update to 0.2.2.1410 2013-11-10 01:27:27 +00:00
Koop Mast
7ec7468932 Update to 0.3.6.
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify.
2013-11-08 14:31:40 +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
Rene Ladan
e97e7a0a56 Remove expired ports:
2013-11-05 net-im/qutim: Old version, a new one needs to be ported from scratch
2013-11-05 textproc/gtkdiff: Gnome1 EOLed by upstream for a while.
2013-11-05 11:48:18 +00:00
Vanilla I. Shu
c237f0c55d Support STAGEDIR. 2013-11-05 07:49:09 +00:00
Olivier Duchateau
0e006e43d2 Deprecated, set an EXPIRATION_DATE of 2 months from now, because there's no
update for 7 years.
2013-11-04 14:05:53 +00:00
Raphael Kubo da Costa
9648f9ea32 - Disable the MSN plugin, as it depends on the deprecated net-im/libmsn
port. [1]
- Add patches to fix the build with libc++.

With contributions from Schaich Alonso <alonsoschaich@fastmail.fm> for [1].

PR:		ports/181985 [1]
2013-11-04 12:09:05 +00:00
Raphael Kubo da Costa
8e12675ab1 Deprecate, set an EXPIRATION_DATE of 2 weeks from now.
decibel.kde.org does not exist anymore, there is nothing in KDE that uses it
and the whole project has been dead upstream for many years.

Removing it also allows us to later get rid of the old net-im/tapioca-qt and
net-im/telepathy-qt ports.
2013-11-03 17:54:31 +00:00
Roman Bogorodskiy
7635644b42 - Chase security/libtasn1 update
- Add UPDATING entry
2013-11-03 09:21:59 +00:00
Renato Botelho
067ee9f42d . Add LICENSE
. Use space on WWW line
2013-10-31 23:41:47 +00:00
Renato Botelho
ebae8a0312 . Add LICENSE
. Use space on WWW line
2013-10-31 23:41:22 +00:00
Baptiste Daroussin
b2a79266bb 2013-10-31 net-im/amsn: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/jabber-pymsn: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/msn-proxy: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/p5-Net-MSN: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/p5-POE-Component-Client-MSN: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/pidgin-msn-pecan: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/py-msnp: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/pymsn: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 net-im/tmsnc: Primary MSN Messenger service terminated 30 APR 2013
2013-10-31 14:14:04 +00:00