aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.0.1olivierd2016-10-054-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
* Convert CC license names to r421995 spellingsjbeich2016-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
* Update to 2.6.4olivierd2016-09-254-93/+94
|
* - Update to version 1.3.1, hosted on author's Launchpad pagepawel2016-09-232-10/+9
| | | | - Port is architecture neutral
* Update to 2.6.2olivierd2016-09-202-5/+5
|
* GOOGLE_CODE has gone away.mat2016-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
* - Add LICENSEolivierd2016-09-141-0/+5
| | | | - Tell PORTSCOUT to monitor only 3.18.x releases
* - Update to 0.10.2amdmi32016-09-143-4/+65
| | | | | PR: 212585 Submitted by: matthew@reztek.cz (maintainer)
* - Update to 0.10.2amdmi32016-09-142-4/+4
| | | | | PR: 212584 Submitted by: matthew@reztek.cz (maintainer)
* Mark NO_ARCHehaupt2016-09-102-0/+2
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-064-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)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-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
* - Update to 2016082001ehaupt2016-08-213-75/+82
| | | | - Update master site
* Arc is a flat theme with transparent elements for GTK 3, GTK 2 andpawel2016-08-205-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
* x11-themes/slim-themes: fix invalid option definitionsmarino2016-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
* Update to 2.6.1olivierd2016-08-182-4/+4
|
* Update to version 0.10.1pawel2016-08-153-4/+25
| | | | | PR: 211737 Submitted by: maintainer
* Update to version 0.10.1pawel2016-08-152-4/+4
| | | | | PR: 211736 Submitted by: maintainer
* x11-themes/slim-themes: use new distfiles locationrea2016-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.
* - Mark BROKEN: does not fetchamdmi32016-07-191-0/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN: does not fetchamdmi32016-07-191-0/+2
| | | | Approved by: portmgr blanket
* - Update to 0.10.0amdmi32016-07-132-4/+4
| | | | | PR: 211063 Submitted by: matthew@reztek.cz (maintainer)
* - Update to 0.10.0amdmi32016-07-133-4/+25
| | | | | PR: 211064 Submitted by: matthew@reztek.cz (maintainer)
* Update to 3.18.0olivierd2016-07-072-3/+4
|
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-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
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-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)
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-211-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
* - Make fetchable, update pkg-descr and homepagepawel2016-06-204-7/+34
| | | | | | | - Add patch to fix color of textviews PR: 210057 Submitted by: maintainer
* x11-themes/qt5-style-Kvantum: 0.9.7 -> 0.9.8pi2016-06-183-5/+28
| | | | | | | | - CPU usage optimization in extreme cases - Two themes are also added, one of which is translucent PR: 210335 Submitted by: matthew@reztek.cz (maintainer)
* x11-themes/qt4-style-Kvantum: 0.9.7 -> 0.9.8pi2016-06-182-5/+5
| | | | | | | | - CPU usage optimization in extreme cases - Two themes are also added, one of which is translucent. PR: 210334 Submitted by: matthew@reztek.cz (maintainer)
* New port: x11-themes/cursor-ardoise-themepi2016-06-154-0/+54
| | | | | | | | | | | | | Simple, flat and dark Ardoise X cursor theme by obnosim. It uses symbols instead of changing the shape of the cursor. Available resolutions are 24, 32, 48 and 72 px. Translucent and opaque variants. WWW: http://kde-look.org/content/show.php/Ardoise?content=165308 PR: 196310 Submitted by: lightside@gmx.com
* - Update to 2.6.0olivierd2016-06-144-30/+81
| | | | | | | - Rewrite COMMENT field, it supports several windows managers (not only Xfwm4) - Adjust dependencies - Switch to options helpers - Update WWW entry (pkg-descr)
* - Update to 0.9.7amdmi32016-06-093-16/+21
| | | | | PR: 170978 Submitted by: matthew@reztek.cz (maintainer)
* - Add LICENSEamdmi32016-06-092-0/+24
| | | | | | - Fix build on 11.x Approved by: portmgr blanket
* - Update to 0.9.7amdmi32016-06-042-5/+4
| | | | | PR: 209993 Submitted by: matthew@reztek.cz (maintainer)
* x11-themes/kde4-style-skulpture: update to 0.2.4swills2016-05-313-5/+6
| | | | | PR: 203007 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* New port: x11-themes/qt5-style-pluginspi2016-05-285-0/+36
| | | | | | | | | | | | | Additional Qt5 styles formerly packaged with Qt: - Cleanlooks - Motif - Plastique WWW: http://qt-project.org PR: 209319 Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
* Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with anamdmi32016-05-285-0/+273
| | | | | | | | | | | | | | | | | emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209568 Submitted by: matthew@reztek.cz
* - Connect qt4-style-Kvantum to buildamdmi32016-05-281-0/+1
| | | | | PR: 209568 Submitted by: matthew@reztek.cz
* Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with anamdmi32016-05-284-0/+47
| | | | | | | | | | | | | | | | | emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209567 Submitted by: matthew@reztek.cz
* Add USE_KDE4 so that KDE4_VERSION is definedswills2016-05-271-0/+1
| | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2615-15/+13
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2413-14/+14
| | | | Approved by: portmgr blanket
* Update WWWehaupt2016-05-241-1/+1
| | | | | PR: 209390 Submitted by: Piotr Kubaj
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-1915-75/+75
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-199-15/+15
| | | | Approved by: portmgr blanket
* - Update to 0.4olivierd2016-05-035-38/+9
| | | | - Remove unneeded patch
* Update mate-themes to 3.18.1.kwm2016-04-253-107/+19
| | | | | | Tweak portscout so it only checks for 3.18.x versions. The version of mate-themes matches with the GTK+ 3 version. So we should not try to find the newest, which is 3.20.x atm.
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-0151-102/+102
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix fetch by adding some mirrorsamdmi32016-03-151-1/+3
| | | | Approved by: portmgr blanket
* Fix a typoolivierd2016-02-291-1/+1
| | | | Reported by: olivier@
* - Update to version 0.6.2pawel2016-02-243-7/+5
| | | | | - Switch to USES=localbase - Update homepage
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-1510-32/+68
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* - Add empty directory to plistamdmi32016-02-061-0/+1
| | | | Approved by: portmgr blanket
* - Add empty directory to plistamdmi32016-02-052-1/+2
|
* - Add empty directories to plistamdmi32016-02-051-0/+16
|
* - Add empty directories to plistamdmi32016-02-051-1/+6
|
* - Add empty directories to plistamdmi32016-02-052-1/+17
|
* - Add empty directory to plistamdmi32016-02-052-1/+2
|
* - Add NO_ARCH to icon theme portsamdmi32016-02-051-0/+1
|
* [NEW] x11-themes/gtk-E17-theme: Dark GTK theme for Enlightenmentkoobs2016-02-035-0/+232
| | | | | | | | | | | | E17gtk is a dark Gtk theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to Gtk3, Gtk2 and Qt widgets. Of course, it can be used with any GTK based environment too, but it is not tuned to Gnome or any of its apps. WWW: http://gnome-look.org/content/show.php/?content=163472 PR: 205475 Submitted by: Matthew <matthew reztek cz>
* Welcome Centos 6.7miwi2016-01-311-2/+2
| | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
* Update the MATE DE to 1.12.kwm2016-01-2511-3112/+3419
| | | | | | | | | | | | * Still build MATE against gtk+ 2 due to gtk+ 3 support not ready for prime time. * Fix loading of a number of applets. We rename a number of applets but didn't change the "config" files the "add applet to panel" dialog uses. [1] * Unbreak the creation of new notes with the stickynotes applet [2] PR: 205391 [1], 200349 [2] Obtained from: GNOME devel repo
* A native style to bend Qt applications to look like they belong intoolivierd2015-12-3111-0/+476
| | | | | | GNOME Shell. WWW: https://github.com/MartinBriza/adwaita-qt
* - Fix various distinfo issuesak2015-12-241-1/+1
| | | | Approved by: portmgr blanket
* Update to the lastest GNOME 3.16 releases.kwm2015-12-123-4/+27
|
* Switch to options helperpawel2015-12-121-1/+1
|
* Add patch to make the port build with CMake 3.4.0.rakuco2015-11-261-0/+10
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-0516-26/+17
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* x11-themes/cursor-dmz-theme: Upgrade version 0.3 => 0.4.4marino2015-10-174-101/+114
| | | | | PR: 201856 Submitted by: Ports Fury
* x11-themes/cursor-dmz-aa-theme: Upgrade version 0.3 => 0.4.4marino2015-10-174-101/+114
| | | | | PR: 201855 Submitted by: Ports Fury
* - Switch to options helpersamdmi32015-09-221-6/+4
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32015-09-222-10/+8
| | | | | | | | | | | - Don't install useless debian subdirectory (which also has stage-qa problems) - Add NO_ARCH - Fix WRKSRC misuse - Simplify installation PR: 203234 Submitted by: amdmi3 Approved by: novel (maintainer)
* Typos, whitespace and capitalization fixes (S-X).olgeni2015-09-213-3/+3
|
* Update to 1.6.2olivierd2015-09-162-3/+3
|
* Update mate-themes to 1.10.4.kwm2015-09-044-183/+177
|
* Update to 1.6.1olivierd2015-08-303-3/+12
|
* Update to 3.2.2olivierd2015-08-303-708/+2208
| | | | | | PR: 202553 Submitted by: myself Approved by: Nicole Reid (maintainer)
* Update librsvg2 to 2.40.10.kwm2015-08-291-1/+2
| | | | | | | | | | Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the gtk-engines2 run dependacy. Update ports to take the dependacy changes into account. PR: 202378 Exp-run by: antoine@
* Convert my ports to new options helpersmakc2015-08-251-10/+5
|
* Add NO_ARCHpawel2015-08-211-0/+1
|
* x11-themes/gnome-icons: convert to USES=metaportpgollucci2015-08-122-7/+1
| | | | | PR: 201619 Submitted by: s3erios@gmail.com
* Re-commit ofnetchild2015-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* * Add PORTSCOUT macros to only show stable gnome versions.kwm2015-08-081-0/+2
| | | | | | | | * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
* Update to 1.6olivierd2015-08-083-9/+9
|
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0611-42/+87
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-032-2/+2
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update MATE DE to 1.10.0.kwm2015-07-2812-2984/+4521
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* Unbreak INDEX, reverting r392921antoine2015-07-261-2/+2
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
* Fix packagingantoine2015-06-231-1/+1
|
* Convert to COPYTREE_SHAREbapt2015-06-231-3/+3
| | | | Reset maintainership
* Convert to COPYTREE_SHAREbapt2015-06-231-3/+3
| | | | Reset maintainership
* Simplify and convert to COPYTREE_SHAREbapt2015-06-231-6/+2
|
* - Update to 0.5.1amdmi32015-06-173-8/+9
| | | | | | | | - Add NO_ARCH=yes - While here, add LICENSE_FILE PR: 200844 Submitted by: horia@racoviceanu.com (maintainer)
* - Add LICENSEamdmi32015-06-111-2/+8
| | | | | | | - Fix shebangs - Add NO_ARCH MFH: 2015Q2
* Remove expired ports:rene2015-06-119-151/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
* - Switch to USES=autoreconfamdmi32015-05-291-6/+2
|
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0
| | | | Approved by: portmgr blanket
* x11-themes/qtcurve: fix build on 8.x/9.xmakc2015-05-241-1/+1
|
* Reorganize install targetolivierd2015-05-211-11/+5
| | | | Suggested by: mat@
* x11-themes/qtcurve-*:makc2015-05-1924-64/+286
| | | | | | | | | - Update to 1.8.18 and reorganize ports due to upstream changes - And new port for Qt 5 [1] - Add meta port to install styles for all toolkits PR: 199871 [1] Submitted by: matthew@reztek.cz
* - Update to 3.1olivierd2015-05-153-12/+50
| | | | | | | | | | | - Adjust LICENSE and MASTER_SITES Replace 'x11-themes/gnome-icons/bsd.gnome-icons.mk' by it's equivalent, otherwise icons are located into 'share/icons/elementaryicons3.1/' directory PR: 200081 Submitted by: myself Approved by: Nicole Reid (maintainer)
* MASTER_SITES cleanup.mat2015-05-1431-58/+31
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup DIST* variables.mat2015-05-122-3/+2
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Upstream disappeared. Given the age and obscurity of this port, it's notphilip2015-05-111-0/+2
| | | | | very likely to come back. Unless there are loud objections in the coming weeks, I'll delete the port.
* Upstream disappeared. Given the age and obscurity of this port, it's notphilip2015-05-111-0/+2
| | | | | very likely to come back. Unless there are loud objections in the coming weeks, I'll delete the port.
* Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-088-23/+11
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-291-2/+1
| | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr
* - Fix build when NLS=off [1]pawel2015-04-261-3/+3
| | | | | | | - Use LDFLAGS for linker flags PR: 199467 [1] Reported by: tobias.kortkamp@gmail.com [1]
* Over to the enlightement teambapt2015-04-172-2/+2
| | | | Submitted by: Chris Petrik (via irc)
* Back to the pool.gblach2015-04-172-2/+2
| | | | | Currently and in near future I don't have time to be responsible for any port.
* - Add distfile mirroramdmi32015-04-161-1/+2
|
* ${ENV} does not exist, it is called ${SETENV}.mat2015-04-131-1/+1
|
* Mark as broken: no public distfilesbapt2015-03-312-0/+4
| | | | All THEMES mirrors are dead
* Fix fetching of old_themes, new_themes are still brokenbapt2015-03-311-3/+2
|
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-203-3/+3
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Update KDE SC to 4.14.3alonso2015-03-124-8/+8
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-064-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>
* - Add empty directory to plistamdmi32015-03-031-0/+1
|
* Remove Author from pkg-descrbapt2015-03-033-3/+0
|
* x11-themes/kde-icons-nuovext2: update 2.2.1 -> 2.2.2robak2015-02-264-8/+12
| | | | | | | - Improve pkg-descr text PR: 197264 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Update to 1.5.3olivierd2015-02-232-4/+4
|
* x11-themes/thewidgetfactory: #include <string.h>marino2015-02-201-0/+10
|
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-208-8/+8
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* Fix check-plist / poudriere -t, by removing empty directories in the stagedir.kwm2015-02-181-1/+1
| | | | | Reminded by: AMDmi3@ Obtained from: GNOME devel repo
* Update to 2.5.1olivierd2015-02-062-5/+4
|
* Update to 1.5.1olivierd2015-02-062-4/+4
|
* Cleanup plistsbapt2015-02-063-544/+0
|
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-3070-2524/+54
| | | | Approved by: portmgr blanket
* - Simplify installationamdmi32015-01-301-10/+5
|
* - Add some mirrors to fix fetchamdmi32015-01-291-1/+3
|
* - Add some mirrors to fix fetchamdmi32015-01-291-1/+3
|
* Remove a now-redundant @dirrm entry from the plist.rakuco2015-01-251-1/+0
|
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-241-1/+1
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Fix BROKEN (fetch issue).vanilla2015-01-221-3/+1
| | | | | PR: 196967 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Fix BROKEN (fetch issue), and set submitter as MAINTAINER.vanilla2015-01-221-3/+2
| | | | | PR: 196969 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Mark BROKEN: Unfetchableantoine2015-01-172-0/+4
| | | | Reported by: pkg-fallout
* - Remove Author linesunpoet2015-01-131-3/+0
|
* Upgrade to 3.1, remove pkg-plist, it's auto generated.vanilla2015-01-123-3945/+6
|
* Upgrade to 3.1.vanilla2015-01-122-6/+6
|
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Update to 2.5olivierd2014-12-314-17/+53
|
* Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-313-9/+436
| | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
* Replace gnomehack with pathfixbapt2014-12-251-2/+2
|
* Get rid of gnomehierbapt2014-12-237-15/+7
|
* - Fix build on arm6amdmi32014-12-221-1/+10
|
* cleanup plistbapt2014-12-217-9/+0
|
* Take maintainershipgblach2014-12-111-1/+1
|
* - Reset maintainership of my portsgahr2014-12-111-1/+1
|
* Remove useless usage of @cwdbapt2014-12-091-5/+2
|
* Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-1/+1
|
* Update GNOME to 3.14.2.kwm2014-12-035-11/+19
| | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-308-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Ensure we don't pick up gtk-encode-symbolic-svg from gtk30.kwm2014-11-281-0/+4
| | | | Also remove empty dirs from the stagedir so check-plist is happy.
* Update to 1.4olivierd2014-11-235-39/+17
|
* - Update to 6.0.3olivierd2014-11-234-7/+5
| | | | - Update WWW entry (pkg-descr)
* - Update to 2.2.1danilo2014-11-233-7/+10
| | | | | | | | - Remove BROKEN - Pass maintainership to submitter PR: 195269 Submitted by: portmaster@bsdforge.com
* Update to 1.4.1.rakuco2014-11-203-3/+5
| | | | | We can finally start tracking the latest releases, which depend on the more recent GTK+3 that was finally committed to the tree.
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1920-85/+6551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* Cleanup plistantoine2014-11-141-4/+0
|
* Upgrade CentOS to 6.6xmj2014-11-111-0/+1
| | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
* Update to 1.4.6.rakuco2014-10-302-3/+3
|
* - Update to 4.0olivierd2014-10-304-76/+11
| | | | | - Add LICENSE - Drop @dirrm in pkg-plist
* Update to version 0.6.1pawel2014-10-252-3/+3
|
* - Allow staging as a regular userantoine2014-10-202-32/+3
| | | | - Strip shared library
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-1915-363/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* - Simplify MASTER_SITESamdmi32014-10-142-51/+1
| | | | - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32014-10-141-13/+0
|
* Don't add dirs to dynamicaly generated plistpawel2014-10-141-4/+2
|
* Remove @dirrm's from my ports plistspawel2014-10-142-59/+0
|
* Remove @dirrm, @dirrmtryehaupt2014-10-081-2/+0
|
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-1/+3
| | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
* - Drop @dirrm* from plistamdmi32014-09-241-228/+0
|
* - Drop @dirrm* from plistamdmi32014-09-242-4/+1
| | | | - Simplify MASTER_SITES
* - Drop @dirrm* from plistamdmi32014-09-238-198/+0
|
* - Drop @dirrm* from plistamdmi32014-09-231-12/+0
|
* - Drop @dirrm* from plistamdmi32014-09-231-10/+0
|
* - Drop @dirrm* from plistamdmi32014-09-231-10/+0
|
* - Drop @dirrm* from plistamdmi32014-09-222-43/+1
| | | | - Simplify MASTER_SITES
* - Drop @dirrm* from plistamdmi32014-09-222-57/+1
| | | | - Simplify MASTER_SITES
* Update CentOS base to 6.5, add userland portsxmj2014-09-225-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc.
* Update to version 0.5.6pawel2014-09-203-3/+4
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1113-13/+13
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Welcome Mate Desktop 1.8bapt2014-09-1012-1637/+509
| | | | The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
* Fix plistrea2014-09-041-1/+1
| | | | | | | | | Base directory for theme gnewsense was errorneously marked for removal only if FreeBSD theme is present. PR: ports/193275 Submitted by: madpilot@ Pointyhat to: rea@
* Remove gtk-bluecurve-theme missed in previous commitbapt2014-09-023-60/+0
|
* Remove non staged ports without pending PR from *bapt2014-09-0235-2012/+0
|
* - Drop .la files, no dependees require themamdmi32014-08-262-3/+2
| | | | Approved by: portmgr blanket
* Reset maintainership of non staged portsbapt2014-08-251-6/+2
| | | | With hat: portmgr
* Add an option helper for PLIST_SUBantoine2014-08-221-4/+4
| | | | | | | | | Rename a few variables to avoid confusion with this new helper Requested by: koobs Reviewed by: mat With hat: portmgr Differential revision: https://reviews.freebsd.org/D665
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-1613-9/+13
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-086-6/+6
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt)
* Moka theme for the Plank dock.olivierd2014-08-035-0/+36
| | | | WWW: http://mokaproject.com/plank-theme-moka/
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-3020-20/+20
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-302-2/+2
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-304-8/+4
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-305-10/+5
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename x11-*/ patch-xy patches to reflect the files they modify.adamw2014-07-302-4/+3
| | | | Finally, this is the last of it.
* Reset maintainership for ports not staged with no pending PRbapt2014-07-251-1/+1
| | | | With hat: portmgr
* Remove expired port:rene2014-07-145-46/+0
| | | | 2014-07-14 x11-themes/kde4-windeco-nitrogen: Merged with the Oxygen windeco included with KDE4
* x11-themes/fvwm-themes: support stagedirswills2014-07-083-12/+22
| | | | | PR: 191716 (based on) Submitted by: Dan Lukes <dan@obluda.cz>
* - Update to version 0.5.5pawel2014-07-053-15/+14
| | | | | - Convert to USES=pathfix - Remove uneeded bsd.port.options.mk inclusion
* Update to version 20140629pawel2014-07-043-3/+5
|
* First batch at resetting maintainership on ports that have not been staged andbapt2014-07-031-1/+0
| | | | | | without any pending PR With hat: portmgr
* Unbreakantoine2014-07-024-8/+8
|
* - USES=libtool tar:xztijl2014-07-022-12/+3
| | | | - Use option helpers
* Convert to USES=libtooltijl2014-07-023-20/+4
|
* - Add USES=libtooltijl2014-07-022-3/+3
| | | | - Disable static module
* - Add USES=libtooltijl2014-07-022-18/+5
| | | | - Use option helpers
* USES=libtool tar:bzip2tijl2014-07-022-7/+2
|
* - USES=libtool tar:bzip2tijl2014-07-022-7/+4
| | | | - INSTALL_TARGET=install-strip
* - USES=libtool tar:bzip2tijl2014-07-022-41/+12
| | | | | | - Extract distfiles like bsd.port.mk does because they contain world writable directories - Use standard do-install with small post-install
* - Remove dependencies implied by USE_GNOME=gtk20tijl2014-07-022-8/+5
| | | | | | - USES=libtool tar:bzip2 - INSTALL_TARGET=install-strip - Disable static module
* - Add USES=libtooltijl2014-07-022-10/+5
| | | | | - Use option helpers - Replace pkg-plist with PLIST_FILES
* Add USES=libtooltijl2014-07-022-4/+2
|
* Stagify.vanilla2014-07-021-3/+2
|
* 1: stagify.vanilla2014-07-011-4/+3
| | | | | | 2: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-011-3/+2
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-011-3/+2
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-011-3/+2
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-07-012-20/+11
| | | | | | 2: USES=libtool, bump version. 3: use options helper. 4: remove uneeded pkg-plist entries.
* 1: Stagify.vanilla2014-07-012-3/+1
| | | | | | 2: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-07-011-2/+1
| | | | | | 2: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-012-7/+5
|
* Stagify.vanilla2014-07-0114-23/+7
| | | | Approved by: portmgr@ (blanket approval)
* - Support stagingvg2014-06-306-7/+2
| | | | Submitted by: myself
* - Support stagingjhale2014-06-245-16/+16
| | | | | | | | - Add LICENSE - USE_BZIP2 -> USES=tar:bzip2 - Fix some portlint(1) warnings Approved by: portmgr (blanket approval)
* - Support stagingjhale2014-06-243-8/+4
| | | | | | | - USE_BZIP2 -> USE=tar:bzip2 - Tab -> space in pkg-descr Approved by: portmgr (blanket approval)
* x11-themes/icons-tango-extras: USES+= pkgconfigmarino2014-06-212-3/+3
| | | | | | This fixes configuration failure in poudriere. While here, pet portlint. Approved by: general blanket
* - Mark DEPRECATED; this project merged with the Oxygen windecojhale2014-06-141-2/+6
| | | | | | | | | | included with KDE4 - Set EXPIRATION_DATE to one month from now While here: - Support staging - Add LICENSE (GPLv2) - Add USES=gettext
* Rephrase pkg-descr, fix WWW line.pawel2014-06-041-2/+2
|
* - Update to version 20131119pawel2014-06-043-4504/+4673
| | | | | - Improve COMMENT, take maintainership - Sort pkg-plist
* - Reset maintainershipmiwi2014-06-031-1/+1
|
* Stagify and cleanup my remaining ports underdanfe2014-06-0314-70/+47
|
* Mark a few unfetchable ports as BROKENantoine2014-06-015-0/+8
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesamdmi32014-05-312-5/+4
| | | | - Strip libraries
* x11-themes/clearlooks-themes-extras: Fix staging orphansmarino2014-05-301-5/+3
| | | | | | Undetected by: Redports Reported by: antoine@ Tested by: poudriere
* x11-themes/clearlooks-themes-extras: Stage support+marino2014-05-301-7/+3
| | | | | In addition to supporting stage, the unnecessarily custom extraction target was replaced with NO_WRKSUBDIR.
* Multiple ports: reset maintainerseadler2014-05-261-1/+1
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* Add staging support.olgeni2014-05-232-3/+2
|
* Add staging support.olgeni2014-05-231-2/+1
|
* Add staging support.olgeni2014-05-231-2/+1
|
* Add staging support.olgeni2014-05-231-2/+1
|
* - Update to 2.2.3olivierd2014-05-204-16/+5
|
* Convert my ports to USES=tarmakc2014-05-125-10/+5
|
* Update to 3.0bapt2014-05-123-6758/+922
| | | | | | | | | | | | | | Support stage Changes for v3.0: + Tons of new -symbolic icons + Emoticons + Brand new folders + Updated apps + Revamped Mimetypes PR: ports/189643 Submitted by: Nicole Reid <root@cooltrainer.org> (maintainer)