Commit graph

3635 commits

Author SHA1 Message Date
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
Martin Wilke
d753897610 - Fix build
- Add LICENSE

PR:		166054
Submitted by:	Ports Fury
Feature safe:	yes
2012-04-07 08:40:06 +00:00
Roman Bogorodskiy
9392f497fc - Add missing dependency on startup-notification and add a knob to
disable it
- Bump PORTREVISION

PR:		ports/166217
Submitted by:	Oleg Pudeyev <oleg@bsdpower.com>
Feature safe:	yes
2012-03-25 14:36:10 +00:00
Dmitry Marakasov
657fdce402 - Fix hidden dependency on libinotify
- Link with libinotify correctly which fixes dependent ports dying with rtld error
- Minor port cleanups

PR:		166296
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
Feature safe:	yes
2012-03-21 23:08:04 +00:00
Pav Lucistnik
fde0796cbc - Mark BROKEN on 7.X: does not compile
handlers.c: In function 'W_HandleInputEvents':
  handlers.c:471: error: 'fd_set' undeclared (first use in this function)
  handlers.c:471: error: (Each undeclared identifier is reported only once
  handlers.c:471: error: for each function it appears in.)
  handlers.c:471: error: expected ';' before 'rset'
  handlers.c:486: warning: implicit declaration of function 'FD_ZERO'
  handlers.c:486: error: 'rset' undeclared (first use in this function)
  handlers.c:487: error: 'wset' undeclared (first use in this function)
  handlers.c:488: error: 'eset' undeclared (first use in this function)
  handlers.c:493: warning: implicit declaration of function 'FD_SET'
  handlers.c:527: warning: implicit declaration of function 'select'
  handlers.c:542: warning: implicit declaration of function 'FD_ISSET'

Reported by:	pointyhat
Feature safe:	yes
2012-03-18 20:13:55 +00:00
Eitan Adler
9279889f5a Restore start script - it got lost in the rename
Submitted by:	ak
Approved by:	maintainer (implicit)
Feature safe:	yes
2012-03-17 16:51:13 +00:00
Doug Barton
a2fd74fad1 Apparently xrandr affects the ability to restart a session negatively in
some circumstances. So make it optional, with a warning.

Feature safe:	yes
2012-03-09 08:33:47 +00:00
Eitan Adler
6ba9bb2982 - scrotwm has been renamed to spectrwm
- update to 1.0.0

PR:		ports/165248
Submitted by:	Niclas Zeising <zeising@daemonic.se> (maintainer)
Reviewed by:	pgollucci
2012-03-06 03:20:52 +00:00
Eitan Adler
cfb6b77301 Forced commit to note repocopy for renamed project 2012-03-06 03:14:06 +00:00
Renato Botelho
21d02b1b32 - Drop maintainership
- Mark it as BROKEN, it doesn't build with WindowMaker 0.95.2
2012-03-05 12:03:44 +00:00
Doug Barton
0661821c24 Restore the fix from 1.161 since it seems to still be necessary,
at least in some environments. Still under investigation upstream.
2012-03-04 18:17:01 +00:00
Alex Kozlov
7ca108f3bd Update maintainer email in my ports
Approved by:	eadler (mentor)
2012-03-02 23:43:45 +00:00
Doug Barton
560aea0558 Hope to fix 7-amd64 with blind luck by conditionally adding back
the ac_cv_c_inline_asm=no fix that seemed no longer to be necessary.
2012-03-02 19:56:58 +00:00
Kris Moore
7330a51c63 - Update to 0.4.6.1 2012-02-28 20:45:41 +00:00
Greg Larkin
b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00
Doug Barton
85d11db043 Add what I hope is a more robust fix for the problem of not being able
to restore a session. Building WindowMaker with clang found these
problems, including the one genuine typo in osdep_bsd.c that seems to
be responsible for (most/all?) of the session restoration problem.

Patch still under discussion upstream, but I feel comfortable bumping
PORTREVISION at this point because these are actual bugs that need
fixing, and it 100% solves the restoration problem for me at least.
2012-02-27 01:56:49 +00:00
Greg Lewis
6bd63212d4 . Change gif dependency from libungif to giflib due to the latter being the
preferred library of the two.  I actually think this is superfluous as
  this library is never linked in (nor is the inbuilt version used).  I'll
  investigate this further.
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.

PR:		165383
Submitted by:	swills@
2012-02-25 18:10:47 +00:00
Doug Barton
91703246a6 Use logical negation instead of comparison to 0 for a value that can
be numeric, but is null by default.

Currently in discussion upstream, but this change is confirmed to at
least fix the symptom of not properly restoring the session on restart.
2012-02-24 08:14:00 +00:00
Doug Barton
6e1e377f62 @dirrmtry *both* the LC_MESSAGES directory *and* its parent, neither
of which are in BSD.local.mk.

