1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

2979 Commits

Author SHA1 Message Date
Robert Noland
3f25528aaf Fix pkg-plist
Submitted by:	QAT
Approved by:	garga (mentor)
2008-10-01 17:52:06 +00:00
Robert Noland
d0ed07cd81 Add simple-ccsm to the Makefile
Approved by:	garga (mentor), portmgr
2008-10-01 13:04:03 +00:00
Robert Noland
4f1ac32e16 Add simple-ccsm with compiz update
Approved by:	garga (mentor), portmgr
2008-10-01 12:59:37 +00:00
Robert Noland
0a49ecf9af Update to 0.7.8
Approved by:	garga (mentor), portmgr
2008-10-01 12:32:04 +00:00
Martin Wilke
df0d3a1a8d - Update to 2.3.4
PR:		127272
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
2008-09-24 14:54:20 +00:00
Jeremy Messenger
1344c1f02f Fix both shell scripts to not use 'hash', so use which(1) instead that was
took (better word, backout) from 1.0.0 release. The 'hash' isn't available
some shells. Bump the PORTREVISION.

Reported by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Tested by	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
		Randy Pratt <bsd-unix@embarqmail.com>
2008-09-23 04:30:45 +00:00
Jeremy Messenger
6fc7f3bdc0 -Fix unshading crash. [1]
-Fix pixmap resource leak in pixmap menu.
-Bump the PORTREVISION.

Reported by:	L Campbell <llc2w@virginia.edu> [1]
Tested by:	L Campbell <llc2w@virginia.edu> [1]
		Randy Pratt <bsd-unix@embarqmail.com> [1]
Obtained from:	Its git repository (both patches)
Approved by:	portmgr (linimon)
2008-09-17 04:23:32 +00:00
Pietro Cerutti
1c3811dee7 - Fix build on sparc64
- Bump PORTREVISION

Approved by:	portmgr (erwin)
2008-09-15 16:28:18 +00:00
Jeremy Messenger
598dcf05ec Update to 1.1.0.1, see Release Notes and Changelog for details:
http://sourceforge.net/project/shownotes.php?group_id=35398&release_id=623696
2008-09-05 15:59:30 +00:00
Felippe de Meirelles Motta
9d04503ce0 echinus is a dynamic window manager for X11 supporting managing windows in floating, tiled and maximized layouts based on dwm.
All the configuration is made via config file in Xresources format.
Echinus supports a small subset of EWMH to be compatible with external panels and pagers.
The goal of development is a small, fast window manager without features not strictly related to window management (menus, panels, etc.)

WWW: http://rootshell.be/~polachok/code/

PR:		ports/126238
Submitted by:	Henrik Friedrichsen <hrkfrd@googlemail.com>
2008-09-02 01:07:18 +00:00
Oliver Lehmann
2d13c2055f make it use gcc 4.2 or above instead of 4.1 only.
Requested by:	gerald
2008-09-01 17:55:58 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Pietro Cerutti
cc2925beac - Instruct portscout to ignore pre-release versions 2008-08-26 11:23:01 +00:00
Thomas Abthorpe
b4095b78e8 2007-10-28 x11-wm/ude: Remove dead project 2008-08-22 15:05:05 +00:00
Thomas Abthorpe
46525c645a 2007-10-28 x11-wm/9wm: Project is dead, last release from 2002
2007-10-28 x11-wm/gwm: Project is dead
2007-10-28 x11-wm/mlvwm: Project is dead
2007-10-28 x11-wm/novawm: Project is dead
2007-10-28 x11-wm/orion: Version branch long since retired
2008-08-22 15:02:08 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pietro Cerutti
e0a88032e0 - Update to 0.16.8.0.1 2008-08-19 22:58:57 +00:00
Mark Linimon
af19c4f494 Mark as DEPRECATED: no longer developed, and depends on obsolete version
of fltk, which is also no longer supported.

Submitted by:	maintainer
2008-08-19 09:32:52 +00:00
Martin Wilke
b8da9b7e74 2008-08-02 x11-wm/beryl: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-core: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-manager: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-plugins: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-plugins-unsupported: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-settings: No longer supported - Use compiz
2008-08-02 x11-wm/beryl-settings-bindings: No longer supported - Use compiz
2008-08-18 18:58:35 +00:00
Martin Wilke
cedc65b136 - Remove x11-wm/heliodor No longer supported - Use compiz
Approved by:	 rnoland (maintainer)
2008-08-18 18:47:58 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Vanilla I. Shu
4e371f3b67 Pass maintainer bit to gahr@. 2008-08-16 02:18:56 +00:00
Pietro Cerutti
c0e770f487 - Update to 0.16.8.14
- Take over maintainship

