1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

188 Commits

Author SHA1 Message Date
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Niclas Zeising
a48bbb82b6 Update to 5.26
Stagify.

Thanks to bapt for the help with staging!
2013-12-17 22:01:03 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Niclas Zeising
3741caa42d A bunch of cleanups and fixes.
Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed.  Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers.  Add locale
messages to plist.
Bump portrevision.

Noticed by:	avg (build issues)
Tested by:	avg
2013-09-02 12:05:58 +00:00
Niclas Zeising
5b6729df26 Add missing dependencies.
Bump portrevision (again).

PR:		ports/181726
Submitted by:	Pawel Pekala <pawel@FreeBSD.org>
2013-09-01 22:36:56 +00:00
Niclas Zeising
d1232ff78f Fix plist.
Bump portrevision.

noticed by:	QAT
2013-09-01 01:15:24 +00:00
Niclas Zeising
c97fef8a33 Update to 5.22
While here, switch USE_GMAKE=yes to USES=gmake
2013-08-31 23:55:40 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Niclas Zeising
cddb59612d Update to 5.21 2013-02-28 22:08:41 +00:00
Niclas Zeising
6eb03e57b3 Convert to optionsNG
Approved by:	kwm, miwi (mentors, implicit)
2013-01-18 12:50:24 +00:00
Niclas Zeising
ad8bbcecd9 Update to 5.20
Change pkgconf dependency to use USE_PKCONFIG [1]

Suggested by:	kwm [1]
Approved by:	kwm, miwi (mentors, implicit)
2012-12-12 21:41:25 +00:00
Niclas Zeising
a00b964c6f Grab
Approved by:	miwi (mentor)
2012-10-08 12:56:42 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
Doug Barton
e8dad37a3d Upgrade to 5.19 which contains some minor improvements
Add .desktop files for starting and stopping the daemon, and locking
and blanking the screen.

Add an explicit build dep for pkgconf, and add a sed pattern for configure
since pkgconf does not support the --list-all option
2012-07-29 08:01:59 +00:00
Doug Barton
de71c9537e Do not install the new XML patch file 2012-07-18 08:51:13 +00:00
Doug Barton
271bc8805a Fix installation of PAM conf file
PR:		ports/169724
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2012-07-09 02:28:47 +00:00
Doug Barton
5f159be3e5 Upgrade to version 5.17:
* Made `pipes' be ridiculously less efficient, but spin.
  * Added better mouse control to `rubik', `cube21', `crackberg', and `julia'.
  * Cosmetic improvements to `queens' and `endgame'.
  * `sonar' can now ping local subnet on DHCP.
  * Most savers now resize/rotate properly.
  * Various fixes.

For the port:
  * Remove a post-patch that was incorporated upstream
  * Add a patch to sonar.xml to ping freebsd.org instead of linux.org,
    and explain how to enable ping via the ports build option.
2012-07-04 22:35:25 +00:00
Doug Barton
997e9b3a08 Forcing -O0 for amd64 no longer seems relevant
PR:		ports/169523
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
2012-07-02 10:04:41 +00:00
Doug Barton
4079c05aed s/spaces/tab/ for the CONFLICTS line added in the last commit
PR:		ports/169400
Submitted by:	"Anton Yuzhaninov" <ayuzhaninov@team.vega.ru>
2012-06-26 08:39:48 +00:00
Doug Barton
5abe85c32c Upgrade to version 5.17:
* Enlarged the texture image for `lament'.
  * XInput devices now also ignore small mouse motions.
  * Various minor fixes.

