Commit graph

7046 commits

Author SHA1 Message Date
Roman Bogorodskiy
316b0338ee Update to 0.3.8.
PR:		163301
Submitted by:	Nikos Ntarmos (maintainer)
2011-12-15 17:52:20 +00:00
Sunpoet Po-Chuan Hsieh
3d4a5142a2 - Update to 1.1.1
Changes:	http://repo.or.cz/w/libxdg-basedir.git
- Merge branch 'development', bumped version to 1.1.1, adjusted libtool version
  info.
- Fixed running tests in seperate build directory (e.g. during distcheck).
- Added checks to configure.ac, removed single explicit use of size_t.
- Fixed various compiler warnings.
- Fixed potential memory leaks in xdg{Data,Config}{Find,Open} functions.
- Added tests for xdg{Data,Config}Find functions.
- Added ability to run with valgrind to query-harness.sh.
- Added -Wall CFLAG.
- Moved doxygen autoconf macros into m4 directory.
- Changed development version string to 1.99.0.

PR:		ports/163299
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2011-12-15 09:24:55 +00:00
Baptiste Daroussin
264b0f22e9 - Fix disk usage
- Use coretemp to get cpu temperature

Feature safe:	yes
2011-12-08 14:56:43 +00:00
Baptiste Daroussin
9ef2fff876 i3status is a small program (about 1500 SLOC) for generating a status bar for
dzen2, xmobar or similar programs. It is designed to be very efficient by
issuing a very small number of system calls, as one generally wants to update
such a status line every second. This ensures that even under high load, your
status bar is updated correctly. Also, it saves a bit of energy by not hogging
your CPU as much as spawning the corresponding amount of shell commands would.

WWW:	http://i3wm.org/i3status/

Feature safe:	yes
2011-12-08 12:57:59 +00:00
Steve Wills
846e117eff - Update ruby-gnome2 to 1.0.3
PR:		ports/162139
Submitted by:	TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe:	yes
2011-12-05 22:54:11 +00:00
Steve Wills
f2df7d5adf Remove these ports as they are no longer included in the upstream
ruby-gnome.

devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all

