Commit graph

3821 commits

Author SHA1 Message Date
Baptiste Daroussin
b109b97dd2 Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfig
That has made pkgconf being a Build deps instead of Build+Run deps thus ports depending on pkgconf need an explicit dependency
2013-06-02 19:15:39 +00:00
Martin Wilke
ab5ce324f5 - Do not try to remove dirs. not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-31 16:26:30 +00:00
Ruslan Makhmatkhanov
484c563e2a - update to 0.15.4 2013-05-29 22:28:28 +00:00
Baptiste Daroussin
35a78cd58f Fix build on HEAD by adding USE_GCC=any (uses nested functions) 2013-05-27 16:19:33 +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
Jason Helfman
4c6703ce1d - adoption of optionsNG framework
Approved by:	portmgr (bapt)
2013-05-23 16:10:43 +00:00
Nicola Vitale
783d9b8e9b - Add missing dependency (x11-toolkits/linux-f10-gtk2) 2013-05-18 19:45:19 +00:00
Nicola Vitale
0ff004922e Yoono is an easy to use application that allows you to connect to all your
social networks and instant messaging services - in one place. Get all your
friend updates, update your own status, and easily share stuff with your
friends.

Supported services:

  * AIM
  * Facebook
  * Flickr
  * Foursquare
  * FriendFeed
  * GTalk
  * Linkedin
  * MySpace
  * Twitter
  * Yahoo Chat
  * YouTube

This port installs the Linux client for desktop.

WWW: http://www.yoono.com/
2013-05-18 13:33:41 +00:00
Raphael Kubo da Costa
9fd172d5fc Update maintainer's email address and drop maintainership of a few ports.
PR:		ports/178543
Submitted by:	Piotr Smyrak <smyru@heron.pl> (maintainer)
2013-05-16 20:07:39 +00:00
Koop Mast
72700e4d34 Fix forgotten ${PORTSDIR} 2013-05-13 13:28:24 +00:00
Koop Mast
41885a73f4 Add telepathy-sofiasip port. SIP telepathy plugin using the SIP protocol
library (net/sofia-sip)

PR:		ports/158061
Submitted by:	Yuri <yuri@tsoft.com>
2013-05-13 13:25:37 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Alexey Dokuchaev
7ea461e0f7 Update to version 0.9.8.14. 2013-05-12 05:42:16 +00:00
Raphael Kubo da Costa
75d631cbe7 Adopt port with kde@ hat, Kopete depends on it 2013-05-11 20:48:41 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Matthias Andree
5f3dae0bea Change USE_GETTEXT=yes to USES+=gettext.
Submitted by:	jgh
2013-05-10 09:20:35 +00:00
Matthias Andree
322ca0b090 Roll a newer upstream snapshot from SVN r659 (previous r628).
Changelog: https://code.google.com/p/skype4pidgin/source/list

Clean up Makefile header.

Prepare NLS, but upstream .pot/.po files are woefully out of date.
2013-05-09 22:18:59 +00:00
Olivier Duchateau
edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00
Emanuel Haupt
1a90c9af17 Mark MAKE_JOBS_SAFE 2013-05-08 12:24:26 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
062ed8d36f Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
2013-05-04 22:48:03 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Alberto Villa
b475ee362f The KDE Telepathy project aims to integrate real time communication
deeply into KDE Workspaces, and to provide an infrastructure to aid
development of collaborative features for KDE Applications.

This is the meta-port grouping all the components.

WWW: http://community.kde.org/KTp
2013-05-02 21:47:33 +00:00
Alberto Villa
d06c339c35 - Add KDE Telepathy modules to the INDEX. 2013-05-02 21:43:41 +00:00
Alberto Villa
e1a902c8f1 - Add ports for KDE Telepathy modules.
None of these ports is supposed to be installed by hand. A metaport is
coming in my next commit.
2013-05-02 21:42:57 +00:00
Alberto Villa
5b22af5c68 Qt wrapper around the Telepathy Logger client library.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