Approved by:	vanilla (previous maintainer)
2008-08-14 19:34:36 +00:00
Pietro Cerutti
c2c8db0eb5 - Take over maintainship of vanilla@'s e16-related ports
Approved by:	vanilla (former maintainer)
2008-08-14 19:23:21 +00:00
Martin Wilke
81941179b8 o Update to 0.1.7
o Update maintainer email address

Version 0.1.7 contains both bug fixes and new features compared to
0.1.6, most notably:

o UTF-8 support, finally non ASCII characters should render ok.
o RandR support, multi-screen configuration is now detected and should
be handled correctly.
o Viewport support removed, it was buggy and not used by many.

For a somewhat more complete list of changes see:
http://www.pekwm.org/projects/pekwm/wikis/Release-0_1_7

PR:		126318
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
2008-08-08 22:52:13 +00:00
Eric Anholt
d661e422dd Drop maintainership on my ports as I'm no longer using FreeBSD. 2008-08-06 20:41:05 +00:00
Martin Wilke
375b670012 - Update to 5.1
- Update WWW

PR:		126284
Submitted by:	Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
2008-08-06 07:55:13 +00:00
Martin Wilke
33fe23ae1e - Add missing xorg dependency
PR:		123406/126149
Submitted by:	Mel <mel@rachie.is-a-geek.net>
		Gergely Czuczy <phoemix@harmless.hu>
2008-08-01 09:04:35 +00:00
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Thomas Abthorpe
ed7d9bd249 - Update to 1.52
PR:		ports/125903
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-07-28 11:58:32 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Pav Lucistnik
e314a0d3c4 - Add CC and CXX to MAKE_ENV for all ports
PR:		ports/86106, ports/101120 (based on)
2008-07-24 22:29:33 +00:00
Florent Thoumie
b874e7ee7b Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by:	portmgr (self)
2008-07-22 21:55:48 +00:00
Oliver Braun
f5d876d7f6 Upgrade ghc to 6.8.3. 2008-07-18 20:05:17 +00:00
Ion-Mihai Tetcu
ebdd18cb79 - fix plist with -DNOPORTDOCS [1]
- pet portlint
- MASTER_SITE_SUBDIR is set automatically by bsd.sites.mk
- bump PORTREVISION [1]

PR:		ports/125376
Submitted by:	maintainer
2008-07-09 09:05:53 +00:00
Beech Rintoul
8ce9326b52 - Update to 3.0.6
- Respect portdocs

PR:		ports/125176
Submitted by:	Giacomo Mariani <giacomomariani@yahoo.it> (maintainer)
2008-07-07 16:35:00 +00:00
Florent Thoumie
d385b46470 Don't install README if NOPORTDOCS is specified.
Reported by:	itetcu
2008-07-07 15:21:27 +00:00
Ion-Mihai Tetcu
ef4d2c40d8 - s/NOPORTDOCS/NO_INSTALL_MANPAGES/ where needed
- bump PORTREVISION

Prompted by:	QA Tindy run
2008-07-06 17:09:09 +00:00
Ion-Mihai Tetcu
670da1107e - respect DOCSDIR
- fix plist with -DNOPORTDOCS
- use REINPLACE_CMD
- bump PORTREVISION

Prompted by:	QA Tindy run
2008-07-05 09:02:01 +00:00
Roman Bogorodskiy
7028b24d4e Update to 2.3.2.
PR:		124698
Submitted by:	Chess Griffin <chess@chessgriffin.com>, maintainer
2008-07-03 05:56:51 +00:00
Beech Rintoul
84403fb32e - DEPRECATED - No longer supported
PR:		ports/124806
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-07-03 04:37:21 +00:00
Martin Wilke
597c5e9c9f - Update to 5.0.1
PR:		124832
Submitted by:	Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
2008-06-23 11:01:20 +00:00
Stanislav Sedov
c392bd4639 - Inform user that applying suid bit on some binaries
might be required for some functions to work.

Submitted by:	Ilya Bakulin <webmaster@kibab.com>
2008-06-22 16:58:09 +00:00
Chin-San Huang
c7d84472f3 - Add conflicts with lxsession-lite 2008-06-22 04:19:01 +00:00
Chin-San Huang
4c03750142 LXSession Lite is a stripped-down lightweight version without X11 session
management support, and it's more stable than lxsession.

WWW: http://lxde.sourceforge.net/
2008-06-22 04:17:39 +00:00
Alejandro Pulver
f5bb5ce98d - Update to version 0.9.3. 2008-06-21 22:18:13 +00:00
Chin-San Huang
956401dd6b lxsession is a standard-compliant X11 session manager with
shutdown/reboot/suspend supports via HAL and gdm.

WWW: http://lxde.sourceforge.net/
2008-06-21 12:02:17 +00:00
Roman Bogorodskiy
f1ddb58c9e Chase x11-wm/openbox update.
Reported by:		pav
2008-06-20 12:46:01 +00:00