| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
. use new LIB_DEPENDS syntax.
|
|
|
|
| |
. use pathfix instead a reinplace command.
|
| |
|
|
|
|
| |
Discussed with: swills
|
| |
|
|
|
|
| |
2013-09-26 x11/libXtrans: Project is obsoleted, use x11/xtrans instead
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS syntax
Reviewed by: eadler
|
|
|
|
| |
Reported by: bdrewery
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- Add license
- Clean Makefile headers
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add staging support
- Change maintainer email to @FreeBSD
Changelog
* src/main.c: fix setting size of unresizable dialogs
* configure.ac, src/notebook.c: fix previous commit
* src/notebook.c: wait for child termination in notebook
Approved by: wg (mentor)
|
|
|
|
|
|
|
|
| |
- Add license (GPLv2)
- Use the new format for LIB_DEPENDS
- Add docs and Option
Approved by: wg/pawel (mentors)
|
| |
|
| |
|
|
|
|
| |
Exp-run by: bdrewery
|
|
|
|
| |
- Allow stating
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
x11)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
|
|
|
|
| |
Reminded by: makc@
|
|
|
|
| |
Mark as deprecated: I can't find any upstream anymore, neither any public distfile
|
| |
|
|
|
|
|
| |
- de-personalize message to end-user
- take maintainership
|
| |
|
|
|
|
| |
Flags xview-clients MAKE_JOBS_UNSAFE.
|
|
|
|
|
|
| |
gtk2 version
While here remove the now useless LATEST_LINK
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
|
|
|
|
|
|
|
|
| |
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pkgconfig
Approved by: wxs/pawel (mentors)
|
|
|
|
|
|
| |
This prevents always rebuilding fluxbg during incremental poudriere bulk.
While here, use new LIB_DEPENDS syntax and pad pkg-message.
|
|
|
|
| |
Convert USE_GMAKE to USES
|
| |
|
| |
|
|
|
|
|
|
|
| |
- While I'm here, update LICENSE
PR: ports/182020
Submitted by: A. J. <freebsd@skysmurf.nl> (maintainer)
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
|
|
| |
(ten) arguments rather than 9 (nine)
- Adjust OSVERSION check of the previous patch, after properly bumped by
pjd@ in r255305
PR: ports/181972
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
| |
- Update to 0.6.1
- Convert lib depends to new syntax
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Most notable in this update is that the default xinitrc has moved from
lib/X11/xinit/xinitrc to etc/X11/xinit/xinitrc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Update to 2.3
- Pass maintainership to submitter
PR: ports/181868
Submitted by: A.J. 'Fonz' van Werven <freebsd skysmurf.nl>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
from uint64_t to a structure in r255219).
PR: ports/181840
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Updated from 0.22.1 to 0.23.0
- Added Makefile header
- Use new options helpers
- Added YAD Icon Browser option
Changes:
https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687
PR: ports/181790
Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed. Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers. Add locale
messages to plist.
Bump portrevision.
Noticed by: avg (build issues)
Tested by: avg
|
|
|
|
| |
Reported by: antoine
|
| |
|
| |
|
|
|
|
|
|
|
| |
Bump portrevision (again).
PR: ports/181726
Submitted by: Pawel Pekala <pawel@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
|
|
|
|
|
|
| |
Bump portrevision.
noticed by: QAT
|
|
|
|
| |
While here, switch USE_GMAKE=yes to USES=gmake
|
|
|
|
|
|
| |
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
|
|
|
|
|
|
| |
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
|
|
|
|
|
|
| |
- Fix distfile fetch
Reported by: bdrewery
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
|
|
|
|
|
| |
Add dependency on gperf.
Fix build with out ancient gcc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
|
|
|
|
| |
- Update to 0.6.0
|
|
|
|
|
|
|
|
|
|
| |
files. [1]
Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
removal date one month from now. Nothing in ports uses x11/libXtrans
anyway.
PR: ports/181512 [1]
Submitted by: Gerald Pfeifer <gerald@pfeifer.com> [1]
|
| |
|
|
|
|
|
|
|
|
| |
- change LIB_DEPENDS to new format
- remove upstreamed patch
- add a dependency on the new libxkbcommon
Approved by: dhn (implicit)
|
|
|
|
|
|
|
| |
from disk, parsing them and handling their state. It's mainly meant for client
toolkits, window systems, and other system applications
WWW: http://xkbcommon.org/
|
|
|
|
|
|
|
|
|
| |
recent -CURRENT (after r254025). Previously it would immediately core
dump upon loading of nvidia.ko.
PR: ports/181144 (fix suggested in the audit trail)
Reviewed by: jhb
Timeout from: jeff (no cookie)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
|
|
|
| |
WWW: http://gottcode.org/xfce4-whiskermenu-plugin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories'
build commands to the "all" target, along with main program executable.
If MakeSubdirs() was used to build a dependency of the main program, it
is highly likely that parallel build (-jX) will fail; and that's what's
happening to this port here.
To remedy the problem, use NamedTargetSubdirs() instead; also make sure
that correct make(1) implementation would be used for sub-makes (ignore
bogus "MAKE = make" set by imake in generated Makefiles).
While here, improve wording and formatting in the port description.
Reported by: marino
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
|
|
|
|
|
| |
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)
PR: ports/181118 [1]
ports/176733 [2]
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/180384
Submitted by: zeising
Approved by: Maintainer timeout (one month)
|
|
|
|
|
|
| |
- Update Enlightenment to 0.17.4
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Only offer FREEBSD_AGP option when it is actually supported
- Use new syntax for specifying LIB_DEPENDS
- Buffer overflow in nvidia_sysctl_bus_type() was fixed in 319.23
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: tobez@ (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
Reported by: antoine
Pointyhat to: bapt
|
|
|
|
| |
Approved by: bapt@ (x11@)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
|
|
|
|
|
| |
- Move USE* knobs earlier in Makefile, before OPTIONS
- Contract COMMAND and make it more readable while here
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
| |
|
| |
|
|
|
|
|
|
| |
set MAKE_JOBS_UNSAFE and make portlint happy.
Approved by: bapt/culot (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
|
|
| |
with like recent binutils.
|
|
|
|
|
| |
PR: ports/180811
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 180691
Submitted by: orts Fury
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
| |
|
|
|
|
| |
Submitted by: pointyhat via miwi
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
|
| |
PR: 180587
Submitted by: maintainer
|
|
|
|
| |
Reviewed by: bapt
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
|
|
|
|
|
|
|
|
|
| |
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
|
|
|
|
| |
PR: 179597
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 180448
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
|
|
|
|
|
|
|
|
| |
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
|
| |
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The remainder have other pending patches which I must finish before conversion.
|
| |
|
| |
|
|
|
|
| |
Submitted by: flo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary PORTDCOS from pkg-plist
- Mute mkdir
- Trim desktop entry and replace command
PR: ports/180112
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (GPLv2)
- Add DOCS and NLS options
- Use desktop-file-utils
PR: ports/179793
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer (timeout)
|
|
|
|
|
|
|
|
|
|
| |
- while here:
- migrate ncurses dependency to USES framework
- tighten comment
- install correct LICENSE, as it differs from standard
PR: 179997
Submitted by: kitche@kitchetech.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
- BUILD_DEPENDS is RUN_DEPENDS as well
- Add DOCS option
- Use OPTIONS_SUB
PR: ports/180113
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix preservation of conf files
- Fix dependencies
PR: ports/180110
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix LXDE menu bug (from upstream)
- Change depenency to glib20
PR: ports/180132
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
| |
This release incorporates all security patches.
Obtained from: xorg development repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
|
|
|
|
| |
Original commit by makc@ in the area51 repository.
|
|
|
|
|
|
|
| |
- Update to 0.22.0
PR: ports/180039
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
|
|
|
|
| |
Trim header
|
|
|
|
|
|
| |
Trim headers
Convert emu to USES=display
Remove indefinite article
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
|
|
|
|
| |
PR: ports/168645
Submitted by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
|
|
|
|
|
|
| |
- Fix NLS option [1]
- Preserve .conf files [1]
- Pass maintainership to submitter [1]
- Fix pkg-plist and install of .conf
PR: ports/179703 [1]
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
|
| |
- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
|
|
|
|
|
|
|
|
| |
- Update Makefile header
PR: ports/179296
Submitted by: myself
Approved by: maintainer timeout (hemi@puresimplicity.net, 14 days)
|
|
|
|
|
|
|
|
|
|
| |
- Fix extra spaces in WWW pkg-descr [1]
- Trim Makefile header [1]
- Remove leading "The" in COMMENT
- Pass maintainership to submitter
PR: ports/179702 [1]
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (GPLv2) [1]
- Trim Makefile header [1]
- Install docs [1]
- Add DOCS to options
- Pass maintainership to submitter
PR: ports/179706
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
|
|
|
| |
monitor positions are shown graphically and can be changed in a drag-and-drop
way.
WWW: http://christian.amsuess.com/tools/arandr/
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (GPLv2 MIT)
- Add DOCS option
- Fix NLS option
PR: ports/179712
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.6.0
- Add LICENSE (GPLv2 GFDL)
- New world order USES: pathfix, desktop-file-utils
- Add DOCS, man and NLS
- Better pkg-descr
- Pass maintainership to submitter
Changes:
http://sourceforge.net/p/florence/news/2012/10/florence-060-released/
PR: ports/179734
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4.1 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter [1]
- Bump PORTREVISION of dependent ports
PR: ports/179711 [1]
Submitted by: nemysis <nemysis@gmx.ch>
|
| |
|
|
|
|
|
|
|
|
| |
- Fix build with clang, -Wno-return-type, gnu89
- Take maintainership
Reported by: Kenta Suzumoto <kentas@hush.com>
Approved by: culot / jpaetzel (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
USES=desktop-file-utils.
Remove Custom G_CHARSET_ALIAS since charset.alias now lives where ports
expect it to be.
And remove shared-mime-info commands from plist, the only mime yelp uses is
mime type of files that it gets via glib.
Bump portrevision.
|
|
|
|
|
|
|
|
| |
- Add MAKE_JOBS_UNSAFE
- Trim header
PR: 179578
Submitted by: ports fury
|
|
|
|
| |
While here fix build with recent clang
|
| |
|
|
|
|
| |
Reported by: pkg (DEV_MODE)
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
| |
Obtained from: xorg development repo
|
| |
|
|
|
|
| |
Submitted by: olli hauer <ohauer@gmx.de>
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
| |
- Cleanup dependencies
= Switch to USES=pathfix
|
|
|
|
| |
WWW: http://ruby-gnome2.sourceforge.jp/
|
|
|
|
|
|
| |
PR: ports/177347
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: culot / jpaetzel (mentors, implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Upstream is not active since a few years.
|
|
|
|
| |
Obtained from: xorg development repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most libraries were updated to newer versions, in some cases patches
were backported instead.
Most notably, x11/libX11 was updated to 1.6.0
Security: CVE-2013-1981
CVE-2013-1982
CVE-2013-1983
CVE-2013-1984
CVE-2013-1985
CVE-2013-1986
CVE-2013-1987
CVE-2013-1988
CVE-2013-1989
CVE-2013-1990
CVE-2013-1991
CVE-2013-1992
CVE-2013-1993
CVE-2013-1994
CVE-2013-1995
CVE-2013-1996
CVE-2013-1997
CVE-2013-1998
CVE-2013-1999
CVE-2013-2000
CVE-2013-2001
CVE-2013-2002
CVE-2013-2003
CVE-2013-2004
CVE-2013-2005
CVE-2013-2062
CVE-2013-2063
CVE-2013-2064
CVE-2013-2066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
New ports (11):
devel/hs-asn1-types 0.1.3
devel/hs-data-default-class 0.0.1
devel/hs-data-default-instances-base 0.0.1
devel/hs-data-default-instances-containers 0.0.1
devel/hs-data-default-instances-dlist 0.0.1
devel/hs-data-default-instances-old-locale 0.0.1
devel/hs-extensible-exceptions 0.1.1.4
devel/hs-mmorph 1.0.0
devel/hs-quickcheck-io 0.1.0
x11-toolkits/hs-GLURaw 1.3.0.0
x11-toolkits/hs-OpenGLRaw 1.3.0.0
Updated ports (104):
archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1
databases/hs-persistent 1.1.5.1 --> 1.2.0.1
databases/hs-persistent-sqlite 1.1.5 --> 1.2.0
databases/hs-persistent-template 1.1.2.4 --> 1.2.0
devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2
devel/hs-IORefCAS 0.2_3 --> 0.2.0.1
devel/hs-MonadRandom 0.1.8 --> 0.1.9
devel/hs-QuickCheck 2.5.1.1_1 --> 2.6
devel/hs-abstract-deque 0.1.6_1 --> 0.2
devel/hs-alex 3.0.2_1 --> 3.0.5
devel/hs-async 2.0.1.3_1 --> 2.0.1.4
devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0
devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1
devel/hs-byteorder 1.0.3_4 --> 1.0.4
devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2
devel/hs-classy-prelude 0.5.3 --> 0.5.7
devel/hs-cmdargs 0.10.2 --> 0.10.3
devel/hs-conduit 1.0.2 --> 1.0.5
devel/hs-data-default 0.5.0_1 --> 0.5.3
devel/hs-fsnotify 0.0.6 --> 0.0.11
devel/hs-generic-deriving 1.4.0 --> 1.5.0
devel/hs-git-annex 4.20130323_1 --> 4.20130601
devel/hs-haddock 2.11.0_1 --> 2.13.2
devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1
devel/hs-hlint 1.8.43 --> 1.8.45
devel/hs-hspec 1.4.4 --> 1.5.4
devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2
devel/hs-largeword 1.0.4 --> 1.0.5
devel/hs-lens 3.8.7.3 --> 3.9.0.2
devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5
devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1
devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1
devel/hs-monad-par 0.3.4.1 --> 0.3.4.2
devel/hs-pool-conduit 0.1.1_1 --> 0.1.2
devel/hs-profunctors 3.3 --> 3.3.0.1
devel/hs-reflection 1.1.7 --> 1.3.2
devel/hs-resourcet 0.4.5 --> 0.4.7.1
devel/hs-show 0.5 --> 0.6
devel/hs-split 0.2.1.1_1 --> 0.2.2
devel/hs-stm 2.4_1 --> 2.4.2
devel/hs-syb 0.3.7_1 --> 0.4.0
devel/hs-tagged 0.4.4_1 --> 0.6
devel/hs-text 0.11.2.3_1 --> 0.11.3.1
devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1
devel/hs-unix-time 0.1.5 --> 0.1.8
devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1
devel/hs-utility-ht 0.0.8_3 --> 0.0.9
devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3
devel/hs-uuid 1.2.9 --> 1.2.13
devel/hs-void 0.5.11 --> 0.6
math/hs-NumInstances 1.2 --> 1.3
math/hs-comonad-transformers 3.0.1_1 --> 3.0.2
math/hs-semigroups 0.9 --> 0.9.1
math/hs-statistics 0.10.2.0_2 --> 0.10.3.1
net/hs-network 2.3.1.0_1 --> 2.4.1.2
net/hs-publicsuffixlist 0.0.3 --> 0.1
net/hs-socks 0.5.0 --> 0.5.1
security/hs-certificate 1.3.5_1 --> 1.3.7
security/hs-cipher-aes 0.1.7 --> 0.1.8
security/hs-clientsession 0.8.1_1 --> 0.9
security/hs-crypto-api 0.11 --> 0.12.1
security/hs-crypto-conduit 0.5.0 --> 0.5.2
security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3
security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2
security/hs-cryptocipher 0.4.0_1 --> 0.5.0
security/hs-cryptohash 0.8.3_1 --> 0.9.0
security/hs-skein 0.1.0.12 --> 1.0.3
textproc/hs-HaXml 1.23.3_2 --> 1.24
textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1
textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1
textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5
textproc/hs-case-insensitive 1.0 --> 1.0.0.2
textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9
textproc/hs-hs-bibutils 4.17 --> 5.0
textproc/hs-polyparse 1.8_3 --> 1.9
textproc/hs-texmath 0.6.1.3 --> 0.6.1.5
textproc/hs-xml 1.3.12_4 --> 1.3.13
textproc/hs-yaml 0.8.2.3 --> 0.8.2.4
www/hs-HTTP 4000.2.5_1 --> 4000.2.8
www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1
www/hs-hamlet 1.1.6.3 --> 1.1.7.1
www/hs-happstack-server 7.1.7 --> 7.1.7.1
www/hs-heist 0.11.1 --> 0.12.0
www/hs-http-conduit 1.9.0 --> 1.9.3
www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6
www/hs-shakespeare 1.0.3.1 --> 1.0.5
www/hs-shakespeare-css 1.0.3 --> 1.0.5.1
www/hs-shakespeare-js 1.1.2.1 --> 1.1.4
www/hs-snap 0.11.2 --> 0.12.0
www/hs-wai-extra 1.3.2.4 --> 1.3.4
www/hs-wai-test 1.3.0.4 --> 1.3.1
www/hs-warp 1.3.7.4 --> 1.3.8.1
www/hs-yesod 1.1.9.2 --> 1.2.0.1
www/hs-yesod-auth 1.1.5.3 --> 1.2.0
www/hs-yesod-core 1.1.8.2 --> 1.2.0.4
www/hs-yesod-form 1.2.1.3 --> 1.3.0
www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0
www/hs-yesod-platform 1.1.8 --> 1.2.0.1
www/hs-yesod-routes 1.1.2 --> 1.2.0
www/hs-yesod-static 1.1.2.2 --> 1.2.0
www/hs-yesod-test 0.3.5 --> 1.2.0
x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1
x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1
x11/hs-xmobar 0.16_2 --> 0.17
Removed ports (2):
www/hs-yesod-default 1.1.3.2
www/hs-yesod-json 1.1.2.1
PR: ports/179146 [1]
Requested by: Omar Thameen <omar@biglist.com> [1]
Reported by: sperber, bapt [2]
Tested by: sperber [2]
Obtained from: FreeBSD Haskell
|
| |
|
|
|
|
| |
- Unbreak with clang
|
|
|
|
| |
- Unbreak with clang
|
|
|
|
|
|
|
|
| |
application window into the Xfce panel. The window is resized into the
panel space available, and the associated program can be automatically
launched if it is not open.
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
|
|
|
|
|
| |
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
|
|
|
|
|
| |
Changelog:
http://invisible-island.net/xterm/xterm.log-contents.html#xterm_293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
|
| |
|
|
|
|
| |
While here, trim makefile headers.
|
| |
|
|
|
|
| |
While here, trim makefile headers.
|
|
|
|
| |
While here, trim makefile headers.
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
|
|
|
|
|
| |
- Update Enlightenment to 0.17.3
Approved by: crees (mentor)
|