Commit graph

7556 commits

Author SHA1 Message Date
Steve Wills
dc44b9926f - Update to 0.6.4 2012-10-08 02:36:06 +00:00
Jimmy Olgeni
ed3b1c9318 Convert to OptionsNG and pet portlint. 2012-10-07 14:15:58 +00:00
Eitan Adler
24adbadbde Convert to OptionsNG 2012-10-06 22:54:38 +00:00
Eitan Adler
dda11fb8cf Convert to OptionsNG 2012-10-06 22:54:03 +00:00
Eitan Adler
cef354bfdc Convert to OptionsNG 2012-10-06 22:53:42 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +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
Koop Mast
8930982ce0 Don't try to remove a directory we don't use. 2012-10-06 09:50:41 +00:00
Baptiste Daroussin
721f9eef6d Convert to new options framework 2012-10-05 23:30:57 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Jason Helfman
390e861c3f - drop broken MASTER_SITE
- while here adopt optionsNG

PR:		170297
Submitted by:	jgh@ (myself)
Approved by:	maintainer timeout ( 65 days )
2012-10-04 16:35:25 +00:00
Baptiste Daroussin
e6ee2c6ce4 Fix mistake while converting
Reported by:	jase
2012-10-04 08:22:15 +00:00
Baptiste Daroussin
35741e61e9 Convert to new options framework 2012-10-04 06:30:40 +00:00
Baptiste Daroussin
4b1ed72b6a Convert to new options framework 2012-10-04 06:28:21 +00:00
Renato Botelho
1d787fb70c Yad (yet another dialog) is a fork of Zenity with
many improvements, such as custom buttons, additional
dialogs, pop-up menu in notification icon and more.

PR:		ports/172257
2012-10-03 22:23:20 +00:00
Thomas Abthorpe
f09c4871a8 - Reassign to the heap at maintainer's request 2012-10-03 13:56:16 +00:00
Emanuel Haupt
5d121d378a Update to 282 2012-10-02 20:27:32 +00:00
Andrej Zverev
43b2f3f94d - Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.

Spotted by:	zont@
Approved by:	portmgr (bapt@)
2012-10-02 16:40:40 +00:00
Thomas Abthorpe
c9b0429ce8 - Reassign to the heap due to mail bounces 2012-09-30 03:40:44 +00:00
Alexey Dokuchaev
39c1c6f78c - Update long lived branch driver to version 304.51
- Mention DOCS option in OPTIONS_DEFINE
2012-09-29 04:18:01 +00:00
Alexey Dokuchaev
db4fea1b3d - Completely remove nasty bashisms and stop requiring bash(1) for the build
- Clean up Makefile and augment description text again a bit while I'm here
2012-09-28 18:31:46 +00:00
Alexey Dokuchaev
b8a19bfabb Cleanup and reformat port description. 2012-09-28 14:20:19 +00:00
Pawel Pekala
d94d56b683 - Fix build with OpenSSL >= 1.0
- Trim Makefile header
2012-09-27 18:47:36 +00:00
Alexey Dokuchaev
278e8e6785 Trim Makefile header for NVidia drivers, and move advisory comment about
legacy drivers to the top, where is suits better.
2012-09-27 16:50:19 +00:00
Niclas Zeising
47ad784422 Fix build when clang is installed as cc (more specifically when clang-cpp is
installed as cpp).
This is done in a similar way as in other x11 ports with the same issue, see
r301687 for details.

PR:		ports/172100
Submitted by:	Oliver Pinter <oliver.pntr@gmail.com> (pr)
		Jan Beich <jbeich@tormail.org> (patch, based on)
Approved by:	miwi (mentor)
Obtained from:	xorg staging area
2012-09-27 09:45:38 +00:00
Alexey Dokuchaev
195d110c64 Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th.  That moment, it kept PORTREVISION
1 from the master port.  When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0.  While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.

Reported by:	erwin
2012-09-25 15:23:14 +00:00
Thomas Abthorpe
cc17f33212 - Reassign to the heap at maintainer's request 2012-09-23 22:20:55 +00:00
Alexey Dokuchaev
4f1027b6be - Update 96.43.xx legacy driver to version 96.43.23, which brings support
for X.Org xserver versions 1.11 and 1.12
- Fix one occurrence of LINUX option check (was broken in r304591) [1]

Noticed by:	bland [1]
2012-09-23 14:04:51 +00:00
Alexey Dokuchaev
e1f9709bbe - Drop useless quotes when assigning PREFIX (values with spaces are handled
correctly nonetheless)
- Fix SVN properties to have FreeBSD keyword expanded
2012-09-23 12:37:34 +00:00
Alexey Dokuchaev
4e01b9dd5e - After conversion to new OPTIONS framework, adjust pkg-message accordingly
- Check for DOCS in PORT_OPTIONS instead of NOPORTDOCS while here
2012-09-23 11:48:06 +00:00
Alexey Dokuchaev
17201c47f8 Update mainstream driver to version 304.43. 2012-09-22 17:01:58 +00:00
Thomas Abthorpe
89b467278c - Reassign to the heap at the maintainer's request 2012-09-22 05:32:27 +00:00
Eitan Adler
f907f8d217 Deprecate m-g-t as it depends on deprecated gnome1 features.
Requested by:	kwm, bapt
2012-09-22 03:47:40 +00:00
Max Brazhnikov
3ea59fb409 Add new port x11/lxrandr:
LXDE screen manager.

