1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

3704 Commits

Author SHA1 Message Date
Thomas Abthorpe
32c4928222 - Reassign to the heap due to mail bounces
With hat:	portmgr
2012-09-22 03:30:14 +00:00
Alexey Dokuchaev
377b8b9de5 Fix spelling mistakes in bapt@'s recent deprecation commits. 2012-09-21 10:08:32 +00:00
Baptiste Daroussin
0edafe1400 Deprecate a bunch of abandonware or alike 2012-09-20 17:55:31 +00:00
Baptiste Daroussin
b12380488b - update WWW
- while here clean up Makefile header
2012-09-20 17:51:18 +00:00
Eitan Adler
c5622ed82b - Covert to OptionsNG
- Add generally useful options to the global list

Approved by:	ak (maintainer)
2012-09-16 00:18:35 +00:00
Brendan Fabeny
b7c7102421 update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports
2012-09-13 02:03:41 +00:00
Bryan Drewery
5d9badc424 - Update to 2.1.0
Changelog:

  mdir: add support for maildir whitespaces
  README: prefer vicious in global space
  uptime: metatable bugfix after lua52 port fixed by Jorg Thalheim
  contrib: document how to enable contributed widgets
  os: change os.getenv init to allow standalone usage of os widget
  contrib: initialization bugfix after lua52 port
  README: update initialization instructions
  bat: metatable bugfix after lua52 port
  widgets: cleanup behind the last commit 363c03e
  Fixed io.lines() bug
  Ported vicious.contrib to lua 5.2
  Ported vicious.widgets module to lua 5.2
  Ported vicious module to lua 5.2
  cpufreq: skip redudant freq variable check
  cpufreq: rework new exception handlers
  cpufreq: handle not existing frequency/governer
  pkg: update 'Arch S' substitution lines

PR:		ports/171538
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-09-11 16:54:19 +00:00
Pietro Cerutti
137a79f87d - Update to 1.0.10.002
Changes:
  * Fix coords placement in techopaque mode (Daniel Manjarres).
  * Remove unused code.
  * Fix (if experimenting with USE_DESK_EXPOSE).
  * Move EObj sliding functions to slide.c too.
  * Don't prevent pager update due to ewin slide.
  * Add some timer debug, cosmetic changes.
  * Fetch time to next timer run after running idlers.
  * Desk restacking before shade/unshade should not be necessary.
  * Another spec file fix - don't own locale/* dirs.
  * Startup cosmetics.
  * Fix having black solid color background.
  * Don't keep shaded windows entirely on-screen (ticket 1191).
  * Enable logging to stdout or stderr.
  * Improve fading debug logging.
  * Remove unnecessary code in ECompMgrWinFadeIn().
  * Menu code tweaks.
  * Alert if root window button events cannot be selected.
  * Use EobjsSlideBy() to slide desks as well as areas.
  * EobjSlideTo() is no longer used.
  * Fix potential deadlock with multiple simultaneous alerts.
2012-09-10 12:09:15 +00:00
Eitan Adler
f439946309 Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR:	ports/171481
2012-09-09 02:30:44 +00:00
Mark Linimon
f12a5af997 Mark as broken on sparc64.
Hat:		portmgr
2012-09-08 06:53:18 +00:00
Niclas Zeising
6e327b990f Update to version 2.0.2.
This release contains support for Xcursor as well as several bug fixes.

Approved by:	miwi (mentor)
2012-08-28 10:09:38 +00:00
Rene Ladan
992a3cc042 Remove some expired ports:
2012-06-30 databases/php5-rrdtool: deprecated via upstream please use databases/pecl-rrd.
2012-07-31 graphics/evas-engine-xrender: Deprecated by enlightenment.org
2012-07-31 graphics/evas-loader-edb: Deprecated by enlightenment.org
2012-03-27 www/linux-f10-flashplugin10: has vulnerabilities and is EOL
2012-07-31 x11-wm/e17-module-efm_nav: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_path: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_pathbar: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-notification: Merged into x11-wm/enlightenment
2012-08-26 09:41:50 +00:00
Niclas Zeising
5cb8f91f1e Update spectrwm to version 2.0.0
This is a complete rewrite using xcb and with support for Xft.

