Commit graph

7586 commits

Author SHA1 Message Date
Martin Wilke
fd3ce1e819 - Update to 08.08.06
PR:		176564
Submitted by:	Ports Fury
2013-03-14 11:52:19 +00:00
Martin Wilke
a1f57bd71c - Set USE_GCC=any to fix the clang build
PR:		176485
Submitted by:	Mike Carlson <mike@bayphoto.com>
Approved by:	naintainer timeout
2013-03-14 11:35:58 +00:00
Jason Helfman
4c2a1e1ced - adopt optionsNG and trim historical headers
PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
2013-03-14 06:32:04 +00:00
Jason Helfman
f5635ca2da - trim historical header
- adoption of optionsNG
- standardize of shape description for options
- drop default WRKSRC assignment
- add pkgconfig (build) requirement
- trim abi versions for lib_depends (portlint)
- drop pkg-plist in favor of plist_files and PORTDOCS
- shift pkgmessage display into do-install target

PR:		176486
Submitted by:	jgh@
Approved by:	acm@, maintainer timeout (14 days)
2013-03-13 04:29:50 +00:00
Eitan Adler
f88dcaa7b0 Update mastersite location
PR:		ports/176779
Reported by:	John Marino <draco@marino.st>
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
2013-03-11 21:19:35 +00:00
Niclas Zeising
8ed49557f8 Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.

Reviewed by:	kwm, bapt
Obtained from:	xorg development repo (partly)
2013-03-11 19:14:28 +00:00
Koop Mast
4fd3c25f1b Update to 0.1.10
Convert to OtionsNG, switch to pathfix from gnomehack.

PR:		ports/172157
Sumbitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Obtained from:	gnome team repo
2013-03-11 12:17:15 +00:00
Alexey Dokuchaev
d56c334b31 Convert the patch into PATCHFILES: ports tree is not the best place for
storing code.

Discussed with:	eadler
2013-03-11 07:39:15 +00:00
Kris Moore
ad638b4b9a - Update to 0.5.12
- Fix clang build
- Convert to Options NG

PR: 176650
Submitted by: William Grzybowski <william88@gmail.com>
2013-03-10 15:08:04 +00:00
Beech Rintoul
8c89104deb - Makefile changed:
Port is now safe with NOPORTDOCS=yes in /etc/make.conf
  LICENSE= MIT
  PORTDOCS= CHANGELOG CREDITS NOTES README
  OPTIONS_DEFINE= DOCS
  DESKTOP_ENTRIES=
  .include <bsd.port.options.mk>
  .if ${PORT_OPTIONS:MDOCS}
- Changed and refined:
  post-install:
  pkg-plist
- Pass maintainership to submitter

PR:		ports/176797
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-10 05:47:05 +00:00
Dmitry Marakasov
b23bfe5795 - Update to 0.84.0 2013-03-10 01:59:08 +00:00
Olivier Duchateau
99db17a9dd - Drop support for GLib 2.28
Approved by:	rene, miwi (mentors, implicit)
2013-03-09 11:12:54 +00:00
MANTANI Nobutaka
d39e11f289 Update to 3.1.8.
Trim Makefile header.
2013-03-09 00:52:53 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Emanuel Haupt
1101f09c09 Remove indefinite article from COMMENT 2013-03-08 14:00:30 +00:00
Alexey Dokuchaev
95b2f6b860 Update to the latest code on github.
Obtained from:	https://github.com/danfe/bmpanel2
2013-03-08 11:46:26 +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
Alexey Dokuchaev
2a11fcacfd Some minor cosmetic changes to the unofficial patch. 2013-03-08 10:09:45 +00:00
Alexey Dokuchaev
9b6590a0e8 - Implement nice little temperature widget (read via sysctl(3) API)
- Trim Makefile header and slightly touch COMMENT while I am here
2013-03-08 09:10:13 +00:00
Nicola Vitale
9bdd35ef99 - Remove -Werror switch, that breaks compiling on FreeBSD-10
Pointed out by:	Ferenc Gal <gferenc88@gmail.com> (via private email)
2013-03-07 20:24:25 +00:00
Nicola Vitale
3be79f6bf1 - Re-enable color output during the building phase
Suggested by:	makc
2013-03-07 14:10:26 +00:00
Nicola Vitale
f0766b14e2 - Disable check whether GTK3 is supported
- Disable color output of cmake
- Remove DOCS and NLS from OPTIONS_DEFAULT
2013-03-06 17:46:27 +00:00
Rene Ladan
ba2885d840 Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
2013-03-06 15:05:43 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +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
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
Niclas Zeising
cddb59612d Update to 5.21 2013-02-28 22:08:41 +00:00
Emanuel Haupt
c329a6a8b7 Update to 291 2013-02-27 13:34:09 +00:00
Alexey Dokuchaev
b1c0b5f73f Update the commentary. 2013-02-16 15:12:56 +00:00
Alexey Dokuchaev
e156014580 - Update mainstream driver version to 310.32, the latest to date
- Unbreak the build on recent -CURRENT (after SVN r246085) [*]
- Move 304.xx driver version to yet another legacy port