WWW: http://community.kde.org/KTp
2013-05-02 21:28:26 +00:00
Jason Helfman
9e9db95658 - adoption of USES and optionsNG
Approved by:	portmgr (bapt@)
2013-05-01 18:06:30 +00:00
Ruslan Makhmatkhanov
ee01891805 - add upstream patch to fix connection to servers w/o StartTLS support (r14476)
- remove conflicts with no more existing gajim-devel, while here
- bump PORTREVISION

Reported by:	arrowdodger <6yearold@gmail.com> (by email)
2013-05-01 15:19:41 +00:00
Alberto Villa
34accfd94e - Merge two USES into one. 2013-04-30 15:57:28 +00:00
Nicola Vitale
9ccbe29b3f - Update to 1.1.1
- Trim Makefile header
- Use GitHub as download site
- Remove ABI version numbers from LIB_DEPENDS
- Add pkgconfig to USES

PR:	ports/176852
Submitted by:	nivit
Approved by:	Andrey K <akuz84@gmail.com> (maintainer, timeout > 2 weeks)
Build log:	http://goo.gl/5WD72
2013-04-30 13:44:30 +00:00
Rene Ladan
4c9452d972 Use the Linux infrastructure to specify dependencies instead of manual
RUN_DEPENDS, this ensures the correct infrastructure ports are used.

Remove STRIP= , which is now handled by USE_LINUX=yes .

Discussed on:	emulation@ (some time ago)
2013-04-30 09:33:28 +00:00
Guido Falsi
2ba265c5fa - Update to 1.2.2
- Use PORTDOCS
- Use space for WWW line in pkg-descr

PR:		ports/178181
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-04-29 07:49:29 +00:00
Joe Marcus Clarke
342b1a102b Hardcode OPTIONSFILE across all slave ports to prevent disperate options
per frontend.

PR:		177534
2013-04-28 22:53:20 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Steve Wills
2210391025 - Unmark broken, works fine with Ruby 1.9
PR:		ports/176902
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
Approved by:	maintainer timeout (dhn, >5 weeks)
2013-04-25 02:37:11 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Emanuel Haupt
79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Rene Ladan
a79374b9ff Remove expired ports:
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2 instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile available. Please use net-im/gajim instead

Feature safe:	yes
2013-04-18 09:10:36 +00:00
Koop Mast
d4dc90dad1 fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.

Submitted by:	pointyhat via miwi
Approved by:	portmgr (miwi)
2013-04-02 09:27:05 +00:00
Koop Mast
66c6cd5346 Fix packaging.
Submitted by:	miwi
Approved by:	portmgr (miwi)
2013-03-31 09:05:28 +00:00
Ashish SHUKLA
7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00
Emanuel Haupt
3326fa325f - Fix pkg-plist [1]
- Don't request ABI version in LIB_DEPENDS
- Trim header

Notified by:	miwi [1]
2013-03-29 17:00:45 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Glen Barber
6dd5b6fc40 Fix PORT_OPTIONS check for 'DEVEL'.
PR:		ports/177360
Pointyhat:	gjb (myself)
Approved by:	garga (maintainer, implicit)
2013-03-27 21:57:42 +00:00
Koop Mast
783b5d54cb Add LATEST_LINK [1]
While here, switch to USES=pathfix, spell PORTREVISION correct and s/=/+=/
for CPPFLAGS and LDFLAGS

Submitted by:	erwin [1]
2013-03-27 14:09:04 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Renato Botelho
40c37f1e82 Allow twirssi to use development version of irssi
PR:		ports/177360
Submitted by:	gjb@
2013-03-25 10:22:14 +00:00
Joe Marcus Clarke
fdfeee3f1b Fix a crash with the cap plugin.
PR:             176851
Submitted by:   Ivan Klymenko <fidaj@ukr.net>
2013-03-24 20:39:21 +00:00
Carlo Strub
12db4f3291 Jitsi (formerly SIP Communicator) is an audio/video and chat communicator that
supports protocols such as SIP, XMPP/Jabber, AIM/ICQ, Windows Live, Yahoo! and
many other useful features. Jitsi is Open Source / Free Software, and is
available under the terms of the LGPL.

