aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* First batch at resetting maintainership on ports that have not been staged andbapt2014-07-031-1/+1
| | | | | | without any pending PR With hat: portmgr
* 1: Stagify.vanilla2014-07-014-7/+20
| | | | | | 2: use options helper. Approved by: portmgr@ (blanket approval)
* - Switch to USES= libtoololivierd2014-06-272-6/+8
| | | | | - Add LICENSE and LICENSE_FILE - Bump PORTREVISION
* - Switch to USES= libtoololivierd2014-06-272-27/+16
| | | | | | - Add LICENSE* - Remove DBUS option, now dbus-glib is in LIB_DEPENDS - Bump PORTREVISION
* - Update from 1.4.2 to 1.4.3danilo2014-06-243-4/+5
| | | | - Take maintainership
* - Update to 14.06.18.10gahr2014-06-202-3/+3
| | | | | | | | | | | Changes: * Found and fixed a bug in CopyAs when source is a directory. * Found and fixed a bug in HardLnk which caused failure if the source was a directory and a simple copy if the source was a file. * Expanded the chmod command to include chown as well. Changed the window to show and allow the user to modify the mode by number, xrw... or the checkbox and to see what it is in those two modes. Extended the chown command to aftp sftp and ftp.
* - Bump PORTREVISION. New lazarus version is availableacm2014-06-191-3/+5
|
* - Update to 1.4.2miwi2014-06-174-56/+198
| | | | PR: 191100
* Reset the 99 ports still listed under sylvio@marino2014-06-121-1/+1
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-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)
* - Update from 3.2.0 to 3.4.1danilo2014-06-102-4/+3
| | | | | PR: ports/190844 Submitted by: mp39590@gmail.com
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-081-1/+1
|
* - Switch to USES=libtoolamdmi32014-06-061-2/+2
| | | | Approved by: portmgr blanket
* - Convert BZIP2 to USESmiwi2014-06-026-12/+6
|
* - Update to 0.9.6 releasemiwi2014-05-202-5/+4
| | | | | PR: 189047 Submitted by: maintainer
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-132-2/+2
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* - Switch to USE_GNOME=introspectionamdmi32014-05-121-2/+1
| | | | Approved by: maintainer timeout
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | 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
* Mark BROKEN: Violates stagedir and fails to packageantoine2014-05-031-0/+2
| | | | | | | | | | | | ====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}): extra: usr/local/share/mime/packages/pbi-thumbnail-mime.xml extra: usr/local/etc/gconf/schemas/pbi-thumbnail.schemas .. ===> Building package for pbi-thumbnailer-0.9.2_5 pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/share/mime/packages/pbi-thumbnail-mime.xml): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/etc/gconf/schemas/pbi-thumbnail.schemas): No such file or directory Reported by: pkg-fallout
* Switch to USES=libtoolbapt2014-04-252-13/+8
| | | | Strip binaries
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Support stagebapt2014-04-231-10/+6
|
* Support stagebapt2014-04-222-7/+3
| | | | | Modernize Fix dependencies
* Support stagebapt2014-04-222-26/+34
|
* These ports are no longer used or cared for.nemysis2014-04-222-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-176-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update to 14.02.22.11gahr2014-04-154-31/+60
|
* Remove buggy dependency on gdkpixbufbapt2014-04-121-1/+2
|
* Remove expired ports:rene2014-04-1110-579/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
* 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the ↵bapt2014-04-116-72/+0
| | | | | | | | | | | | | | | | | | | | | | | 3.x version which is not compatible with 2.x 2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
* Support stagebapt2014-04-112-15/+16
| | | | Modernize
* Support stagebapt2014-04-111-5/+3
|
* Support stagebapt2014-04-111-9/+8
|
* Support stagebapt2014-04-112-9/+7
|
* Support stagebapt2014-04-112-22/+10
|
* - Update to 0.5.9. Changelog:acm2014-03-272-6/+6
| | | | | | | | http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28 - Convert to new LIB_DEPENDS syntax PR: ports/187908 Submitted by: maintainer
* - Convert USE_XZ/BZIP2/GMAKE to USESmiwi2014-03-161-2/+1
|
* nautilus will be updated to the 3.x version when GNOME 3 will merged.kwm2014-03-121-0/+3
| | | | Deprecate the ports that are incompatible with the new 3.x version.
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-0/+1
| | | | | | | | | | | 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)
* Remove expired port:rene2014-03-105-197/+0
| | | | 2014-03-10 x11-fm/dfm: No more public distfiles
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-091-0/+2
| | | | since more than 12 years)
* Replace USE_GCC=4.6+ by USE_GCC=yes.gerald2014-03-041-1/+1
| | | | Approved by: portmgr (mat)
* x11/libfmnemysis2014-02-245-14/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1]
* - Bump PORTREVISION after update of deskutils/xfce4-tumblerolivierd2014-02-231-0/+1
|
* Remove trailing whitespaces from category x11-fmehaupt2014-02-212-2/+2
|
* - Update to version 0.9.1mva2014-02-215-33/+38
| | | | | | - Enable terminal color output - Enable custom mouse cursors - Enable support for GTK+ 3.x
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-1/+2
|
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
| | | | With hat: portmgr
* - STAGE-cleangahr2014-02-142-348/+346
| | | | - DATADIR-clean
* - Fix build on 10.xamdmi32014-02-142-7/+7
| | | | | | | | - Fix stripping with regard to staging PR: 186672 Submitted by: amdmi3 Approved by: anoine (portmgr)
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-102-0/+5
| | | | | | | | | | | 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)
* Back to the futurbapt2014-02-101-1/+1
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* Mark as broken: Fails to configureantoine2014-02-011-0/+2
| | | | | Reported by: pkg-fallout since august 2013 With hat: portmgr
* - add stage supportaz2014-01-302-4/+2
| | | | Approved by: portmgr (blanket infrastructure)
* Update maintainer email addressrodrigo2014-01-291-1/+1
| | | | Approved by: bapt@ (co-mentor)
* - Stage supportmiwi2014-01-265-13/+10
|
* - Stage supportmiwi2014-01-262-10/+8
|
* - stagifylme2014-01-252-12/+9
| | | | | - add LICENSE - use a single space after WWW:
* - Enable stagedir supportmva2014-01-192-49/+28
| | | | | - Add LICENSE - Simplify OPTIONS
* - Support staging.rakuco2014-01-061-3/+0
| | | | | | - Stop setting the outdated LATEST_LINK variable. Approved by: fluffy (maintainer, implicit)
* Convert the tree to USES=famantoine2014-01-053-5/+3
| | | | Approved by: portmgr (bapt)
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-3/+0
|
* - Update to version 0.5.8.rakuco2013-12-303-68/+58
| | | | | | | | | | | | | Changelog: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=27 - Change in default options to also install unrar, unzip, ftp and samba plugins - Staging support - Convert to USES=dos2unix - Remove post-install message PR: ports/185265 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* Stage supportantoine2013-12-291-7/+5
|
* Stage supportantoine2013-12-282-5/+3
|
* Update freetype to 2.5.2.kwm2013-12-251-0/+1
| | | | | | | | | | | | | | 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
* x11-fm/twander: fix usage of pythonwg2013-12-151-0/+8
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Remove expired ports:rene2013-12-0110-374/+0
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* - Update to 1.37gahr2013-11-265-330/+53
| | | | | | | | | | This release contains a new file search dialog based on the find and grep commands that allows to quickly retrieve files and folders and perform the usual file operations on them. Many bugs were also fixed. Spanish, italian, greek, czesch, german, swedish and brazilian portuguese translations were updated. - Support NLS - STAGE-clean
* Say hello to Mate 1.6.kwm2013-11-236-0/+393
| | | | | | | | | | | | | | | | | | 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)
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-221-8/+3
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* - Update from 3.1.0 to 3.2.0 [1]danilo2013-11-213-10/+13
| | | | | | | | - Add license [1] - Use options helpers PR: ports/184088 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
* Deprecate x11-fm/xnc.rakuco2013-11-181-0/+3
| | | | | It does not have a website anymore, it fails to build on all supported FreeBSD releases and its latest release dates back to 2005.
* - Switch to USES=gmake.olgeni2013-11-082-18/+13
| | | | | - Add staging support. - Do not mute install commands.
* x11-fm/deforaos-browser: update to 0.4.13wg2013-11-053-21/+26
| | | | | | | | | - Update to 0.4.13 - Allow staging - Convert lib depends to new format PR: ports/183632 Submitted by: maintainer
* releasedemon2013-10-271-1/+1
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Support STAGEDIRolivierd2013-10-243-17/+25
| | | | | | | - Convert to new LIB_DEPENDS format - Replace APIDOCS option by DOCS - Fix NLS, when it's unset - Standardize 'startup-notification' description
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-2212-15/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Update from 2.19.4 to 3.1.0 [1]danilo2013-10-193-18/+10
| | | | | | | | | - Drop .asc file - Add stage support - Use shebangfix instead of REINPLACE_CMD PR: ports/183078 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
* - Update to 13.07.25.13gahr2013-10-154-41/+50
| | | | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org) - Move PORTDOCS into DATADIR, since they're used by the program itself - STAGE-clean
* - Support STAGEDIRolivierd2013-10-152-9/+7
| | | | - Convert to new LIB_DEPENDS format
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-1/+1
| | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wegahr2013-10-071-0/+1
| | | | now use ltverhack on FOX. This should be the last time.
* x11/menu-cachenemysis2013-10-052-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.5.0 - Change maintainer email to @FreeBSD.org - Remove not needed patches x11/lxde-meta - Bump PORTREVISION - Change maintainer email to @FreeBSD.org - Add dependency for deskutils/lxshortcut - Add NO_MTREE=yes x11/libfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files with stage x11-fm/pcmanfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files x11/lxpanel - Bump PORTREVISION Approved by: wg/pawel (mentors)
* - Update to 0.5.7acm2013-10-026-45/+274
| | | | | | | - Add plugins suppport PR: ports/181217 Submitted by: Benat Gonzalez Etxepare <bbtruk __ at __ users.sourceforge.net>
* - Bump PORTREVISION. Lazarus has been updated to 1.0.12acm2013-10-011-1/+2
| | | | - Fix MAN file installatin
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2136-25/+41
| | | | x11-fm)
* - Update to 1.1.2nemysis2013-09-172-7/+7
| | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS Approved by: wxs/wg/pawel (mentors)
* Convert to new perl frameworkbapt2013-09-172-6/+2
| | | | Convert from USE_GMAKE to USES=gmake
* Remove USE_GCC=any: builds properly with clangbapt2013-09-141-1/+0
|
* Add explicit dependency on pkgconf (20 ports)marino2013-09-121-5/+2
| | | | Approved by: portmgr (bapt, implicit)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Add an explicit dependency on pkgconfantoine2013-09-102-6/+3
| | | | Approved by: portmgr (bapt)
* - Use single space after WWW:sunpoet2013-09-082-2/+2
|
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-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)
* Add an explicit dependency on pkgconfbapt2013-09-031-6/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* - fix PLIST after the updatemva2013-09-021-1/+0
|
* - Update to 0.9.0mva2013-09-013-4/+7
|
* - Fix PLISTgahr2013-08-281-0/+2
| | | | Reported by: QAT
* - Update to 1.35gahr2013-08-288-82/+298
| | | | | | | | | | | | | | - Most patches have been accepted upstreams. The remaining ones have been submitted on http://sourceforge.net/p/xfe/bugs/176/ Release notes: This release adds a scripts feature: like in Nautilus, users can now apply custom shell scripts to a list of selected files. See the documentation page for more information. The default keyboard shortcut for the file rename operation was changed to F2. Swedish and greek translation were updated. A spanish colombian translation was also added. And as usual, several bugs were fixed.
* - Unbreak parallel (-jX) builds by calling sub-makes correctlydanfe2013-08-245-26/+50
| | | | | | | | | - Avoid hardcoding version in DISTNAME, use modern LIB_DEPENDS syntax - Do not install COPYING as portdocs, use LICENSE framework instead - Fix the build against Clang (return should match function prototype) - Cleanup do-install target recipe while I am here Approved by: miwi, bapt (portmgr, implicit)
* - Remove MAKE_JOBS_SAFE variableak2013-08-154-4/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix usage of USESaz2013-08-041-2/+1
| | | | Approved by: kwm@ (gnome@)
* - Convert to new perl frameworkmat2013-08-032-3/+4
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Trim Makefile header, comment out dead MASTER_SITESdanfe2013-07-313-27/+220
| | | | | | - Patch internal makefiles to allow parallel (-jX) builds - Touch COMMENT and port description, remove dead URL - Wrap one overly long line; miscellaneous port cleanups
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2711-490/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - Update to version 1.1.1pawel2013-07-253-11/+10
| | | | | | | - Convert to new options macros PR: ports/180810 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* x11-fm/rodent: pass maintainershipwg2013-07-181-3/+3
| | | | | | | | | - Pass maintainership (asked via mailing list) [1] - USES gmake - Remove leading article from COMMENT PR: ports/180618 [1] Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer)
* Mark jobs unsafebapt2013-07-101-6/+3
| | | | | Convert to USES=gmake where appropriate Trim headers
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+1
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* x11-fm/doublecmd: update to 0.5.5wg2013-07-0512-129/+118
| | | | | | | | | | - Update to 0.5.5 Changes: http://doublecmd.sourceforge.net/mediawiki/index.php/Changes_in_version_0.5.5 PR: ports/180240 Submitted by: Beñat Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* Add missing directories to pkg-plistantoine2013-06-301-0/+4
|
* Convert to USES=imakebapt2013-06-293-14/+6
|
* - Pass maintainership to submitterwen2013-06-191-1/+1
| | | | | PR: 179695 Submitted by: nemysis <nemysis@gmx.ch> (new maintainer)
* Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1
|
* Fix build with glib 2.36.kwm2013-06-172-7/+5
| | | | Convert to USES=desktop-file-utils and shared-mime-info.
* x11-fm/xplore: fix build with clangwg2013-06-161-5/+4
| | | | | | | | - Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Remove custom option descriptionsak2013-06-111-10/+3
| | | | | | | - Remove USE_GNOME=desktopfileutils because port's desktop file doesn't contain MimeType Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* - Fixed desktop file's paths (reported by Scott Sealy)rakuco2013-06-102-4/+21
| | | | | | | | - Fixed 'update-desktop-database not found' error - Added license information PR: ports/179231 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* - Fix plistmva2013-05-141-1/+0
| | | | Reported by: itetcu
* - Update to 1.6.3olivierd2013-05-085-24/+19
| | | | | - Finish to convert USES - Remove unneeded patch
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-062-13/+11
|
* Fix build with clangbapt2013-05-041-0/+11
|
* - conversion to USES framework for gettextjgh2013-05-011-5/+5
| | | | Approved by: portmgr (bapt@)
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2510-10/+10
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2
| | | | Approved by: portmgr (bapt)
* - Chase x11-toolkits/fox16 shlib version bumpgahr2013-04-241-0/+1
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-235-11/+6
|
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-6/+3
| | | | "pathfix" instead.
* - Bump PORTREVISION. Lazarus RAD has been updated to 1.0.8acm2013-03-231-1/+2
|
* - convert USE_CMAKE to USESmakc2013-03-232-3/+2
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - graphics/libexif:pclin2013-03-143-2/+2
| | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a
* - Drop support for GLib 2.28olivierd2013-03-093-141/+6
| | | | Approved by: rene, miwi (mentors, implicit)
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-7/+4
|
* - Remove x11-fm/tkdesk.gahr2013-02-1910-710/+0
| | | | It's old, unmaintained, and doesn't work (seg-faults at startup)
* Remove x11-fm/fsv as it depends on the expired x11-toolkit/gtkglareabapt2013-02-147-116/+0
| | | | Approved by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* - Update to 1.34gahr2013-02-113-8/+18
| | | | | | | This release improves the overall look and feel of the program. Scrollbar color can now be customized and a Clearlooks theme has been added. Many bugs and some regressions were fixed. Brazilian and czsech translations were also updated.
* 2013-01-30 net-mgmt/nagiosgrapher: Deprecated upstream. Please use ↵bapt2013-02-037-95/+0
| | | | | | net-mgmt/pnp instead 2013-02-01 x11-fm/x-files: Project has been abandoned
* - Strip header at request of original creatortabthorpe2013-01-272-11/+2
| | | | | Submitted by: trevor With hat: portmgr
* Convert Makefile headers to the new format in my ports.olgeni2013-01-263-13/+0
|
* Fix the build with new glib.kwm2013-01-221-12/+13
| | | | | | | While here trim Makefile header, remove shlib version in LIB_DEPENDS and register conflict in nautilus. Obtained from: gnome staging area.
* Bump PORTREVISION for tumbler-related portolivierd2013-01-151-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* - Update to 1.2.8.15sylvio2013-01-093-10/+32
|
* Update to 1.1.0kmoore2013-01-093-40/+18
| | | | | PR: 175100 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Convert dhn's ports to the new options frameworkbapt2013-01-081-10/+6
| | | | | | | While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn)
* Fix terminal icon with x11/xfce4-terminalolivierd2013-01-072-0/+12
| | | | Approved by: rene, miwi (mentors, implicit)
* - update to 0.4.10rm2013-01-033-4/+7
| | | | | | | - make it PREFIX-safe PR: 174832 Submitted by: olivier@cochard.me
* Bump PORTREVISION for Thunar related portsolivierd2012-12-311-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* - Update to 1.6.2olivierd2012-12-313-12/+3
| | | | Approved by: rene, miwi (mentors, implicit)
* - Fix build [1]pawel2012-12-311-4/+3
| | | | | | | - Remove leading article from COMMENT PR: ports/174554 [1] Submitted by: Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* Bump PORTREVISION for libexo-related portsolivierd2012-12-312-1/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - Update to 0.8.2mva2012-12-213-32/+42
| | | | | - Convert to OptionsNG framework - Trim Makefile headers
* Fix categorybapt2012-12-191-1/+1
| | | | Reported by: freshports
* Add DeforaOS Desktop browserbapt2012-12-196-0/+110
| | | | | PR: ports/172988 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
* Replace OPTIONS_MULTI by OPTIONS_GROUP (mentioned in commit log #r308921)olivierd2012-12-151-2/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* Bump PORTREVISION for Thunar related portsolivierd2012-12-151-8/+9
| | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS - Update maintainer address for archivers/thunar-archive-plugin
* - Update to 1.6.1olivierd2012-12-155-29/+156
| | | | | | | | | - Sort options - Use OPTIONS_GROUP for plugins, PLUG_* - Remove ABI version numbers from LIB_DEPENDS - Add patches for GLib 2.28 Approved by: rene, miwi (mentors, implicit)
* Bump PORTREVISION for tumbler-related portolivierd2012-12-151-7/+5
| | | | | | | | While here, - Trim header - Use USE_PKGCONFIG Approved by: rene, miwi (mentors, implicit)
* - Fix build with new version of lazarus. I forgotten add some lines on my ↵acm2012-12-131-1/+3
| | | | | | previous commit
* - Bump PORTREVISION. New lazarus version has been committedacm2012-12-133-6/+25
|
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part3)
* - Mark as DEPRECATED, the project has been deprecatedgahr2012-12-051-0/+3
| | | | | | | - Set EXPIRATION_DATE to 2013-02-01 Feature safe: yes Approved by: dmaddox099@yahoo.com (maintainer, via private e-mail)
* - Chase x11-toolkits/fox16 shlib version bumpgahr2012-11-271-5/+2
| | | | | | - Trim Makefile headers for ports owned by me or ports@ Feature safe: yes
* - Update to 2.4.0-beta3makc2012-11-183-26/+191
| | | | | | | | | | | | | | - Trim Makefile header - Use DISTVERSION and simplify MASTER_SITES/DISTNAME - Adjust COMMENT - Get rid of indirect dependencies (iconv, Qt4) - Don't use KDE4_BUILDENV (it's for KDE SC ports only), enable CMAKE_OUTSOURCE - Mark MAKE_JOBS_SAFE - Don't remove directories from kdehier4 Approved by: fluffy (maintainer) Feature safe: yes
* Update to 0.9.0lme2012-11-163-4/+4
| | | | Feature safe: yes
* - Update to 12.05.23.16 [1]jhale2012-11-114-68/+90
| | | | | | | | | | | | - Remove LICENSE_FILE for standard GPLv2 license [1] - Trim Makefile header [1] - Improve COMMENT - Install data and docs DATADIR and DOCSDIR instead of lib PR: ports/172514 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* USE_PKGCONFIG: yes -> build.olgeni2012-10-141-1/+1
| | | | Feature safe: yes
* Correct logic from OptionsNG conversion.eadler2012-10-071-3/+3
| | | | Pointhat to: me
* Convert to OptionsNGeadler2012-10-071-17/+12
|
* A few things went wrong in r304126.olgeni2012-09-122-91/+26
| | | | | | | | | | | | | | Fixes: - Add dependency on devel/py-dbus (required by the logout function) - Remove debug executable - Remove extra files from PLIST (src, build, makedist.sh) - Remove gdm detection and always set OPTIONS_DEFINE - Remove reduntant files in Help - Make rox.desktop installation conditional on GDM - Install missing translations Noticed by: Yuri Pankov <yuri.pankov@gmail.com>
* Upgrade to version 0.40.0 and add OptionsNG support.olgeni2012-09-127-119/+149
| | | | | PR: ports/171513 Submitted by: nemysis <nemysis@gmx.ch>
* - Make sure the NOTIFY option shows up in the options dialog. [1]rene2012-09-111-2/+2
| | | | | | - Bump PORTREVISION Submitted by: Norbert Augenstein [lists augenstein.net]
* - Update to 1.0kmoore2012-09-064-20/+10
|
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).linimon2012-09-041-1/+7
| | | | Hat: portmgr
* - Convert to OptionsNGmadpilot2012-08-241-12/+21
| | | | | | | | | - Remove ABI version from LIB_DEPENDS - Add option to compile with debug symbols PR: ports/170813 Submitted by: bbtruk@users.sourceforge.net (maintainer) Approved by: crees, tabthorpe (mentors, implicit)
* - update to 2.19.4rm2012-08-153-12/+27
| | | | | | | | | | | | - update master_site while here: - remove no more existing --disable-libxpkmaster from CONFIGURE_ARGS - convert to optionsNG - use ${LOCALBASE} in reinplace PR: 170608 Submitted by: Simon Dick <simond at irrelevant dot org> (maintainer)
* - Update to 1.33gahr2012-08-133-4/+4
| | | | | | | | | * added the ability to change the date/time format in file and directory lists * added an optional confirmation dialog displayed when the user opens an executable file * added dutch translation * fixed minor bugs
* Use USE_PKGCONFIG.olgeni2012-08-091-1/+2
|
* Broken, unmaintained, dead upstreamdougb2012-08-067-247/+0
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Fix build with pkgconfbapt2012-07-301-2/+2
| | | | Reported by: pointyhat (erwin)
* Remove expired ports:ak2012-07-285-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+1
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* Update to version 5.5pawel2012-07-136-44/+85
| | | | | | | Changes: http://www.qtfm.org/home/changelog PR: ports/169795 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Chase x11-toolkits/fox16 shlib version bumpgahr2012-07-131-1/+1
| | | | - Bump PORTREVISION
* - Update to 4.8.0 [1]ak2012-07-063-39/+76
| | | | | | | - Remove ABI version numbers in LIB_DEPENDS PR: ports/169503 [1] Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
* Mark DEPRECATED as it has been broken for 4 months, unmaintained for 2+dougb2012-07-021-2/+4
| | | | Interested parties may wish to review http://repo.or.cz/w/fsviewer.git
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-2/+2
|
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-251-1/+1
| | | | The X11BASE variable is long gone, however these ports were not updated.
* - mark DEPRECATEDdinoex2012-06-111-1/+4
| | | | - reset MAINTAINER
* Fix minor typo that prevented 2 options descriptions from appearingdougb2012-06-101-2/+2
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-063-6/+3
| | | | Review by: bapt, David Naylor (kde team)
* - Update to 0.5.4dhn2012-06-053-26/+47
| | | | | PR: ports/167278 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* - update png to 1.5.10dinoex2012-06-0126-18/+63
|
* - Remove duplicate bsd.port.options.mk entrymiwi2012-05-311-2/+0
|
* - Convert complete XFCE to new options frameworkmiwi2012-05-311-35/+30
| | | | | | | | | | | While here some extra work: - Remove 6.X gruft - Correct NOPORTDOCS - Pet portlint - Whitespaces fixes Reviewed by: beat, bapt (thx!)
* - Welcome XFCE 4.10 to the portstree!miwi2012-05-264-307/+10
| | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
* - Update to 2.7miwi2012-05-253-10/+15
| | | | | PR: 168049 Submitted by: Ports Fury
* Update mastersite, upstream moved into archive/rene2012-05-101-0/+1
| | | | | PR: ports/167706 Submitted by: Olivier Duchateau
* Limit DOS2UNIX conversion to *.h and *.cpp files onlymakc2012-05-091-1/+4
| | | | | | | Add runtime dependency on Qt imageformats PR ports/167466 (I didn't notice the second patch in PR) Submitted by: Zhihao Yuan (maintainer)
* Connect qtfmmakc2012-05-091-0/+1
|
* Add new port x11-fm/qtfm:makc2012-05-0911-0/+426
| | | | | | | | | | qtFM is a small, lightweight file manager based on pure Qt and works great with minimal desktop environments like Openbox. WWW: http://www.qtfm.org/ PR: ports/167466 Submitted by: Zhihao Yuan <lichray at gmail.com>
* - Mark BROKEN: does not buildpav2012-05-031-0/+2
| | | | Reported by: pointyhat
* - Chase x11-toolkits/fox16 shlib bumpgahr2012-05-021-0/+1
| | | | - Bump PORTREVISION
* - Update to 0.8.1mva2012-04-293-22/+11
|
* - Update to 12.03.30.12sperber2012-04-253-5/+7
| | | | Approved by: beat (mentor)
* - Add missing DEPENDS to avoid build warningsswills2012-04-241-1/+2
| | | | | PR: ports/166609 Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
* Maintainer wishes to release this back to the wild.linimon2012-04-231-1/+1
|
* - New port: x11-fm/doublecmdacm2012-04-197-0/+196
| | | | | | | | | | Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas. WWW: http://doublecmd.sourceforge.net/ PR: ports/161459 Submitted by: Beñat Gonzalez Etxepare <bbtruk _ a t _ users.sourceforge.net>
* This file should not have been committed.crees2012-04-191-1106/+0
| | | | Noticed by: beat
* Rodent is a fast, small and powerful file manager for thecrees2012-04-196-0/+2279
| | | | | | | | | | | | | | | | | | | GNU operating system (but it also works in BSD). That's one way to look at it. Another way is to call it a graphic shell (that's probably more accurate). * Rodent wastes no space on menus or function buttons (display real estate is too valuable). * All functionality is available through popup menu or keyboard action. * Popup menu is context sensitive. * Full lpterminal is available from keyboard. * Functionality is extendible via plugin technology. WWW: http://xffm.org/ PR: ports/166191 Submitted by: Jens K. Loewe <bsd@tuxproject.de>
* - Update to 1.32.5gahr2012-04-102-3/+3
| | | | See the ChangeLog for details
* - Update to 0.19.13dhn2012-03-202-3/+3
| | | | Feature safe: yes
* - Set Portscout flagsmiwi2012-03-171-1/+3
| | | | | | | | - Pass maintainership to submitter PR: 165917 165916 165975 165973 165972 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* - Mark BROKEN: does not configurepav2012-03-091-0/+2
| | | | | | | checking for gcc... cc checking for C compiler default output... configure: error: C compiler cannot create executables Reported by: pointyhat
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.makc2012-03-071-2/+0
| | | | | They were added to fix build with kdelibs-4.5, while correct fix was to add them as run dependencies for x11/kdelibs4 (done a while ago).
* Update to 0.9.10kmoore2012-02-293-3/+5
|
* - fix build by not compiling gnu/kfreebsd branchesgahr2012-02-201-1/+10
| | | | Reported by: dougb
* - Update to 11.12.25.15miwi2012-02-203-5/+10
| | | | | PR: 164859 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - Update devel/sdl12 to 1.2.15mva2012-02-181-0/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-162-1/+2
|
* - Update to 2.6.6miwi2012-01-293-4/+7
| | | | | PR: 164174 Submitted by: Ports Fury
* Update to 1.3.0ehaupt2012-01-083-7/+8
|
* Upgrade to version 0.6.olgeni2011-12-243-6/+7
|
* Upgrade to version 2.11.olgeni2011-12-243-6/+5
|
* - Update to 1.2.8.14sylvio2011-12-092-3/+5
| | | | Feature safe: yes
* - Fix build with clanggahr2011-11-282-3/+15
| | | | | | PR: 162914 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* Unbreak the port by fixing the plist.rakuco2011-11-172-2/+7
| | | | | Approved by: makc (mentor) Feature safe: yes
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Update to 0.19.12dhn2011-11-022-3/+3
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
|
* - x11-wm/xfce4-wm update to 4.8.2miwi2011-10-283-4/+7
| | | | | | | | | | - x11-wm/xfce4-panel update to 160920 - x11-fm/thunar update to 1.2.3 PR: 160946 160920 160875 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-271-1/+1
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-5/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Re-assign to the Xfce team.rene2011-10-232-2/+2
| | | | Approved by: oliver (previous maintainer)