1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

1847 Commits

Author SHA1 Message Date
Michael Nottebrock
2df0d56dec Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]

- From the "this never happened in the clean room" dept:
  Disable session management support more universally to
  avoid linktime errors.

[1] Spotted by: rafan
2007-02-06 10:37:14 +00:00
Pav Lucistnik
c00be10dd8 - Force new pkg_install suite on people on systems older than January 10 2006.
That is: 4.X, 5.3 and older, 6.0

  This fixes tar bailing out cannot finding (null) on make package,
  and if people use pkg_delete(1) from this port, it fixes the `can't remove
  (null)/libdata/ldconfig/foo' on deinstall too.
2007-02-05 22:57:20 +00:00
Michael Nottebrock
74cb0fb1e8 Add qt4, a multiplatform C++ application framework 2007-02-05 20:56:24 +00:00
Michael Nottebrock
ffccf2fe1a Update the USE_QT_VER switch description (allows 3 and 4 for values now).
Approved by:	portmgr
2007-02-05 20:48:59 +00:00
Pav Lucistnik
0dcb6347ed - Support Tcl/Tk 8.5 in USE_TCL/USE_TK
PR:		ports/108510
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-05 14:03:40 +00:00
Pav Lucistnik
0d0d56457b Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:	marcus
2007-02-05 01:08:46 +00:00
Tom McLaughlin
95c638cb6d - Add some bits for gtk-sharp10, gtk-sharp20, and gnome-sharp20 dependencies
* New USE_GNOME values:
    gtksharp10
    gtksharp20
    gnomesharp20

Approved by:	gnome@ (awhile ago, i just never committed this)
2007-02-04 22:25:07 +00:00
Kris Kennaway
bfb0242e1e Drop PORTOBJFORMAT now that it is entirely unused. 2007-02-04 20:23:37 +00:00
Pav Lucistnik
0de3ff661a bsd.port.mk
[1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
[12] Removed category picobsd

bsd.java.mk
[13] Remove deprecated syntax

bsd.tcl.mk
[14] Provide TCL_VER when USE_TK[_BUILD] is defined. Fixes cad/netgen

ports/Makefile
[15] Make csup default `make update' method on FreeBSD 6.2 and up

PR:		ports/99742 [1], ports/93373 [2], ports/100915 [3],
		ports/105161 [4], ports/106029 [5], ports/106252 [6],
		ports/106235 [7], ports/100939 [9], ports/97507 [10],
		ports/103931 [11], ports/106921 [12], ports/104136 [13],
		ports/105215 [15]
Submitted by:	sem [1] [2], Matthias Andree <matthias.andree@gmx.de> [3],
		nork [4], pav [5] [7] [14], Nick Barkas <snb@threerings.net> [6],
		flz [8], gabor [9], shaun [10], erwin [12], hq [13],
		Gurkan Sengun <gurkan@linuks.mine.nu> [11]
2007-01-31 14:07:24 +00:00
Rong-En Fan
1ba17e0c01 - ftp.cn.FreeBSD.org is back
PR:		ports/108410
Submitted by:	chinsan
2007-01-30 20:35:49 +00:00
Kris Kennaway
cbd60a5b80 * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out.  This will be removed entirely
  once port makefiles no longer reference it.
2007-01-30 04:29:04 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Kris Kennaway
1801d62b27 * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out.  This will be removed entirely
  once port makefiles no longer reference it.

* Retire NO_FILTER_SHLIBS and associated pkg-plist mangling code that
  attempted to handle a.out-style shared library naming
2007-01-30 04:18:07 +00:00
Pav Lucistnik
e8db33b749 - Transfer maintainership of this file to Gerald Pfeifer 2007-01-29 09:27:04 +00:00
Tom McLaughlin
590851c076 Remove python21 and python22 bits now that they are gone.
Approved by:	python@ (alexbl)
2007-01-27 05:47:57 +00:00
Jeremy Messenger
4923f5b5a5 Does not build with current wavpack and got obsoleted by 0.10.x version.
BTW: All of gstreamer-*80 are arleady deprecate and expire at 2007-05-31.