WWW: https://jitsi.org

PR:		ports/174208
Submitted by:	Tzanetos Balitsaris <tzabal@it.teithe.gr>
2013-03-24 19:16:45 +00:00
Alberto Villa
809a75f12b - Use %%CMAKE_BUILD_TYPE%% in plist. 2013-03-23 18:39:34 +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
Max Brazhnikov
d65c037b00 Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Ruslan Makhmatkhanov
ff21e3198b - update to 0.15.3
changelog:
http://hg.gajim.org/gajim/file/gajim-0.15.3/ChangeLog
2013-03-19 06:22:42 +00:00
Ruslan Makhmatkhanov
8ef3f4d40f Mark as deprecated, since this port is outdated for two years. Unmaintained, no
distfile is available at primary master site. Please use net-im/gajim instead
(that's newer). Set expiration date to 2013-04-18.
2013-03-18 18:37:19 +00:00
Alberto Villa
dba8414819 - Update to 0.9.3.
- Do not install common license file.
- Update WWW.
2013-03-14 12:21:16 +00:00
Koop Mast
06e8039779 Fix the build of empathy my removing offending Makefile rules. Bump
gstreamer-plugins portrevision to fix the messed up header.

Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it
went wrong.

PR:		ports/176768
Submitted by:	Ruslan Makhmatkhanov <rm@FreeBSD.org>
2013-03-13 08:57:19 +00:00
Koop Mast
9848f508b3 Fix patch stage by removing stray WRKSRC define.
Reported by:	Shawn Webb <lattera@gmail.com>
2013-03-12 17:15:50 +00:00
Joe Marcus Clarke
c0a7c8800f Fix the IRC module by linking libirc with libsasl2.
PR:             176372
Submitted by:   decke
Obtained from:  Slackware
2013-03-10 06:28:25 +00:00
Koop Mast
66bcd1093b Mark IGNORE for now, it need uncommitted parts which aren't ready yet.
PR:		ports/176769
Submitted by:	rm@
2013-03-09 22:57:48 +00:00
Ruslan Makhmatkhanov
86066455aa - remove empty patch file and files/ directory 2013-03-09 19:58:23 +00:00
Koop Mast
cae3e57d97 Prevent it from picking up upower. Current version in ports it too old.
Submitted by:	mandree
2013-03-08 14:46:22 +00:00
Emanuel Haupt
1101f09c09 Remove indefinite article from COMMENT 2013-03-08 14:00:30 +00:00
Martin Wilke
d7735d10d7 - Add backup mirror for freedesktop
Approved by:	kwm
2013-03-08 13:03:34 +00:00
Koop Mast
fc439bd990 Remove empty patch and empty files dir. 2013-03-08 12:53:14 +00:00
Martin Wilke
f54e0753a0 - Add a backup mirror freedesktop.org
Approved by:	kvm
2013-03-08 12:21:07 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Nicola Vitale
0ea9d62bba - Remove net-im/jreen (duplicate of net-im/libjreen) 2013-03-07 14:39:18 +00:00
Nicola Vitale
2bce83c642 - Fix a typo 2013-03-06 23:22:27 +00:00
Nicola Vitale
c29f6bcc81 Jreen is extensible Qt-based asynchronious Jabber library.
WWW: https://github.com/euroelessar/jreen
2013-03-06 22:52:36 +00:00
Pietro Cerutti
6891661970 - Always install admin interface, which is required to startup
Reported by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2013-03-06 08:39:55 +00:00
Martin Wilke
fb3520254a - Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
2013-03-05 17:07:43 +00:00
Pietro Cerutti
90e80f3117 - Update to 3.8.1
Release notes:
  http://community.igniterealtime.org/blogs/ignite/2013/03/03/openfire-381-has-been-released
2013-03-04 11:46:27 +00:00
Alexey Dokuchaev
1467ee08a3 Update to version 0.9.8.13 to remedy distfile fetch problem. 2013-03-04 06:13:29 +00:00
Baptiste Daroussin
bad8883a16 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity since 1998
2013-01-31 x11-wm/e17-module-language: Deprecated upstream
2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream
2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream
2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream
2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2
2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued
2013-02-11 games/kimboot: no longer works
2013-02-27 net-im/imcom: No more upstream, no more public distfiles
2013-03-03 19:56:57 +00:00
Steve Wills
74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00
Li-Wen Hsu
ddb097c515 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 22:32:48 +00:00
Steve Wills
28b723187b - Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
2013-03-02 21:01:58 +00:00
Pietro Cerutti
10600f3e74 - Add an OPTION to turn on/off the installation of bundled plugins
- Bump PORTREVISION
2013-02-28 15:40:55 +00:00
Pietro Cerutti
8c20e474c4 - Fix PLIST
Reported by:	QAT
2013-02-28 10:32:26 +00:00
Pietro Cerutti
4c706f8fb0 - Update to 3.8.0
Release notes:
  http://community.igniterealtime.org/blogs/ignite/2013/02/06/openfire-380-has-been-released
2013-02-28 09:41:44 +00:00
Steve Wills
2392911af0 - Fix build
- Fix DEPENDS while here
2013-02-27 02:59:45 +00:00
Alexey Dokuchaev
a617ac9f60 Update to version 0.9.8.11 (github commit 6f87ed7). 2013-02-26 03:41:27 +00:00
Joe Marcus Clarke
2c9368aecc Forgot to commit this plist change for the 2.10.7 update.
Reported by:	sunpoet
2013-02-25 17:23:51 +00:00
Po-Chien Lin
96b0c445c3 - Add IPFW suuport [1] and enable it by default [2]
- Trim Makefile header [2]
- Remove invalid entry from MASTER_SITES
- Patch to fix clang compiling
- Tune pkg-plist to pet portlint(1)

PR:		ports/175765
Submitted by:	Oleg_Sch <7zsfx@7zsfx.info> [1]
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) [2]
Approved by:	swills (mentor)
2013-02-25 04:25:37 +00:00
Martin Wilke
e8cb96ccd9 - Update to 1.2.1
- Trim header