PR:		ports/171652
Submitted by:	Eric Turgeon <ericturgeon.bsd at gmail.com>
2012-09-21 22:24:49 +00:00
Eitan Adler
34df9e45d9 Convert to OptionsNG
Approved by:	danfe (maintainer)
2012-09-20 19:13:15 +00:00
Raphael Kubo da Costa
c8c82cf5bf Backport an upstream commit I made which fixes some Solid-related crashes.
The crashes themselves only occur under some special circumstances,
but since it may take some time to get an exp-run for a more recent
KDE version and the newest KTorrent release does cause this crash, it
makes sense to add this patch for now.
2012-09-18 18:57:00 +00:00
Alexey Dokuchaev
e6d16fe34c - Revert patch for CVE-2012-0946 to its original form and apply both CVE
patches when needed, for clarity's sake
- Touch some comments in Makefile while here (purely cosmetic)
2012-09-16 09:24:14 +00:00
Christian Weisgerber
0062a3fa62 Remove pointless header lines from ports I created once upon a time. 2012-09-15 20:00:32 +00:00
Alexey Dokuchaev
4b376e2c92 - Update legacy 173.14.xx series driver to version 173.14.35 and provide a
patch for CVE-2012-4225 for this version
- Augment security patch for CVE-2012-0946 to cover CVE-2012-4225 as well
  for the benefit of really old legacy drivers
2012-09-12 07:14:34 +00:00
Alexey Dokuchaev
0edc8aa613 Unbreak installation of legacy drivers. 2012-09-12 05:04:20 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Emanuel Haupt
4effe509b3 - Use OPTIONSng
- As an ongoing effort to sanitize build options, build 256 color support by
  default and remove it as an option; this change comes with no price, no
  additional dependencies
- Bump PORTREVISION due to the above mentioned default options change
- Remove deprecated header information
2012-09-08 09:41:16 +00:00
MANTANI Nobutaka
386cebbfa2 Add SIXEL option.
PR:		ports/171308
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
2012-09-06 14:42:44 +00:00
Kris Moore
7f16bac99e Fix building if lang/vala is installed
Reported by: Many
2012-09-06 14:11:07 +00:00
Kris Moore
b525e1ffc4 - Update to 1.0 2012-09-05 19:19:44 +00:00
Kris Moore
80ede87b5f - Update to 0.5.10 2012-09-05 18:06:15 +00:00
Kris Moore
4bb7e5edef - Update to 0.3.3 2012-09-05 17:38:51 +00:00
Eitan Adler
1295375a23 Fix xclip-copyfile's use of mktemp
without arguments

PR:		ports/171023
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
2012-09-01 18:37:38 +00:00
Steve Wills
2dd792788e - Update ruby-gnome ports to 1.1.5 2012-09-01 15:41:31 +00:00
Koop Mast
04a589dee4 Solve libGL.so and libglx.so conflict situation between libGL, xorg-server and
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.

While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.

Motivator:	pkgng
Inspiration:	irc, freebsd-x11@ mailinglist discussion (sorry can't find it
		anymore to give credit the people)
Reviewed by:	danfe@ (for nvidia parts), bapt@
Approved by:	danfe@ (for nvidia parts)
With hat:	x11@
2012-08-31 15:44:41 +00:00
Thierry Thomas
5bb88589f1 1) Fix build on recent current and 9-STABLE.
2) Add an option to depend (or not) on freedesktop startup notification.

PR:		ports/170645 (1) and ports/170667 (2)
Submitted by:	Mykola Dzham <i (at) levsha.me> (1)
		and Konstantinos Koukopoulos <koukopoulos (at) gmail.com> (2)
2012-08-26 12:03:29 +00:00
MANTANI Nobutaka
0e98a69591 Update to 3.1.3. 2012-08-25 10:53:46 +00:00
Alexander Nedotsukov
18a8dd8aec Allow display configuration with legacy nvidia-driver versions.
PR:	155011
2012-08-21 14:49:33 +00:00
Jason Helfman
68b35c1c8f - fix typo on TIME_BOMB, CUSTOMIZATION, DISABLE_ALLOW_ROOT ports options introduced by r301477
PR:     170805
Submitted by:   Artis.Caune@gmail.com
Approved by:    maintainer, marius@nuenneri.ch (implicit)
2012-08-21 05:53:51 +00:00
Alexander Nedotsukov
df8e6daa12 Update to 295.71 2012-08-18 11:34:08 +00:00
Alexander Nedotsukov
fa3a44529f Update to 295.71 2012-08-18 11:22:31 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Michael Reifenberger
b73ee407e6 Add patch to compile with base openssl version 1 as of OSVERSION 1000015.
PR:		ports/163583
2012-08-15 19:19:32 +00:00
Guido Falsi
73929bac65 - Update to 0.2.1
- Remove LICENSE_FILE for those in port.licenses.db.mk

