| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
without any pending PR
With hat: portmgr
|
|
|
|
|
|
| |
2: use options helper.
Approved by: portmgr@ (blanket approval)
|
|
|
|
|
| |
- Add LICENSE and LICENSE_FILE
- Bump PORTREVISION
|
|
|
|
|
|
| |
- Add LICENSE*
- Remove DBUS option, now dbus-glib is in LIB_DEPENDS
- Bump PORTREVISION
|
|
|
|
| |
- Take maintainership
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
PR: 191100
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/190844
Submitted by: mp39590@gmail.com
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
PR: 189047
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
====>> 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
|
|
|
|
| |
Strip binaries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
Modernize
Fix dependencies
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Modernize
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28
- Convert to new LIB_DEPENDS syntax
PR: ports/187908
Submitted by: maintainer
|
| |
|
|
|
|
| |
Deprecate the ports that are incompatible with the new 3.x version.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
2014-03-10 x11-fm/dfm: No more public distfiles
|
|
|
|
| |
since more than 12 years)
|
|
|
|
| |
Approved by: portmgr (mat)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
| |
|
|
|
|
|
|
| |
- Enable terminal color output
- Enable custom mouse cursors
- Enable support for GTK+ 3.x
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
- DATADIR-clean
|
|
|
|
|
|
|
|
| |
- Fix stripping with regard to staging
PR: 186672
Submitted by: amdmi3
Approved by: anoine (portmgr)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
available for part or all the needed distfiles.
Reported by: distillator
|
|
|
|
|
| |
Reported by: pkg-fallout since august 2013
With hat: portmgr
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
|
| |
|
| |
|
|
|
|
|
| |
- 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)
|