PR:		176309
Submitted by:	maintainer
2013-02-21 00:46:15 +00:00
Dima Panov
1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +00:00
Joe Marcus Clarke
4a079256c0 Update to 2.10.7. See https://developer.pidgin.im/wiki/ChangeLog for changes
in this release.
2013-02-17 23:43:47 +00:00
Baptiste Daroussin
1fadd59664 Reset to the pool per maintainer request.
Thank you Shawn for your work.

While here: trim headers, convert to optionsng

PR:		ports/175949
Submitted by:	Shane Bell <shanjobe@gmail.com>
2013-02-08 07:20:32 +00:00
Martin Wilke
0267ab2ef6 - Fix build with clang
- Trim header

PR:		175036
Submitted by:	Ports Fury
2013-02-07 14:34:29 +00:00
Roman Bogorodskiy
ab635f152e - Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
2013-02-06 17:30:08 +00:00
Pietro Cerutti
08d561670f - Get rid of USE_TCL_THREAD and USE_TK_THREAD usages 2013-02-06 15:42:16 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Martin Wilke
6b21fe3b66 - Convert header
- Update to 1.0.5
2013-02-04 02:31:08 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Timur I. Bakeyev
eaeb6ddb87 Update ports that refer to net/samba34 to use newer net/samba36 2013-01-31 19:14:08 +00:00
Philippe Audeoud
301dd66d4e - Update to 0.54
- Changelog: http://cpansearch.perl.org/src/MSTPLBG/AnyEvent-XMPP-0.54/Changes
2013-01-31 16:31:26 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Pietro Cerutti
5acc2cb832 - Fix a bug that prevents the Jingle Nodes plugin from loading
(see http://community.igniterealtime.org/thread/46479)

Reported by:	marko.cupac@mimar.rs
2013-01-29 16:48:02 +00:00
Baptiste Daroussin
0bc5c74b6d Mark as deprecated because upstream and public distfiles as disappeared
Submitted by:	Martijn Lina <martijn@pacno.net>
2013-01-27 20:32:36 +00:00
Dirk Meyer
e4e43f9e08 - update to 1.7.1 2013-01-26 18:46:04 +00:00
Dirk Meyer
1d62d821d9 - cleanup header
- strip shlibversion in depedency
2013-01-26 16:06:35 +00:00
Martin Matuska
87636df059 Remove already integrated patches
PR:	ports/175598
2013-01-25 22:48:16 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
826aae24a5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article and/or rephrase COMMENT

Approved by:	portmgr (bapt), maintainer silence (12 days)
2013-01-22 23:13:41 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
2013-01-22 23:12:20 +00:00
Martin Matuska
eb9e529f06 Update net-im/jabberd to 2.2.17 2013-01-22 08:47:57 +00:00
Ion-Mihai Tetcu
1448200585 - fix typo
PR:		174743
Submitted by:	Sayetsky Anton
2013-01-21 18:54:24 +00:00
Guido Falsi
1af3d056eb - Update to 1.2.1
- Sort plist

PR:		ports/175405
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-01-18 23:22:11 +00:00
Emanuel Haupt
c4c14fd156 - Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
2013-01-15 13:40:28 +00:00
Baptiste Daroussin
baedaefc13 Convert dhn's ports to the new options framework
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build

Approved by:	maintainer (dhn)
2013-01-07 20:50:20 +00:00
Baptiste Daroussin
ee3b71ca87 2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
2013-01-06 15:14:50 +00:00
Jason Helfman
9f879afa3f - trim historical header
PR:		174755
2013-01-02 07:19:09 +00:00
Jason Helfman
18fe7bff1b - update to 2.1.00
PR:		174755
Submitted by:	wicked@baot.se, jdunn@aquezada.com (maintainer)
2013-01-02 07:14:54 +00:00
Martin Matuska
9b3f7519c3 Update some of my ports to new options framework
Submitted by:	Baptiste Daroussin <bapt@FreeBSD.org>
2012-12-31 10:49:52 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
TAKATSU Tomonari
f2fce843c0 - Unbreak on !i386
- Pet portlint
  * Convert to new Makefile header
  * Remove ABI versions from LIB_DEPENDS
  * and so on

PR:		ports/169736 (based on)
Submitted by:	Hiroshi Nishida <nishida_AT_asusa_DOT_net>
2012-12-30 05:32:18 +00:00
Olivier Duchateau
f178cb85a4 Bump PORTREVISION for keybinder-related ports
While here,
- audio/xfce4-mixer improve KEYBIND_DESC

Approved by:	rene, miwi (mentors, implicit)
2012-12-26 10:39:17 +00:00
Andrej Zverev
14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
TAKATSU Tomonari
fe12997873 - Update to 0.2.0.1089 2012-12-16 03:16:46 +00:00
TAKATSU Tomonari
bae0a6ef8f - Update to 0.2.0.1080 2012-12-11 13:40:31 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Dirk Meyer
2189e60f97 - update to 1.7.0 2012-12-09 21:31:58 +00:00
Alexey Dokuchaev
0ca48833da - Trim Makefile header per new world order
- Remove leading indefinite article from COMMENT
- Canonicalize WWW: line format

Feature safe:	yes
2012-12-07 15:52:27 +00:00
Wesley Shields
e04541b000 Abandoned upstream. Set to expire in one month.
Submitted by:	Yanhui Shen <shen.elf@gmail.com> (maintainer)
Feature safe:	yes
2012-12-04 22:02:47 +00:00
Alexey Dokuchaev
592e0c42c8 - Update to version 0.9.8.10 (track master for some nice fixes)
- Reduce local patching (integrated upstream)
- Provide KDE 4 integration option (disabled by default)
- Do not override DISTNAME, update a comment, sort pkg-plist

Feature safe:	yes
2012-12-03 09:12:44 +00:00
TAKATSU Tomonari
d5b9806854 - Update to 0.2.0.1064
Feature safe:	yes
2012-12-02 02:43:54 +00:00
Ruslan Makhmatkhanov
4ef2814bb1 - chase irc/py-irclib rename
Reported by:	portmgr (beat)
Pointyhat to:	rm (myself)
Feature safe:	yes
2012-11-22 12:27:50 +00:00
Pietro Cerutti
6c3d1f5c3e - disconnect ccmsn
Reported by:	beat
Feature safe:	yes
2012-11-20 16:54:03 +00:00
Pietro Cerutti
210020dd13 - remove net-im/ccmsn, the project no longer exists
Feature safe:	yes
2012-11-20 16:49:12 +00:00
Baptiste Daroussin
a6e94c0778 2012-11-19 net-im/qutim-plugin-icq: It is not needed for new QutIM
2012-11-19 net-im/qutim-plugin-jabber: It is not needed for new QutIM
2012-11-18 www/trac-customroadmap: Functionality of this plugin is available in the Trac core as of 0.11
2012-11-15 net-mgmt/py-snmp2: Dead upstream, use net-mgmt/py-snmp4 instead

Feature safe:	yes
2012-11-19 23:46:08 +00:00
TAKATSU Tomonari
f70a923c5b - Update to 0.2.0.1054
Feature safe:	yes
2012-11-06 21:40:46 +00:00
Ruslan Makhmatkhanov
ebfae9effc - update to 0.15.2
changelog:
http://hg.gajim.org/gajim/file/gajim-0.15.2/ChangeLog

Reported by:	portscout
Feature safe:	yes
2012-11-02 19:29:47 +00:00
Alexey Dokuchaev
23d769db53 - Allow to select desired user interface toolkit (GTK+2 and/or Qt4, default
is to provide both)
- Fix Qt4-based binary by more accurate patching of hardcoded "Linux" word
  (e.g. it prevented proxy dialog from being displayed)
- Also note that some changes were submitted by olivierd@ (forgot to mention
  in previous commit)

PR:		ports/156415 (for r306666)
Feature safe:	yes
2012-10-30 12:50:16 +00:00
Alexey Dokuchaev
b7377280b1 Add Hotot 0.9.9.8, featureful and sexy-looking microblogging client.
Feature safe:	yes
2012-10-30 10:39:29 +00:00
Baptiste Daroussin
010b52c22c 2012-10-20 net-im/grouch: No more public distfiles
2012-10-20 net-im/firetalk: No more public distfiles
2012-10-20 net/linneighborhood: No more public distfiles
2012-10-20 net/libconnect: No more public distfiles
2012-10-20 multimedia/vcdtools: No more public distfiles
2012-10-20 multimedia/mpeg: No more public distfiles
2012-10-20 multimedia/gnustep-mplayer: No more public distfiles

Feature safe:	yes
2012-10-25 22:07:58 +00:00
TAKATSU Tomonari
cf25012956 - mikutter:
* Update to 0.2.0.1051
- mikutter003:
  * Update CONFLICTS, accordingly
  * Convert to new Makefile header
  * Trim WWW: line in pkg-descr

Feature safe:	yes
2012-10-22 22:00:25 +00:00
Ruslan Makhmatkhanov
cc3414b125 - Mark as deprecated. This plugins are not needed for latest qutim version.
Qutim itself will be updated soon. Set expiration date to 2012-11-19.

PR:		172879
Submitted by:	Ilya Bakulin <webmaster at kibab dot com> (maintainer)
Feature safe:	yes
2012-10-19 14:13:06 +00:00
Pietro Cerutti
c690b7d89f - Mark as DEPRECATED (expiration in 1 month), project is long dead
- Mark myself as MAINTAINER in the meanwhile

Approved by:	maintainer (implicit, email address is 550)
Feature safe:	yes
2012-10-19 12:59:45 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
TAKATSU Tomonari
73fb96782e - Unbreak and mark IGNORE when RUBY_DEFAULT_VER is not 1.9
- Revive Created by line which was Whom line in Makefile header

Feature safe:	yes
2012-10-11 22:36:17 +00:00
Renato Botelho
c350a20343 Cleanup headers of ports created by me
Feature safe:	yes
2012-10-11 13:16:54 +00:00
Max Brazhnikov
07629c4ff2 Update to 0.15
make D-Bus support optional [1]
Respect CC, CFLAGS via QMAKEFLAGS

PR:		ports/172406 [1]
Submitted by:	amdmi3
2012-10-09 23:02:10 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
Baptiste Daroussin
a6ed85b077 use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
2012-10-06 10:14:25 +00:00
Jimmy Olgeni
5ebcf67ff4 Upgrade to version 2.0.04.
PR:		ports/172354
Submitted by:	olgeni
Approved by:	maintainer
2012-10-05 16:51:40 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Thomas Abthorpe
267a058ec2 - Reassign to the heap at maintainer's request 2012-09-22 17:17:15 +00:00
Baptiste Daroussin
a3bd44a914 Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator) 2012-09-21 10:07:33 +00:00
Max Brazhnikov
0cc9b88121 Convert remaining ports to USE_QT4 2012-09-20 00:00:30 +00:00
Dirk Meyer
c1ee1c5664 Adds support for the Jabber (XMPP) protocol to Licq. Still in early
development, but capable of sending and receiving messages.