PR:		ports/176146 [*]
Submitted by:	bf
2013-02-16 14:09:17 +00:00
Boris Samorodov
ba091f45c3 Tools based on libXcm, a library for colour management on X:
.  xcmddc requests EDID from a monitor over the i2c bus;
.  xcmedid is for parsing EDID data blocks;
.  xcmevents observes X11 colour management events.
2013-02-16 11:56:47 +00:00
Max Brazhnikov
265d1f23ca Remove -std=iso9899:1990 from CFLAGS, base gcc's not happy with it
Reported by:	ale
Reviewed by:	rakuco
2013-02-15 16:19:50 +00:00
Boris Samorodov
3a5930bc05 The libXcm library is colour management helper for Xorg. It contains
a reference implementation of the X Color Management specification.
It allows to attach colour regions to X windows to communicate with
colour servers.
2013-02-15 10:53:01 +00:00
Emanuel Haupt
a5f49b820e Update to 290 2013-02-14 21:36:20 +00:00
Niclas Zeising
1c31750d47 Update to 1.0.8 2013-02-14 13:58:34 +00:00
Niclas Zeising
eabb0702e9 Update to 1.0.5 2013-02-14 13:51:50 +00:00
Niclas Zeising
282930bd27 Update to 1.1.2 2013-02-14 13:27:30 +00:00
Niclas Zeising
4fc89ddd05 Update to 1.0.3 2013-02-14 13:19:51 +00:00
Niclas Zeising
734b3168ff Update to 1.0.3 2013-02-14 13:11:01 +00:00
Niclas Zeising
95e1db0a7c Update to 1.0.4 2013-02-14 12:32:57 +00:00
Niclas Zeising
da701acdfa Update to 1.0.5
Obtained from:	xorg development repo
2013-02-13 22:02:28 +00:00
Niclas Zeising
89cc71ff2d Update to 1.0.4
Obtained from:	xorg development repo
2013-02-13 21:55:40 +00:00
Niclas Zeising
a50418e4c0 Update to 1.1.1
Obtained from:	xorg development repo
2013-02-13 21:51:49 +00:00
Niclas Zeising
0c6b63d83b Update to 1.2.1
Obtained from:	xorg development repo
2013-02-13 21:39:59 +00:00
Niclas Zeising
47fe221a91 Update to 1.0.3
Approved by:	xorg development repo
2013-02-13 21:34:39 +00:00
Niclas Zeising
b4042e53a0 Update to 1.1.2
Obtained from:	xorg development repo
2013-02-13 21:29:32 +00:00
Niclas Zeising
c4a7b00342 Update to 1.0.4
Obtained from:	xorg development repo
2013-02-13 21:23:25 +00:00
Niclas Zeising
bdd0f0edfb Update to 1.0.3
Obtained from:	xorg development repo
2013-02-13 21:19:38 +00:00