summaryrefslogtreecommitdiff
path: root/x11/3ddesktop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209424
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-3/+3
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* Fix build on 64bit platformsTilman Keskinoz2007-08-021-0/+11
| | | | Notes: svn path=/head/; revision=196955
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-2/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464
* Update to 0.2.9Tilman Keskinoz2005-07-044-27/+10
| | | | | | | | PR: 82945 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=138462
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-0/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Update to version 0.2.8Kirill Ponomarev2005-01-212-3/+4
| | | | | | | | PR: ports/76549 Submitted by: Ports Fury Notes: svn path=/head/; revision=127055
* Portlint.Kirill Ponomarev2004-08-301-1/+1
| | | | Notes: svn path=/head/; revision=117651
* Update to version 0.2.7Kirill Ponomarev2004-08-305-20/+47
| | | | | | | | PR: ports/71126 Submitted by: Ports Fury Notes: svn path=/head/; revision=117643
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Chase libraries for new Imlib2 versionKirill Ponomarev2003-12-151-1/+1
| | | | Notes: svn path=/head/; revision=95902
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Fix misspelling in pkg-plist. PORTREVISION bump.Adam Weinberger2003-06-182-2/+3
| | | | | | | | | Drop maintainership. Reported by: kris Notes: svn path=/head/; revision=83271
* Add dependency upon libImlib2.Adam Weinberger2003-06-121-0/+2
| | | | | | | Submitted by: Sean Welch <welchsm@earthlink.net> Notes: svn path=/head/; revision=82872
* Add 3ddesktop, a 3D Virtual Desktop Switcher.Adam Weinberger2003-06-124-0/+45
Throws up all your virtual desktops into one giant rotating OpenGL carousel. It works with many different WindowManagers, and is very configurable. Notes: svn path=/head/; revision=82851