LICENSE: GPL2 or later with execption to link with OpenSSL

WWW: http://www.licq.org/
2012-09-16 18:49:04 +00:00
Bryan Drewery
06acb62171 - Convert to new options framework
- Remove GPL LICENSE_FILE
- Remove ABI versions from LIB_DEPENDS
- Mark MAKE_JOBS_UNSAFE
- Remove use of bsd.port.pre.mk
2012-09-14 19:26:37 +00:00
Bryan Drewery
62f1061658 - Convert to new options framework
- Remove use of bsd.port.pre.mk
2012-09-14 19:14:11 +00:00
Bryan Drewery
078afca148 - Convert to new options framework
- Remove GPL LICENSE_FILE
- Remove use of bsd.port.pre.mk
2012-09-14 19:08:55 +00:00
Bryan Drewery
9724de44b1 - Default to DAEMON mode 2012-09-14 19:06:34 +00:00
Bryan Drewery
2838551581 - Convert to new options framework
- Remove LICENSE_FILE for GPL
- Remove ABI versions for LIB_DEPENDS
2012-09-14 18:54:33 +00:00
Alexey Dokuchaev
bce5abcdb8 Augment CATEGORIES (due to lots of Russian community chat services support). 2012-09-09 12:36:03 +00:00
Doug Barton
433f1ce663 Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
2012-09-08 06:58:01 +00:00
Doug Barton
1d14d4208e Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default
2012-09-08 06:35:18 +00:00
Thomas Abthorpe
75f2ea81b1 - Update to 1.5
PR:		ports/171351
Submitted by:	jimmy mammothcheese.ca (maintainer)
2012-09-07 18:39:58 +00:00
TAKATSU Tomonari
2ae7b83911 - Fix comparison logic to determin RUBY_VER
Pointed out by:	bdrewery
2012-09-05 20:56:36 +00:00
TAKATSU Tomonari
75322cccca - Remove deprecated header information from Makefile
- Replace tab with space after WWW: in pkg-descr
2012-09-05 13:38:20 +00:00
TAKATSU Tomonari
d67cfe3d13 - Update to 0.1.1.863
- Mark as BROKEN if RUBY_DEFAULT_VER is 1.8
- Fix pkg-plist
2012-09-05 13:36:46 +00:00
TAKATSU Tomonari
fca76fbcf9 - Fix pkg-plist
- Bump PORTREVISION, accordingly
- Remove deprecated header information from Makefile
- Replace tab with space after WWW: in pkg-descr
2012-09-05 13:32:02 +00:00
Ashish SHUKLA
4b9fb5608c Chase Emacs updates 2012-09-04 17:05:43 +00:00
Eygene Ryabinkin
856c67486e net-im/jabberd: fix CVE-2012-3525
PR:		ports/170894
Approved by:	maintainer timeout (2 weeks)
Security:	http://www.vuxml.org/freebsd/4d1d2f6d-ec94-11e1-8bd8-0022156e8794.html
QA page:	http://codelabs.ru/fbsd/ports/qa/net-im/jabberd/2.2.16_2
2012-09-04 11:54:30 +00:00
Ruslan Makhmatkhanov
ba727a53e7 - update to 0.15.1
- convert to optionsNG
- remove Makefile header
- fix portlint warning (invoking DOS2UNIX where appropriate)
- tab -> space in pkg-descr:WWW