For the port:
  * Add CONFLICTS with xscreensaver-gnome*
  * s/X11BASE/LOCALBASE/
  * Remove a pattern in pre-patch that was incorporated upstream
  * Add a pre-patch pattern to fix the image for `lament'

(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
2012-06-24 10:26:27 +00:00
Doug Barton
77c2e8801a Fix Perl package name dependencies 2012-06-03 21:41:02 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
249914eb08 Convert to specifying the port name in _DEPENDS instead of
${SITE_PERL}/foo/bar/file.pm

http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
2012-06-01 04:00:24 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
48e17c44e2 Now that we're installing the .desktop file we need to
@dirrmtry share/applications
2011-10-03 22:14:45 +00:00
Doug Barton
03e8402430 Update to version 5.15 28-Sep-2011
New hacks, hilbert, companioncube and tronbit.
Image-manipulating hacks can now load from RSS or Atom feeds,
        imageDirectory may contain a URL.
Updated webcollage for recent search engine changes.
photopile sped up.
New molecule in molecule.

For port:

Add dependencies on www/p5-libwww and graphics/netpbm for
webcollage and vidwhacker. Add a tiny patch to vidwhacker.

Install the xscreensaver-properties.desktop file, it's useful
for more than gnome (e.g., XFCE).
2011-10-01 06:05:36 +00:00
Doug Barton
55ffc50200 Update to version 5.14:
* Fixed crash in Blank Only Mode when DPMS disabled.
* Added "Quick Power-off in Blank Only Mode" option.
* BSOD GLaDOS.
2011-05-21 17:55:55 +00:00
Doug Barton
31ae302eb6 Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.
2011-05-16 05:22:09 +00:00
Doug Barton
792b8b103e Upgrade to 5.13:
* Optionally enabled full-scene OpenGL antialiasing. Set the resource
  *multiSample to true if doing so doesn't kill performance with your
  video hardware.
* New version of glhanoi.
* Image-loading hacks that display the file name now also display the
  sub-directory (xscreensaver-getimage now returns relative paths under
  imageDirectory).
* Passwords that contain UTF-8 non-Latin1 chars are now typeable.
* Numerous minor stability fixes.

For the port, remove patch incorporated by the author, and now-obsolete
CONFIGURE_ENV
2011-04-24 06:06:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
b1fdb92d67 Patch a memory exhaustion error in hacks/glx/tube.c. Patch confirmed
with xscreensaver author.

PR:		ports/151788
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2010-12-05 20:30:48 +00:00
Doug Barton
05e6a77c0f Update to 5.12, very minor changes to 2 screensavers 2010-10-18 05:53:41 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Doug Barton
b4ab52a1f2 Distfile was silently re-rolled to include the po/ directory, and
include it in SUBDIRS. This makes USE_GETTEXT required as well,
so bump PORTREVISION.
2010-04-14 19:21:00 +00:00
Doug Barton
7314e59338 Update to version 5.11 which contains bug fixes to several screensavers 2010-04-13 21:03:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Doug Barton
ee099aaa78 By now the distinction between various flavors of the xscreensaver
port is clear, so the pre-fetch message has lost its utility.
2010-01-02 21:38:00 +00:00
Doug Barton
f774fb52d0 Update to version 2.10 which includes the following:
* Retired hypercube and hyperball, which are redundant with polytopes.
* New hack, rubikblocks.
* Fixed another potential RANDR crash.
* molecule now correctly displays PDB 3.2 files.
* Updates to mirrorblob, glhanoi, and sonar.
* Rewritten version of klein hack.
* New hack, surfaces, incorporating objects from old klein hack, plus new ones.
* Merged juggle and juggler3d hacks.
* Fixed compilation under gcc 4.4.0 (strict aliasing).
* Fixed intermittent failure in xscreensaver-command.
2009-09-15 09:48:24 +00:00
Jimmy Olgeni
0549f9a44f Fix a few common typos in pkg-descr ("separate", "compatible"). 2009-08-16 14:06:52 +00:00
Doug Barton
b13696348d Remove support for electricsheep as a screensaver, the project has been
having "issues" for a long time now.
2009-08-03 20:53:19 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Doug Barton
d31cadffee Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports 2009-03-24 19:51:28 +00:00
Doug Barton
281920611f Upgrade to version 5.08. One new screensaver (hack), tweaks to a few
others, and the removal of 18 of the "older, less interesting savers."

Users may wish to mv their ~/.xscreensaver file to a safe place and restart
the program to get a clean config file.
2008-12-29 07:03:16 +00:00
Doug Barton
bff88181a2 At one time pam was cut out unconditionally, but now it's only cut out
when the user does not have the OPTION ticked. So remove the part of this
patch that cuts it out unconditionally in favor of the already-existing
sed option in the Makefile.

pointy-hat-collection++

Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2008-08-20 19:31:04 +00:00
Doug Barton
1c24ede509 Update to version 5.07 which has several bug fixes and enhancements. It also
removes a couple screen savers, and support for 3rd party screen savers.
Support for the latter is added back to this port by permission.

Do something I should have done a long time ago, add OPTIONS to install the
various screen savers we have in ports that are supported by xscreensaver.

USE_DOS2UNIX is no longer needed.
2008-08-18 23:01:07 +00:00
Doug Barton
4872e8e138 In xscreensaver 5.07 the xml files for optional screen savers have been
removed. In order to continue supporting those screen savers that we have
in the ports tree I'm adding enhanced versions of the 5.06 xml files to
the port. (With permission)

Also add a patch to the default config file to:
1. Turn off display of screen savers that are not installed to avoid
confusion.
2. Add back support for those 3rd part screen savers we have in ports.
3. Remove a screen saver we're not building or installing.
2008-08-18 22:58:00 +00:00