| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- NO_INSTALL_MANPAGES is not needed with custom do-install target
|
| |
|
|
|
|
| |
- Add missing OPTIONS_DEFINE
|
|
|
|
| |
- Add missing OPTIONS_DEFINE
|
|
|
|
| |
- New LIB_DEPENDS syntax
|
|
|
|
|
| |
- Add missing OPTIONS_DEFINE
- New LIB_DEPENDS syntax
|
| |
|
|
|
|
|
|
| |
- Add LICENSE
- Use desktop-file-utils
- Add missing OPTIONS_DEFINE
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
- Reinplace shebang with PYTHON_CMD since it depends on version dependent
python modules
|
|
|
|
| |
- Add missing OPTIONS_DEFINE
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add license
- Stage support
- Use shebangfix
- Re-word the description for the transparency option
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION
PR: ports/185095 [1]
Submitted by: José García Juanino <jjuanino@gmail.com>
|
| |
|
|
|
|
| |
ChangeLog: https://raw.github.com/gottcode/xfce4-whiskermenu-plugin/master/NEWS
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- while here fix maintainership for the one slave ports
PR: 185065
Reported by: freebsd@skysmurf.nl
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
|
|
|
|
|
|
|
|
| |
- Add license blob
- Adjust dependencies
- Rewrite pkg-descr
ChangeLog: http://git.xfce.org/apps/xfce4-terminal/tag/?id=xfce4-terminal-0.6.3
|
| |
|
|
|
|
| |
do not explicitly set SSP_UNSAFE and augment CATEGORIES; also sort pkg-plist.
|
|
|
|
|
|
|
|
| |
- Support staging
- Respect CC, CFLAGS and PREFIX
PR: 185018
Submitted by: Eimar Koort <eimar.koort@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct USE_XORG [1]
- Install config files [1]
- Patch server to use glib [1]
- Use space, not tab for xpra [1]
- Add license
- Support staging
PR: ports/181482 [1]
Submitted by: Andrew Childs <lorne@cons.org.nz> [1]
|
| |
|
|
|
|
|
|
|
|
| |
- Switch to PLIST_FILES
- Support staging
PR: ports/184880
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/184878
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
| |
- convert to new lib_depends format
- convert to staging (thanks bapt@!)
PR: 184940 [1]
Submitted by: umeno@rr.iij4u.or.jp [1]
|
|
|
|
|
| |
PR: ports/184871
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/184828
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
| |
Stagify.
Thanks to bapt for the help with staging!
|
|
|
|
| |
- Whitespace fix
|
| |
|
|
|
|
| |
Noticed by: Jan Henrik Sylvester <me@janh.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0]
|
|
|
|
|
|
|
| |
Note: PORTREVISION intentionnally not bumped; this is just for package
building, and poudriere should notice it anyway.
Requested by: R. Tyler Croy <tyler (at) monkeypox (dot) org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
|
|
|
|
|
|
| |
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer)
|
| |
|
|
|
|
| |
- While here, use shebangfix for print/txtbdf2ps
|
| |
|
|
|
|
|
| |
PR: 184488
Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
|
|
|
|
|
| |
PR: ports/180096
Approved by: x11 (zeising,eadler)
|
| |
|
|
|
|
| |
Rework CONFIGURE_ENV=LIBS into LDFLAGS.
|
|
|
|
|
|
|
| |
Stageify.
Requested by: makc@ [1]
Obtained from: xorg-dev
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Add missing USES=gettext
- Support STAGEDIR
PR: ports/184420
Submitted by: User Rodrigo <rodrigo@bebik.net>
|
|
|
|
|
|
|
| |
- Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib
- Change WWW
Approved by: pawel / wg (mentors, implicit)
|
|
|
|
|
|
| |
- USES gmake instead of USE_GMAKE
Approved by: pawel / wg (mentors, implicit)
|
|
|
|
|
|
|
| |
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- Fix build on current (respect CC)
- Allow staging
PR: ports/184223
Submitted by: KATO Tsuguru <tkato432 yahoo.com>
|
|
|
|
| |
- Convert GTK selection to options helpers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Requested by: kwm
|
| |
|
|
|
|
|
| |
PR: ports/183910
Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer)
|
|
|
|
| |
Approved by: wg (mentor)
|
| |
|
|
|
|
|
|
| |
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
|
|
|
|
|
| |
With hat: portmgr
Approved by: maintainer timeout
|
|
|
|
| |
- Update my email in header
|
|
|
|
|
|
| |
- Adapt plists.
With hat on: kde
|
| |
|
|
|
|
|
| |
(the same difference as with "top -s1" vs "top -s2", look at idle state);
. bump PORTREVISION.
|
|
|
|
| |
- Convert to staging
|
|
|
|
|
| |
- Install README file (useful documentation, also acts as changelog)
- Provide better COMMENT and port description (courtesy of OpenBSD)
|
|
|
|
| |
Stagify.
|
|
|
|
| |
- Do not mute install commands.
|
|
|
|
|
|
|
| |
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify.
|
|
|
|
| |
Approved by: bapt (mentor)
|
|
|
|
| |
- Update Enlightenment to 0.17.5
|
| |
|
|
|
|
|
|
|
|
| |
2013-11-05 x11/gnome-libs: EOLed upstream for very long
Bye bye gnome1
Approved by: gnome(implicit)
|
| |
|
|
|
|
| |
Reported by: danfe
|
|
|
|
| |
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
|
|
|
|
| |
Reported by: danfe
|
|
|
|
|
|
|
| |
with the mouse wheel. There are some intrusive patches floating around
(from #rxvt-unicode / Cl. Zumbo), but ATM I prefer forcing Gcc.
Submitted by: Claudio Zumbo <claudiozumbo (at) gmail <dot> com>
|
|
|
|
|
|
|
|
|
| |
- Allow staging
- Bump port revision for libdesktop update
- Convert lib depends to new format
PR: ports/183637
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Update to 0.2.18
- Allow staging
- Convert lib depends to new format
PR: ports/183635
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Allow staging
- Bump port revision for libdesktop update
- Convert lib depends to new format
PR: ports/183633
Submitted by: Olivier Cochard-Labbe <olivier cochard.me> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Update to 0.0.10
- Allow staging
- Convert lib depends to new format
PR: ports/183631
Submitted by: Olivier Cochard-Labbe <olivier cochard.me> (maintainer)
|
|
|
|
|
|
|
|
| |
. bump PORTREVISION;
. take maintainership.
Submitted by: bsam (me, via e-mail)
Approved by: nemysis (former maintainer)
|
|
|
|
|
|
|
| |
The patch is not necessary.
PR: ports/183588
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.
Obtained from: Gstreamer upstream [1]
|
|
|
|
|
|
|
|
|
| |
. convert USE_GMAKE to USES;
. simplify Makefile and remove bsd.port.options.mk.
PR: ports/183553
Submitted by: bsam (me)
Approved by: nemysis (maintainer)
|
|
|
|
| |
. Use space on WWW line
|
|
|
|
| |
. Use space on WWW line
|
|
|
|
| |
. Use space on WWW line
|
|
|
|
| |
. Use space on WWW line
|
| |
|
|
|
|
| |
. Simplify Makefile
|
|
|
|
| |
- Convert to staging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches
- Bump dependent ports' revisions
Approved by: pawel / wg (mentors)
|
|
|
|
| |
Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the old site is apparently disappeared, although the project
is now hosted at GitHub [1]
- Bump PORTREVISION (change run-dependencies)
- Add support for staging
- Add desktop-file-utils to USES, and remove old, related stuffs
- Add a notification system to run dependencies (deskutils/notify-osd),
otherwise the program doesn't start if you use a window manager
different from Gnome or XFCE
- Use the new helpers to manage port options
- Fix WWW URL in pkg-descr
Build logs: https://redports.org/buildarchive/20131030152201-15343/
PR: ports/183439 [1]
Submitted by: marino
|
|
|
|
|
| |
- Pass maintainership
- Use options helpers
|
|
|
|
|
| |
- Add LICENSE blob
- Support STAGEDIR
|
| |
|
| |
|
|
|
|
| |
Submitted by: mva@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
typographic layout (commonly installed under `share/X11/xkb/symbols/typo').
Option was named ETERSOFT instead of e.g. PRE1918 as their intention was to
maintain several Russian-specific features, not just pre-reform orthography
support. Yes, this also means one day option description should be changed.
While here, move MASTER_SITE_SUBDIR to a more appropriate place in Makefile
and comment out currently unused .include <bsd.port.options.mk>.
Approved by: silence on -x11@
|
|
|
|
| |
- Remove the check for PORT_OPTIONS:MDOCS which is automatically handled by staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Herbert J. Skuhra
Approved by: maintainer
|
|
|
|
| |
- Convert to staging
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
| |
|
|
|
|
|
|
| |
I know; sorry about that, but I did not find a better way).
Reminded by: bapt
|
|
|
|
| |
Reported by: Ajtim
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
| |
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
|
|
|
|
|
| |
- Switch to USES= gmake
- Support STAGEDIR
|
|
|
|
|
|
|
|
|
|
| |
Use new LIB_DEPENDS format
Unsilent the install process
Use pkg-plist[1]
Use OPTIONS_SUB
PR: ports/182928
Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer)
|
|
|
|
|
|
|
| |
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: maintainer
|
|
|
|
| |
Reported by: qat.redports.org
|
|
|
|
|
|
| |
- Fixed custom path to install
Approved by: eadler, osa, rm (mentors, implicit)
|
|
|
|
|
|
|
| |
This commit also adds proper staging support to all the ports being updated.
In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
| |
- Convert to staging
|
|
|
|
|
| |
- Fix pkg-plist
- Convert to staging
|
|
|
|
|
| |
- Fix COMMENT
- Convert to staging
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Convert to staging
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Convert to staging
|
|
|
|
|
|
|
|
|
|
| |
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format
- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
|
|
|
|
|
|
| |
- Bump PORTREVISION to force rebuild of packages.
Reported by: several users via email
|
|
|
|
|
|
|
|
|
|
|
| |
- Change master sites
- Support STAGEDIR
- Add DOCS and EXAMPLES and Options
- Change MAN
PR: ports/180959
Submitted by: nemysis (self)
Approved by: wg/pawel (mentors), maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format (x11/libxfce4menu, x11/xfce4-conf)
- Switch to USES= gmake (x11/libxfce4menu)
- Update Perl dependencies versions (x11/xfce4-conf)
- Add patch, to use new GLib 2.32 mutex API (x11/xfce4-conf)
Reviewed by: Perl (az@, bapt@, and mat@)
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Use pkg-plist instead of PLIST_FILES
Approved by: wg/pawel (mentors)
|
|
|
|
|
|
|
| |
kactivitymanagerd.
kactivitymanagerd crashes when using different compilers to build the
two ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
|
|
|
|
| |
- Convert from USE_GMAKE to USES=gmake
|
|
|
|
|
| |
- Convert to staging
- Fix USE_GMAKE
|
|
|
|
|
| |
- Convert to staging
- Fix USE_GMAKE
|
|
|
|
| |
- Fix COMMENT
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
|
|
|
|
| |
- General cleanup
|
|
|
|
| |
- General cleanup
|
|
|
|
| |
- General cleanup
|
|
|
|
|
|
| |
- Fix COMMENT
- USE_GMAKE -> USES=gmake
- Use new LIB_DEPENDS format
|
| |
|
|
|
|
|
| |
- convert from USE_GMAKE to USES
- remove STRIP_CMD because it saves exactly 0 space.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
|
|
|
|
|
|
|
| |
really validate passwords
Reported by: gahr
Approved by: maintainer (implicit)
|
|
|
|
| |
Suggested by: bapt
|
|
|
|
|
|
| |
- Add PAM support ("slock" service)
Approved by: bapt (former maintainer) [1]
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
PR: ports/182303 [1]
Submitted by: Artem Nosov <chip-set@mail.ru> (maintainer) [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
|
|
|
|
| |
Approved by: x11 (kwm)
|
|
|
|
| |
Approved by: bapt (mentor)
|
|
|
|
|
|
| |
metaport.
Approved by: bapt (mentor)
|
| |
|
|
|
|
| |
(category x11).
|
|
|
|
|
|
|
|
| |
- Support staging
- Use new LIB_DEPENDS syntax
PR: ports/182533 [1]
Approved by: maintainer
|
|
|
|
| |
Reported by: linimon
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
|
|
| |
cluttering the infrastructure and ports tree.
It cost a lot in maintainance and improvement of the ports tree.
Approved by: gnome (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
in the packages already)
|
|
|
|
| |
Prefer pkg-plist over Makefile's pollution
|
|
|
|
|
|
| |
- Switch to USES scons
Noticed by: jgh [1]
|
|
|
|
|
|
|
|
|
| |
- Stagify
- Add LICENSE
- Fix build with libc++ on 10.0
- Add a pkg-plist
- Move pkg message to pkg-message
- Remove cruft
|
|
|
|
|
|
| |
- Changed MASTER_SITES
Approved by: eadler (mentor)
|
| |
|
|
|
|
|
| |
Submitted by: Lars Engels <lars.engels@0x20.net>
Approved by: Vlad V. Teterya <vlad@vlad.uz.ua> (prior maintainer)
|
|
|
|
|
| |
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net>
Approvey by: Vlad V. Teterya <vlad@vlad.uz.ua> (prior maintainer)
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Rename patches
PR: ports/182130 [1]
Submitted by: Stefan `Sec` Zehl <sec@42.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first. See UPDATING for details.
PR: ports/181962 [2]
Submitted by: marius [1]
zeising [2]
Exp-run by: bdrewery
Approved by: portmgr (bdrewery)
Thanks to all who helped testing!
|
| |
|
| |
|
| |
|