pointyhat++
2012-02-23 22:24:30 +00:00
Doug Barton
c36b600802 Apparently we're supposed to remove locale directories if they are not
in BSD.local.mk.  Do it with @dirrmtry just in case.
2012-02-22 10:53:14 +00:00
Doug Barton
e870a7d8ee Silence REINPLACE_CMDs 2012-02-20 09:34:42 +00:00
Doug Barton
e0cb1c6b5a Fix some more default paths that show up in a first-time install 2012-02-20 01:05:02 +00:00
Martin Wilke
a814745502 - Update to 4.8.3
PR:		165110
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-02-20 00:06:26 +00:00
Doug Barton
cde508e4f2 Add some more direct dependencies
Inspired by:	pavmail
2012-02-19 22:08:29 +00:00
Dirk Meyer
4c847dc1bf - needs XWindowServerKit 2012-02-19 10:40:24 +00:00
Dirk Meyer
e8e364be02 - fix build with gcc46 2012-02-19 08:06:57 +00:00
Eitan Adler
b779b6b24d Remove gratitutous version number from LIB_DEPENDS where not required. 2012-02-18 23:56:30 +00:00
Renato Botelho
38e8a1e857 Fix docbook dependency - s/docbook-450/docbook-xml-450/
PR:		ports/164578
Submitted by:	Michiel Boland <michiel@boland.org>
2012-02-18 13:07:11 +00:00
Doug Barton
e25425a4ab After just 7 short years, a new release of WindowMaker, 0.95.2
New features and highlights:

Left Half / Right Half Maximize.

Maximus: tiled maximization. Maximizes a window such that it occupies the
  largest area without overlapping others.

New mouse-resizing functionality. Windows can now be resized vertically
  (horizontally) using MOD+Wheel (CTRL+Wheel).

History and TAB completion in dialogs. To use this new functionality in
  your old WMRootMenu, replace %a by %A in the relevant entry. It will
  look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use
  wmgenmenu to generate a new menu.

Bouncing appicon effect.

New applications (wmgenmenu and wmmenugen) to generate the root menu
  automatically by looking which applications you have on your $PATH.
  Translations to German, Spanish and French of menus generated by
  wmgenmenu.

Improved dockapp recognition.

And many trivial things which reduce little annoyances one might have.
  For example, an option was added to control whether or not Window Maker
  should do automatic workspace switching to satisfy a focus request from
  a window located in another workspace.

Added keyboard shortcut to uncover/cover the dock.

Mac OS X-style window cycling.

Preliminary XRandR support (needs a bit more work to be bug-free).

Many other bug fixes.

For the ports:
* Remove patches that have been adopted upstream or otherwise made
  obsolete
* Remove the OPTIONS, and enable all features
* Improve PREFIX-safety
* Otherwise simplify the windowmaker port
* Make libwraster a proper slave port
2012-02-18 09:16:03 +00:00
Roman Bogorodskiy
d5bf68d09c - Add missing imlib2 dependency and add a knob WITHOUT_IMLIB to
disable imlib2 support
- Bump PORTREVISION

Reported by:		Yuri <yuri@rawbw.com>
2012-02-16 16:33:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Jason Helfman
5ae44f74bd - Update to 6.0
PR:	ports/165144
Submitted by:	maintainer, schot at A-Eskwadraat.nl
2012-02-14 20:20:52 +00:00
Gabor Pali
c4aebd467c - Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@ for the help!

Obtained from:	FreeBSD Haskell
2012-02-13 03:49:32 +00:00
Ruslan Makhmatkhanov
847375fe09 - convert to using PYTHON_SITELIBDIR (non-functional change) 2012-02-12 17:40:54 +00:00
Jason Helfman
45784bc4ff - Update to 0.11.0
- while here cleanup portexamples installation and relocate screeshot.sh to ${PREFIX}/bin

PR: ports/164921
Submitted by: maintainer, zeising at daemonic.se
2012-02-10 08:16:33 +00:00
Cy Schubert
0d1a1360ef Add distfiles sources. 2012-02-08 05:58:18 +00:00
Martin Wilke
c46aeb09d7 - Chase libmpd shlib bump 2012-02-06 15:33:14 +00:00
Cy Schubert
425ee9a5d7 Update 2.6.3 --> 2.6.4. 2012-02-02 20:20:24 +00:00
Rene Ladan
4e4fdae102 Remove expired port:
2012-02-01 x11-wm/xfce: abandoned upstream, use x11-wm/xfce4 instead
2012-02-02 16:07:26 +00:00
Eitan Adler
54a8b690ac Add file I forgot to add in the last commit 2012-01-29 15:57:53 +00:00
Eitan Adler
76b29f23b6 - Enable XINERAMA by default - it has no extra depends
- Enable Beastie by default - daemon > no daemon
- Add a LITE option - untested
- Include MenuIconSize not yet upstreamed

PR:		ports/164386
Submitted by:	Gabor Fischer <Gabor.Fischer@gmx.net>
2012-01-29 15:57:27 +00:00
Dennis Herrmann
132a7451a3 - Update to 4.1.2 2012-01-29 14:52:44 +00:00
Doug Barton
15d3a3a981 Move these ports from libungif to giflib since that seems to be the consensus 2012-01-28 03:31:10 +00:00
Roman Bogorodskiy
8801224f67 - Update WWW
- Slightly improve the description
2012-01-25 11:40:21 +00:00
Brendan Fabeny
f00f210e61 update lang/sbcl to 1.0.55, and adjust dependent ports 2012-01-24 14:10:45 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Doug Barton
56b8885186 Remove license info 2012-01-20 13:07:17 +00:00
Ruslan Makhmatkhanov
565045ccbb - fix runtime by correcting typo
- bump PORTREVISION

PR:		164250
Submitted by:	Niclas Zeising <zeising at daemonic dot se> (maintainer)
2012-01-17 19:15:06 +00:00
Chris Rees
7fcba5fea0 - Pass maintainership to submitter
Approved by:	maintainer via email

- Update to 0.10.0

- Update WWW

PR:		ports/164032
Submitted by:	Niclas Zeising <zeising@daemonic.se>
2012-01-16 19:11:05 +00:00
Pav Lucistnik
e4e36896d8 - Remove X11BASE
Reported by:	pointyhat
2012-01-16 18:35:03 +00:00