Approved by:	kwm (mentor)
2012-08-23 11:24:34 +00:00
Baptiste Daroussin
346cd19bd6 - update to 0.1.15
- changes: https://www.pekwm.org/projects/pekwm/wikis/Release-0_1_15
2012-08-16 09:42:48 +00:00
Doug Barton
0acb9883aa Unbreak this by doing what seems to have been intended 2012-08-10 04:49:11 +00:00
Olivier Duchateau
426165f4be - Use USE_PKGCONFIG macro
- Add patch when NLS is unset
- Remove USE_AUTOTOOLS (libtool) macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-09 19:37:58 +00:00
Beat Gaetzi
6fa84316c8 - Mark as BROKEN:
Link ede-bell-conf/ede-bell-conf
libedelib_gui.a(Ede.o): In function `edelib::ApplicationBootstrap::ApplicationBootstrap(char const*, char const*)':
Ede.cpp:(.text+0x31): undefined reference to `edelib::nls_support_init(char const*, char const*)'

Reported by:	pointyhat
2012-08-05 12:19:08 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Doug Barton
6c1bc50c5a Remove my personal web site from MASTER_SITES 2012-07-29 08:17:33 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Baptiste Daroussin
9a07d271c0 Add USE_PKGCONFIG 2012-07-27 13:46:04 +00:00
Baptiste Daroussin
f6cc561454 - Use USE_PKGCONFIG macro
- Remove useless post-patch
2012-07-27 12:34:54 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Niclas Zeising
4d5e912897 Update to version 1.1.2, bugfix release.
Changelog:
* Fix issue where a window/icon could not be clicked or otherwise
  manipulated.
* Fix an issue where on some Intel graphics cards when exiting the screen
  turned garbled and would blink really badly.
* Bonus fix: spawn_position to actually do what it is supposed to do.

Approved by:	kwm (mentor)
2012-07-20 15:14:23 +00:00
Doug Barton
69c077de7b Toss this one back in the pool, as I no longer use it.
For those that come after, I recommend not bothering with 0.95.3 as it has
"issues." I also cannot stress enough the need to subscribe to and
participate in the discussion on wmaker-dev@lists.windowmaker.org.
2012-07-19 12:16:39 +00:00
Chris Rees
8e8d6d0e81 Add information for those lucky enough to have working suspend/resume
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
2012-07-16 17:34:44 +00:00
Renato Botelho
3bcc72a427 Update to 3.4.13 2012-07-15 23:45:16 +00:00
Pietro Cerutti
ff7e522f52 - Update to 1.0.10.001
Changelog:
  * Spec file fixes.
  * Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
  * Eliminate Mode.place.doing_slide.
  * Fix setting slide-in mode in dialog.
  * Menus - Remove unused code.
  * Change ewin sliding function API.
  * Dialog sliders - Enable having upper bound below lower.
  * Dialogs - Add missing const.
  * Remove server grab around EShapeSetShape().
  * Add EX_EVENT_GLX_FLIP.
  * Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
  * Remove useless parameter from SnapshotsSaveReal().
  * GSOD - Make work when compositing.
  * GSOD - Refactor + some changes.
  * GSOD - Just use fixed font. Font sets are causing trouble again.
  * Name ewin sliding functions consistently.
  * Move ewin sliding functions to slide.c.
  * EwinMove/Resize - Change various global/ewin flags to function parameter.
  * Use OPSRC_NA in stead of 0.
  * Add uninstall-local to fix distcheck (with recent autotools?).
  * Move GetTimeMs/Us() to time.c.
  * French translation update (Tristan D.).
  * Make clean shouldn't remove e16-gnome3-session.desktop.
  * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
  * Simplify user info functions.
  * Close all fd's above 2 when exec'ing for restart.
  * French translation update (Tristan D.).
  * Minor tweak around ECompMgrGetRootBuffer().
  * Remove some obsolete code.
  * Change some longs to ints where long is not needed.
  * Fix build without composite but with xrender.
  * Remove now unused EKeycodeToString().
  * Remove old e16keyedit (pre 0.7) IPC functions.
  * Fix bug in pareto_maximizer() (Daniel Manjarres).
  * Remove unnecessary AC_PROG_MAKE_SET.
  * Warning fix for gcc-4.6.x.
  * Japanese translation update (Yasufumi Haga).
