aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
Commit message (Collapse)AuthorAgeFilesLines
* Make 64 bit Linux packages the default on amd64.Tijl Coosemans2017-01-121-1/+1
| | | | Notes: svn path=/head/; revision=431245
* Drop support for Linux Fedora 10 (ports part)Rene Ladan2016-12-317-73/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/dsnake only worked with linux-f10 Should fix INDEX audio/linux-f10-sdl_mixer audio/linux-f10-pulseaudio-libs audio/linux-f10-freealut audio/linux-f10-arts audio/linux-f10-esound audio/linux-f10-libogg audio/linux-f10-alsa-plugins-oss audio/linux-f10-openal audio/linux-f10-openal-soft audio/linux-f10-nas-libs audio/linux-f10-alsa-lib audio/linux-f10-libvorbis audio/linux-f10-libaudiofile audio/linux-f10-mikmod databases/linux-f10-sqlite3 devel/linux-f10-dbus-glib devel/linux-f10-sdl12 devel/linux-f10-libglade2 devel/linux-f10-devtools devel/linux-f10-allegro devel/linux-f10-nspr devel/linux-f10-dbus-libs devel/linux-f10-libsigc++20 devel/linux-f10-ncurses-base dns/linux-f10-libasyncns emulators/linux_base-f10 emulators/linux-f10 ftp/linux-f10-curl games/dsnake graphics/linux-f10-sdl_image graphics/linux-f10-sdl_ttf graphics/linux-f10-glew graphics/linux-f10-ungif graphics/linux-f10-png graphics/linux-f10-tiff graphics/linux-f10-dri graphics/linux-f10-jpeg graphics/linux-f10-libGLU graphics/linux-f10-gdk-pixbuf graphics/linux-f10-libmng graphics/linux-f10-cairo graphics/linux-f10-imlib lang/linux-f10-tcl85 lang/linux-f10-libg2c multimedia/linux-f10-libtheora multimedia/linux-f10-libv4l net/linux-f10-openldap net/linux-f10-nss_ldap print/linux-f10-cups-libs security/linux-f10-gnutls security/linux-f10-nss security/linux-f10-openssl security/linux-f10-libgpg-error security/linux-f10-libtasn1 security/linux-f10-libgcrypt security/linux-f10-libssh2 security/linux-f10-cyrus-sasl2 sysutils/linux-f10-procps textproc/linux-f10-aspell textproc/linux-f10-expat textproc/linux-f10-scim-gtk textproc/linux-f10-scim-libs textproc/linux-f10-libxml2 x11/linux-f10-xorg-libs x11-fonts/linux-f10-fontconfig x11-themes/linux-f10-qtcurve-gtk2 x11-themes/linux-f10-hicolor-icon-theme x11-toolkits/linux-f10-qt45 x11-toolkits/linux-f10-gtk2 x11-toolkits/linux-f10-openmotif x11-toolkits/linux-f10-pango accessibility/linux-f10-atk archivers/linux-f10-ucl archivers/linux-f10-upx Notes: svn path=/head/; revision=430144
* Update KDE Frameworks to 5.29.0Tobias C. Berner2016-12-199-45/+172
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php New ports: * textproc/kf5-syntax-highlighting (new in 5.28.0) * graphics/kf5-prison (new in 5.29.0) Fixes: * kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4. * Define conflicts in the kde4-l10n ports (debian does the same). * kf5-kapidox: Fix with python3 Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528, and Dima Panov (fluffy@) for the python3 fix. PR: 214528 Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8776 Notes: svn path=/head/; revision=428946
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-0816-14/+16
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libtiff.so.4 compatibility links that were added in r374303 toTijl Coosemans2016-12-0812-11/+12
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428132
* Use DIST_SUBDIRs on my mirror to mimic DISTDIR hierarchy, simplify mirroring ↵Dmitry Marakasov2016-12-061-1/+1
| | | | | | | and fix some portscount false positives Notes: svn path=/head/; revision=427946
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-291-1/+1
| | | | | | | | | | | | | | | As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending on the Qt version these subs ended up at many wrong places in plists. So only export it if QT_DIST is set. PR: 210227 Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8378 Notes: svn path=/head/; revision=427356
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-11-281-4/+2
| | | | | | | | | - With USES=autoreconf, running ./autogen.sh is not needed Approved by: portmgr blanket Notes: svn path=/head/; revision=427313
* Update to 4.0.1.1Olivier Duchateau2016-11-243-7/+11
| | | | | | | | | PR: 214690 Submitted by: myself (olivierd@) Approved by: Allison Nicole Reid (maintainer) Notes: svn path=/head/; revision=426989
* Fix build with gcc49.Tobias C. Berner2016-11-211-0/+32
| | | | | | | Approved by: rakuco (mentor) Notes: svn path=/head/; revision=426702
* - Mark BROKEN: does not fetchDmitry Marakasov2016-11-151-0/+2
| | | | Notes: svn path=/head/; revision=426165
* - Mark BROKEN: does not fetchDmitry Marakasov2016-11-151-0/+2
| | | | Notes: svn path=/head/; revision=426164
* - Mark BROKEN: does not fetchDmitry Marakasov2016-11-151-0/+2
| | | | Notes: svn path=/head/; revision=426163
* Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ↵Tobias C. Berner2016-11-1418-0/+24065
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Applications) KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE=<framework1> <framework2> ... <frameworkX> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329 Notes: svn path=/head/; revision=426118
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-024-8/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Update Qt to 5.6.2 [1,2]Tobias C. Berner2016-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | Thanks to the upstream work of Marie Loise Nolden, we could get rid of a handful of patches, as they have been properly upstreamed. The rest of the work is just some minor plist changes. I would like to thank Loise <nolden@kde.org> for the upstream work, and Adriaan <groot@kde.org> for getting the update into shape. [1] http://blog.qt.io/blog/2016/10/12/qt-5-6-2-released/ [2] http://wiki.qt.io/Qt_5.6.2_Change_Files PR: 213530 Exp-run by: antoine Submitted by: Adriaan de Groot <groot@kde.org> Reviewed by: rakuco, mat, tcberner Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8228 Notes: svn path=/head/; revision=424842
* Update to 2.6.5Olivier Duchateau2016-10-233-45/+43
| | | | Notes: svn path=/head/; revision=424509
* - Fix NULL pointer dereference in gtkDrawFlatBox() in ↵Jason E. Hale2016-10-223-2/+16
| | | | | | | | | | | | | x11-themes/qtcurve-gtk2 [1] - Set LICENSE - Take maintainership of the qtcurve ports PR: 211391 [1] Submitted by: <f.degner@gmx.de> [1] Notes: svn path=/head/; revision=424491
* ${RM} already has -f.Mathieu Arnold2016-10-215-6/+6
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-204-4/+4
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Add Linux CentOS 7 infrastructure ports.Tijl Coosemans2016-10-193-0/+34
| | | | | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886 Notes: svn path=/head/; revision=424259
* Introduce new extensible virtual categories for KDETobias C. Berner2016-10-184-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Notes: svn path=/head/; revision=424182
* - Update to 7.0.1Olivier Duchateau2016-10-083-5/+54
| | | | | | | - Port is architecture neutral Notes: svn path=/head/; revision=423535
* - Update to 4.0.1Olivier Duchateau2016-10-044-1486/+351
| | | | | | | | | | | | | - Port is architecture neutral - Rewrite pkg-descr PR: 212661 Submitted by: myself (olivierd@) Reviewed by: <root@cooltrainer.org> (maintainer, timeout > 3 weeks) Obtained from: Pantheon devel repo Notes: svn path=/head/; revision=423284
* Convert CC license names to r421995 spellingsJan Beich2016-09-283-13/+3
| | | | | | | | | | | While here fix common mistakes such as: - Missing "or (at your option) any later version" bit - LICENSE_FILE with LICENSE_COMB != single - LICENSE_COMB = dual for code + assets - Copy-pasting undocumented NC/SA restriction Notes: svn path=/head/; revision=422850
* Update to 2.6.4Olivier Duchateau2016-09-244-93/+94
| | | | Notes: svn path=/head/; revision=422729
* - Update to version 1.3.1, hosted on author's Launchpad pagePawel Pekala2016-09-222-10/+9
| | | | | | | - Port is architecture neutral Notes: svn path=/head/; revision=422636
* Update to 2.6.2Olivier Duchateau2016-09-202-5/+5
| | | | Notes: svn path=/head/; revision=422492
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-142-0/+4
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Add LICENSEOlivier Duchateau2016-09-141-0/+5
| | | | | | | - Tell PORTSCOUT to monitor only 3.18.x releases Notes: svn path=/head/; revision=422125
* - Update to 0.10.2Dmitry Marakasov2016-09-133-4/+65
| | | | | | | | PR: 212585 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=422072
* - Update to 0.10.2Dmitry Marakasov2016-09-132-4/+4
| | | | | | | | PR: 212584 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=422048
* Mark NO_ARCHEmanuel Haupt2016-09-102-0/+2
| | | | Notes: svn path=/head/; revision=421683
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-054-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-2414-27/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* - Update to 2016082001Emanuel Haupt2016-08-203-75/+82
| | | | | | | - Update master site Notes: svn path=/head/; revision=420523
* Arc is a flat theme with transparent elements for GTK 3, GTK 2 andPawel Pekala2016-08-195-0/+1613
| | | | | | | | | | | | | Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc. WWW: https://github.com/horst3180/arc-theme PR: 211710 Submitted by: mail_me@riseup.net Notes: svn path=/head/; revision=420491
* x11-themes/slim-themes: fix invalid option definitionsJohn Marino2016-08-181-24/+14
| | | | | | | | | | | | | | | | | | | | | | Defining PORT_OPTIONS directly, especially after makefile fragment inclusions, is not valid and results in missing options values (yet masked when they are evaluated later after they are needed). Rework the automagic to function as intended with the exception of removing the redundant and potentially misleading "ALL_THEMES" option. All the themes are already set on by default and to change that required the extra step of unchecking ALL_THEMES (without doing so still resulted in all being selected even when options are unchecked which is confusing). Finally, use the option framework to enforce one choice with MULTI option rather than roll-your-own logic. PR: 211569 Approved by: maintainer timeout Discovered by: Synth sanity check failure Notes: svn path=/head/; revision=420386
* Update to 2.6.1Olivier Duchateau2016-08-172-4/+4
| | | | Notes: svn path=/head/; revision=420368
* Update to version 0.10.1Pawel Pekala2016-08-153-4/+25
| | | | | | | | PR: 211737 Submitted by: maintainer Notes: svn path=/head/; revision=420240
* Update to version 0.10.1Pawel Pekala2016-08-152-4/+4
| | | | | | | | PR: 211736 Submitted by: maintainer Notes: svn path=/head/; revision=420239
* x11-themes/slim-themes: use new distfiles locationEygene Ryabinkin2016-07-231-1/+2
| | | | | | | | BerliOS is down for a long time, so I had decided to mirror all theme files at the CodeLabs facilities, both old and new themes. Notes: svn path=/head/; revision=418938
* - Mark BROKEN: does not fetchDmitry Marakasov2016-07-181-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=418714
* - Mark BROKEN: does not fetchDmitry Marakasov2016-07-181-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=418713
* - Update to 0.10.0Dmitry Marakasov2016-07-132-4/+4
| | | | | | | | PR: 211063 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=418479
* - Update to 0.10.0Dmitry Marakasov2016-07-133-4/+25
| | | | | | | | PR: 211064 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=418478
* Update to 3.18.0Olivier Duchateau2016-07-062-3/+4
| | | | Notes: svn path=/head/; revision=418146
* Reset ports maintained by horia@racoviceanu.com.Raphael Kubo da Costa2016-06-281-1/+1
| | | | | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980 Notes: svn path=/head/; revision=417703
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-201-1/+1
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166