Commit Graph

3152 Commits

Author SHA1 Message Date
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pietro Cerutti
24eec8eea8 - Chase x11-toolkits/fox16 shlib version bump 2013-04-23 16:45:40 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Baptiste Daroussin
26b2bed6dd Convert irc to USES=pkgconfig 2013-04-23 10:51:39 +00:00
Koop Mast
32c430660f Trim header, convert OptionsNG.
Switch to tcl 8.4 since 8.3 is going away soon [1]

Submitted by:	gahr@
Feature safe:	yes
2013-04-17 11:32:01 +00:00
Baptiste Daroussin
6e75d9eff4 Fix conversion to new option framework
Reported by:	bdrewery
Approved by:	portmgr (implicit)
With hat:	portmgr
2013-04-04 13:43:15 +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
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
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Baptiste Daroussin
08a50c018b Convert left unconverted ports in irc to new options framework 2013-03-26 12:36:21 +00:00
Martin Wilke
5c7bf71301 - Unbreak build
Reported by:	pointyhat
2013-03-26 09:25:33 +00:00
Max Brazhnikov
94df2cde4e Add NLS to OPTIONS_DEFINE 2013-03-25 14:01:36 +00:00
Josh Paetzel
e1e0562ab7 Update to 1.1.5 2013-03-24 21:09:10 +00:00
Bryan Drewery
c32bd6cd08 - Add explicit pkgconf dependency
- Trim headers

PR:		ports/177306
Reported by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-03-24 15:51:03 +00:00
Wen Heping
e6efffdbdc - Update to 0.97
Changes: http://cpansearch.perl.org/src/ELMEX/AnyEvent-IRC-0.97/Changes
- Trim Makefile headers
- Reset maintainer to perl@
2013-03-23 00:39:00 +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
Ruslan Makhmatkhanov
1f4ca6a59e - add missin build dependency on pytest-runner
- bump PORTREVISION

PR:		177239
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-03-22 19:36:52 +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
Martin Wilke
b3f78d7668 - Convert to PEAR_AUTOINSTALL
- Trim header
2013-03-15 02:42:22 +00:00
Beech Rintoul
ec85a08cbf - Fix implicit dependency on iconv and openssl
- OPTIONfy
- Enable '/WINDOW CREATE'
- Install wserv as wservz, to avoid conflict with ports/irc/ircII
- Support tmux terminal multiplexer
- Bump PORTREVISION

PR:		ports/176786
Submitted by:	Norikatsu Shigemura <nork@FreeBSD.org>
Approved by:	Maarten de Vries <mdv@unsavoury.net> (maintainer)
2013-03-11 21:34:13 +00:00
Emanuel Haupt
1101f09c09 Remove indefinite article from COMMENT 2013-03-08 14:00:30 +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
Beech Rintoul
ffd5d3314c - Update to 20.2,1
PR:		ports/176726
Submitted by:	Kjetil Rustad <kjetil@cckengine.com>
2013-03-08 02:55:27 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Bryan Drewery
ca9c40f7f2 - Prep for removal of BUILD_DEPENDS=eggdrop
by creating expected eggdrop dirs
- Respect LOCALBASE for where eggdrop is installed
2013-03-06 13:08:13 +00:00
Dirk Meyer
cac85de11d - update to 3.29 2013-03-03 21:22:25 +00:00
Jase Thew
c8078d4d2b - Update to 20130301
- Support for guile scripting module has been disabled. WeeChat now requires
  guile >= 2.0 and there is currently no guile 2.x port available in the Ports
  Collection
2013-03-01 15:51:57 +00:00
Beech Rintoul
1ce2153cf0 -Fix build with clang
- Shorten Makefile header

PR:		ports/175746
Submitted by:	Bryan Drewery <bdrewery@FreeBSD.org>
2013-02-25 21:21:37 +00:00
Steve Wills
a71aea62c6 POE::Component::IRC::Plugin::Karma - plugin to store karma
WWW:	https://metacpan.org/module/POE::Component::IRC::Plugin::Karma
WWW:    https://github.com/apocalypse/perl-pocoirc-karma

PR:		ports/176228
Submitted by:	milki <milki@rescomp.berkeley.edu>
2013-02-20 02:24:12 +00:00
Martin Wilke
5eaab40eb9 - Correct the distinfo after we switched to github
Pointy hat to:	miwi
2013-02-19 14:51:09 +00:00
Frederic Culot
f548a5333b - Update to 8.0.1
PR:             ports/176248
Submitted by:   William Grzybowski <william88@gmail.com> (maintainer)
2013-02-19 09:09:39 +00:00
Martin Wilke
f43b991a6f - Correct the Created by line with the Real name 2013-02-18 00:54:18 +00:00
Martin Wilke
20bbf05763 - Switch to USE_GITHUB
- While here trim header
2013-02-18 00:25:14 +00:00
Steve Wills
0f0bfde482 - Update to 2.0.10
PR:		ports/175808
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-17 20:46:37 +00:00
Pawel Pekala
cf557bc73f - Add missing deps
- Remove leading article from COMMENT
- Trim Makefile header
2013-02-09 13:26:26 +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
Diane Bruce
2ef6d52ceb - Update to ircd-hybrid 8.0.4
PR:		ports/175085
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2013-02-05 02:41:24 +00:00
Henrik Brix Andersen
c4405ee362 - Update to v3.2
- Convert to OptionsNG
- Remove unneeded dependencies on specific ABI versions
2013-02-04 22:01:15 +00:00
Pietro Cerutti
1f5202d990 - Remove irc/zircon and math/lensnns, both expired and abandoned 2013-02-04 15:24:20 +00:00
Martin Wilke
d5b10017d1 - Update to 6.81
- Convert to OPTIONSng

PR:		173867
Submitted by:	Jase Thew <jase@FreeBSD.org>
2013-02-04 02:45:33 +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
Dirk Meyer
d579cd2aaa - cleanup header 2013-01-26 16:34:39 +00:00
Sofian Brabez
4787fc870e - Update to 1.7
- Convert to new option framework
- Update MASTER_SITES
- Take maintainership

PR:		ports/175489
Submitted by:	sbz (myself)
Approved by:	jlaffaye (maintainer)
2013-01-21 20:08:05 +00:00
Marcelo Araujo
c13972664d - Update to 1.0.5.
- Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.

PR:		ports/174190
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:41:37 +00:00
Jase Thew
6b080b0dc3 - Update to 20130120 (0.4.1-dev) 2013-01-20 20:14:38 +00:00
Jase Thew
0babc7fb56 - Update to 0.4.0
Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.0.html
2013-01-20 16:57:37 +00:00
Chris Rees
d064f6e895 Interactivity is now an OPTION, thus making a package available
While here, sanitise patchfile names
2013-01-18 14:38:36 +00:00
Chris Rees
c5ca0c5f78 Stop being INTERACTIVE
Be more flexible about TCL versions
2013-01-18 13:08:52 +00:00
Chris Rees
3fc260094b Stop being INTERACTIVE
No longer clobbers configuration files on install/deinstall (no version bump
because current users would have to upgrade for no good reason)
2013-01-18 12:37:43 +00:00