aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileAdam Weinberger2014-07-052-4/+12
| | | | | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization) Notes: svn path=/head/; revision=360701
* Remove NOPORTDOCS.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360688
* Avoid unnecessary bsd.port.options.mk inclusion by usingAdam Weinberger2014-07-031-18/+6
| | | | | | | | | OPTIONS helpers. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360397
* Plank is an elegant, simple and clean dock.Olivier Duchateau2014-07-039-0/+178
| | | | | | | WWW: http://launchpad.net/plank Notes: svn path=/head/; revision=360368
* First batch at resetting maintainership on ports that have not been staged andBaptiste Daroussin2014-07-022-2/+2
| | | | | | | | | without any pending PR With hat: portmgr Notes: svn path=/head/; revision=360222
* Switch the default rpm used to rpm4Baptiste Daroussin2014-07-021-2/+2
| | | | Notes: svn path=/head/; revision=360138
* 1: Stagify.Vanilla I. Shu2014-07-024-21/+84
| | | | | | | | | | 2: use @sample to handle sample config file. 3: bump version. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=360129
* 1: Stagify.Vanilla I. Shu2014-07-024-111/+37
| | | | | | | | | | 2: use options helper. 3: use INSTALL_TARGET to handle PORTDOCS Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=360128
* Stagify.Vanilla I. Shu2014-07-022-3/+22
| | | | | | | Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=360127
* 1: Stagify.Vanilla I. Shu2014-07-024-17/+72
| | | | | | | | | 2: use options helper to handle PORTDOCS. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=360124
* Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent portsTijl Coosemans2014-07-011-2/+2
| | | | Notes: svn path=/head/; revision=360080
* Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtoolTijl Coosemans2014-06-303-7/+6
| | | | | | | and CONFIGURE_ARGS=--disable-static. Notes: svn path=/head/; revision=359863
* Add USES=libtool.Tijl Coosemans2014-06-302-5/+5
| | | | Notes: svn path=/head/; revision=359850
* x11-wm/libwraster:Tijl Coosemans2014-06-295-24/+20
| | | | | | | | | | | | | | | | | - USES=libtool - Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS. Not needed and it causes configure test failures with clang. - Use MAKE_CMD. - Bump dependent ports. x11-wm/windowmaker: - USES=libtool - Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command because it causes configure test failures with clang. - Remove FreeBSD < 8 support. Notes: svn path=/head/; revision=359794
* - Fix Q/A testsMartin Wilke2014-06-291-1/+0
| | | | Notes: svn path=/head/; revision=359738
* Reset maintainer, email bouncesAntoine Brodin2014-06-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359668
* Allow to build with texinfo from portsAntoine Brodin2014-06-271-1/+1
| | | | Notes: svn path=/head/; revision=359589
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359329
* x11-wm/ede: update to 2.1William Grzybowski2014-06-253-75/+89
| | | | | | | | PR: 191378 Submitted by: tkato432 yahoo com Notes: svn path=/head/; revision=359316
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-252-4/+4
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Bump PORTREVISION for jbigkit library version bump.Tijl Coosemans2014-06-222-1/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358814
* Add 4 new sed commands to USES=libtool. The first two apply some of theTijl Coosemans2014-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=358784
* x11-wm/wmconfig: update to 1.4.5William Grzybowski2014-06-202-3/+3
| | | | | | | | PR: 189358 Submitted by: maintainer Notes: svn path=/head/; revision=358494
* - Turns out this is broken with iconv from base (renders empty chars,Juergen Lock2014-06-171-2/+2
| | | | | | | | | | | breaks bmpanel2, and also it fails to build when ports iconv is present), so force it to always use iconv from ports. - Bump PORTREVISION. Reported by: Gary Perreault (via irc) Notes: svn path=/head/; revision=358192
* Update to 4.8Baptiste Daroussin2014-06-164-114/+5
| | | | | | | Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt Notes: svn path=/head/; revision=358038
* Unbreak build by requiring and linking xext (see also r353170).Jimmy Olgeni2014-06-142-3/+2
| | | | | | | | | | Also, remove "@dirrmtry etc/xdg" due to the following error in staging checks: Owned by MTREE: @dirrmtry etc/xdg Notes: svn path=/head/; revision=357799
* Update to 2.5.1Niclas Zeising2014-06-112-4/+3
| | | | Notes: svn path=/head/; revision=357512
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-112-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 stage. Update to new LIB_DEPENDS.Cy Schubert2014-06-102-2/+5
| | | | Notes: svn path=/head/; revision=357262
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - update to 0.6.2Martin Wilke2014-06-062-8/+5
| | | | | | | | | | - use shebangfix instead of manual patching - drop config.mk edit - options passed via MAKE_ARGS PR: 190116 Notes: svn path=/head/; revision=356811
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-11/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356612
* Honor $DATADIR and fix plist.Jung-uk Kim2014-06-031-15/+15
| | | | | | | Approved by: Daniel Austin (maintainer) Notes: svn path=/head/; revision=356410
* Support staging and honor $DATADIR. Pass maintainership to the submitter.Jung-uk Kim2014-06-032-135/+135
| | | | | | | PR: 190586 Notes: svn path=/head/; revision=356406
* - Convert to USES=libtool and USES=tar:bzip2.Jung-uk Kim2014-06-032-6/+7
| | | | | | | | | - Pass maintainership to the submitter. PR: 190585 Notes: svn path=/head/; revision=356405
* - Update to 0.8.8. Pass maintainership to the submitter. [1]Jung-uk Kim2014-06-034-6/+184
| | | | | | | | | | | | - Catch up with threading API changes of glib20. - Revert a premature update to later libcompizconfig API by upstream, i.e., http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/commit/?id=f0f61be0 PR: 190557 [1] Notes: svn path=/head/; revision=356389
* - Update to 0.8.8Martin Wilke2014-06-031-3/+2
| | | | | | | | | | - Pass maintainership to submitter PR: 190541 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356298
* - Update to 0.8.8Martin Wilke2014-06-036-157/+4
| | | | | | | | PR: 190540 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356297
* - Update to 0.8.8Martin Wilke2014-06-033-23/+4
| | | | | | | | | | - Pass maintainership to submitter PR: 190540 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356296
* - Update to 0.8.8Martin Wilke2014-06-033-15/+13
| | | | | | | | | | - Pass maintainership to submitter PR: 190539 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356295
* - Update to 0.8.8Martin Wilke2014-06-032-5/+4
| | | | | | | | | | - Pass maintainership to submitter PR: 190538 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356294
* - Update to 0.8.8Martin Wilke2014-06-032-5/+4
| | | | | | | | | | - Pass maintainership to submitter PR: 190536 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356292
* - Update to 0.8.8Martin Wilke2014-06-033-5/+10
| | | | | | | | PR: 190535 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356291
* - Update to 0.8.8Martin Wilke2014-06-036-282/+15
| | | | | | | | | | - Pass maintainership to submitter PR: 190534 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356290
* (no commit message)Dmitry Marakasov2014-06-032-8/+2
| | | | Notes: svn path=/head/; revision=356276
* UnbreakAntoine Brodin2014-06-021-2/+1
| | | | Notes: svn path=/head/; revision=356252
* - Convert bzip2 to USESMartin Wilke2014-06-0244-88/+44
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=356200
* - Convert USE_BZIP2/XZ to USESMartin Wilke2014-06-0217-29/+17
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=356196
* . Fix the packing list (I hope).Greg Lewis2014-05-242-1/+7
| | | | Notes: svn path=/head/; revision=355096
* . Convert LIB_DEPENDS to the new format.Greg Lewis2014-05-232-19/+43
| | | | | | | | . Move MAN1 man pages to the packing list. . Remove a @dirrmtry I didn't need. Notes: svn path=/head/; revision=354936