aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | - 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/+2
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - takeJason Helfman2015-02-181-1/+1
| | | | Notes: svn path=/head/; revision=379199
* - Update to 1.3.7 [1]Beat Gaetzi2015-02-166-70/+38
| | | | | | | | | | - Reassign to ports@ PR: 197693 [1] Submitted by: Jason Unovitch <jason.unovitch@gmail.com> [1] Notes: svn path=/head/; revision=379106
* x11-wm/fluxbox: fix integer underflow in startup phaseKurt Jaeger2015-02-042-0/+22
| | | | | | | | | | | | See also http://git.fluxbox.org/fluxbox.git/commit/?id=7b8fd2d81ad80a73564fc9fbb779f47568f12652 PR: 197150 Submitted by: vikashb@where-ever.za.net Approved by: portmgr runtime fix blanket Notes: svn path=/head/; revision=378405
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-94/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* - Update to 1.3.6Beat Gaetzi2015-01-083-6/+5
| | | | Notes: svn path=/head/; revision=376522
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-2/+2
| | | | | | | | | | | | | - 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
* This port autodetects libfribidi so add a dependency and bump PORTREVISIONTijl Coosemans2014-08-311-0/+2
| | | | | | | | | because of the libfribidi library version change in r366746. Reported by: Barbara Guida <barbara.freebsd@gmail.com> Notes: svn path=/head/; revision=366817
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Stage supportMartin Wilke2014-02-192-13/+17
| | | | Notes: svn path=/head/; revision=344981
* - Fix build on 10.0-ALPHA [1]Steve Wills2013-09-213-0/+22
| | | | | | | | | | | - Rename files with :: while here PR: ports/182162 [1] Submitted by: Dan McGregor <dan.mcgregor@usask.ca> [1] Approved by: maintainer (beat, via IRC) Notes: svn path=/head/; revision=327797
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326011
* - Add LICENSE [1]Beat Gaetzi2013-06-232-274/+277
| | | | | | | | | | | | | | | | - Remove the indefinite article from COMMENT [1,2] - Trim docs, use proper PORTDOCS= [1] - Add SYSTRAY Option [1] - Makefile cleanup [1] - Trim pkg-plist, remove PORTDOCS [1] - Introduce a new option PDFDOCS (rather then PDF) [2] - Sort options *_DESC [2] PR: ports/179170 [1], ports/179344 [2] Submitted by: nemysis <nemysis@gmx.ch> [1], bsam [2] Notes: svn path=/head/; revision=321627
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Restore distinfo for fluxbook PDF documentationBeat Gaetzi2013-02-171-0/+2
| | | | | | | Reported by: lme Notes: svn path=/head/; revision=312436
* - Update to 1.3.5Beat Gaetzi2013-02-153-5/+5
| | | | Notes: svn path=/head/; revision=312277
* - Update to 1.3.3Beat Gaetzi2013-01-023-10/+10
| | | | Notes: svn path=/head/; revision=309820
* - Fix a typo which breaks building with bmakeBeat Gaetzi2012-12-141-1/+1
| | | | | | | | PR: ports/174330 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=308926
* - Add chrome to the list of known browsers and while here remove unusedBeat Gaetzi2012-11-281-3/+3
| | | | | | | | | | | firefox3. PR: ports/173553 Submitted by: antoine Feature safe: yes Notes: svn path=/head/; revision=307931
* - Convert to optionsngBeat Gaetzi2012-10-051-30/+23
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=305303
* - Update to 1.3.2Beat Gaetzi2011-11-013-29/+29
| | | | Notes: svn path=/head/; revision=284837
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Update to 1.3.1Beat Gaetzi2011-03-042-3/+3
| | | | Notes: svn path=/head/; revision=270301
* - Update to 1.3.0Beat Gaetzi2011-02-206-358/+6
| | | | | | | - Remove MD5 checksums Notes: svn path=/head/; revision=269395
* - Add OPTIONSBeat Gaetzi2010-07-251-38/+14
| | | | | | | | PR: ports/148578 Submitted by: David DEMELIER <demelier.david AT gmail.com> Notes: svn path=/head/; revision=258217
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.1.1 (basically the same as 1.1.0.1 with the removed patches)Beat Gaetzi2009-07-079-357/+135
| | | | | | | | | | | | | | - Apply fix to patch-aaa07 that fixes a typo made upstream. This caused minimize/restore operations to grow systray applications by one vertically each time [1] - Fix build with WITHOUT_REMEMBER [1] PR: ports/136136 Submitted by: scf@ Obtained from: Fluxbox Git [1] Notes: svn path=/head/; revision=237373
* - Assume maintainership from ports@Beat Gaetzi2009-03-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=230412
* Release these ports into wild. I don't have time for these ports anymore. I amJeremy Messenger2009-03-181-1/+1
| | | | | | | keeping maintain two ports that don't require a lot of time to take care of. Notes: svn path=/head/; revision=230375
* Correct the post-patch to replace the %%LOCALBASE%% in fbsetbg, bump theJeremy Messenger2009-02-051-2/+2
| | | | | | | | | PORTREVISION. Submitted by: Tim Daneliuk <tundra@tundraware.com> Notes: svn path=/head/; revision=227697
* Add 'firefox3' in fluxbox-generate_menu, bump the PORTREVISION.Jeremy Messenger2008-11-302-8/+14
| | | | | | | | PR: ports/129302 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Notes: svn path=/head/; revision=223633
* -patch-aaa0[05] fix focus issuesJeremy Messenger2008-11-267-1/+444
| | | | | | | | | | | | -patch-aaa0[13] contain changes required for patch-aaa0[67] -patch-aaa0[67] fix `resize to negative dimension` bug -Bump the PORTREVISION. Submitted by: Alexander <flitster@gmail.com> Obtained from: Its git Notes: svn path=/head/; revision=223387
* Fix both shell scripts to not use 'hash', so use which(1) instead that wasJeremy Messenger2008-09-233-11/+119
| | | | | | | | | | | | took (better word, backout) from 1.0.0 release. The 'hash' isn't available some shells. Bump the PORTREVISION. Reported by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Tested by Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Randy Pratt <bsd-unix@embarqmail.com> Notes: svn path=/head/; revision=220486
* -Fix unshading crash. [1]Jeremy Messenger2008-09-173-0/+128
| | | | | | | | | | | | | | -Fix pixmap resource leak in pixmap menu. -Bump the PORTREVISION. Reported by: L Campbell <llc2w@virginia.edu> [1] Tested by: L Campbell <llc2w@virginia.edu> [1] Randy Pratt <bsd-unix@embarqmail.com> [1] Obtained from: Its git repository (both patches) Approved by: portmgr (linimon) Notes: svn path=/head/; revision=220414
* Update to 1.1.0.1, see Release Notes and Changelog for details:Jeremy Messenger2008-09-054-47/+41
| | | | | | | http://sourceforge.net/project/shownotes.php?group_id=35398&release_id=623696 Notes: svn path=/head/; revision=219933
* USE_XLIB -> USE_XORG, bump the PORTREVISION.Jeremy Messenger2008-03-121-3/+5
| | | | Notes: svn path=/head/; revision=208904
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-1/+2
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* - Update to 1.0.0.Jeremy Messenger2007-10-086-96/+183
| | | | | | | | | | - Get rid of all X11BASE stuff. - Enable imlib2 feature by default (follow the configure), use WITHOUT_IMLIB2 to disable it. - Update the WWW. Notes: svn path=/head/; revision=201124
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix the WITH_DOCPDF installation.Jeremy Messenger2007-04-192-2/+3
| | | | | | | Reported by: Benjamin Adams <freebsdworld@gmail.com> Notes: svn path=/head/; revision=190360
* Replace a 644 -> 755 hack and remove in the UPDATING to a better solution byJeremy Messenger2007-03-292-3/+10
| | | | | | | | | | | | | using 'exec sh foobar' instead 'exec foobar'. The 644 is need for some users that are using noexec mounted home directory, which the 755 will block them. Bump the PORTREVISION. Bugs tracker: http://tinyurl.com/2lazb6 (sourceforge.net) Obtained from: Fluxbox SVN Submitted by: Mark Tiefenbruck (Fluxbox developer) Notes: svn path=/head/; revision=188780
* In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that hasJeremy Messenger2007-03-271-0/+3
| | | | | | | | | | | caused not possible to start up your Fluxbox if you remove ~/.fluxbox or you are a first time user. Add a hack to get it back to 755 and explain the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'. Reported by: infofarmer Notes: svn path=/head/; revision=188545