PR:		ports/162139
Submitted by:	TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe:	yes
2011-12-05 22:53:04 +00:00
Dirk Meyer
56d8be2b8d - let imake use ucpp instead of clang to generates its Makefile
depenency on ucpp was not added,
neither configure modify this file, nor it is used in this port.
imake has now an explicit dependency on ucpp when build with clang.
Approved by:	eadler
Feature safe:	yes
2011-12-02 16:20:10 +00:00
Alexey Dokuchaev
10557f2321 X11BASE has been deprecated for a long time now, and is going to be dropped
from `Mk/bsd.port.mk' soon.  Account for it and pass it to make environment
locally as nVidia driver code still uses it.

PR:		ports/161558
Submitted by:	eadler (PR), crees (nvidia-driver patch)
Feature safe:	yes
2011-12-02 02:29:08 +00:00
Eitan Adler
c8ae6d38d7 - update to 1.1.11
Some new features:
- Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backends
- Add man page for xdmshell
- Some memory leaks fixed
- Use explicitly /bin/sh for running of Xwilling script via su.
- many config fixes and changes

Obtained from:	xorg-devel repo
Feature safe:	yes
2011-11-29 03:02:44 +00:00
Eitan Adler
16eba0a559 -update pixman to 0.24.0
new features:

- Faster bilinear scaling on SSE2 and ARM NEON
- Several new fast paths for ARM NEON
- Support for the iwMMXt vector instruction set
- Improved support for building with MSVC
- General cleanups and bugfixes

Obtained from:	xorg-devel repo
Feature safe:	yes
2011-11-28 23:35:08 +00:00
Martin Wilke
3cdeb73381 - Add LICENSE
- Add MAKE_JOBS_SAFE
- Support MANPREFIX
- Fix handling configuration file

PR:		162844
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:54:39 +00:00
Martin Wilke
7a37674bd4 - Update to 2.2.2
PR:		162818
Submitted by:	ports fury
Feature safe: yes
2011-11-25 16:29:44 +00:00
Eitan Adler
f8c71e4729 - update to 1.07:
Some of the new features:

- Only split off /dev/ instead trimming to last /.
- Get rid of bzero() calls. Replace them by memset().
- Make lastlog work on BSD systems without <lastlog.h>.
- Sun's copyrights belong to Oracle now
- various build fixes

Feature safe:	yes
2011-11-23 05:51:58 +00:00
Pietro Cerutti
19971715f5 - Update to 0.1.6
Changes:
  * build improvements
  * remove blatantly wrong conversions from extensions
  * make it possible to distinguish format_n formats from others
  * improvements to vala/gobject introspection support

Approved by:	kwm (gnome@)
Feature safe:	yes
2011-11-22 08:03:18 +00:00
Alexey Dokuchaev
846e3c5e54 - Resurrect, undeprecate, and update to the most recent version, 0.4.1
- Since most patches were integrated upstream, rebase remaining two to our
  standards and drop custom PATCH_STRIP
- Define LICENSE (GPLv3), augment OPTIONS
- Reduce number of local hacks (Mandriva legacy)
- Add some missing X.org components to USE_XORG
- Rearrange MAN1 entries so they occupy fewer lines
- Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed
  since PR ports/157936)
- Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc.
- Augment port description (include more text from upstream)

Feature safe:	yes
2011-11-19 16:02:00 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Emanuel Haupt
be2ba5ca9d Provide a patch for better support for running xterm within a jail. This patch
has been submitted upstream.

Submitted by:	dhw
Feature safe:	yes
2011-11-18 08:40:24 +00:00
Sunpoet Po-Chuan Hsieh
4c94036df7 - Update to 4.4.1
Changes:	http://lists.suckless.org/dev/1109/9336.html
PR:		ports/162637
Submitted by:	Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Feature safe:	yes
2011-11-18 01:08:28 +00:00
Alexander Nedotsukov
831997b105 Update to 285.05.09
Feature safe:	yes
2011-11-14 13:08:22 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Alexander Nedotsukov
d0184d2781 Update to 285.05.09
Feature safe:	yes
2011-11-12 02:19:09 +00:00
Max Brazhnikov
ab1a24cca3 Take maintainership
Feature safe:	yes
2011-11-11 00:43:21 +00:00
Emanuel Haupt
cfe7a8b985 Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@).
2011-11-09 21:53:33 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Thomas Abthorpe
bef975abdc - Reassign to the heap
Submitted by:	Former maintainer
2011-11-08 15:22:47 +00:00
Alexey Dokuchaev
f273d6785e Unbreak legacy (pre-195.22) drivers build on 9.X after SVN r225617 by kmacy@.
PR:		ports/161839
Submitted by:	Barry Tigner
2011-11-08 06:22:02 +00:00
Philippe Audeoud
d1288b3526 - Fix compilation issue.
PR:		ports/162336
Submitted by:	Olivier Cochard-Labbe <olivier _AT_ cochard.me> (maintainer)
2011-11-07 07:58:42 +00:00
Martin Wilke
758f94a6fd - Mark it Jobs safe
PR:		162329
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2011-11-07 04:40:37 +00:00
Martin Wilke
70d3980514 - Mark it jobs safe
PR:		162328
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2011-11-07 04:38:57 +00:00
Cy Schubert
9666fbcf3b MAXSLP was moved to sys/vumeter.h near __FreeBSD_version 900030
Suggested by:	pav
2011-11-06 03:54:18 +00:00
Cy Schubert
3559e02902 Fix build on ports build cluster. 2011-11-05 20:27:06 +00:00
Koop Mast
d8ce8ea672 Fix build on FreeBSD 10.
Approved by:	portmgr (miwi)
2011-11-05 18:44:47 +00:00
Rene Ladan
1a5125ce56 - Fix build on FreeBSD 10
- Fix build with Clang
2011-11-05 00:12:39 +00:00
Baptiste Daroussin
90e65b4727 Back to the pool previous maintainer has no more time to maintain them
Submitted by:	previous maintainer (by private mail)
2011-11-04 18:07:51 +00:00
Philippe Audeoud
3055b91345 - Update to 0.7.2.1
PR:		ports/162284
Submitted by:	jadawin@ (myself)
Approved by:	<olivier _AT_ cochard.me> (maintainer)
2011-11-04 10:36:45 +00:00
Steve Wills
9e9c1934a5 - Update to 0.0.7.30 2011-11-03 14:38:52 +00:00
Baptiste Daroussin
002db64742 - fix typo 2011-11-03 14:13:10 +00:00
Baptiste Daroussin
7853a6bf42 Back to the pool
Deprecate it as it has no more public distfiles.

Approved by:	t.kempka@web.de (previous maintainer by private mail)
2011-11-03 12:30:04 +00:00
Rene Ladan
dfd892aade Update to 1.2.2
PR:		ports/161972 (1.2.0)
PR:		ports/162215 (1.2.1)
PR:		ports/162237 (1.2.2)
Submitted by:	Olivier Duchateau (all three)
2011-11-03 10:55:09 +00:00
Doug Barton
02622773e6 Remove comments and optional dependencies for ports which are
about to be removed.
2011-11-01 21:59:38 +00:00
Doug Barton
ef1a7001c8 x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
2011-11-01 05:19:50 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Alberto Villa
92e970493a - Remove dependency on kde4-wallpapers.
- Bump PORTREVISION.
2011-10-31 17:20:35 +00:00
Alberto Villa
8be427ac9a - Fix detection of X11 prefix adding xrdb also to BUILD_DEPENDS. [1]
- Depend on gstreamer-plugins-core when WITH_PHONON_GSTREAMER is set. [1]
- Add note to pkg-message, when WITH_PHONON_GSTREAMER is not set, to
  alert people they *need* at least gstreamer-plugins-ogg to avoid a
  deadlock at logout when using GStreamer Phonon backend.. [1]
- Add optional dependency on kde4-wallpapers (defaults to on).
- Fix the script for setting FreeBSD wallpaper on new configurations.
- Bump PORTREVISION.

Discussed with:	ale via e-mail [1]
2011-10-31 17:20:09 +00:00
Cy Schubert
db94bdffc8 Fix build under 9.0.
Submitted to bugzilla.xfce.org under bugid 8081.

Approved by:	eadler
2011-10-29 21:19:01 +00:00
Martin Wilke
69a39f5f38 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 10:03:08 +00:00
Martin Wilke
690535e580 - Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
2011-10-29 07:04:53 +00:00
Alberto Villa
c49018fc33 - Silence useless warning to reduce noise. 2011-10-29 01:07:44 +00:00
Martin Wilke
60f67978aa - Fix build on FreeBSD 10 2011-10-28 18:53:24 +00:00
Martin Wilke
13d275f048 - Fix build on FreeBSD 10 2011-10-28 18:26:48 +00:00