aboutsummaryrefslogtreecommitdiff
path: root/x11/wbar
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build on GCC-based architectures.Mark Linimon2018-10-281-1/+1
| | | | | | | | | PR: 231914 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483258
* x11/wbar: Unbreak build with Clang 6Tobias Kortkamp2018-07-203-0/+60
| | | | | | | | | | | | ./src/core/Main.cc:84:38: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] command = PACKAGE_NAME" "DEFAULT_ARGV; ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474767_s336359/logs/wbar-2.3.4_1.log http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p474481_s336216/logs/wbar-2.3.4_1.log Notes: svn path=/head/; revision=475013
* - Unbreak by using the Google Code Archive as dowload siteNicola Vitale2016-11-041-3/+1
| | | | Notes: svn path=/head/; revision=425339
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-2/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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
* - Change COMMENT, making it more genericNicola Vitale2015-01-211-1/+1
| | | | | | | Suggested by: danfe Notes: svn path=/head/; revision=377607
* - Add textproc/intltool to build dependencies:Nicola Vitale2015-01-201-1/+2
| | | | | | | | | | | | the configure script fails even if you disable the nls support (and/or switch off the WBARCONFIG option) [1] - Fix COMMENT line Reported by: Andrew Terekhov <andrew.v.terekhov@gmail.com> [1] (via private email) Notes: svn path=/head/; revision=377493
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-2/+4
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Cleanup plistBaptiste Daroussin2014-12-081-7/+0
| | | | Notes: svn path=/head/; revision=374319
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Support stageBaptiste Daroussin2014-03-242-33/+13
| | | | | | | | Remove useless desktopfileutils and intltools dependencies Use options helpers Notes: svn path=/head/; revision=349075
* - Convert USE_BZIP/GMAKE to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348341
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add explicit dependency on pkgconfBaptiste Daroussin2013-08-311-0/+2
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325761
* - Fix i18 manpagesMartin Wilke2013-06-121-0/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320691
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Remove -Werror switch, that breaks compiling on FreeBSD-10Nicola Vitale2013-03-071-0/+10
| | | | | | | Pointed out by: Ferenc Gal <gferenc88@gmail.com> (via private email) Notes: svn path=/head/; revision=313605
* - Update to 2.3.4Nicola Vitale2013-02-064-20/+19
| | | | | | | | - Trim header - Add files/patch-etc__Makefile.in Notes: svn path=/head/; revision=311772
* - Update to 2.3.0 [1], [2]Nicola Vitale2012-07-116-42/+74
| | | | | | | | | | | | | | | | | | - Remove files/patch-src__config__Run.cc - Remove http://nivi.interfree.it/* from MASTER_SITES - Add LICENSE (GPLv3) [2] - Convert to the new options framework [2] - Add WBARCONFIG option (default on) - Enable the NLS option [2] - Set USE_GNOME to desktopfileutils, intltool - Fix the installation path of wbar.desktop [2] - Fix a typo in pkg-descr PR: ports/168167 [1], ports/168778 [2] Submitted by: lbartoletti <coder at tuxfamily.org> [1], Olivier Cochard-Labbe <olivier at cochard.me> [2] Notes: svn path=/head/; revision=300785
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove sysutils/pidof from RUN_DEPENDS (replaced by pgrep)Nicola Vitale2011-07-063-4/+13
| | | | | | | | | | | | as suggested by danfe@, because "infrastructure costs get higher (extra dependency to track, upgrade, etc.) which in turn eats time". - Add files/patch-src__config__Run.cc - Bump PORTREVISION - Fix a typo in pkg-descr Notes: svn path=/head/; revision=277181
* - Update to 2.2.2 [1]Nicola Vitale2011-06-307-105/+57
| | | | | | | | | | | | | | - Add files/patch-configure - Add sysutils/pidof to RUN_DEPENDS - Add WWW site to pkg-descr - Change MASTER_SITES - Remove files/patch-Makefile, files/pkg-message.in PR: ports/156522 Submitted by: coder.tuxfamily <coder at tuxfamily.org> [1] (Indeed the version 2.1.1) Notes: svn path=/head/; revision=276721
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* - Update to 1.3.3Nicola Vitale2007-09-284-69/+18
| | | | Notes: svn path=/head/; revision=200262
* - Update to 1.3.1Nicola Vitale2007-08-244-59/+108
| | | | Notes: svn path=/head/; revision=198247
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fixed build with gcc 4.XNicola Vitale2007-02-061-2/+11
| | | | | | | Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=184358
* wbar is a quick launch bar. Its fast, light and cool eye-candy.Nicola Vitale2007-01-176-0/+128
Initially developed for Fluxbox, then tested on WindowMaker, Xfce, Gnome, etc. It can run on top of desktops such as xfdesktop or nautilus with the -above-desk switch. Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182628