1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

6867 Commits

Author SHA1 Message Date
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Pav Lucistnik
3129b4c952 - Mark BROKEN: fails to build
Reported by:	pointyhat
2011-07-20 19:40:38 +00:00
Alexey Dokuchaev
a4ec165f10 Fix some typos, reword and reformat description. 2011-07-19 07:20:28 +00:00
Tilman Keskinoz
0450e5132e Update to 1.22.2
PR:		158448
Submitted by:	Kato Tsuguru
2011-07-14 16:03:30 +00:00
Tilman Keskinoz
0475e97eee Fix build with clang
PR:		158554
Submitted by:	Niclas Zeising
2011-07-14 15:44:34 +00:00
Tilman Keskinoz
b80c8f019d Fix build with clang
PR:		158666
Submitted by:	Guido Falsi <mad@madpilot.net>
2011-07-14 14:03:26 +00:00
Wesley Shields
692e9aad2e - Update to 0.20110708.0, which now builds under clang. 2011-07-10 15:34:47 +00:00
Ashish SHUKLA
2c0555e118 - Update to 0.13
Obtained from:	FreeBSD Haskell
2011-07-10 00:55:34 +00:00
Max Brazhnikov
6bf0b3f02c Tarball was rerolled shortly before release to update documentaton. 2011-07-09 07:16:15 +00:00
MANTANI Nobutaka
1c497f7937 Update to 3.0.5. 2011-07-09 05:54:29 +00:00
Stanislav Sedov
d2d6355b1f - Use quotes instead of brackets when including files using relative
paths in ecore ports.  Apparently this causes problems when WRKDIRPREFIX
  is used.

PR:		ports/158609
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2011-07-08 18:50:54 +00:00
Max Brazhnikov
585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Nicola Vitale
9084120f39 - Remove sysutils/pidof from RUN_DEPENDS (replaced by pgrep)
as suggested by danfe@, because "infrastructure costs get
  higher (extra dependency to track, upgrade, etc.) which
  in turn eats time".
- Add files/patch-src__config__Run.cc
- Bump PORTREVISION
- Fix a typo in pkg-descr
2011-07-06 16:19:26 +00:00
Alexey Dokuchaev
86560de87a - Fix the build against Clang (also GCC with -Wformat-security, see PR
ports/157255)
- Drop long gone ports from CONFLICTS line and refine some comments
  while I'm here

Submitted by:	Garrett Cooper (modified)
2011-07-06 09:59:58 +00:00
Thomas Abthorpe
3b3f78904c - Reassign to the heap 2011-07-05 02:51:42 +00:00
Dennis Herrmann
3564f82faa LSW
Lists the titles of all running X windows to stdout, similar to ls(1).
Might be useful for script integration.

WWW:	http://tools.suckless.org/lsw
2011-07-04 16:35:07 +00:00
Steve Wills
3dc26cb743 - Mark as broken with Ruby 1.9 2011-07-04 15:48:33 +00:00
Martin Wilke
742739359e - Update MASTER_SITES and WWW: line
PR:		158449
Submitted by:	Ports Fury
2011-07-02 07:55:10 +00:00
Nicola Vitale
817f7d922c - Update to 2.2.2 [1]
- Add files/patch-configure
- Add sysutils/pidof to RUN_DEPENDS
- Add WWW site to pkg-descr
- Change MASTER_SITES
- Remove files/patch-Makefile, files/pkg-message.in

