aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
Commit message (Collapse)AuthorAgeFilesLines
* Take maintainershipromain2017-10-201-1/+1
|
* Convert USES of tcl or tk from 84+ to 85+gahr2017-09-071-2/+2
| | | | | This shouldn't change anything in the default case because tcl86 is chosen anyway.
* Update GNUstep core libraries.theraven2017-08-211-1/+1
| | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
* - Add LICENSEamdmi32017-06-181-3/+6
| | | | - Unsilence installation commands
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-257-2/+7
| | | | | PR: 218658 Submitted by: riggs
* - Switch to USES=localbaseamdmi32017-04-101-8/+1
| | | | | | - Remove obsolete OSVERSION condition Approved by: portmgr blanket
* Update the port to v0.4.9.4 and take maintenershiprodrigo2017-04-024-17/+19
| | | | | Fix distfile format,WORKDIR and patch Makefile Add license file
* - Update to 0.7.0olivierd2017-02-264-7/+17
| | | | | - Sort USES - Rewrite pkg-descr
* - Add LICENSEamdmi32017-02-251-0/+2
|
* - add LICENSEdinoex2017-01-292-26/+91
| | | | | | | - add OPTIONS framework - cleanup configure - fix warnings - make portlint happier
* Reset sanpei@'s ports after 18 months of inactivity.rene2017-01-231-1/+1
|
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-094-4/+4
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - Add LICENSEamdmi32016-11-231-1/+4
| | | | | - Add NO_ARCH - Silence patching
* Reset edwin's ports, he has handed in his commit bit.rene2016-11-171-1/+1
| | | | With hat: portmgr-secretary
* ${RM} already has -f.mat2016-10-213-3/+3
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Introduce new extensible virtual categories for KDEtcberner2016-10-194-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)
* - Add LICENSEamdmi32016-09-091-0/+3
|
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-247-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove unneeded usage of:mat2016-06-061-2/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* 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-267-7/+6
| | | | | | | | | | | | | 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-242-2/+2
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-197-12/+12
| | | | Approved by: portmgr blanket
* x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clangpi2016-05-106-19/+19
| | | | | | | - make patches conform to recommended format (makepatch) PR: 209399 Submitted by: yuri@rawbw.com
* Unbreak.mat2016-04-124-15/+17
| | | | | | PR: 208724 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-017-10/+10
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add LICENSEamdmi32016-02-153-14/+17
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-134-4/+4
| | | | Approved by: portmgr blanket
* Cleanup GH_* and variables order.mat2015-12-291-1/+0
| | | | Sponsored by: Absolight
* Unmark BROKEN.rakuco2015-12-281-1/+0
| | | | I was able to fetch the port just fine.
* - Switch to options helpersamdmi32015-12-281-2/+4
|
* - Switch to USES=taramdmi32015-12-281-3/+6
| | | | | - Switch to WRKSRC_SUBDIR - Switch to options helpers
* - Update MASTER_SITESmiwi2015-12-251-3/+1
| | | | | PR: 205530 Submitted by: nyan@
* - Update MASTER_SITESmiwi2015-12-093-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
* - Update to 0.51.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.
* Mark a few ports BROKEN: unfetchableantoine2015-11-092-0/+4
|
* This port is no longer interactive as of r400147.cy2015-10-251-1/+0
|
* Resurrect xalarm 3.06.cy2015-10-259-0/+207
| | | | Take on maintainership.
* - Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/danfe2015-10-241-14/+6
| | | | | | | - Simplify installation routine while I'm here PR: 203455 Submitted by: Walter Schwarzenfeld
* x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16marino2015-10-163-8/+47
| | | | | | | The PORTDATA mechanism was removed (per my request). PR: 203487 Submitted by: ports fury
* Mark BROKEN: fails to linkantoine2015-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
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-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
* - Switch to options helpersamdmi32015-09-171-18/+11
|
* Mark as broken: does not fetchbapt2015-09-141-0/+1
|
* Mark as broken: does not fetchbapt2015-09-141-0/+1
|
* - Switch to options helpersamdmi32015-09-051-5/+1
| | | | Approved by: portmgr blanket
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-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
* - Switch to USES=autoreconfamdmi32015-06-031-3/+3
| | | | - Add LICENSE_FILE
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-231-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-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
* Cleanup DIST* variables.mat2015-05-121-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
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-293-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
* Update to 2.43.wxs2015-04-272-3/+3
|
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-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
* Convert kde@ ports to USES=metaport.rakuco2015-04-041-4/+1
| | | | Submitted by: alonso@
* Remove dead mirrorbapt2015-03-311-1/+1
|
* 5 ports categories: Remove $PTHREAD_LIBSmarino2015-03-254-14/+12
| | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
* 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
* Update to 1.0.2olivierd2015-03-113-5/+13
|
* - Simplify MASTER_SITESamdmi32015-03-081-4/+7
| | | | | | - Clarify LICENSE - Add LICENSE_FILE - Strip binary
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-063-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>
* Remove Author from pkg-descrbapt2015-03-033-3/+0
|
* - Add LICENSEamdmi32015-02-251-0/+5
| | | | - Strip binary
* 1: Upgrade to 1.0.15.vanilla2015-02-112-23/+50
| | | | | | | 2: set language as config options. PR: 197461 Submitted by: Ports Fury.
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* cleanup plistbapt2014-12-214-5/+0
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Cleanup plistantoine2014-11-2217-114/+2
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-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
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-202-2/+2
| | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-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
* - Convert theme selection menu to use OPTIONS frameworkmadpilot2014-10-138-5/+68
| | | | | | | | | - Fix build of non default themes with clang - Remove unecessary RM PR: 193868 Submitted by: me Approved by: maintainer timeout
* - Fix reference to stagedir in binaryantoine2014-10-122-14/+2
| | | | | - No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this
* - Trim @dirrm from pkg-plistjhale2014-09-221-52/+0
|
* devel/glib12 x11-toolkits/gtk12:tijl2014-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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-119-9/+9
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Support STAGEDIRvanilla2014-09-031-17/+19
| | | | | PR: ports/193172 Submitted by: Ports Fury.
* Make 7 ports jobs unsafemarino2014-08-311-0/+2
| | | | | | | | | A number of ports failed on the DragonFly package builder when theoretically all of them should build. They had errors in logs indicating that was parallel building issue. Rerunning through again with -j1 resulted in a good build. There were more than 7, but these seven are the ports that I'm confident are not 100% jobs safe based on the errors seen.
* Fix with perl-5.18crees2014-08-291-0/+11
| | | | PR: ports/193064
* Allow staging as a regular userantoine2014-08-211-2/+2
|
* 2014-08-20 deskutils/horde3-hermes: EOL in April 2012antoine2014-08-208-143/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-08-20 deskutils/horde3-klutz: EOL in April 2012 2014-08-20 deskutils/horde3-kronolith: EOL in April 2012 2014-08-20 deskutils/horde3-mnemo: EOL in April 2012 2014-08-20 devel/horde3-chora: EOL in April 2012 2014-08-20 ftp/horde3-gollem: EOL in April 2012 2014-08-20 games/linux-steam: Unmaintained interactive port 2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo 2014-08-20 mail/horde3-dimp: EOL in April 2012 2014-08-20 mail/horde3-forwards: EOL in April 2012 2014-08-20 mail/horde3-ingo: EOL in April 2012 2014-08-20 mail/horde3-mimp: EOL in April 2012 2014-08-20 mail/horde3-vacation: EOL in April 2012 2014-08-20 net-mgmt/horde3-nic: EOL in April 2012 2014-08-20 net-mgmt/nocol: Unmaintained interactive port 2014-08-20 net-mgmt/ourmon: Unmaintained interactive port 2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port 2014-08-20 news/p5-NNML: Unmaintained interactive port 2014-08-20 print/dvips: Unmaintained interactive port 2014-08-20 print/xdvi: Unmaintained interactive port 2014-08-20 security/horde3-jeta: EOL in April 2012 2014-08-20 security/hunch: Likely unused interactive port 2014-08-20 www/horde3-ansel: EOL in April 2012 2014-08-20 www/horde3-meta: EOL in April 2012 2014-08-20 www/horde3-passwd: EOL in April 2012 2014-08-20 www/horde3-trean: EOL in April 2012 2014-08-20 www/wwwcount: Ancient interactive port 2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
* Remove x11-clocks/alarm-clock.romain2014-08-186-113/+0
|
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-167-2/+7
| | | | | | | | | | | | | | | | | | | 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)
* Stage x11-clocks/aclockmarino2014-08-131-1/+0
| | | | | Stage-QA warns that Aclock application is not stripped but this seems to be installed per GNUStep framework so I'll leaving that warning alone.
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-087-7/+7
| | | | | | | | | 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)
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-0/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* - fix order in USESdinoex2014-08-041-1/+1
|
* Stage x11-clocks/intclockmarino2014-07-311-9/+13
| | | | | | PR: 192259 Submitted by: fullermd (over-yonder.net) Refinement: marino
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
| | | | '__' instead.
* Rename x11-*/ patch-xy patches to reflect the files they modify.adamw2014-07-3015-5/+3
| | | | Finally, this is the last of it.
* Update to 2.41.wxs2014-07-152-3/+3
|
* Remove NOPORTDOCS.adamw2014-07-052-5/+5
|
* Remove expired ports:rene2014-07-056-104/+0
| | | | | 2014-07-04 x11-clocks/wmitime 2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
* - USES=libtool tar:bzip2tijl2014-07-022-5/+4
| | | | - INSTALL_TARGET=install-strip
* - USES=libtool tar:bzip2tijl2014-07-022-5/+4
| | | | - INSTALL_TARGET=install-strip
* Stagify.vanilla2014-07-011-14/+12
|
* 1: Stagify.vanilla2014-07-012-7/+6
| | | | | | | | 2: USES=tar:bzip2. 3: add LICENSE. 4: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-011-3/+2
| | | | Approved by: portmgr@ (blanket approval)
* Reset maintainer, email bouncesantoine2014-06-281-1/+1
| | | | With hat: portmgr
* - Marked BROKEN, since no public distfilesxride2014-06-261-2/+4
| | | | | - EXPIRATION_DATE set to 2014-07-04 - Reset maintainer
* Remove IS_INTERACTIVE.kuriyama2014-06-241-8/+1
| | | | | PR: ports/191208 Submitted by: marino
* Deprecate unmaintained interactive ports for removal in 2 monthsmarino2014-06-211-0/+3
| | | | | | | | | | | | | | | | | | | Interactive ports can't be packaged which means they don't get tested weekly either. Ideally all interactive ports should be converted to regular ports. Reduce the number of these types of ports by pruning unmaintained ones first. Those wishing to pick up these ports are expected to convert them to regular ports if this can be done with reasonable effort. Ports deprecated for removal on 20 August 2014: * mail/mailagent * net/delegate * net-mgmt/nocol * print/hplip-plugin * print/xdvi * sysutils/autopsy * x11-clocks/xalarm Approved by: portmgr (bapt)
* Stagefydaichi2014-06-133-149/+124
|
* - Stagify.kuriyama2014-06-092-6/+4
|
* - Update to 1.6.0olivierd2014-06-063-5/+12
|
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-05-271-2/+2
| | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Fix build on -currentmiwi2014-05-174-47/+61
| | | | | PR: 188143 Submitted by: Ports Fury
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-114-8/+8
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Fix build on i386miwi2014-04-294-48/+26
| | | | | | | - Enable sound support for all ARCH PR: 187494 Submitted by: ports fury
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-179-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-038-16/+12
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-054-8/+8
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update MASTER_SITESmiwi2014-02-272-20/+16
| | | | | | | - Add LICENSE - Support STRIP properly PR: 187062
* x11-clocks/wmfuzzy: Update at 1 hertz instead of 10 khzmarino2014-02-262-4/+15
| | | | | | | | | | | | This fuzzy clock display only changes approximately every 5 minutes, so it's crazy that it internally updates every 10 microseconds. Save CPU and let it sleep a second at a time. While here, remove indefinite article from comment, remove unnecessary NOPORTDOCS check, and indicate GPLv2 license. PR: ports/181137 Submitted-by: Marcus Reid
* Remove trailing whitespaces from category x11-clocksehaupt2014-02-212-2/+2
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-1/+2
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-1817-61/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-102-0/+6
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Fix make stage [1]novel2014-02-061-1/+2
| | | | | | - Drop article from COMMENT Reported by: pkg-fallout
* - Support STAGEDIRolivierd2014-01-297-12/+15
| | | | | - Use USES= gmake - Add LICENSE
* - Stagify, convert to OptionsNG, remove check for alpha (unsupported)danfe2014-01-282-34/+14
| | | | - Cleanup Makefile and port description while here
* Fix properties on pkg-plistbapt2014-01-222-2/+0
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-171-6/+2
|
* Support stagedir.vanilla2014-01-1133-117/+124
| | | | Submitted by: portmgr (blanket infrastructure)
* - Convert to USES=tkgahr2014-01-102-13/+3
| | | | | - STAGE-clean - Do not require tk-wrapper
* - Fix build with clangantoine2014-01-091-2/+3
| | | | | | | - Stage support PR: ports/185311 Submitted by: KATO Tsuguru
* - Fix pkg-plistjhale2014-01-021-5/+0
|
* Stage supportantoine2013-12-302-6/+4
|
* Stage supportantoine2013-12-291-4/+3
|
* Stage supportantoine2013-12-292-10/+8
|
* Stage supportantoine2013-12-291-8/+5
|
* Stage supportantoine2013-12-291-3/+2
|
* Update to 2.40wxs2013-12-292-3/+3
|
* Stage supportantoine2013-12-281-3/+1
|
* Stage supportantoine2013-12-281-6/+2
|
* - Update to 4.1.4jhale2013-12-202-4/+3
|
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-164-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-12-081-2/+2
| | | | | | dependency Approved by: portmgr (blanket)
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* - revert r331810dinoex2013-10-291-3/+2
|
* - use STAGEDIRdinoex2013-10-281-4/+1
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-263-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Support staging.ehaupt2013-10-241-2/+1
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-224-4/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Convert to stagingeadler2013-10-131-8/+6
| | | | - Fix COMMENT
* fixed build fail on 10-CURRENTdaichi2013-10-051-0/+6
|
* - Support stagingjhale2013-10-031-2/+1
| | | | - Make COMMENT a little more concise
* - Update to 4.1.3jhale2013-09-293-4/+8
| | | | - Support staging
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2157-115/+77
| | | | x11-clocks)
* Remove USE_GCC=any: builds properly with clangbapt2013-09-141-1/+0
|
* Remove USE_GCC=any, builds properly with clangbapt2013-09-141-1/+0
|
* - Update to 4.1.2jhale2013-09-123-12/+94
| | | | | - Trim Makefile header - Make COMMENT a little more concise
* Add explicit dependency on pkgconf (27 ports)marino2013-09-121-1/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-101-5/+2
| | | | Approved by: portmgr (bapt)
* Update to 1.0.7zeising2013-09-082-3/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-061-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-11/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Two imake related changes:tijl2013-09-022-8/+26
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* - Remove MAKE_JOBS_SAFE variableak2013-08-156-6/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 2.39.wxs2013-08-052-3/+3
|
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* Fix build with clangbapt2013-08-011-6/+3
|
* Fix build with clangbapt2013-08-011-6/+3
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-708/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
|
* Update to 2.38.wxs2013-07-092-3/+3
|
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-052-4/+4
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-032-4/+4
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Convert to USES=imakebapt2013-06-298-49/+19
|
* New USES imake to handle the dependency on imake.bapt2013-06-286-18/+9
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Add explicit dependency on iconv.zeising2013-06-271-0/+2
| | | | | | | Bump portrevision. PR: ports/175935 Submitted by: Pawel Pekala <pawel@FreeBSD.org>
* Reset maintaner per Bruce Cran's request.zeising2013-06-271-6/+2
| | | | | | While here trim headers. Thank you for your support!
* - Do not try to remove dirs. not created by the portmiwi2013-06-011-3/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* The FreeBSD x11 team proudly presentszeising2013-05-252-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+4
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - Update to 1.5.0olivierd2013-05-123-5/+4
|
* - Update MASTER_SITESmiwi2013-05-102-9/+5
| | | | | | | - Update WWW PR: 177555 Submitted by: Ports Fury
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-093-7/+6
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-062-15/+11
|
* - Trim old-style header.hrs2013-05-033-9/+17
| | | | | - Add OPTIONS_DEFINE=DOCS. - Rename files/patch-a[ab].
* - Fix build with CLANGsanpei2013-04-291-0/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+2
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-4/+4
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2
| | | | Approved by: portmgr (bapt)
* - Update to 1.0.2olivierd2013-04-243-7/+7
| | | | - Convert to USES=gettext
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-234-11/+5
|
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-274-10/+9
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - convert USE_CMAKE to USESmakc2013-03-232-2/+2
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-222-2/+2
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* Return davide's ports to the pool per request.eadler2013-03-101-6/+2
| | | | | | | | While here: - trim header - fix COMMENT Approved by: davide (maintainer)
* Remove indefinite article from COMMENTehaupt2013-03-081-6/+2
|
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* - Broken Checksum mismatchmiwi2013-02-231-0/+2
|
* - Update to 0.6.2olivierd2013-02-153-19/+49
| | | | | | | | | - Trim Makefile header - Use USE_PKGCONFIG - Adjust dependencies in USE_XFCE - Enhance COMMENT entry Approved by: rene, miwi (mentors, implicit)
* - Fix build with clangmiwi2013-02-101-5/+7
| | | | | PR: 175032 Submitted by: Ports Fury
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-044-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* - add comment for imake problem with clangdinoex2013-01-261-5/+3
|
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-5/+0
| | | | | care about those header, so you even can claim that those were created by you instead of me. There are a few more left, I will worry about it later.
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fieldsbapt2012-11-284-38/+0
| | | | | | | | | | | | 2012-11-26 textproc/lemmatizer: No more public distfiles 2012-11-26 net/relay: No more public distfiles 2012-11-26 x11-clocks/bmp-alarm: No more public distfiles 2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles 2012-11-26 japanese/libicq: No more public distfiles and development ceased 2012-11-26 graphics/tonicpoint-viewer: No more public distfiles 2012-11-26 devel/safestr: No more public distfiles Feature safe: yes
* - Update to 2.2.2madpilot2012-11-278-80/+491
| | | | | | | | | | - Update MASTER_SITE and WWW - Add XFT support - Trim Makefile headers PR: ports/172513 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4
| | | | | | public distfiles are available Feature safe: yes
* 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-265-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes
* Update to 2.37wxs2012-10-172-3/+3
| | | | Feature safe: yes
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Reassign to the heap due to mail bouncestabthorpe2012-09-301-6/+2
|
* - Update to 1.0.0olivierd2012-09-253-7/+8
| | | | | | | - Adjust Xfce components - Convert to USE_PKGCONFIG Approved by: rene, miwi (mentors)
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵bapt2012-09-211-0/+3
| | | | distilator)
* - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-132-2/+2
| | | | Approved by: makc (mentor)
* - reset maintainership per maintainerjgh2012-09-071-4/+6
| | | | | | | - while here adopt optionsNG PR: 171399 Submitted by: maintainer, yasu@utahime.org
* Mark ports unsafe per wiki page of broken ports.eadler2012-09-031-0/+2
| | | | | Approved by: doceng (gabor, maintainer) [print/ghostscript8] Redports: ignore
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+1
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-153-5/+4
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* Add missing dependseadler2012-06-091-1/+2
| | | | | PR: ports/168846 Submitted by: Niclas Zeising <zeising@daemonic.se>
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-064-8/+4
| | | | Review by: bapt, David Naylor (kde team)
* - Update to version 0.4.9.2sylvio2012-06-064-32/+24
| | | | | | | | Remove file: files/patch-Makefile.in PR: ports/168605 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update png to 1.5.10dinoex2012-06-0120-16/+20
|
* - Update to 1.0.1miwi2012-05-263-9/+16
| | | | | PR: 168076 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Bump all XFCE after XFCE importmiwi2012-05-262-1/+2
|
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-257-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
* Update to 2.36wxs2012-04-242-3/+3
|
* Update to 3.1makc2012-02-223-4/+5
| | | | | PR: ports/165267 Submitted by: Jason E. Hale (maintainer)
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-164-2/+4
|
* Update to 1.0.3eadler2012-02-112-4/+4
| | | | | | | Changes: This minor maintenance release includes some source & build configuration cleanups, and restores the use of XKB Bells, lost in the X11R6 -> R7 change.
* Update to 1.0.6eadler2012-02-112-3/+3
| | | | | | | Changes: This minor maintenace release improves support for localized display of time text in the digital form, along with build configuration improvements.
* Update to 0.6.4rene2012-02-093-3/+5
| | | | Some bugfixes, added icon and Taiwanese localization.
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-251-2/+2
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* Update to 0.6.3rene2012-01-083-3/+9
| | | | | | | | Changes: - The progress bar now goes from 100% to 0 in countdown (feature request #7900) - Left click now works on progress bar (bug #7902) - Ability to sort timers (feature request #4220) - New translations: Albanian, Catalan, Croatian, Dutch, Slovak, Uyghur
* - update to 2.8rm2012-01-062-8/+5
| | | | | | | - move LICENSE into proper block PR: 163832 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
* - X11BASE is going away. Hack the last few ports that depend on X11BASE to ↵eadler2011-12-262-1/+2
| | | | | | not rely on it being set globally. Approved by: portmgr (pav)
* - update to 1.0.5eadler2011-11-233-15/+3
| | | | | | | | | | | - remove old patch Some new features include: - fix a crash on sparc64 - some build ffixes - some packaging changes Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-274-4/+4
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* The vast majority of pkg-descr files had the following format when theydougb2011-10-243-4/+2
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-247-19/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.