Reminded by:	pav
2007-01-25 16:22:43 +00:00
Oliver Lehmann
4cefbd8e9d move MASTER_SITES_XFCE to bsd.sites.mk 2007-01-23 15:57:50 +00:00
Greg Lewis
a2821cdbbc . Add an entry for the linux-sun-jdk15 port.
PR:		108130
Submitted by:	Milon Papezik
2007-01-22 21:49:51 +00:00
Martin Wilke
88b9902bd8 - Fix whitespaces
Approved by:	alexbl
2007-01-17 10:48:02 +00:00
Alexander Botero-Lowry
fca9b4f689 - add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.y
version variable for the Python installation which is to be used when
   making egg filenames instead of using the internal _PYTHON_VERSION
2007-01-17 10:41:48 +00:00
Pav Lucistnik
dcdaa0a519 - Remove ftp.xemacs.org which is so broken it does not work at all in passive
mode (our fetch default)

PR:		ports/107948
2007-01-16 09:03:14 +00:00
Brooks Davis
855a2f788c Add @'s in front of ${CHOWN} calls. 2007-01-09 03:15:19 +00:00
Pav Lucistnik
b681129df8 - Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCL
- Add a new knob: USE_TK_BUILD
- Support a new tcl version: 84-thread

PR:		ports/103897, ports/107372 (based on)
2007-01-08 00:00:33 +00:00
Gerald Pfeifer
78d0daf10c Make WITH_FORTRAN use lang/gcc42 (which now builds the Fortran frontend by
default) instead of lang/gfortran (which is scheduled for removal).

Reviewed by:	thierry, maho
Approved by:	portmgr (pav)
2007-01-06 09:46:09 +00:00
Brooks Davis
874c88d048 Upgrade drupal to 4.7.5 fixing a couple security issues.
Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions.

Submitted by:	Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4)
Security:	vid:3d8d3548-9d02-11db-a541-000ae42e9b93
2007-01-05 21:32:19 +00:00
Alejandro Pulver
9fc0873382 - Fix WANT_LUA (broken since autodetection commit). 2007-01-05 02:56:47 +00:00
Alejandro Pulver
27ce134ab9 - Fix WANT_WX (broken since autodetection commit).
Reported by:	Mike Harding <mvh@ix.netcom.com>
2007-01-04 13:02:26 +00:00
Jeremy Messenger
d39f170c2f Merging from MC ports to FreeBSD ports:
- Make sure --mandir is set appropriately for ports that use gnomeprefix. [1]
- Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can
  tweak it. Some ports have GNUmakefile.in, so with this variable will be
  useful.

Submitted by:	marcus [1]
2007-01-04 02:14:44 +00:00
Hiroki Sato
567160c635 Cleanup unreachable sites:
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
2007-01-03 16:39:20 +00:00
Stanislav Sedov
58b782278a - Add patch that allows GC performance profiling and analasys.
- Bump portrevison
2007-01-02 20:58:41 +00:00
Stanislav Sedov
b842a54f75 - Beautify comments (wrap and some fixes). 2007-01-02 19:43:02 +00:00
Dirk Meyer
ea94111b3c - fix path for */Servcies
Reported by:	cbv on FreeNode
2007-01-02 17:26:31 +00:00
Stanislav Sedov
f2889b4db3 - Update lang/ruby18 to 1.8.5p12 (bugfix release)
- Make RI generation disabled by default (it causes problems
  on slow hardware)
- PREFIX-cleaness fixes (in bsd.ruby.mk) [1]
- Take maintainership of bsd.ruby.mk [1]

The patch was tested in the tinderbox with all ruby-dependend ports.