PR:		ports/170551
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	Matthew Donovan <kitche@kitchetech.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-14 10:37:38 +00:00
Doug Barton
a4dae68df2 Fix the post-patch target 2012-08-10 08:59:03 +00:00
Olivier Duchateau
792a309197 - Use USE_PKGCONFIG macro
- Add patch when NLS is unset

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 19:22:26 +00:00
Olivier Duchateau
469c6b398e - Use USE_PKGCONFIG macro
- Add patch when NLS is unset
- Remove USE_AUTOTOOLS (libtool) macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 19:13:56 +00:00
Olivier Duchateau
9ea5195eb9 - Use USE_PKGCONFIG
- Add patch when NLS is disabled
- Remove USE_AUTOTOOLS (libtool) macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 19:06:56 +00:00
Olivier Duchateau
d38025ad82 - Use USE_PKGCONFIG
- Add patch when NLS is disabled
- Remove USE_AUTOTOOLS (libtool) macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 19:00:29 +00:00
Alexey Dokuchaev
832498e356 - Adjust COMMENT and port descriptions where appropriate
- Relinquish to the pool due severe to lack of time :-(
2012-08-08 16:59:36 +00:00
Alexey Dokuchaev
696f22416b Update nVidia driver to the latest long lived branch version, 295.71
Security:	http://nvidia.custhelp.com/app/answers/detail/a_id/3140
2012-08-08 12:13:18 +00:00
Doug Barton
bda35d0437 At the request of maintainer in private e-mail, remove the now-spurious
dependency on glut (confirmed).

While I'm here, move the rc.d script slim.sh.in -> slim.in
2012-08-05 00:31:46 +00:00
Doug Barton
3c8335a55d Add USE_PKGCONFIG= build since configure fails without it 2012-08-05 00:03:33 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Renato Botelho
1fee5c0c7c Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by:	sunpoet@
2012-08-03 18:39:20 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Boris Samorodov
8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00
Doug Barton
c0f3d76dc1 /usr/local/share/applications should be PLIST_DIRSTRY 2012-07-30 17:24:18 +00:00
Niclas Zeising
7761aefad2 Fix the build of xorg related ports when the base system is compiled with
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely.  Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting.  However, it does not affect the function of
the scripts or the instructions in the manual pages.

PR:             ports/166373
Submitted by:   Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by:       me (with ideas from PR and mailing list)
Tested by:      Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by:    kwm (mentor)
Obtained from:  xorg staging area
2012-07-29 18:26:00 +00:00
Doug Barton
e8dad37a3d Upgrade to 5.19 which contains some minor improvements
Add .desktop files for starting and stopping the daemon, and locking
and blanking the screen.

Add an explicit build dep for pkgconf, and add a sed pattern for configure
since pkgconf does not support the --list-all option
2012-07-29 08:01:59 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Emanuel Haupt
3c494d2b31 Fix a conditional LIB_DEPENDS statement, use LIB_DEPENDS+= instead of
LIB_DEPENDS=

Notified by:	Curtis Villamizar <curtis@occnc.com> (via mail)
2012-07-28 11:46:54 +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
Baptiste Daroussin
92acabe5c4 Add some explicit USE_PKGCONFIG=build 2012-07-27 16:20:41 +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
Steve Wills
8c45447e63 - Update to 0.4.0 2012-07-25 16:01:38 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Jason Helfman
6befc3964d - update to 5.40 [1]
- while here without-{gl,sx} are no longer valid options, update to optionsNG and pet portlint [2]
PR:	ports/169766
Submitted by:	umeno@rr.iij4u.or.jp [1], jgh@ [2]
Approved by:	maintainer timeout, marius@nuenneri.ch ( 15 days )
2012-07-24 16:00:30 +00:00
Jason Helfman
0b55e60fb8 - adopt optionsNG
PR:	ports/169788
Submitted by:	jgh@ (myself)
Approved by:	maintainer timeout, tom@hur.st ( 14 days )
2012-07-24 07:01:12 +00:00
Steve Wills
de3db22113 - Update ruby-gnome2 ports to 1.1.4 2012-07-24 03:08:23 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Emanuel Haupt
dadd4add51 Update to 281 2012-07-22 15:03:46 +00:00
Doug Barton
63f9bbc725 Add the following:
BUILD_DEPENDS=	p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
USE_PERL5_BUILD=	yes

Without the latter, and without Perl installed, I get this in configure:

checking for perl... no
configure: error: perl not found

Without the former I get this, still in configure:

checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
2012-07-20 05:52:20 +00:00
Doug Barton
ddbce5aec1 tintwizard.py requires pygtk2
PR:		ports/169989
Submitted by:	Yanhui Shen <shen.elf@gmail.com>
2012-07-19 10:40:23 +00:00
Doug Barton
75662e38ba 1.3.4 - 2012.06.26
* Replaced stderr writes function.
  * Fix numlock control.
  * Fix build with GLUT.
  * Fix PAM authentication.

Submitted by:	rea
Approved by:	maintainer timeout
2012-07-19 10:12:45 +00:00
Raphael Kubo da Costa
9a18a279b6 Add my upstream patch to make these Qt ports build with libc++.
The original patch was written by Jan Beich in the PR mentioned
below. I haven't been able to fully build x11/qt4-opengl yet due to
other errors which show up later, but at least this one problem is
solved, and the fix will be included in the next Qt 4.8 release.

No PORTREVISION bump, as users of other standard C++ libraries are not
affected, and no dependencies have been changed.

PR:		ports/169871
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-07-18 20:23:09 +00:00
Doug Barton
de71c9537e Do not install the new XML patch file 2012-07-18 08:51:13 +00:00
Nicola Vitale
36417db26f - Update to 2.3.0 [1], [2]
- Remove files/patch-src__config__Run.cc
- Remove http://nivi.interfree.it/* from MASTER_SITES
- Add LICENSE (GPLv3)  [2]
- Convert to the new options framework  [2]
- Add WBARCONFIG option (default on)
- Enable the NLS option  [2]
- Set USE_GNOME to desktopfileutils, intltool
- Fix the installation path of wbar.desktop  [2]
- Fix a typo in pkg-descr

PR:		ports/168167  [1], ports/168778  [2]
Submitted by:	lbartoletti <coder at tuxfamily.org>  [1], Olivier Cochard-Labbe <olivier at cochard.me>  [2]
2012-07-11 21:40:15 +00:00
Chris Rees
db61a267a6 Reset maintainership for ports maintained by Gerrit Beine.
He had requested this some time ago, so any past timeouts should not be held
against him.

Your work in the past has been much appreciated, thank you.

Submitted by:	maintainer, via private email
2012-07-11 18:13:33 +00:00
Dmitry Marakasov
b46ae42794 - Remove outdated OSVERSION conditionals 2012-07-10 23:17:29 +00:00
Doug Barton
271bc8805a Fix installation of PAM conf file
PR:		ports/169724
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2012-07-09 02:28:47 +00:00
Alberto Villa
f40a1aaf36 - Import my upstream commit to fix conflict with x11/kdelibs3. 2012-07-07 12:40:27 +00:00
Alexey Dokuchaev
461eff01b4 Relinquish to the pool. 2012-07-05 09:56:11 +00:00
Doug Barton
5f159be3e5 Upgrade to version 5.17:
* Made `pipes' be ridiculously less efficient, but spin.
  * Added better mouse control to `rubik', `cube21', `crackberg', and `julia'.
  * Cosmetic improvements to `queens' and `endgame'.
  * `sonar' can now ping local subnet on DHCP.
  * Most savers now resize/rotate properly.
  * Various fixes.

For the port:
  * Remove a post-patch that was incorporated upstream
  * Add a patch to sonar.xml to ping freebsd.org instead of linux.org,
    and explain how to enable ping via the ports build option.
2012-07-04 22:35:25 +00:00
Michael Scheidell
bbeaeb902b - Enable PAM in slim (OPTION on by default)
- Install pam config file for "slim".
- Patch app.cpp to allow rebooting without login
- Modify rc.d script to start after hal
- Bump PORTREVISION

PR:		ports/168841
Reported by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Obtained from:	http://www.freebsd.org/cgi/query-pr.cgi?pr=152236
2012-07-04 21:53:36 +00:00
Renato Botelho
a2e0353697 Remove lib version from LIB_DEPENDS to silence portlint 2012-07-02 22:24:21 +00:00
Doug Barton
997e9b3a08 Forcing -O0 for amd64 no longer seems relevant
PR:		ports/169523
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2012-07-02 10:04:41 +00:00
Andrej Zverev
1de384422c - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 16:51:46 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Alexander Nedotsukov
fd6a8547f2 Update to 295.59
PR:	169186
2012-06-28 13:06:18 +00:00
Alexey Dokuchaev
87a52efaf4 - Update the driver to the latest long lived branch version, 295.59
- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers

PR:	ports/169186 (version update)
2012-06-28 03:36:52 +00:00
Max Brazhnikov
b9eaf39433 - Update E17 ports:
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
	benchmarks/expedite
	devel/eio
	graphics/evas-loader-generic
	graphics/evas-loader-ico
	graphics/evas-loader-psd
	graphics/evas-loader-wbmp
	graphics/evas_generic_loaders-gst
	graphics/evas_generic_loaders-pdf
	graphics/evas_generic_loaders-ps
	graphics/evas_generic_loaders-raw
	graphics/evas_generic_loaders-xcf
	x11-wm/e17-module-comp-scale
	x11-wm/e17-module-e-tiling
	x11-wm/e17-module-elfe
	x11-wm/e17-module-everything-aspell
	x11-wm/e17-module-everything-shotgun
	x11-wm/e17-module-xkbswitch

PR:		ports/167405
Submitted by:	Grzegorz Blach <magik at roorback.net>
2012-06-26 17:36:30 +00:00
Doug Barton
4079c05aed s/spaces/tab/ for the CONFLICTS line added in the last commit
PR:		ports/169400
Submitted by:	"Anton Yuzhaninov" <ayuzhaninov@team.vega.ru>
2012-06-26 08:39:48 +00:00
Eitan Adler
095b435ae4 Upgrade to OptionsNG 2012-06-26 06:31:45 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Doug Barton
5abe85c32c Upgrade to version 5.17:
* Enlarged the texture image for `lament'.
  * XInput devices now also ignore small mouse motions.
  * Various minor fixes.

For the port:
  * Add CONFLICTS with xscreensaver-gnome*
  * s/X11BASE/LOCALBASE/
  * Remove a pattern in pre-patch that was incorporated upstream
  * Add a pre-patch pattern to fix the image for `lament'

(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
2012-06-24 10:26:27 +00:00
Juergen Lock
32bf1b3aac - Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default.
2012-06-23 13:21:04 +00:00
Steve Wills
f4deff301b - Update to 0.3.2 2012-06-22 02:47:06 +00:00
Wesley Shields
6045191ad1 Adjust deprecation message as discussed on ports@. 2012-06-21 16:43:20 +00:00
Koop Mast
9e70e62929 Remove BROKEN now that imlib is fixed. 2012-06-20 11:34:31 +00:00
Dima Panov
a29469bec8 - Handle empty KDE4_ENABLE_EXCEPTIONS environment variable in proper way
to unbroke build
- No PORTREVISION bump, this affects only users with already broken build on upgrade
2012-06-19 13:14:55 +00:00
Rene Ladan
1e96e6e89f Convert to optionsNG 2012-06-17 11:01:00 +00:00
Rene Ladan
a855c53212 - Update to 1.8.1
- Pet portlint
- Respect PORTDOCS and NLS in pkg-plist
2012-06-17 10:59:26 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Pietro Cerutti
e8e37481a3 - Update to 1.1.3
* Handle Ctrl-k (kill line)
2012-06-14 14:13:19 +00:00
Pav Lucistnik
2ae7a05d86 - Mark BROKEN: does not configure
checking whether the C compiler works... no
  configure: error: in `/work/a/ports/x11/powershell/work/powershell-0.8':
  configure: error: C compiler cannot create executables

Reported by:	pointyhat
2012-06-13 21:12:09 +00:00
Pav Lucistnik
917e3afc7b - Mark BROKEN: does not compile
undefined reference to `PrintGifError'

Reported by:	pointyhat
2012-06-13 21:10:09 +00:00
Michael Scheidell
9ddfaf1096 - Unbreak by fixing location of fontdir
- Remove EXPIRATION/DEPRECATED/BROKEN
- No PORTREVISION bump

PR:		ports/168410
Submitted by:	larry bradford <la_bradford@cox.net>
Approved by:	maintainer (timeout)
2012-06-12 13:08:10 +00:00
Guido Falsi
070c1f6a45 - Merge into x11/trayer
Approved by:	crees, tabthorpe (mentors)
2012-06-11 20:01:08 +00:00
Guido Falsi
4e45cd8c6a - Merge with x11/trayer-srg
- Update to 1.1.5
- Also install man page
- Convert NOPORTDOCS check to new options framework
- Update homepage and master site

Approved by:	crees, tabthorpe (mentors)
2012-06-11 19:59:53 +00:00
Emanuel Haupt
cf12c69ab5 Register CONFLICTS
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
2012-06-11 09:52:17 +00:00
Doug Barton
b4c81d51f7 ... and the pointy hats keep piling up ... forgot the || true for rmdir 2012-06-10 22:03:55 +00:00
Doug Barton
9250841fb6 I missed the fact that the Cmake stuff was installing the man page to
${PREFIX}/share/man/ instead of ${PREFIX}/man. Correct that, and add
some code to the Makefile and the pkg-plist to remove the spurious file.

Bump PORTREVISION so that users who've already installed this version
can pick up the file removal fix sooner rather than later.
2012-06-10 22:02:00 +00:00
Dirk Meyer
f8bb265ad3 - fix index 2012-06-10 16:47:56 +00:00
Dirk Meyer
d0e91b562f - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:10:22 +00:00
Max Brazhnikov
99b882c241 Merge changes from area51 repository (SVN commit 8197 by avilla):
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
  to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.
2012-06-09 00:41:21 +00:00
Tilman Keskinoz
f8d7624f0d Convert to optionsng 2012-06-08 15:43:57 +00:00
Tilman Keskinoz
025810a349 Update to 0.7.2.2
PR:		168779
Submitted by:	maintainer
2012-06-08 13:49:25 +00:00
Dirk Meyer
e932e1eeb7 - update to 0.9.8 2012-06-08 05:05:26 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Dennis Herrmann
4e9e8df953 - Update to 2.4.1 2012-06-06 17:15:59 +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
Steve Wills
0c2b75bc74 - Update ruby-gnome ports to 1.1.3
PR:		ports/168435
Submitted by:	Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
2012-06-04 21:02:59 +00:00
Andrej Zverev
24374f6b47 - Remove SITE_PERL from *_DEPENDS 2012-06-04 08:31:14 +00:00
Doug Barton
d3c2bb1e00 Add missing glut dependency
Submitted by:	Christian Mangin <christian.mangin@gmail.com>
2012-06-03 21:43:12 +00:00
Doug Barton
77c2e8801a Fix Perl package name dependencies 2012-06-03 21:41:02 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Doug Barton
f53379b163 Upgrade to version 1.3.3 - 2012.02.22
* Change build system to CMake.
 * Add support ConsoleKit.
 * Fix some bugs....

For the port:

 * The Berlios mirrors don't have the new version, so update the
   MASTER_SITES per the instructions on the web page.
 * Add the ability to verify the PGP signature on the distfile
 * Add consolekit support, and switch build to CMake
 * Remove no-longer relevant patches
 * Add patches necessary to work with the new build system
 * Add a patch for a nicer default theme
 * Fix the console command in the slim.conf patch
 * Use @dirrmtry in the plist in case the user has installed themes
 * Remove uneeded blank lines around (and in) pkg-message
 * Add REQUIRE: dbus to the rc.d script to accomodate consolekit

The PR mentioned the new version, but did not supply a patch

PR:		ports/166964
Submitted by:	Dave <davemorgan353@btinternet.com>
Approved by:	maintainer timeout
2012-06-03 06:55:46 +00:00
Andrej Zverev
a50c1cb647 - Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
2012-06-03 05:56:20 +00:00
Guido Falsi
00b127e344 - Fix conflicts
While I'm here take maintainership of x11/trayer

Reported by:	Sulev-Madis "ketas" Silber <madis555@hot.ee> (by e-mail)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-06-02 17:01:43 +00:00
MANTANI Nobutaka
841a52b7d5 Update to 3.1.2. 2012-06-02 13:12:06 +00:00
Raphael Kubo da Costa
7522974a94 The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.
The upstream changelog can be seen in
<https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>.

Relevant changes include a few patches having been integrated upstream
and thus removed from the ports tree and some improved work on USE_QT4
in bsd.qt.mk.
2012-06-02 00:08:27 +00:00
Lars Engels
3e5930dbb9 - Fix build with clang
- While here, fix a segfault [1]
- Bump PORTREVISION

Fixed by:	ed [1]
2012-06-01 18:52:46 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
249914eb08 Convert to specifying the port name in _DEPENDS instead of
${SITE_PERL}/foo/bar/file.pm

http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
2012-06-01 04:00:24 +00:00
Guido Falsi
68e1d1d6ba - Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop

Approved by:	Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by:	Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer)
Approved by:	tabthorpe (mentor)
2012-05-31 21:12:14 +00:00
Steve Wills
f16c77a736 - Update to 0.3.1 2012-05-31 20:52:49 +00:00
Baptiste Daroussin
183612282b Convert to new options framework 2012-05-31 20:11:15 +00:00
Kris Moore
1c8f93918f Fix build with clang
PR: 166221
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
2012-05-31 18:27:58 +00:00
Kris Moore
f296e969c5 Fix build with clang
PR: 166222
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
2012-05-31 18:24:46 +00:00
Baptiste Daroussin
ebb04f49c2 Convert to new options framework 2012-05-31 14:49:26 +00:00
Martin Wilke
4b68fc723b - Convert complete XFCE to new options framework
While here some extra work:

- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes

Reviewed by:	beat, bapt (thx!)
2012-05-30 16:49:12 +00:00
Raphael Kubo da Costa
d950886914 Fix build with clang 3.1.
Add the fix I committed upstream to fix the build with clang 3.1,
originally reported by arrowdodger on #kde-freebsd.

No PORTREVISION bump, as there have been no dependency changes and the
build has been fixed only for people who had never been able to build
it before.
2012-05-27 20:47:35 +00:00
Michael Scheidell
b339d0ce27 - Extending Expire date so maintainer can work on this
PR:		ports/168018
Submitted by:	scheidell@
Approved by:	Eric Crist <ecrist@secure-computing.net> (maintainer, via private email)
2012-05-26 12:00:57 +00:00
Martin Wilke
e7baaf55b8 - Bump all XFCE after XFCE import 2012-05-25 16:52:32 +00:00
Martin Wilke
1df39a5fb1 - Welcome XFCE 4.10 to the portstree!
Special Thanks to:      rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by:	 	Olivier Duchateau <duchateau.olivier@gmail.com>

Tested by:	phw
2012-05-25 16:51:40 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Max Brazhnikov
359fcf18da KDE/FreeBSD team presents update for PyQt ports:
- sip to 4.13.2
 - PyQt4 to 4.9.1
 - QScintilla to 2.6.1
2012-05-25 01:49:08 +00:00
Max Brazhnikov
d76f1d8bf4 KDE/FreeBSD team presents Qt 4.8.1 in ports! 2012-05-25 01:44:04 +00:00
Brendan Fabeny
8b28c33e00 update lang/sbcl to 1.0.57, and adjust dependent ports 2012-05-22 19:16:09 +00:00
Baptiste Daroussin
8cd0a8da50 defer expiration date, someone seems to be working on a fix 2012-05-21 06:51:33 +00:00
Rene Ladan
a9661a62cd Remove expired ports:
2012-05-10 x11/avant-window-navigator-xfce4: BROKEN for more than 6 month
2012-05-10 deskutils/xfce4-volstatus-icon: BROKEN for more than 6 month
2012-05-10 multimedia/xfmedia-remote-plugin: BROKEN for more than 6 month
2012-05-10 sysutils/thunar-volman-plugin: BROKEN for more than 6 month
2012-05-18 11:12:48 +00:00
Alexey Dokuchaev
4e37e8b9f7 Add bmpanel2, a nice lightweight NETWM compliant panel for X11.
WWW: http://code.google.com/p/bmpanel2/
2012-05-17 09:46:29 +00:00
Baptiste Daroussin
5a1d54fe2f - update to 3.5.1 2012-05-15 19:17:11 +00:00
Dmitry Marakasov
fff928853d - Fix build in presence of FLTK (ignore FLTK, as it seems to be used in bundled libgfx functionality which is not used by fireflies itself)
- While here, make extract phase silent

PR:		166055
Submitted by:	Edward Sanford Sutton III <mirror176@cox.net>
Approved by:	maintainer timeout
2012-05-13 00:52:49 +00:00
Pawel Pekala
f4156f5479 - Update to version 2.0.14
- Add LICENSE info

PR:		ports/167790
Submitted by:	Klaus Aehlig <aehlig@linta.de>
2012-05-11 20:42:10 +00:00
Emanuel Haupt
217b69473d Update to 279 2012-05-11 06:52:05 +00:00
Pav Lucistnik
4a68d80133 - Register ghelp: URL handler with the system mime database, fixes
Help->Contents invocations in GNOME apps

PR:		ports/167386
Submitted by:	Jody Caldwell <jody@calinx.com>
Approved by:	kwm (gnome)
2012-05-10 14:34:35 +00:00
Alexey Dokuchaev
dbacad32ae Provide home-made patch for legacy nVidia drivers against recent arbitrary
memory access vulnerability.  While affected underlying code is very similar
in all released drivers, and they all are technically exploitable the same
way, the exploit relies on hardware that is not present in GPUs older than
NV50/G80, hence versions starting from 100.14.03 must be patched.

That said, while the patch does apply to all legacy versions, port revision
bump makes sense only for 173.14.xx series (as 96.43.xx and 71.86.xx do not
hardware exploit relies upon).

Discussed with:	Christian Zander
Security:	CVE-2012-0946
2012-05-10 11:22:00 +00:00
Alexey Dokuchaev
122ea7d170 Update to version 295.49, which had:
- Added support for GeForce GTX 690 GPU
- Fixed a problem where starting, stopping, and moving OpenGL application
  windows was very slow on Quadro FX 4600, Quadro FX 5600, GeForce 8800 GTX,
  GeForce 8800 GTS, and GeForce 8800 Ultra
- Fixed an OpenGL performance regression which affected Geforce 6 and Geforce
  7 series integrated GPUs

PR:	ports/167619
2012-05-10 03:15:38 +00:00
Ashish SHUKLA
c769463e03 - Add more sites to MASTER_SITES 2012-05-05 20:53:02 +00:00
Ashish SHUKLA
d5944a32e9 - Update to version 1.3.1
- Unbreak build
2012-05-05 16:00:41 +00:00
Ashish SHUKLA
ebe254c129 - Update to 1.7.1 2012-05-05 15:52:38 +00:00
Baptiste Daroussin
8f724d2a2b - update to 2.5 2012-05-05 00:49:46 +00:00
Pav Lucistnik
1ac915d437 - Mark BROKEN: does not build
AttributeError: 'ListType' object has no attribute 'parent'

Reported by:	pointyhat
2012-05-02 22:04:37 +00:00
MANTANI Nobutaka
10c53cf25d Update to 3.1.0. 2012-04-29 15:46:59 +00:00
Cy Schubert
e08026ceca Xforward is a program for relaying X11 connections across network boundaries. 2012-04-28 01:52:42 +00:00
Jason Helfman
1df015c5f7 - update maintainer address to shanjobe@gmail.com
Approved by:	maintainer, via mail
2012-04-26 16:29:13 +00:00
Alexander Nedotsukov
530ef30014 Update to 295.40 2012-04-25 13:17:18 +00:00
Alexander Nedotsukov
c60b7f1e5a Update to 295.40 2012-04-25 13:09:11 +00:00
Armin Pirkovitsch
3ae359c129 - Update to 3.3
Approved by:  beat (mentor)
2012-04-25 07:14:27 +00:00
Pawel Pekala
0bfb9a3e00 Update to version 3.13 2012-04-24 17:59:25 +00:00
Christian Weisgerber
28589a4b3c Make sure openpty() is used to allocate a PTY.
This fixes luit on RELENG_7 and removes any need for setuid.
2012-04-24 11:07:28 +00:00
Rene Ladan
256e271fa2 Update to 1.2.3
PR:		ports/166860
Submitted by:	Olivier Duchateau
Changelog:	http://mail.xfce.org/pipermail/xfce/2012-April/030255.html
2012-04-23 20:55:36 +00:00
Brendan Fabeny
0eb8a47869 update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
2012-04-23 09:27:42 +00:00
Alexey Dokuchaev
164d168dbc - Update to version 295.40
- Touch some comments

Security:	CVE-2012-0946
2012-04-22 15:04:57 +00:00
Martin Wilke
c17a3f10ac - Bump to 7.5.2 2012-04-21 20:25:21 +00:00
Martin Wilke
29e347e197 - Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
2012-04-21 17:03:32 +00:00
Baptiste Daroussin
fbc04ee43c s/USE_XLIB/USE_XORG/ the usage was good, not the macro used
Bump portrevision as the number of dependencies for the ports has changed
2012-04-18 22:04:30 +00:00
Cy Schubert
b884a65590 Add build dependencies.
Discovered by:	pointyhat
2012-04-16 03:30:35 +00:00
Christian Weisgerber
85b8e8ac30 Update to 4.1.17, clean up, fix the integer promotion fix. 2012-04-15 15:42:42 +00:00
Alexander Leidinger
7be25933ea Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
2012-04-14 20:24:51 +00:00
Emanuel Haupt
fdcef8a5c1 Add an option for dabbrev-expand support.
PR:		166648
Submitted by:	Oliver Fromme <olli@secnetix.de>
2012-04-14 19:25:10 +00:00
Guido Falsi
418d775723 Change to my FreeBSD.org email address.
Approved by:	crees (mentor)
2012-04-14 18:45:07 +00:00
Alex Kozlov
7b0cb0b723 Get rid of USE_* variables
Approved by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer), eadler (mentor)
2012-04-12 00:45:29 +00:00
Chris Rees
4a355cf6e7 Stop complaining if extensions dir isn't empty
Approved by:	Niclas Zeising
2012-04-11 10:54:14 +00:00
Cy Schubert
bf2fa394fe Update package comment. 2012-04-10 20:33:24 +00:00
Cy Schubert
3b32f055c4 Welcome xascii to ports. Xascii has been around for a long time. It displays
the complete ascii character set along with each character's value in either
decimal, hexidecimal, or octal notation.
2012-04-10 20:26:24 +00:00
Ruslan Makhmatkhanov
353c969896 - pass maintainership of this ports to new volunteer
- add some of them to `enlightenment' virtual category

PR:		166814
Submitted by:	Grzegorz Blach <magik at roorback dot net>
2012-04-10 18:04:10 +00:00
Eitan Adler
e874469d2a This port has not been needed in a long time
2012-03-28 x11/wrapper: not needed anymore
2012-04-10 00:32:52 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Dennis Herrmann
47be6c1361 - Update to 2.4
PR:		ports/166736
Submitted by:	Baptiste Daroussin <bapt@freebsd.org>
Feature safe:	yes
2012-04-08 11:36:43 +00:00
Alexander Nedotsukov
c9c8d7627f Let users to recover from the situation when the display was used is
removed.

PR:		166647
Feature safe:	yes
2012-04-07 15:39:05 +00:00
Carlo Strub
fb313bfd97 Metalock is an enhanced screen locker for the X11 windowing system. It is
designed to be used with a background screen daemon, such as xidle.

Current features include:
        - Support for pixmap (image) xpm background and login box.
        - It gives visual feedback as you type the password (Shows username and
          * for each character of password typed.)
        - Bind arbitrary commands to key combinations (allows tasks such as
          pause/un-pause music without unlocking the screen)
        - Optional XFT support for anti-aliased fonts. (This is optional in case
          greater security is desired)
        - Optional Imlib2 support for use of png or jpg formats, which are more
          appropriate for photos or high-color images than xpm.
        - Portable to most UNIX-like operating systems, developed on FreeBSD.

WWW: http://chiselapp.com/user/beyert/repository/metalock/

PR:		ports/166326
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	wen@ (mentor)
Feature safe:	yes
2012-04-07 15:22:26 +00:00
Renato Botelho
0ed3654c6a Fix WWW
Feature safe:	yes
2012-04-07 12:22:30 +00:00
Baptiste Daroussin
c358fad57f xli and xloadimage both installs bin/xsetbg
mark them as CONFLICTS_INSTALL

mark x11-themes/sapphire-themes as BROKEN because it depends on both xli and xloadimage

Reported by:	pointyhat(pkgng exp-run)
Feature safe:	yes
2012-03-31 17:18:29 +00:00
Cy Schubert
d621009f5d Fix Gnome bugzilla bug 646317
(https://bugzilla.gnome.org/show_bug.cgi?id=646317). This patch addresses
a bug in gnome-terminal in which it returns an invalid exit status causing
some environments (e.g. e17) to complain
(http://trac.enlightenment.org/e/ticket/823).

Approved by:	mezz on gnome
Obtained from:	Gnome bugzilla bug 646317
		(https://bugzilla.gnome.org/show_bug.cgi?id=646317)
Feature safe:	yes
2012-03-24 16:16:26 +00:00
Eitan Adler
01d80d32fb This version of the port doesn't exist anymore.
Feature safe:	yes
2012-03-18 14:45:29 +00:00
Jeremy Messenger
c465f78e12 Fix the rc.d script:
1. If gnome_enable is not set, gdm_enable will remain undefined.
 2. Change the order of calling load_rc_config() and setting the
 default variables to the typical order for ports
 3. Not only is the checkyesno for gdm_enable in gdm_start() not
 needed, it causes problems if, for example the user does
 '/usr/local/etc/rc.d/gdm onestart' from the command line.
 4. Switch to using 'unlink' instead of 'rm -f'
 5. If lshal does not exist, error out instead of looping
 6. Mark a variable local

Bump the PORTREVISION.

PR:		ports/159391
Submitted by:	dougb
Feature safe:	yes
2012-03-16 03:45:21 +00:00
Jeremy Messenger
78dc195ea9 Fix the build with clang.
PR:		ports/163518
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
2012-03-16 03:12:33 +00:00
Eitan Adler
55c625618b Add licences to ports
Submitted by:	winstonw@lavabit.com (maintainer)
Feature safe:	yes
2012-03-13 04:20:49 +00:00
Kris Moore
90485c98d3 - Update patch to fix issue with LXDE menu refreshing
- Bump PORTREVISION

Feature safe: yes
2012-03-09 18:01:15 +00:00
Baptiste Daroussin
cbd8fd398f - update to 1.0
Feature safe:	yes
2012-03-09 14:05:46 +00:00
Pav Lucistnik
409b91ce17 - Limit BROKEN tag to 7.X, the problem seems to be with port openssl
Reported by:	Oliver Pinter <oliver.pntr@gmail.com>
2012-03-08 09:13:07 +00:00
Max Brazhnikov
78819d7021 Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
2012-03-07 14:57:01 +00:00
Pav Lucistnik
a647b3b592 - Mark BROKEN: does not compile
In file included from kab2kabc.cpp:35:
  addressbook.h:29:23: error: addressee.h: No such file or directory

Reported by:	pointyhat
2012-03-06 09:01:10 +00:00
Pav Lucistnik
3b3a233a6d - Mark BROKEN: does not compile
command.c:2:20: error: WMaker.h: No such file or directory
  command.c:289: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  command.c:290: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  command.c: In function 'cmd_getc':
  command.c:1913: error: 'app' undeclared (first use in this function)
  command.c:1913: error: (Each undeclared identifier is reported only once
  command.c:1913: error: for each function it appears in.)
  *** Error code 1

Reported by:	pointyhat
2012-03-05 22:11:03 +00:00
Alex Kozlov
7ca108f3bd Update maintainer email in my ports
Approved by:	eadler (mentor)
2012-03-02 23:43:45 +00:00
Juergen Lock
cb0378f90c - Do not attempt to install gettext locales under WITHOUT_NLS.
- Do all @dirrmtry for localedir under %%NLS%% in plist.

PR:		ports/161021
Submitted by:	h h <aakuusta@gmail.com>
Approved by:	x11 (kwm)
2012-02-29 22:53:20 +00:00
Eitan Adler
67f9763935 This is no longer required for any recent version of X
Reviewed by:	kwm, miwi
2012-02-29 04:03:16 +00:00
Kris Moore
818eefb626 - Update to 0.1.2 2012-02-28 20:44:15 +00:00
Kris Moore
71f41a70db - Update to 0.1.17 2012-02-28 20:41:35 +00:00
Greg Larkin
b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00
Eitan Adler
3f538e96a8 Remove old cruft.
No current version of any software should use /etc/X11R6 so the symlink is no longer required.

Reviewed by:	kwm
2012-02-27 17:45:44 +00:00
Juergen Lock
d613b75b1d - Update multimedia/libxine to 1.2.1 with a commit merged from hg
to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
  multimedia/xfce4-media [5],
  multimedia/xine_artsplugin,
  multimedia/k9copy-kde4 [6]

- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]

- Mark multimedia/phonon-xine BROKEN which refuses to build with
  libxine 1.2.x and is deprecated upstream. [3]

- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]

- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
  but it only shows a green window at least with mp4 or ts files.
  (avi files and audio still work.)  It seems the kaffeine developers
  have found this too and are now switching away from libxine in
  their git repo - so I guess we'll have a broken kaffeine at least
  until they release a new version.

- Bump PORTREVISIONs for ports depending on libxine by default.

- Add optional libbluray support to multimedia/libxine and
  multimedia/vdr-plugin-xineliboutput.

PR:		ports/165057 [6]
Submitted by:	nox (self) [6], rakuco [3]
Approved by:	dinoex (maintainer, via irc) [1],
		amdmi3 (maintainer, via private email) [2],
		kde@ (rakuco, via irc) [3],
		Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
		xfce@ (rene, via irc) [5],
		Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6],
		lme (maintainer, via irc) [7]
Thanx to:	Darren Salt (upstream libxine maintainer) for a few
		hints on irc to help with patching ports depending
		on deprecated libxine features
2012-02-26 15:22:37 +00:00
Max Brazhnikov
7ab101d812 Update to 0.2
Update maintainer address

PR:		ports/165274
Submitted by:	Matthew Donovan (maintainer)
2012-02-22 11:08:20 +00:00
Pav Lucistnik
7d4eb6783e - Limit BROKEN flag to CUPS option
Submitted by:	Oliver Pinter <oliver.pinter@gmail.com>
2012-02-21 22:49:12 +00:00
Steve Wills
422fae09f6 - Change patch to use -lgif for giflib instead of -lungif for libungif. This
should fix ports which use gnome-config to find libs, such as
  graphics/frontline
- Bump PORTREVISION
2012-02-20 13:14:19 +00:00
Pav Lucistnik
0475b54203 - Mark BROKEN on 7.X: does not build fully (cups)
Reported by:	pointyhat
2012-02-19 21:34:21 +00:00
Eitan Adler
b779b6b24d Remove gratitutous version number from LIB_DEPENDS where not required. 2012-02-18 23:56:30 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Jason Helfman
9a47b56f0a - Update to 3.1
PR:	ports/165157
Submitted by: segin2005 at gmail.com
2012-02-16 05:57:32 +00:00
Cy Schubert
846f02966f PORTREVISION bump. 2012-02-15 15:15:31 +00:00
Cy Schubert
678a415429 Props now conflicts with xview-clients. 2012-02-15 15:06:35 +00:00
Michael Scheidell
a953440d6b - Upgrade to 4.5 [1]
- Add optional XFS support [1]  (default off) [2]
- Revised patch by maintainer [2]

PR:		ports/164012
Submitted by:	Aragon Gouveia <aragon@phat.za.net> [1]
Approved by:	Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer), gabor (mentor, implicit)
2012-02-14 21:25:17 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Gabor Pali
53c7c0297b - Update to 0.14
Obtained from:	FreeBSD Haskell
2012-02-13 05:55:54 +00:00
Gabor Pali
d76f983b3e - Update to 0.3.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:54:57 +00:00
Gabor Pali
872e6aa093 - Update to 1.5.0.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:54:07 +00:00
Pawel Pekala
b71ef4cfe2 Update to version 3.12 2012-02-12 17:28:25 +00:00
Ruslan Makhmatkhanov
1915c1e50f - update WWW
PR:		164577
Submitted by: 	"Mikhail T." <m.tsatsenko at gmail dot com>
Approved by:	maintainer (timeout; 2 weeks)
2012-02-11 19:27:16 +00:00