aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=libtool, drop .la filesamdmi32014-07-231-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* 1: Statgify.vanilla2014-07-162-22/+21
| | | | 2: add LICENSE.
* Add DOCS option to the remaining staged ports where PORTDOCS appearsadamw2014-07-163-1/+5
| | | | in the plist.
* Fix plist for config file.zeising2014-07-162-4/+2
| | | | Use @sample.
* Convert to new LIB_DEPENDSbapt2014-07-142-5/+5
| | | | With hat: portmgr
* x11-wm/obapps: use WX 3.0wg2014-07-061-2/+2
| | | | Approved by: portmgr (bapt, blanket)
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-052-4/+12
| | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
* Remove NOPORTDOCS.adamw2014-07-051-2/+2
|
* Avoid unnecessary bsd.port.options.mk inclusion by usingadamw2014-07-041-18/+6
| | | | | | OPTIONS helpers. Approved by: portmgr (blanket)
* Plank is an elegant, simple and clean dock.olivierd2014-07-039-0/+178
| | | | WWW: http://launchpad.net/plank
* First batch at resetting maintainership on ports that have not been staged andbapt2014-07-032-2/+2
| | | | | | without any pending PR With hat: portmgr
* Switch the default rpm used to rpm4bapt2014-07-021-2/+2
|
* 1: Stagify.vanilla2014-07-024-21/+84
| | | | | | | 2: use @sample to handle sample config file. 3: bump version. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-07-024-111/+37
| | | | | | | 2: use options helper. 3: use INSTALL_TARGET to handle PORTDOCS Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-07-022-3/+22
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-07-024-17/+72
| | | | | | 2: use options helper to handle PORTDOCS. Approved by: portmgr@ (blanket approval)
* Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent portstijl2014-07-021-2/+2
|
* Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtooltijl2014-06-303-7/+6
| | | | and CONFIGURE_ARGS=--disable-static.
* Add USES=libtool.tijl2014-06-302-5/+5
|
* x11-wm/libwraster:tijl2014-06-305-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.
* - Fix Q/A testsmiwi2014-06-291-1/+0
|
* Reset maintainer, email bouncesantoine2014-06-281-1/+1
| | | | With hat: portmgr
* Allow to build with texinfo from portsantoine2014-06-281-1/+1
|
* Allow to build with texinfo from portsantoine2014-06-261-0/+1
| | | | With hat: portmgr
* x11-wm/ede: update to 2.1wg2014-06-263-75/+89
| | | | | PR: 191378 Submitted by: tkato432 yahoo com
* Convert GMAKE to MAKE_CMDbapt2014-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
* Bump PORTREVISION for jbigkit library version bump.tijl2014-06-232-1/+2
| | | | Approved by: portmgr (implicit)
* Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-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)
* x11-wm/wmconfig: update to 1.4.5wg2014-06-202-3/+3
| | | | | PR: 189358 Submitted by: maintainer
* - Turns out this is broken with iconv from base (renders empty chars,nox2014-06-181-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)
* Update to 4.8bapt2014-06-174-114/+5
| | | | Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
* Unbreak build by requiring and linking xext (see also r353170).olgeni2014-06-152-3/+2
| | | | | | | Also, remove "@dirrmtry etc/xdg" due to the following error in staging checks: Owned by MTREE: @dirrmtry etc/xdg
* Update to 2.5.1zeising2014-06-122-4/+3
|
* Support LIBS like LDFLAGS.tijl2014-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)
* Support stage. Update to new LIB_DEPENDS.cy2014-06-102-2/+5
|
* Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - update to 0.6.2miwi2014-06-062-8/+5
| | | | | | | - use shebangfix instead of manual patching - drop config.mk edit - options passed via MAKE_ARGS PR: 190116
* - Switch to USES=libtool, drop .la filesamdmi32014-06-052-11/+3
| | | | Approved by: portmgr blanket
* Honor $DATADIR and fix plist.jkim2014-06-041-15/+15
| | | | Approved by: Daniel Austin (maintainer)
* Support staging and honor $DATADIR. Pass maintainership to the submitter.jkim2014-06-042-135/+135
| | | | PR: 190586
* - Convert to USES=libtool and USES=tar:bzip2.jkim2014-06-042-6/+7
| | | | | | - Pass maintainership to the submitter. PR: 190585
* - Update to 0.8.8. Pass maintainership to the submitter. [1]jkim2014-06-044-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]
* - Update to 0.8.8miwi2014-06-031-3/+2
| | | | | | | - Pass maintainership to submitter PR: 190541 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-036-157/+4
| | | | | PR: 190540 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-033-23/+4
| | | | | | | - Pass maintainership to submitter PR: 190540 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-033-15/+13
| | | | | | | - Pass maintainership to submitter PR: 190539 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-032-5/+4
| | | | | | | - Pass maintainership to submitter PR: 190538 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-032-5/+4
| | | | | | | - Pass maintainership to submitter PR: 190536 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-033-5/+10
| | | | | PR: 190535 Submitted by: Daniel Austin
* - Update to 0.8.8miwi2014-06-036-282/+15
| | | | | | | - Pass maintainership to submitter PR: 190534 Submitted by: Daniel Austin
* (no commit message)amdmi32014-06-032-8/+2
|
* Unbreakantoine2014-06-031-2/+1
|
* - Convert bzip2 to USESmiwi2014-06-0244-88/+44
| | | | Approved by: portmgr
* - Convert USE_BZIP2/XZ to USESmiwi2014-06-0217-29/+17
| | | | Approved by: portmgr
* . Fix the packing list (I hope).glewis2014-05-252-1/+7
|
* . Convert LIB_DEPENDS to the new format.glewis2014-05-232-19/+43
| | | | | . Move MAN1 man pages to the packing list. . Remove a @dirrmtry I didn't need.
* - Update to 3.8.2amdmi32014-05-215-31/+8
| | | | | | | | | - Update WWW and MASTER_SITES - Add LICENSE - Remove old patches PR: 189910 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* - Add/update license when possibleak2014-05-201-3/+1
| | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview
* For several MATE related ports:tijl2014-05-192-8/+5
| | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
* . Convert to staging (and remove NO_STAGE).glewis2014-05-185-5/+59
| | | | | | | | | | | . Fix the build on 8.x and 9.x by using a static libexecinfo link on them (not yet verified). . Remove USE_BZIP2 in favour of USES tar:bzip2 . Fix up some of the Perl script Perl executable usage. . Set HOME=- to prevent touching .afterstep in /root (suggested by swills@) . Fix additional packing list problems. Still need to fix LIB_DEPENDS format and the use of MAN1.
* - Fix build with clangmiwi2014-05-181-10/+15
| | | | | PR: 187497 Submitted by: Ports Fury
* - USES=libtool:keepla tar:bzip2.tijl2014-05-102-10/+6
| | | | - Remove a clang hack.
* - Support stagingamdmi32014-05-102-24/+16
|
* - Don't remove mtree directoriesamdmi32014-05-102-2/+0
| | | | Approved by: portmgr
* Sync dports patches on 3 unmaintained portsmarino2014-05-051-0/+1
| | | | | | * audio/esperanza * x11-wm/qlwm * games/tinymux
* Convert all :U to :tu and :L to :tlbapt2014-05-051-8/+8
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Remove expired ports:rene2014-05-045-289/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
* Fix pkg-plist when built without GNOMEbar2014-05-012-3/+6
| | | | | | | | While here: - Fix a misspelled option in a test - Strip binaries PR: ports/189014
* Explicitly set libX11 dependency to fix build.jkim2014-05-012-3/+8
|
* Fix packaging with pkg_install by workarounding a pkg_install bugbapt2014-04-302-35/+6
| | | | | | | | While here: - s/disable-kde3/disable-kde/ - Remove .la files, they are useless here Reported by: bar
* - Update to version 0.6.0 [1]pawel2014-04-253-16/+5
| | | | | | | | - Use options subs PR: ports/187793 [1] Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout
* Explicitly set libXext dependency to fix build after r351936.jkim2014-04-242-1/+12
|
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-2311-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Update to 1.14gahr2014-04-237-10/+134
| | | | - Track new repository on github
* Fix options helpers conversionantoine2014-04-231-1/+1
|
* Fix buildbapt2014-04-221-1/+1
| | | | Reported by: swills (jenkins)
* Fix LIB_DEPENDSbapt2014-04-221-1/+1
| | | | Reported by: jenkins
* Support stagebapt2014-04-221-10/+4
|
* Support stagebapt2014-04-221-20/+7
| | | | Use options helpers
* USES=tar:bzip2 libtoolbapt2014-04-222-4/+9
| | | | Strip binaries
* Support stagebapt2014-04-221-7/+5
| | | | Modernize
* Support stagebapt2014-04-222-7/+4
| | | | Monernize
* Support stagebapt2014-04-221-7/+5
| | | | Strip binaries
* Support stagebapt2014-04-222-46/+24
| | | | Cleanup a bit (this ports deserves either more love or death)
* Support stagebapt2014-04-221-4/+3
| | | | Modernize
* Support stagebapt2014-04-221-14/+10
|
* Support stagebapt2014-04-221-3/+2
|
* Support stagebapt2014-04-222-4/+17
| | | | Allow packaging as a user
* Support stagebapt2014-04-221-3/+2
| | | | modernize
* Support stagebapt2014-04-222-11/+12
| | | | modernize
* Support stagebapt2014-04-222-17/+14
| | | | Modernize
* Support stagebapt2014-04-222-20/+11
| | | | Use @sample
* Support stagebapt2014-04-221-6/+5
|
* Mark as broken: does not build with any modern compilerbapt2014-04-221-0/+2
| | | | With hat: portmgr
* These ports are no longer used or cared for.nemysis2014-04-225-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters
* Remove expired ports:rene2014-04-1817-606/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1712-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Fix buildgahr2014-04-152-2/+2
| | | | Reported by: pkg-fallout
* . Don't statically link libexecinfo.a. This doesn't appear to be necessaryglewis2014-04-151-27/+0
| | | | | and actually breaks the build on 10.x where libexecinfo.a is part of the base rather than a port.
* . Don't use inline on functions that are intended to be used in multipleglewis2014-04-1410-0/+170
| | | | | | | | files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc.
* . Don't try to represent a unicode literal in a character literal. In thisglewis2014-04-141-3/+14
| | | | | case just use the decimal literal. . Add $FreeBSD$.
* Update to 3.5.5garga2014-04-112-3/+3
|
* Support stagebapt2014-04-111-6/+5
|
* Update to 2.5.0zeising2014-04-063-6/+6
| | | | | PR: ports/188283 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
* Update to 3.5.4garga2014-04-022-3/+3
|
* - Stage supportantoine2014-04-021-13/+9
| | | | | | | - Do not remove a directory belonging to BSD.local.dist mtree on uninstall Reported by: poudriere With hat: portmgr
* - Update to 1.0.14gahr2014-03-312-4/+5
|
* Finish stage supportantoine2014-03-301-1/+1
|
* Update to 3.5.3garga2014-03-302-6/+4
|
* - Bump port revision after the latest libiconv commit becausetijl2014-03-306-86/+102
| | | | | | | | | | | | | | | | | | | locale_charset() is used when the ICONV option is enabled. [1] - Remove X_CFLAGS from CONFIGURE_ENV. Not needed. - Remove --mandir=${MANPREFIX}/man from CONFIGURE_ARGS. Redundant. - Patch configure directly instead of configure.ac+autoconf. - Prevent rebuilding manpages with --disable-mandoc. - USES=tar:bzip2. - Missing dependencies: USES=perl5, USE_XORG=xcursor xinerama xrender sm. - Restore default options from before OPTIONSng conversion. - Use OPTIONS_SUB=yes. - Staging. - Specify --without-iconv-library when empty(ICONV_LIB) to force libc iconv. - New LIB_DEPENDS syntax. - Remove remnants of OPTIONSng conversion: WITHOUT_GTK and WITHOUT_GNOME. - Use --disable-gtk instead of --disable-gtktest. Reported by: kib [1]
* - Stage supportnovel2014-03-291-7/+5
| | | | | - Use new style LIB_DEPENDS syntax - Add desktop-file-utils and shared-mime-info to USES
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-292-2/+2
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* - Stage supportantoine2014-03-292-21/+15
| | | | - Remove support for deprecated NOPORTDATA
* Remove x11-wm/fvwm2-i18n. It was a slave port of x11-wm/fvwm2 with thetijl2014-03-293-27/+0
| | | | MULTIBYTE option enabled, but this option has been removed many years ago.
* Support stagebapt2014-03-251-6/+3
|
* Support stagebapt2014-03-251-6/+4
|
* Remove expired ports:rene2014-03-256-132/+0
| | | | | | | | | | | | | 2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0 2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream 2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream 2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor 2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind 2014-03-23 games/xflame: No more public distfiles 2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead 2014-03-24 x11-wm/hackedbox: Abandonware 2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils' 2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
* - Bump PORTREVISION for pkg-plist changenemysis2014-03-244-15/+26
| | | | | | | | | | - Add files/lxmed-root and fix Desktop usage for root - Move CP to post-extract - Use for icons PORTNAME instead of full path - Break lines around 80 characters - Simplify desktop files installation handling - Change files/lxmed.sh, remove -Djava.ext.dirs="%%DATADIR%%" - Remove @dirrmtry share/applications from pkg-plist
* - Add the port: x11-wm/cwmdanilo2014-03-235-0/+64
| | | | | | | | | | | - Pass maintainership to submitter cwm is a window manager for X11 initially inspired by evilwm. cwm has several novel features, including the ability to search for windows. it features a very simple and attractive aesthetic. PR: ports/187803 Submitted by: <braakvaak@aol.com>
* In r336942, staging was achieved via `do-install' target, not just writtendanfe2014-03-183-90/+23
| | | | | | | in lengthy, ugly way, but also without need: upstream installation routine supports DESTDIR naturally. Meanwhile, clean Makefile up a bit by sorting knobs, utilize newly added USES+=tar:tbz, and synchronize port description text with `x11-wm/wmii' port.
* - Support stagingehaupt2014-03-181-5/+4
| | | | - Use shebangfix
* - Update to 2.2.2swills2014-03-182-8/+7
| | | | | | | - Pet portlint PR: ports/187660 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Stagify; renew LIB_DEPENDS; use OPTIONS helpers; wrap an overly long line.danfe2014-03-164-23/+85
|
* - Fixes resourceleak in i3bar and memoryleak in i3bapt2014-03-162-4/+113
| | | | | | | | - Convert to USES=tar:bzip2 PR: ports/187617 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Obtained from: i3 git (http://code.stapelberg.de/git/i3/)
* Stagify the port; fix RUN_DEPENDS to unbreak packaing.danfe2014-03-161-10/+6
|
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-1610-21/+9
|
* Deprecate a few old unmaintained portsantoine2014-03-122-0/+4
|
* - Update to 2.2.1miwi2014-03-114-105/+84
| | | | | | | - Convert to options helper PR: 187295 Submitted by: ports fury
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-113-3/+3
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Fix wrong memory access beyond array boundary.hrs2014-03-092-1/+12
| | | | | Reported by: Francois Tigeot PR: ports/182279
* Improve the wording in DEPRECATED a bit.rakuco2014-03-091-1/+1
|
* Fix expiration syntaxantoine2014-03-081-1/+2
|
* Fix package with WITHOUT_NLS enabled.novel2014-03-061-2/+2
|
* - Add staging support [1]pawel2014-03-041-13/+8
| | | | | | | | - Convert to new LIB_DEPENDS format PR: ports/186598 [1] Submitted by: Mikhail <mp39590@gmail.com> Approved by: maintainer timeout
* Convert to USES=libtoolbapt2014-03-032-11/+9
| | | | | Use more options helpers dirrmtry directory not in the default mtree
* Unbreakantoine2014-03-031-1/+1
|
* Unbreakantoine2014-03-031-1/+1
|
* Support stagebapt2014-02-281-8/+7
| | | | | Use options Use do-install to avoid running buggy upstreamed install target
* Support stagebapt2014-02-282-22/+22
| | | | | Use options framework Respect examples/docs
* Support stagebapt2014-02-282-22/+25
| | | | USES=libtool
* Support stage, cleanup a bitbapt2014-02-281-16/+5
|
* Support stagebapt2014-02-281-24/+11
|
* Support stagebapt2014-02-281-6/+5
|
* Support stage, use options helpersbapt2014-02-282-32/+13
|
* Support stagebapt2014-02-281-1/+0
|
* - Update to version 1.10miwi2014-02-273-21/+61
| | | | | PR: 187038 Submitted by: ports fury
* - Stage supportmiwi2014-02-262-8/+6
|
* x11-wm/stumpwm: Failed to restore broken port, mark for deletion in 2 monthsmarino2014-02-261-4/+7
| | | | | | | | | | | | | | | | | This port supposedly builds with two different lisp compilers. The default one caused a BROKEN definition, so the fix seemed simple: remove the default and let the other compiler build it. It didn't work. The other compiler requires a non-default option (new clx) meaning it wouldn't build in poudriere, and moreover the test for it was broken. I fixed the test, but the makefile looks for lisp.run in the wrong place. I believe clisp could build this unmaintained port with sufficient patches, but they won't come from me. I started to clean the port up a bit, and I left those improvements in place. Somebody else wil need to need to restore SBCL support and/or CLISP support within 2 months, otherwise this port is headed to the garbage collector.
* Support stagebapt2014-02-241-9/+7
|
* Deprecate: abandonwarebapt2014-02-241-0/+3
|
* Support stagebapt2014-02-243-39/+24
| | | | | Properly support DOCS and EXAMPLES options Modernize
* - Update to 1.3.8miwi2014-02-2411-147/+85
| | | | | | | | - Convert to USES - Stage support PR: 186738 Submitted by: ports fury
* Remove trailing whitespaces from category x11-wmehaupt2014-02-2139-39/+39
|
* - Fix build with fltk-develgahr2014-02-201-3/+2
|
* Consolidate the docbook ports into -sgml and -xml variants.mat2014-02-192-3/+4
| | | | | Submitted by: hrs (based on) Sponsored by: Absolight
* - Stage supportmiwi2014-02-192-13/+17
|
* Chase docbook cleanup dependencies.mat2014-02-182-2/+2
| | | | Sponsored by: Absolight
* - Update to 1.0.13.004gahr2014-02-172-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * Wrap XGetWindowAttributes(). * Simplify registration of override-redirect windows. * Avoid redundant calls of XGetWindowAttributes. * Only manage InputOutput windows. * Add server grab around initial window pickup loop. * Don't play sound in ShowAlert(). * Rename EDrawableCheck to EXDrawableOk and remove unused parameter. * Add EXWindowOk(). * Use our own window property functions in stead of various Xlib ones. * Remove some use of X11 Bool type/values. * Wrap the last XClearArea call. * Use NoXID in stead of None. * Use XCopyArea wrapper function. * Wrap remaining XCopyArea calls. * Tweak error handler API. * Wrap some calls to XFillRectangle. * Fix memory leak when changing area. * Reduce nesting in DialogRealizeItem(). * Simplify/fix dialog layout code.
* - STAGE-cleangahr2014-02-143-4/+36
| | | | | - Add LICENSE - Fix compiler warnings
* - STAGE-cleangahr2014-02-142-4/+9
|
* - STAGE-cleangahr2014-02-142-9/+1
|
* - STAGE-cleangahr2014-02-141-2/+1
|
* - Add stage supportdanilo2014-02-111-19/+20
| | | | | - Add LICENSE - Add DOCS option
* - Add stage supportdanilo2014-02-112-10/+6
| | | | | | | - Convert USE_GMAKE to USES - Remove the indefinite article from COMMENT - Add libtool to USES - Use options helpers
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-1039-0/+79
| | | | | | | | | | | 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)
* - Add stage supportdanilo2014-02-101-23/+20
| | | | - Add DOCS and EXAMPLES options
* - Add stage supportdanilo2014-02-101-9/+5
|
* - Add stage supportdanilo2014-02-102-5/+8
| | | | | - Convert LIB_DEPENDS to new syntax - Add shebangfix to USES
* - Add stage supportdanilo2014-02-101-20/+13
| | | | | - Convert USE_GMAKE to USES - Use options helpers
* Finish stage supportantoine2014-02-092-4/+5
|
* - Stage supportmiwi2014-02-092-8/+5
|
* - Fix pkg-plist[*].hrs2014-02-043-9/+8
| | | | | | | - Update WWW: line in pkg-descr. - Style cleanups. Spotted by: marius [*]
* - Stage supportmiwi2014-02-032-2/+1
|
* - Stage supportmiwi2014-02-032-5/+3
|
* - Stage supportmiwi2014-02-031-3/+2
|
* Return some ports I maintain to the pool.eadler2014-02-021-1/+1
|
* Update to version 1.4.4pawel2014-01-312-3/+3
| | | | | PR: ports/185681 Submitted by: maintainer
* Stagify, convert to OptionsNG, sort pkg-plist.danfe2014-01-272-88/+83
|
* Update to 4.7.2bapt2014-01-263-3/+5
|
* Finish stage supportantoine2014-01-262-3/+3
|
* Fix build on amd64, 10.x with clang.ehaupt2014-01-231-3/+9
|
* Support STAGEDIR.vanilla2014-01-236-50/+89
| | | | Approved by: portmgr (blanket infrastructure)
* Fix properties on pkg-plistbapt2014-01-2214-14/+0
|
* Support stagebapt2014-01-203-3/+15
| | | | | PR: ports/185730 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* Remove deprecated MAN macrosbapt2014-01-202-3/+0
| | | | Fix properties
* x11-wm/herbsluftwm: Update to 0.5.3marino2014-01-202-4/+3
| | | | | | PR: ports/185178 tested on: Redports (6x pass) Approved by: maintainer timeout
* - Use the new format for LIB_DEPENDSnemysis2014-01-182-6/+8
| | | | | - Support STAGEDIR - Set PORTSCOUT
* Stagify and modernize LIB_DEPENDS while here.danfe2014-01-181-6/+5
|
* Python cleanup:rene2014-01-143-3/+3
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Update lua-lgi to 0.7.2bapt2014-01-111-6/+8
| | | | | Port to lua 5.2 Port awesome to lua 5.2 (use pkgconfig to properly figure out how to build with lua 5.2)
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-102-2/+0
| | | | | | | | | - Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-102-2/+2
| | | | | | | | | | | the iconv changes (basically GHCi was rendered unusable) - Fix build for x11-toolkits/hs-wxc, while here - Bump port revision for all Haskell Cabal ports as they have to be rebuilt PR: ports/184806 Reported by: many Obtained from: FreeBSD Haskell MFH: 2014Q1
* x11-wm/awesome-vicious: update to 2.1.3wg2014-01-092-3/+3
|
* Use ninja instead of makebapt2014-01-071-1/+1
|
* Fix build with clangantoine2014-01-064-20/+102
| | | | | PR: ports/184859 Submitted by: KATO Tsuguru
* Convert the tree to USES=famantoine2014-01-051-2/+1
| | | | Approved by: portmgr (bapt)
* Backport patch (available in xfdesktop 4.11.2), and replaces previous fixolivierd2014-01-031-71/+15
| | | | | | (r314575), which scales down oversize icons in menu. Obtained from: Upstream git repository
* Stage supportantoine2013-12-291-1/+0
|
* Stage supportantoine2013-12-291-5/+3
|
* - Stage supportantoine2013-12-292-6/+3
| | | | - Uses gmake, desktop-file-utils and shared-mime-info
* Stage supportantoine2013-12-291-2/+1
|
* Stage supportantoine2013-12-292-4/+4
|
* Stage supportantoine2013-12-281-2/+1
|
* Stage supportantoine2013-12-281-6/+3
|
* x11-wm/qtile: allow staging and minor fixeswg2013-12-262-226/+6
| | | | | | | | - Allow staging - Switch from easy_install to install - Install docs unconditionally (stage will handle it) - Unmute docs install command - Do not install LICENSE
* Update freetype to 2.5.2.kwm2013-12-251-0/+11
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* - Properly look for X11 using CMake and include the appropriate directoriesrakuco2013-12-253-13/+27
| | | | | | | | | | | | instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the compiler. - Support staging. - Set LICENSE (therefore stop installing the license file into DOCSDIR and bump PORTREVISION). - Remove the mysterious WITH_SN check, which was never a proper option and relied on some apparently unstable API (at least it was unstable at the time, almost 8 years ago).
* Fix dependency information.crees2013-12-251-7/+2
| | | | | | | pkgng detects that some of these are used during runtime apparently, and adds them anyway. This fixes the Tinderbox/pkgng build of x11-wm/ccsm
* x11-wm/awesome-vicious: update to 2.1.2wg2013-12-233-3/+5
|
* Update to 4.7bapt2013-12-232-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from Upstream: - docs/userguide: clarify variable parsing - docs/userguide: clarify urgent_workspace - docs/userguide: add proper quoting for rename sample command - docs/userguide: clarify multiple criteria - docs/userguide: userguide: explain the difference between comma and semicolon for command chaining - docs/hacking-howto: update to reflect parser changes - man/i3-dump-log: document -f - switch from libXcursor to xcb-util-cursor - Respect workspace numbers when looking for a free workspace name - Revert "raise fullscreen windows on top of all other X11 windows" - i3bar: Create pixmaps using the real bar height, rather than screen height - Add scratchpad bindings to the default config - Close all children when closing a workspace - i3bar: Add new bar.binding_mode_indicator configuration - Improve error message when $XDG_RUNTIME_DIR is not writable - libi3/font: Draw the text at the expected place - libi3/font: Set DPI for the pango context - Add ability to escape out of a mouse-resize operation - Do not resize/reposition floating containers when moving them to scratchpad - i3-nagbar: Set button inner-width to the width of the label - Assigned windows open urgent when not visible - i3bar: Only configure tray on own outputs - Command 'move <direction>' moves across outputs - i3bar: Handle DestroyNotify events - i3bar: Realign tray clients on map/unmap notify - i3bar: Group child processes for signalling - i3bar: Print error message when status_command fails - Remove references to PATH_MAX macro for GNU/Hurd Changes from the port: - Specify the kind of BSD license - Strip binaries - Adjust dependencies
* - Fix build with clangpawel2013-12-213-35/+49
| | | | | | | | | - Add LICENSE - Support staging - Reformat pkg-descr PR: ports/184888 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: linepawel2013-12-206-57/+165
| | | | | | | | | - Fix build on -current - Add LICENSE - Support staging PR: ports/184824 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.4.6dhn2013-12-172-4/+3
|
* Drop maintainershipbapt2013-12-171-1/+1
|
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-163-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* x11-wm/ede: depends explicitly on "python" to buildwg2013-12-161-1/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* x11-wm/awesome2: fix usage of pythonwg2013-12-151-0/+2
| | | | | | | - It is a build dependency for the manpages Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Bump PORTREVISION after update of deskutils/orageolivierd2013-12-101-1/+1
|
* - Update to 20130906 snapshot [1]ak2013-12-094-116/+21
| | | | | | | | - Use options helpers - Remove NLS knob, now it's runtime option PR: ports/165913 (based on) [1] Submitted by: Conrad J. Sabatier <conrads@cox.net> [1]
* We do not provide any gnome1 library anymorebapt2013-12-091-7/+1
|
* Fix build. Sorry about the breakage.zeising2013-12-091-3/+3
| | | | reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
* Update to 2.4.0zeising2013-12-083-19/+14
| | | | Stagify.
* Remove PORT_OPTIONS:MDOCS checks from ports which don't need iteadler2013-12-071-2/+0
| | | | Add NO_ARCH if useful
* OPTIONS_SUB is boolean. There is no functional change.hrs2013-12-021-1/+1
| | | | Pointed out by: garga
* - Update to 0.95.5.hrs2013-12-028-102/+89
| | | | | | | | - Use new syntax in LIB_DEPENDS. - Add STAGEDIR support. - USE ${opt}_FOO for OPTIONS. PR: ports/184359
* - use STAGEDIRdinoex2013-11-302-11/+21
|
* - Use USES=gmakesunpoet2013-11-253-3/+3
|
* Say hello to Mate 1.6.kwm2013-11-237-0/+324
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* Remove expired ports:rene2013-11-186-119/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
* - Support STAGEDIRolivierd2013-11-092-35/+16
| | | | | | | | - Unset SQUEEZE option in OPTIONS_DEFAULT (development seems to stop) - Remove obsolete post-install message, because x11-wm/xfce4-desktop depends of sysutils/polkit [1] Reported by: tijl@ [1]
* x11-wm/awesome-vicious: snapshot tarball has ben rerolledwg2013-11-082-3/+4
| | | | | | - While I'm here keep a copy at LOCAL/wg Reported by: marino
* - Update EFL to 1.7.9gblach2013-11-083-38/+3
| | | | - Update Enlightenment to 0.17.5
* Fix icewm's buggy use of iconv which causes it to fail on 10.x.eadler2013-11-041-3/+17
| | | | | | | PR: ports/182307 Submitted by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> (incl. patch and testing) PR: ports/183626 Submitted by: Pavlo Greenberg <dog@virtual.org.ua>
* x11-wm/wmconfig: update to 1.4.2wg2013-11-022-7/+3
| | | | | | | | - Update to 1.4.2 [1] - Remove unneeded options.mk PR: ports/183499 [1] Submitted by: Tommy Scheunemann <net arrishq.net> (maintainer)
* - Add LICENSEpawel2013-11-022-40/+40
| | | | | | | | | | | | | - Respect CXX/CXXFLAGS - Convert to new options framework - Support staging While here: - Make COMMENT more descriptive - Use pkg-message instead of echo hacks PR: ports/181071 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* . Simplify Makefilegarga2013-11-011-14/+6
| | | | | . Add missing dependency: gdkpixbuf2 . Bump PORTREVISION
* The word 'very' has no place in COMMENTeadler2013-10-311-1/+1
| | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
* Convert to stagingeadler2013-10-302-3/+1
|
* - revert r331810dinoex2013-10-292-3/+9
|
* Add USE_CSTD=gnu89 to fix a runtime issue. The code expects gnu89tijl2013-10-281-1/+2
| | | | | | | semantics for the inline keyword. PR: ports/183144 Tested by: AN <andy@neu.net>
* - Fix COMMENT and pkg-descrgahr2013-10-282-4/+5
|
* - use STAGEDIRdinoex2013-10-281-15/+14
|
* x11-wm/jwm: update to 2.1.0wg2013-10-264-30/+86
| | | | | | | | - Update to 2.1.0 - Allow staging PR: ports/182796 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-263-2/+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)
* - Change master sites to download.enlightenment.orggblach2013-10-261-1/+1
|
* - Return ports to the poolak2013-10-243-3/+4
| | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-2217-17/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Change Makefile headernemysis2013-10-203-10/+36
| | | | | | | | | | | | - Bump PORTREVISION - Pass maintainership to submitter - Add license (GPLv2) - Support STAGEDIR - Add Desktop entry file and pkg-message PR: ports/175944 Submitted by: nemysis (self) Approved by: pawel (mentor)
* OBApps is a graphical tool for configuring the per-application settingsnemysis2013-10-205-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (window matching) in the Openbox window manager. OBApps uses ~/.config/openbox/rc.xml (or the config-file Openbox was started with) by default. You can specify another file as an argument, e.g. obapps.py .config/openbox/myrc.xml Enter or change the name, class, role, or type settings by clicking in their entries in the listbox. Using the Find button to get settings by clicking on a window changes the settings for the CURRENTLY SELECTED item in the listbox; it does not add a new entry unless nothing is highlighted. You'll usually want to use the New button to create a new item first. Blank entries for name/class/role/type are ignored. If you want any of those fields to be stored as literally blank attributes (e.g. to match only a window with a blank role), enter "" or '' in the field. Changes are written to the rc.xml file only when the apply button is used. Openbox will automatically be reconfigured when this is done. WWW: http://sourceforge.net/apps/mediawiki/obapps/index.php PR: ports/179667 Submitted by: nemysis (self) Approved by: pawel (mentor)
* LXMenuEditor is a small, simple, free, open source, easy to use applicationnemysis2013-10-197-0/+112
| | | | | | | | | | | | | | | | that allows you to customize the LXDE menu. LXMenuEditor is very useful for people that want to create their own, customized menus for LXDE. This editor can also be used to customize GNOME's main menu and menus of other enviroments, although it's specially designed for the LXDE environment. WWW: http://lxmed.sourceforge.net/ PR: ports/175936 Submitted by: nemysis (self) Approved by: pawel (mentor)