summaryrefslogtreecommitdiff
path: root/x11-clocks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2057-115/+77
| | | | | | | x11-clocks) Notes: svn path=/head/; revision=327778
* Remove USE_GCC=any: builds properly with clangBaptiste Daroussin2013-09-141-1/+0
| | | | Notes: svn path=/head/; revision=327270
* Remove USE_GCC=any, builds properly with clangBaptiste Daroussin2013-09-141-1/+0
| | | | Notes: svn path=/head/; revision=327268
* - Update to 4.1.2Jason E. Hale2013-09-123-12/+94
| | | | | | | | - Trim Makefile header - Make COMMENT a little more concise Notes: svn path=/head/; revision=327029
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-1/+1
| | | | Notes: svn path=/head/; revision=327018
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-091-5/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* Update to 1.0.7Niclas Zeising2013-09-082-3/+3
| | | | Notes: svn path=/head/; revision=326721
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+1
| | | | Notes: svn path=/head/; revision=326491
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-11/+4
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326122
* Two imake related changes:Tijl Coosemans2013-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) Notes: svn path=/head/; revision=325992
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-146-6/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 2.39.Wesley Shields2013-08-042-3/+3
| | | | Notes: svn path=/head/; revision=324247
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* Fix build with clangBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324074
* Fix build with clangBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324072
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-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 Notes: svn path=/head/; revision=323748
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Update to 2.38.Wesley Shields2013-07-092-3/+3
| | | | Notes: svn path=/head/; revision=322558
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-042-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. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-022-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. Notes: svn path=/head/; revision=322191
* Convert to USES=imakeBaptiste Daroussin2013-06-288-49/+19
| | | | Notes: svn path=/head/; revision=322014
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-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 Notes: svn path=/head/; revision=321957
* Add explicit dependency on iconv.Niclas Zeising2013-06-271-0/+2
| | | | | | | | | | Bump portrevision. PR: ports/175935 Submitted by: Pawel Pekala <pawel@FreeBSD.org> Notes: svn path=/head/; revision=321891
* Reset maintaner per Bruce Cran's request.Niclas Zeising2013-06-271-6/+2
| | | | | | | | | While here trim headers. Thank you for your support! Notes: svn path=/head/; revision=321884
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-3/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319536
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-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! Notes: svn path=/head/; revision=319055
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-182-4/+4
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452
* - Update to 1.5.0Olivier Duchateau2013-05-113-5/+4
| | | | Notes: svn path=/head/; revision=317909
* - Update MASTER_SITESMartin Wilke2013-05-102-9/+5
| | | | | | | | | | - Update WWW PR: 177555 Submitted by: Ports Fury Notes: svn path=/head/; revision=317812
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelOlivier Duchateau2013-05-083-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 Notes: svn path=/head/; revision=317695
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-062-15/+11
| | | | Notes: svn path=/head/; revision=317470
* - Trim old-style header.Hiroki Sato2013-05-023-9/+17
| | | | | | | | - Add OPTIONS_DEFINE=DOCS. - Rename files/patch-a[ab]. Notes: svn path=/head/; revision=317144
* - Fix build with CLANGMIHIRA Sanpei Yoshiro2013-04-291-0/+1
| | | | Notes: svn path=/head/; revision=316803
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+2
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-243-4/+4
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-242-4/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* - Update to 1.0.2Olivier Duchateau2013-04-233-7/+7
| | | | | | | - Convert to USES=gettext Notes: svn path=/head/; revision=316376
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-234-11/+5
| | | | Notes: svn path=/head/; revision=316355
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-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 Notes: svn path=/head/; revision=315373
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-222-2/+2
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Mk/bsd.kde4.mk:Max Brazhnikov2013-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 Notes: svn path=/head/; revision=314933
* Return davide's ports to the pool per request.Eitan Adler2013-03-091-6/+2
| | | | | | | | | | | While here: - trim header - fix COMMENT Approved by: davide (maintainer) Notes: svn path=/head/; revision=313753
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-6/+2
| | | | Notes: svn path=/head/; revision=313649
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-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 Notes: svn path=/head/; revision=313635
* - Broken Checksum mismatchMartin Wilke2013-02-231-0/+2
| | | | Notes: svn path=/head/; revision=312815
* - Update to 0.6.2Olivier Duchateau2013-02-153-19/+49
| | | | | | | | | | | | - Trim Makefile header - Use USE_PKGCONFIG - Adjust dependencies in USE_XFCE - Enhance COMMENT entry Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=312278
* - Fix build with clangMartin Wilke2013-02-101-5/+7
| | | | | | | | PR: 175032 Submitted by: Ports Fury Notes: svn path=/head/; revision=312000
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!Max Brazhnikov2013-02-034-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 Notes: svn path=/head/; revision=311483
* - add comment for imake problem with clangDirk Meyer2013-01-261-5/+3
| | | | Notes: svn path=/head/; revision=311014