aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-124-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Unmark BROKEN.Raphael Kubo da Costa2015-12-281-1/+0
| | | | | | | I was able to fetch the port just fine. Notes: svn path=/head/; revision=404656
* - Switch to options helpersDmitry Marakasov2015-12-281-2/+4
| | | | Notes: svn path=/head/; revision=404633
* - Switch to USES=tarDmitry Marakasov2015-12-281-3/+6
| | | | | | | | - Switch to WRKSRC_SUBDIR - Switch to options helpers Notes: svn path=/head/; revision=404632
* - Update MASTER_SITESMartin Wilke2015-12-241-3/+1
| | | | | | | | PR: 205530 Submitted by: nyan@ Notes: svn path=/head/; revision=404389
* - Update MASTER_SITESMartin Wilke2015-12-083-20/+66
| | | | | | | | | | | | | | - Add optional GTK2 support - Add LICENSE - Update WWW PR: 204200 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4298 Notes: svn path=/head/; revision=403328
* - Update to 0.51.Marcelo Araujo2015-12-062-5/+10
| | | | | | | | | | | | | | - Project moved to github. - Add LICENSEs. Changelog at: https://github.com/engerim42/wmbinclock/blob/master/CHANGELOG Submitted by: Thomas Kuiper <tkuiper@inxsoft.net> (author) Approved by: logix@foobar.franken.de (maintainer implicite) Sponsored by: Hackathon Taipei. Notes: svn path=/head/; revision=403083
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-092-0/+4
| | | | Notes: svn path=/head/; revision=401096
* This port is no longer interactive as of r400147.Cy Schubert2015-10-251-1/+0
| | | | Notes: svn path=/head/; revision=400151
* Resurrect xalarm 3.06.Cy Schubert2015-10-259-0/+207
| | | | | | | Take on maintainership. Notes: svn path=/head/; revision=400147
* - Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/Alexey Dokuchaev2015-10-241-14/+6
| | | | | | | | | | - Simplify installation routine while I'm here PR: 203455 Submitted by: Walter Schwarzenfeld Notes: svn path=/head/; revision=400125
* x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16John Marino2015-10-163-8/+47
| | | | | | | | | | The PORTDATA mechanism was removed (per my request). PR: 203487 Submitted by: ports fury Notes: svn path=/head/; revision=399471
* Mark BROKEN: fails to linkAntoine Brodin2015-09-271-0/+2
| | | | | | | | | | | c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector -fno-strict-aliasing -L/usr/local/lib -o glclock main.o glclock.o GLObject.o GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm GLextensions.o: In function `IsSupported_EXT_polygon_offset()': GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT' Reported by: pkg-fallout Notes: svn path=/head/; revision=398032
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-192-34/+34
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* - Switch to options helpersDmitry Marakasov2015-09-171-18/+11
| | | | Notes: svn path=/head/; revision=397104
* Mark as broken: does not fetchBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396869
* Mark as broken: does not fetchBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396868
* - Switch to options helpersDmitry Marakasov2015-09-041-5/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396141
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-022-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Switch to USES=autoreconfDmitry Marakasov2015-06-031-3/+3
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=388432
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1411-19/+10
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-283-6/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=384919
* Update to 2.43.Wesley Shields2015-04-272-3/+3
| | | | Notes: svn path=/head/; revision=384852
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-4/+2
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* Convert kde@ ports to USES=metaport.Raphael Kubo da Costa2015-04-031-4/+1
| | | | | | | Submitted by: alonso@ Notes: svn path=/head/; revision=383168
* Remove dead mirrorBaptiste Daroussin2015-03-301-1/+1
| | | | Notes: svn path=/head/; revision=382759
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-244-14/+12
| | | | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket Notes: svn path=/head/; revision=382126
* Update KDE SC to 4.14.3Alonso Schaich2015-03-114-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 Notes: svn path=/head/; revision=381052
* Update to 1.0.2Olivier Duchateau2015-03-103-5/+13
| | | | Notes: svn path=/head/; revision=380947
* - Simplify MASTER_SITESDmitry Marakasov2015-03-081-4/+7
| | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Strip binary Notes: svn path=/head/; revision=380735
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-053-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=380565
* Remove Author from pkg-descrBaptiste Daroussin2015-03-023-3/+0
| | | | Notes: svn path=/head/; revision=380313
* - Add LICENSEDmitry Marakasov2015-02-251-0/+5
| | | | | | | - Strip binary Notes: svn path=/head/; revision=379867
* 1: Upgrade to 1.0.15.Vanilla I. Shu2015-02-112-23/+50
| | | | | | | | | | 2: set language as config options. PR: 197461 Submitted by: Ports Fury. Notes: svn path=/head/; revision=378817
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376412
* cleanup plistBaptiste Daroussin2014-12-204-5/+0
| | | | Notes: svn path=/head/; revision=375118
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-2217-114/+2
| | | | Notes: svn path=/head/; revision=373044
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1917-289/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=372768
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-192-2/+2
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-1913-37/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=371193
* - Convert theme selection menu to use OPTIONS frameworkGuido Falsi2014-10-138-5/+68
| | | | | | | | | | | | - Fix build of non default themes with clang - Remove unecessary RM PR: 193868 Submitted by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=370761
* - Fix reference to stagedir in binaryAntoine Brodin2014-10-122-14/+2
| | | | | | | | - No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this Notes: svn path=/head/; revision=370698
* - Trim @dirrm from pkg-plistJason E. Hale2014-09-221-52/+0
| | | | Notes: svn path=/head/; revision=368920
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-133-3/+3
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-109-9/+9
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Support STAGEDIRVanilla I. Shu2014-09-031-17/+19
| | | | | | | | PR: ports/193172 Submitted by: Ports Fury. Notes: svn path=/head/; revision=367143