Approved by:	portmgr (linimon)
2007-01-02 16:23:42 +00:00
Alejandro Pulver
78bb67764f - Change WxWidgets to wxWidgets to match real application name.
Reported by:	pav
2007-01-01 16:39:29 +00:00
Alejandro Pulver
1fa92c8dc1 - If multiple versions are allowed and some do not have the required
components, remove them instead of producing an error.
- Do not add invalid dependencies in addition to setting IGNORE.
2007-01-01 01:10:42 +00:00
Alejandro Pulver
5630cdc079 - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.
- Do not add invalid dependencies in addition to setting IGNORE.
2007-01-01 01:04:07 +00:00
Alejandro Pulver
dee70df832 - Fix autodetection.
Reported by:	pav
2006-12-31 17:57:26 +00:00
Alejandro Pulver
51cf1357b2 - Fix component autodetection. 2006-12-31 17:51:22 +00:00
Pav Lucistnik
f5ae70fdf6 - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commit 2006-12-31 14:27:31 +00:00
Dirk Meyer
74967bdb28 - add USE_GNUSTEP_LOCAL_SERVICES
- add USE_GNUSTEP_SYSTEM_SERVICES
- add USE_GNUSTEP_SYSTEM_TOOLS
- new macro names that match use in GNUmakefile
2006-12-31 13:42:50 +00:00
Alejandro Pulver
beb7d2acd7 - Update comments after the last addition of Lua 5.0 and 5.1 ports.
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_LUA framework by itself).
- Correctly indent the first .for loop to initialize component information.
2006-12-31 04:44:25 +00:00
Alejandro Pulver
d08054c774 - Update comments for 2.8 version (section about available components).
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_WX framework by itself).
- Remove _WX_ILLEGAL_VERS_* added in the last update to 2.8. The reason is
  that each port should choose the version it can use, that includes taking
  into account available components (also this brings much more chicken and
  egg problems so the code could get really messy).
- Correctly indent the first .for loop to initialize component information.
2006-12-31 04:34:27 +00:00
Ion-Mihai Tetcu
4e2c4c38be Add RF:RUBYFORGE as macro for MASTER_STIES_RUBYFORGE and default
MASTER_SITE_SUBDIR in this case to lowercased PORTNAME

PR:		ports/107228
Submitted by:	Ying-Chieh Liao
2006-12-28 17:36:54 +00:00
Michael Johnson
bdad3fec90 Revive gstreamer-plugins-swfdec (flash output) 2006-12-23 18:44:10 +00:00
Michael Johnson
e1d1b9f01d - Add spc support in bsd.gstreamer.mk
- Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins
  ports
2006-12-22 23:35:43 +00:00
Michael Johnson
9964e135e6 Revive gstreamer-plugins-mpeg2enc 2006-12-22 23:14:43 +00:00
Michael Johnson
24ab724740 Revive gstreamer-plugins-jack 2006-12-22 22:37:41 +00:00
Michael Johnson
4c34925537 Revive gstreamer-plugins-cdaudio 2006-12-22 22:26:19 +00:00
Alexander Botero-Lowry
78266a3a1f - add a PYWSGIREF dependency line since wsgiref is included with 2.5 2006-12-22 05:26:01 +00:00
Michael Nottebrock
1160fd7012 Update to KDE 3.5.5 / KOffice 1.6.1
Approved by:	portmgr
2006-12-19 21:19:54 +00:00
Dirk Meyer
30a95b2e2a - pass ADDITIONAL_FLAGS ADDITIONAL_CFLAGS
- add apps to BUILD_DEPENDS too
2006-12-18 16:07:46 +00:00
Vasil Dimov
3966283021 Remove dirac references in preparation for removal of
multimedia/gstreamer-plugins-dirac80
2006-12-13 07:39:01 +00:00
Alexander Botero-Lowry
261177b8bd - add ${PYHASHLIB} dependency macro to bsd.python.mk 2006-12-13 03:22:22 +00:00
Alex Dupre
bd70061f96 Remove expired php4-ming extension. 2006-12-12 22:01:14 +00:00
Vasil Dimov
495be8b372 Prepare bsd.gstreamer.mk for removal of multimedia/gstreamer-plugins-dirac80
Approved by:	multimedia (ahze)
2006-12-12 17:15:51 +00:00
Andrey Slusar
cddc3c9179 Update xemacs and xemacs21-mule to 21.4.20 "Double Solitaire". 2006-12-12 11:41:15 +00:00
Joe Marcus Clarke
7ce7b8a8e2 Add a BUILD_DEPENDS to desktopfileutils as some ports (e.g. planner)
require this to be present at configure time.
2006-12-10 19:34:42 +00:00
Mark Linimon
c9a8767b4c Whitespace fix.
Submitted by:	edwin
2006-12-10 18:15:33 +00:00
Dirk Meyer
4f1a8505e9 - pass ADDITIONAL_CPPFLAGS, ADDITIONAL_INCLUDE_DIRS ADDITIONAL_LIB_DIRS 2006-12-09 21:37:26 +00:00
Alexander Botero-Lowry
ad1bbf1835 - Mark devel/py-ctypes IGNORE with Python 2.5 [1]
- add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using
   ports on Python 2.5 [2]
 - Update two of the four ports using ctypes to this macro [3]