PR:		ports/156522
Submitted by:	coder.tuxfamily  <coder at tuxfamily.org> [1] (Indeed the version 2.1.1)
2011-06-30 13:34:34 +00:00
Wesley Shields
cfcd012da9 - Fix build under clang, and clean up some warnings while I'm here. 2011-06-30 01:33:37 +00:00
Jeremy Messenger
e5e4515545 Fix the build when it enables gobject-introspection. Without it, I get this:
---------------------------
gnome-config: not found
Package babl was not found in the pkg-config search path.
Perhaps you should add the directory containing `babl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'babl' found
---------------------------

Clearly, there is no way for babl to depends on babl (itself). O_o A weird
bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
the pkg-plist to make it easier to read. No function change.
2011-06-29 14:51:58 +00:00
Rene Ladan
6fbe0e245b Drop maintainership. 2011-06-28 20:30:18 +00:00
Jeremy Messenger
77b70c45d6 Before, the setusercontext(3) call in gdm is missing a few flags. Replace
those LOGIN_* to LOGIN_SETALL to enable all but not LOGIN_SETGROUP. It fixes
the rctl resource limits. Note that, the MAC framework is untest with it.
Bump the PORTREVISION.

PR:		ports/158174
Submitted by:	trasz
2011-06-25 14:52:19 +00:00
Martin Wilke
578899e105 trayer-srg was forked from trayer in january 2010 to add some
fancy features and clean up code.

trayer is small program designed to provide systray functionality
present in GNOME/KDE desktop enviroments for window managers
which doesn't support that function. It's similar to other
applications such as 'peksystray' and 'docker'.

trayer code was extracted from fbpanel application, you can find more
about it on it's homepage

WWW: http://github.com/sargon/trayer-srg

PR:		ports/158128
Submitted by:	Guido Falsi <mad at madpilot.net>
2011-06-25 09:59:38 +00:00
Martin Wilke
75726c48b8 - Update to 0.3.4- Update to 0.3.4- Update to 0.3.4- Update to 0.3.4 2011-06-25 09:15:19 +00:00
Martin Wilke
0d2b9960ba - Fix build with CLANG
PR:		158122
Submitted by:	Guido Falsi <mad@madpilot.net>
2011-06-25 07:45:34 +00:00
Martin Wilke
1006710dbe - Update modules to 1.0.0/1
- Update e17 to lastest snapshot 0.16.999.55225

PR:		154402
Submitted by:	Grzegorz Blach <magik@roorback.net>
Approved by:	maintainer implicit
2011-06-25 03:36:20 +00:00
Dmitry Marakasov
3cef2f90cd - Update to 0.82.0 2011-06-23 22:42:57 +00:00
Koop Mast
ef352f88a6 Update to 0.22.0.
Fix typo in SIMD option comment [1]

Submitted by:	Edho P Arief <edhoprima@gmail.com> [1]
With hat:	x11
2011-06-23 19:22:18 +00:00
Alexey Dokuchaev
e2bb32220f - Merge duplicate ports of The Widget Factory to one that is in better
category and bears strictly more correct name
- Add LICENSE (GPLv2), do not install practically useless docs
- Drop USE_GMAKE, port builds just fine without it
- Adjust Makefile header and do some cleaning while here
2011-06-23 07:18:23 +00:00
Lars Engels
f649434cac - Proper fix for utmpx [1]
- Disable no longer needed setuid bit
- Remove no longer needed CPPFLAGS and LIBS
- Bump PORTREVISION

Fixed by:	ed
2011-06-21 18:21:03 +00:00
Max Brazhnikov
e80845eff2 Add upstream patch to fix build with !gcc
Submitted by:	Raphael Kubo da Costa via area51
2011-06-21 16:30:22 +00:00
Alexey Dokuchaev
7f51859e62 - Update to version 0.2.9 and undeprecate
- Sanitize dependencies, take maintainership
- Drop USE_GMAKE as it builds fine without it
- Add LICENSE and severely clean up Makefile
2011-06-21 05:45:13 +00:00
Alexey Dokuchaev
19eeeeaf52 Improve port description and adjust WWW link. 2011-06-21 04:48:37 +00:00
Dennis Herrmann
196489b326 - Fix crash to paste from non-ICCCM clients
- Bump PORTREVISION

PR:		ports/156544
Submitted by:	Marcin Cieslak <saper@saper.info>
Approved by:	maintainer
2011-06-20 14:50:22 +00:00
Dennis Herrmann
abb9688e7d - Fix crash to paste from non-ICCCM clients
- Bump PORTREVISION

PR:		ports/156542
Submitted by:	Marcin Cieslak <saper@saper.info>
Approved by:	maintainer
2011-06-20 14:50:18 +00:00
Andrej Zverev
7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00
Baptiste Daroussin
545b11bce2 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 07:30:16 +00:00
Matthias Andree
4e543f0229 Update to Debian patch 16.2, dropping root.c patch from files/patch-lp64.
Rearrange Makefile to make portlint happier, split out CPPFLAGS setting.
2011-06-15 11:32:04 +00:00
Sunpoet Po-Chuan Hsieh
350b89b0f9 - Update to 0.25
Changes:	http://cpansearch.perl.org/src/CTRONDLP/X11-GUITest-0.25/docs/Changes
2011-06-14 19:36:23 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Stephen Montgomery-Smith
63bbc95a98 commit.log 2011-06-14 07:18:53 +00:00
Julien Laffaye
5a5395706c Update to 2.9.8
PR:		ports/157795
Submitted by:	Shane Bell <decept0@gmail.com> (maintainer)
Approved by:	tabthorpe (mentor)
2011-06-13 19:28:08 +00:00
Baptiste Daroussin
50c8a7154a Reset maintainer
No longer develop so deprecate

Submitted by:	maintainer (by mail)
2011-06-12 14:09:31 +00:00
Julien Laffaye
e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00
Oliver Lehmann
29580724f3 update libexo to 0.6.1
bump PORTREVISION on depending ports

PR:		ports/156913
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-06-07 06:14:30 +00:00
Jeremy Messenger
eebb5ecf91 - Remove --enable-polkit configure option, that doesn't exists anymore
- Move CPPFLAGS out of CONFIGURE_ENV
- Do a better way of patch for Python.

PR:		ports/157126
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-06-04 22:45:27 +00:00
MANTANI Nobutaka
9cbcc68913 Add missing dependency on x11-toolkits/vte. [*]
Rename the libvte compatible library "libvte-mlterm" to avoid conflict.

Reported by: erwin [*]
2011-06-04 06:49:43 +00:00
Steve Wills
63f823fa7f - Update to 0.0.7.21 2011-06-02 02:24:42 +00:00