| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
- add LICENSE
- use a single space after WWW:
|
|
|
|
|
| |
- Add LICENSE
- Simplify OPTIONS
|
|
|
|
|
|
| |
- Stop setting the outdated LATEST_LINK variable.
Approved by: fluffy (maintainer, implicit)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
|
|
|
|
|
|
|
| |
- Add license [1]
- Use options helpers
PR: ports/184088
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
|
|
|
|
|
| |
It does not have a website anymore, it fails to build on all supported
FreeBSD releases and its latest release dates back to 2005.
|
|
|
|
|
| |
- Add staging support.
- Do not mute install commands.
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4.13
- Allow staging
- Convert lib depends to new format
PR: ports/183632
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Replace APIDOCS option by DOCS
- Fix NLS, when it's unset
- Standardize 'startup-notification' description
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
- Drop .asc file
- Add stage support
- Use shebangfix instead of REINPLACE_CMD
PR: ports/183078
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
|
|
|
|
|
|
|
| |
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
- Move PORTDOCS into DATADIR, since they're used by the program itself
- STAGE-clean
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
now use ltverhack on FOX. This should be the last time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Add plugins suppport
PR: ports/181217
Submitted by: Benat Gonzalez Etxepare <bbtruk __ at __ users.sourceforge.net>
|
|
|
|
| |
- Fix MAN file installatin
|
|
|
|
| |
x11-fm)
|
|
|
|
|
|
|
| |
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
Approved by: wxs/wg/pawel (mentors)
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: kwm@ (gnome@)
|
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
|
|
|
|
|
| |
- Patch internal makefiles to allow parallel (-jX) builds
- Touch COMMENT and port description, remove dead URL
- Wrap one overly long line; miscellaneous port cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Convert to new options macros
PR: ports/180810
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
Convert to USES=gmake where appropriate
Trim headers
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
| |
PR: 179695
Submitted by: nemysis <nemysis@gmx.ch> (new maintainer)
|
| |
|
|
|
|
| |
Convert to USES=desktop-file-utils and shared-mime-info.
|
|
|
|
|
|
|
|
| |
- Fix build with clang, -Wno-return-type
- Add LICENSE (GPLv2)
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
|
| |
- Remove USE_GNOME=desktopfileutils because port's desktop file
doesn't contain MimeType
Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fixed 'update-desktop-database not found' error
- Added license information
PR: ports/179231
Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
| |
- Finish to convert USES
- Remove unneeded patch
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt@)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
|
|
|
| |
"pathfix" instead.
|
| |
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
| |
|
|
|
|
| |
It's old, unmaintained, and doesn't work (seg-faults at startup)
|
|
|
|
| |
Approved by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
net-mgmt/pnp instead
2013-02-01 x11-fm/x-files: Project has been abandoned
|
|
|
|
|
| |
Submitted by: trevor
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
While here trim Makefile header, remove shlib version in LIB_DEPENDS
and register conflict in nautilus.
Obtained from: gnome staging area.
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
| |
|
|
|
|
|
| |
PR: 175100
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
|
|
|
|
|
|
| |
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build
Approved by: maintainer (dhn)
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
|
|
|
| |
- make it PREFIX-safe
PR: 174832
Submitted by: olivier@cochard.me
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
PR: ports/174554 [1]
Submitted by: Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Convert to OptionsNG framework
- Trim Makefile headers
|
|
|
|
| |
Reported by: freshports
|
|
|
|
|
| |
PR: ports/172988
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
|
|
|
|
| |
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
- Update maintainer address for archivers/thunar-archive-plugin
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
While here,
- Trim header
- Use USE_PKGCONFIG
Approved by: rene, miwi (mentors, implicit)
|
|
|
|
|
|
| |
previous
commit
|
| |
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
|
|
|
|
|
|
| |
- Set EXPIRATION_DATE to 2013-02-01
Feature safe: yes
Approved by: dmaddox099@yahoo.com (maintainer, via private e-mail)
|
|
|
|
|
|
| |
- Trim Makefile headers for ports owned by me or ports@
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Pointhat to: me
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/171513
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Norbert Augenstein [lists augenstein.net]
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- 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 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)
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: pointyhat (erwin)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Changes: http://www.qtfm.org/home/changelog
PR: ports/169795
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
| |
- Remove ABI version numbers in LIB_DEPENDS
PR: ports/169503 [1]
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
|
|
|
|
| |
Interested parties may wish to review http://repo.or.cz/w/fsviewer.git
|
| |
|
|
|
|
| |
The X11BASE variable is long gone, however these ports were not updated.
|
|
|
|
| |
- reset MAINTAINER
|
| |
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
|
|
|
|
| |
PR: ports/167278
Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
While here some extra work:
- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes
Reviewed by: beat, bapt (thx!)
|
|
|
|
|
|
|
| |
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
|
|
|
|
|
| |
PR: 168049
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/167706
Submitted by: Olivier Duchateau
|
|
|
|
|
|
|
| |
Add runtime dependency on Qt imageformats
PR ports/167466 (I didn't notice the second patch in PR)
Submitted by: Zhihao Yuan (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
| |
Approved by: beat (mentor)
|
|
|
|
|
| |
PR: ports/166609
Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Noticed by: beat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
See the ChangeLog for details
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 165917 165916 165975 165973 165972
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
| |
checking for gcc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables
Reported by: pointyhat
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
Reported by: dougb
|
|
|
|
|
| |
PR: 164859
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
PR: 164174
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162914
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Approved by: makc (mentor)
Feature safe: yes
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
| |
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin
PR: ports/160730
Submitted by: ryusuke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Approved by: oliver (previous maintainer)
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
| |
PR: ports/160417
Submitted by: O. Hartmann [ohartman zedat.fu-berlin.de]
|
| |
|
| |
|
|
|
|
|
| |
latest version is 0.2.0.16. No functional change otherwise.
o Bump PORTREVISION
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
needed.
|
| |
|
| |
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
|
|
|
| |
- Fix WWW: line
PR: 159496
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 159495
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
disappeared.
|
| |
|
|
|
|
|
|
|
| |
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
|
|
|
|
|
|
|
|
|
|
|
|
| |
update sysutils/garcon to 0.1.8
update sysutils/xfce4-utils to 4.8.2
update x11-wm/xfce4-panel to 4.8.5
update x11/Terminal to 0.4.8
bump PORTREVISION of affected ports
PR: ports/157768, ports/158144, ports/158145, ports/158148, ports/158170
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
mirror and get rid of custom do-build target.
PR: 158136
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
|
|
|
|
|
|
| |
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
|
| |
|
|
|
|
|
|
|
|
| |
Add a patch from the PR that was forgotten.
No bump because it didn't build after the update.
PR: ports/155956
Submitted by: Maxim Samsonov <xors@mne.ru>
|
|
|
|
|
|
|
| |
bump PORTREVISION of affected ports
PR: 157380
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
|
| |
bump PORTREVISION on depending ports
PR: ports/156913
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
|
|
| |
-Add LICENSE.
-Add WWW.
PR: ports/155956
Submitted by: Maxim Samsonov <xors@mne.ru>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
2011-05-01 x11-fm/cfm: Upstream disapear and distfile is no more available
2011-05-01 x11-fm/gnome-commander: Gnome1 is deprecated, consider using gnome-commander2
2011-05-01 x11-fm/jaffm: Upstream disapear and distfile is no more available
2011-05-01 x11-fm/workplace: Upstream disapear and distfile is no more available
|
|
|
|
|
| |
PR: 155846
Submitted by: Ports Fury
|
|
|
|
|
| |
See the ChangeLog for details
- Remove empty lines from pkg-plist
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
| |
using gnome-commander2
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
| |
where no distfiles can be found and are not used bye maintained ports
|
| |
|
|
|
|
|
|
| |
and earlier releases.
WWW: http://thunar.xfce.org/
|
|
|
|
| |
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
|
| |
|
|
|
|
| |
Submitted by: alepulver
|
| |
|
|
|
|
| |
Reported by: dougb, linimon
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
PR: 153897
Submitted by: Heiner Eichmann
Feature safe: yes
Mark kde3-apireference as DEPRECATED
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
|
|
|
|
| |
Full support for KDE 4.5/4.6
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/153048
Submitted by: Klaus Geyer <klausgeyer@gmx.de> (maintainer)
|
|
|
|
|
|
|
|
| |
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
preparing the initial version of the update!
PR: ports/148038
Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
|
| |
|
| |
|
| |
|
| |
|