PR: 104587 [1]
Submitted by:	Marcus von Appen <mva@sysfault.org> [1]
Approved by:	portmgr (pav, linimon) [2], myself [3]
2006-12-08 21:50:20 +00:00
Alexander Botero-Lowry
56160c3f25 - Add PYNUMPY macro to bsd.python.mk
Ports using Py-Numeric should be aware that it is considered deprecated
     in favor of NumPy.

PR:		105544
Submitted by:	Diane Bruce <db@db.net>
Approved by:	maintainer timeout, python@ (self)
2006-12-08 04:57:49 +00:00
Palle Girgensohn
5b1dcdfc6f Welcome new release of the world's most advanced open source database:
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html
2006-12-06 16:50:34 +00:00
Jose Alonso Cardenas Marquez
ff8e8333ef - Add MASTER_SITES_NVIDIA 2006-12-06 14:37:53 +00:00
Andrew Pantyukhin
22ce8ee2da - Add Easy Software mirrors for cups, fltk and other ports 2006-12-06 09:26:25 +00:00
Philip Paeps
463177d875 Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.

PR:		ports/106347
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by:	marcus
2006-12-05 22:51:12 +00:00
Andrew Pantyukhin
387902d9d2 - Provide a wildcard default python_pkgnameprefix to fix a few ports
Reported by:	sat
Submitted by:	ahze
Reviewed by:	multimedia
2006-12-05 18:02:43 +00:00
Ade Lovett
076c63ddd5 Whitespace fix
PR:		104010
Submitted by:	edwin
2006-12-04 01:07:25 +00:00
Pav Lucistnik
b69c79b36a - Skip versions for which requested component is not available. Fixes ports
that define

  USE_WX=	2.4+
  WX_COMPS=	python
2006-12-03 18:04:39 +00:00
Max Khon
272618278f - Add support for wxgtk2 2.8.
- Fix path to wxsvg.
2006-12-03 15:24:25 +00:00
Dirk Meyer
9836027270 - add MASTER_SITE_GNUSTEP_CH 2006-12-02 21:57:05 +00:00
Philip Paeps
972fe1b9a6 Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS. Revert
miwi's stopgap to devel/Makefile.  This should make everything happy again.

Submitted by:	droso, Andrew Turner <andrew+ports@fubar.geek.nz>
Pointy hat to:	philip
2006-11-30 21:51:05 +00:00
Pav Lucistnik
40421a6b20 - Add support for Zope 2.10
PR:		ports/106001
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2006-11-30 13:51:28 +00:00
Dirk Meyer
19c830cd02 - new option USE_GNUSTEP_LDCONFIG
- new option USE_MAKEFILE
- default USE_GMAKE and GNUmakefile
2006-11-30 06:55:29 +00:00
Pav Lucistnik
7e33e9e925 - Add a new CTAN master site
PR:		ports/104827
Submitted by:	Serg V. Shubenkov <serg@macomnet.ru>
2006-11-24 19:24:51 +00:00
Alex Dupre
a2562ad2a8 Remove panda extension since it's deprecated and will be removed soon.
PR:		ports/105709
Submitted by:	vd
2006-11-22 06:59:37 +00:00
Dirk Meyer
937ad06864 -add options USE_GNUSTEP_SYSTEM_THEMES, USE_GNUSTEP_LOCAL_THEMES 2006-11-20 03:47:08 +00:00
Dirk Meyer
6bc90c25ec - new option USE_GNUSTEP_SYSTEM_BUNDLES 2006-11-19 20:52:08 +00:00
Dirk Meyer
cd25ab5604 - new option USE_GNUSTEP_LOCAL_BUNDLES 2006-11-17 13:01:35 +00:00
Dirk Meyer
a5043a677c - new option USE_GNUSTEP_LOCAL_TOOLS 2006-11-16 14:57:47 +00:00
Alejandro Pulver
9da1a0ef67 - Some comment fixes.
- Change dependency type separator from "_" to ":".
- Add WX_PREMK, WANT_UNICODE, WITHOUT_UNICODE, WXRC_CMD.
- Fix dependencies when using multiple components.
2006-11-13 21:15:38 +00:00
Alejandro Pulver
e9cb799675 - Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables.
- Use "?=" instead of "=" for defining LUA_VER.
2006-11-12 14:23:12 +00:00
Alejandro Pulver
2c86df786c - Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables. 2006-11-09 19:22:54 +00:00
Clement Laforet
5cf595bca5 - s/WITH_SUEXEC_UMASK/SUEXEC_UMASK/
Spotted by:		ksaveras.sakys@observer.lt
2006-11-07 09:11:53 +00:00
Alex Dupre
8fbcab85d9 Update to 5.2.0 release. 2006-11-06 17:43:11 +00:00
Andrew Pantyukhin
cc50eb7a6e - Add belnet and osdn to SFE, remove jaist, citkit and peterhost 2006-11-05 12:27:42 +00:00
Edwin Groothuis
e66ac223f4 [patch] Mk/bsd.sdl.mk - support for sdl_pango
Add support for x11-toolkits/sdl_pango