Changelog:
http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog
2012-09-02 05:29:18 +00:00
Max Brazhnikov
7ce397239f Replace deprecated kdebase component by libkonq
Remove needless build dependence on qca plugin
Remove needless USE_LDCONFIG

PR:		ports/171216
Approved by:	Mina R Waheeb (maintainer)
2012-08-31 23:05:10 +00:00
Alexey Dokuchaev
9f2494c60a - Utilize USE_QT4 instead of oldskool USE_QT_VER/QT_COMPONENTS
- Sort pkg-plist [1]

Also noticed by:	makc [1]
Pointy hat to:		yours truly
2012-08-31 01:32:00 +00:00
Alexey Dokuchaev
c0f9fc3a8b Add net-im/qxmpp-leechcraft, an XMPP client library based on C++ and Qt.
PR:	ports/170416
2012-08-30 02:15:58 +00:00
Jimmy Olgeni
b1dbfaf694 Upgrade to version 2.0.03 and switch to OptionsNG.
PR:		ports/170750
Submitted by:	olgeni
Approved by:	maintainer
2012-08-23 12:56:26 +00:00
Erwin Lansing
e27515262a Mark BROKEN: does not build
Submitted by:	pointyhat
2012-08-20 07:11:28 +00:00
Martin Matuska
05ddd1e7af Give up maintainership on jabber service ports 2012-08-16 08:47:58 +00:00
Thomas Abthorpe
d3fbddc569 - Reassign ports to the heap due to a mail bounce
With hat:	portmgr
2012-08-14 18:19:34 +00:00
Ruslan Makhmatkhanov
9cc105ad6b - update to version 0.15
while here:
- strict python version to 2.x only
- move pkg-plist contents to PLIST_FILES
- tab -> space in pkg-descr:WWW
- use PYTHON_PKGNAMEPREFIX in dependency