2012-07-10 11:13:29 +00:00
Max Brazhnikov
c958ed5b01 E17 module itask-ng has been renamed to engage.
PR:		ports/167405
Submitted by:	Grzegorz Blach <magik at roorback.net>
2012-07-06 21:22:02 +00:00
Niclas Zeising
b977327e37 Update to version 1.1.1
Changelog:
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Bug and backawards compatiblity fixes.

Approved by:	kwm (mentor)
2012-07-04 14:57:11 +00:00
Niclas Zeising
ddd37c75c9 Change maintainer address to my FreeBSD.org mail address.
Approved by:	kwm (mentor)
2012-07-03 08:28:34 +00:00
Renato Botelho
f3941b6e07 - Move to OPTIONSng
- Remove libraries version from LIB_DEPENDS to silence portlint
2012-07-02 22:22:37 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Max Brazhnikov
b00ecc310e Remove stale patches, forgotten in previous commit.
Reported by:	Andrzej Tobola via mail
2012-06-28 18:59:40 +00:00
Max Brazhnikov
249ae119e2 Fix PORTREVISIONs
Reported by:	erwin
2012-06-28 18:29:38 +00:00
Max Brazhnikov
b9eaf39433 - Update E17 ports:
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
	benchmarks/expedite
	devel/eio
	graphics/evas-loader-generic
	graphics/evas-loader-ico
	graphics/evas-loader-psd
	graphics/evas-loader-wbmp
	graphics/evas_generic_loaders-gst
	graphics/evas_generic_loaders-pdf
	graphics/evas_generic_loaders-ps
	graphics/evas_generic_loaders-raw
	graphics/evas_generic_loaders-xcf
	x11-wm/e17-module-comp-scale
	x11-wm/e17-module-e-tiling
	x11-wm/e17-module-elfe
	x11-wm/e17-module-everything-aspell
	x11-wm/e17-module-everything-shotgun
	x11-wm/e17-module-xkbswitch

PR:		ports/167405
Submitted by:	Grzegorz Blach <magik at roorback.net>
2012-06-26 17:36:30 +00:00
Eitan Adler
3e83fd47cf Upgrade to OptionsNG
Reviewed by:	dinoex, ak
2012-06-26 03:57:31 +00:00
Renato Botelho
9a2ed620cb Update to 3.4.12 2012-06-18 18:34:46 +00:00
Pietro Cerutti
3941c97934 - Fix PLIST
Reported by:    PH (pav, linimon)
2012-06-18 09:35:41 +00:00
Doug Barton
bbff3b48da In OPTIONS, s/ORANGE/ORAGE/
Submitted by:	tijl
2012-06-17 08:48:24 +00:00
Sylvio Cesar Teixeira
1dccd8b988 - Fix build
PR:		ports/168606
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Reported by:	pav@
2012-06-11 13:17:58 +00:00
Pietro Cerutti
300e8d0212 - fix linking 2012-06-11 08:01:59 +00:00
Tilman Keskinoz
df2c19e2a5 Convert to new options framework 2012-06-10 16:27:38 +00:00
Dirk Meyer
d0e91b562f - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:10:22 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00