PR:		ports/104900
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2006-10-31 21:37:05 +00:00
Jean-Yves Lefort
9a51a6d84c Add USE_GNOME_SUBR knob (pulls in sysutils/gnome_subr and adds
GNOME_SUBR to SUB_LIST).
2006-10-31 09:11:23 +00:00
Dirk Meyer
2d19e41e8a - new options
USE_GNUSTEP_SYSTEM_APPS=     ProjectCenter:devel/projectcenter.app
      depends on Application installed in System directrory at runtime

 USE_GNUSTEP_LOCAL_APPS=      Ink:misc/gnustep-examples
      depends on Application installed in Local directrory at runtime

 USE_GNUSTEP_MAKE_DIRS=        App Tools
      call build and install target in each of the given dirs.
2006-10-31 05:27:21 +00:00
Joe Marcus Clarke
b4d9a249b0 Correct a typo when restoring pre-GNOME 2.16 bit.
Approved by:	portmgr (implicit)
2006-10-15 03:42:39 +00:00
Joe Marcus Clarke
68662cdc57 Put back some bits overwritten in the GNOME 2.16 import.
Approved by:	portmgr (implicit, kris)
2006-10-14 09:34:03 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Hye-Shik Chang
e18b838fd9 Revert the default version of Python to 2.4 for the ports freeze
period.  Python 2.5 brought a vast range of incompatibility to a
large number of ports, so the python@ team will do more basic
compatibility work in a private repository and merge it later.
Sorry for the inconvenience.

Approved by:	portmgr (kris)
2006-10-13 07:16:45 +00:00
Hye-Shik Chang
a109e33441 - Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
  - And all versions of Python ports have short version identifier in its
    package name; python25-2.5, python24-2.4.3 and etc.
  - Also you must upgrade all python modules after lang/python updated,
    cd /usr/ports/lang/python && make upgrade-site-packages

- Give maintainership of Python ports to the new python@ group which
  includes me, alexbl@ and others.
2006-10-09 14:27:26 +00:00
Hye-Shik Chang
6f539d49d4 Whitespace cleanup.
PR:		104021
Submitted by:	edwin
2006-10-08 14:53:49 +00:00
Dirk Meyer
68feb12fdc - fix an warning when compat5x-i386-5.4.0.8_7 is instaleld
Submitted by:	Dmitry Marakasov
2006-10-08 09:38:38 +00:00
Dirk Meyer
4a7b60633e - fix a warning when compat5x-i386-5.4.0.8_7 is installed
Submitted by:	Dmitry Marakasov
2006-10-08 09:37:29 +00:00
Herve Quiroz
01aeb9e835 Convert whitespaces to tabs
PR:		104012
Submitted by:	edwin
2006-10-07 20:40:07 +00:00
Dirk Meyer
6908d56fce update MASTER_SITE_GNUSTEP 2006-10-07 17:47:05 +00:00
Martin Wilke
cf96917c27 - The white space police is back in town!
- Reformat comments to match other bsd.x.mk files

PR:		ports/104024
Submitted by:	Edwin Groothuis <edwin(at)mavetju.org>
Sponsored by:   FreeBSD Bug-a-thon #1
2006-10-07 10:24:57 +00:00
Martin Wilke
3ea8108fd3 - The whitespace police is back in town!
PR:		ports/104013
Submitted by:	Edwin Groothuis <edwin(at)mavetju.org>
Sponsored by:   FreeBSD Bug-a-thon #1
2006-10-07 10:22:24 +00:00