PR:		170475
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
2012-08-13 19:48:28 +00:00
Alexey Dokuchaev
f05ef3a27e - Remove leading indefinite article from COMMENT line
- Drop maintainership; touch some comments while here
2012-08-08 16:48:13 +00:00
Steve Wills
52324ae443 - Update to 0.9.4
PR:		ports/170451
Approved by:	meta <meta+ports@vmeta.jp> (maintainer)
2012-08-08 02:08:36 +00:00
Pietro Cerutti
d1bce50655 - Mark as IGNORE. No development version is available right now. 2012-08-06 07:14:28 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Guido Falsi
af23989d65 - Update to 1.2.0
- Mark MAKE_JOBS_SAFE

PR:		ports/170331
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-03 20:34:19 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Michael Scheidell
a8700ae4f8 - Update to 2.0.6.2
- Remove files/patch-soap (fixed upstream)

PR:		ports/169623
Submitted by:	Axel Gonzalez <loox@e-shell.net>
Approved by:	Mina R Waheeb <syncer@gmail.com> (maintainer)
2012-07-30 18:54:25 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Doug Barton
308388d3cf For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.

For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
2012-07-26 07:19:30 +00:00
Doug Barton
bd510d4f15 Revert the unauthorized conversion of pkg-config from a proper build dep
to the new macro (r301539). Convert pkg-config to pkgconf.

Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files
2012-07-26 07:13:52 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00