MD5 (trickle-1.06.tar.gz) = 8e9b7fcdd49ee8fb94700dd1653f5537 SIZE (trickle-1.06.tar.gz) = 166044 f='/~lantw44/cgit-data/cgit.css'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* - 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-09