| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dependencies
|
|
|
|
| |
libdependency on ports libexecinfo on freebsd 10+
|
|
|
|
|
| |
PR: 192360
Submitted by: christian.mangin gmail com
|
|
|
|
|
| |
PR: 192361
Submitted by: christian.mangin gmail com
|
| |
|
|
|
|
|
|
|
|
|
| |
- security/p5-openxpki-client
- security/p5-openxpki-client-scep
- security/p5-openxpki-deployment
They have been incorporated within security/p5-openxpki and conflict with
dependencies.
|
| |
|
| |
|
|
|
|
|
| |
PR: 192376
Submitted by: maintainer
|
|
|
|
| |
Submitted by: antoine
|
|
|
|
|
|
|
|
|
| |
For changes see also:
http://www.gnu.org/software/gdb/download/ANNOUNCEMENT
PR: 192323
Submitted by: yuri@rawbw.com
Approved by: luca.pizzamiglio@gmail.com (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr blanket
Approved by: kwm
|
| |
|
|
|
|
|
|
|
|
|
| |
- For changes since 1.2 see http://www.mupdf.com/news
- new maintainer: Zsolt Udvari
PR: 184335
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: lichray@gmail.com (maintainer timeout)
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
PR: 192260
|
| |
|
|
|
|
|
|
| |
- Force the use of Qt4 over Qt5
Reported by: David Samms <dsamms@nw-ds.com> [1]
|
| |
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket
|
|
|
|
| |
Updated German translation
|
|
|
|
|
| |
Approved by: portmgr blanket
Approved by: kwm
|
|
|
|
|
|
|
|
|
|
| |
- Move from launchpad to github
- Add LICENSE
- Updat pkg-descr with new description and URL
PR: 190554
Submitted by: Lars Eggert <lars@eggert.org> (maintainer)
Approved by: mentors (implicit)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/192371
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
- Take maintainership
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
- Added new depend for artwork
- Bump version
|
| |
|
|
|
|
| |
- Pass maintainership to games@
|
|
|
|
|
| |
- Strip libraries
- Pass maintainership to games@
|
|
|
|
|
|
| |
Since Adobe has issued multiple security advisories for newer versions of the
product, after support for the old version was discontinued, we must assume
that the old versions are also vulnerable. Hence forbid installation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Noticed by: Michelle Sullivan
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
- Convert to new options framework
|
| |
|
|
|
|
|
|
|
| |
- Fix broken pkg-plist [1]
PR: 192355 [1]
Submitted by: Michelle Sullivan michelle@sorbs.net [1]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: pi
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PkgConfig/Changes
|
| |
|
|
|
|
|
| |
PR: 192378
Submitted by: uffe (uffe.org)
|
|
|
|
| |
* Fix a seg-fault when trying to tab-complete an empty command
|
| |
|
|
|
|
|
|
|
| |
names rather than origin
PR: 177230
Submitted by: ehaupt
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* The handling of ctrl-c has been changed to work better under
windows.
* The runtime of the function intPowOvfChk in int_rtl.c has been
reduced to 57% (measured with gcc and valgrind).
* The generation of code in the compiler for the action INT_POW has
been improved. When the base is a negative power of two the
exponentiation is done with a shift instead of a call of intPow
(respectively intPowOvfChk).
* The overflow checking for INT_POW in the compiler has been
improved. When base or exponent is known the overflow checking is
done with inline code and intPow is called instead of intPowOvfChk.
* Documentation comments have been added to bitsetof.s7i
* Tests for ** have been added to chkint.sd7 and chkovf.st7
* The tests for * and *:= in chkovf.st7 have been reorganized.
* An interrupt_flag has been introduced in the interpreter. This flag
is used for exception handling and for signal handling. Exceptions
set interrupt_flag and fail_flag (with the macro set_fail_flag).
Signals set only the interrupt_flag (file sigutl.c). The
interrupt_flag is handled in exec_action (file exec.c).
* The functions signal_name, handle_signals, handle_segv_signal,
handle_term_signal and activate_signal_handlers in sigutl.c have
been improved.
* The functions continue_question, write_curr_position and
show_signal in runerr.c have been improved.
* The functions handle_int_signal, readChar, doGetcFromTerminal,
doGetsFromTerminal, doLineRead, doLineReadFromTerminal, doWordRead,
doWordReadFromTerminal, filGetcChkCtrlC, filGetsChkCtrlC,
filHasNextChkCtrlC, filLineReadChkCtrlC and filWordReadChkCtrlC
have been added to fil_rtl.c. This functions support reading from
a terminal with a check for ctrl*c. This functions are used by the
interpreter (file intlib.c).
* Tracing has been added to functions in int_rtl.c.
* Configuration defines for CTRL_C_SENDS_EOF,
SIGNAL_HANDLER_CAN_DO_IO and INT64TYPE_NO_SUFFIX_BUT_CAST have been
added to makefiles.
|
|
|
|
|
| |
bz2 with other arguments where the argument is the extention not the frmat
Keep bzip2 as an alias for bz2.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- test_repository() uses `git init-db` for init under older git
versions (although the test suite hasn't yet been adapted to
support really old versions of git)
- fixed a typo in the error message for test_repository()
- made some tests for failure a little more lax when looking for
the "fatal:" string in the errput (i.e. look for it at the beginning
of any line, not just the firts)
- various minor documentation improvements
- the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It fixes a bug in pkgconf(1) where the last line, if not terminated by a
newline character, would be chopped by one byte. This could lead to
incorrect flags returned by pkgconf(1).
An example is cppunit.pc from devel/cppunit: the cppunit.pc.in, used to
generate cppunit.pc, isn't newline-terminated. Our sed(1) currently adds
a newline to the last line, no matter what the input stream has. But
that's not the case with GNU sed and our sed should be soon fixed too. In
this case, "pkgconf --cflags cppunit" returned "-I" before this fix,
instead of "-I/usr/local/include" now.
This patch is already committed upstream.
Reviewed by: bapt@
Approved by: bapt@
Phabric: https://phabric.freebsd.org/D532
|
|
|
|
|
| |
PR: 190134
Submitted by: Jamie Landeg-Jones <jamie@dyslexicfish.net>
|
|
|
|
|
| |
PR: 192363
Submitted by: p-fbsd-bugs@ziemba.us
|
|
|
|
| |
Pointyhat to: pi@
|
|
|
|
|
|
| |
PR: 190799
Submitted by: coco@executive-computing.de
Approved by: lapo@lapo.it (old maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This software provides graph services in the context of the
Spontaneous Networklink Platform.
WWW: http://es.wiki.guifi.net/wiki/SNPservices
PR: 189904
Submitted by: tphilipp@potion-studios.com
|
|
|
|
|
|
|
|
| |
Changelog:
* iso cleaness
* Fix memory leak in DateTime ctor
* Fix utf8::count()
* secure::erase() should be more secure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- firefox 31.0
- firefox-esr 24.7.0
- libxul 24.7.0
- seamonkey 2.26.1
- thunderbird 31.0
Among changes:
- add workaround for crash with openldap on thunderbird and seamonkey [1]
- add crashfix for architectures with strict alignmentment
- backport crashfix with system sqlite/nss on firefox-esr and thunderbird
- restore hooking jemalloc in sqlite on freebsd 10+
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
- require recent gstreamer1-libav i386 crashfix
- add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc)
PR: 165263 [1]
PR: 184630 [2]
Submitted by: Jan Beich
|
|
|
|
|
|
| |
Add cpe informations
Submitted by: Jan Beich
|
|
|
|
| |
Add cpe informations
|
| |
|
| |
|
|
|
|
|
|
| |
- Optimize away USE_GL knob (implied by USE_QT4=opengl)
Reported by: QAT
|
|
|
|
|
|
|
|
| |
should be replaced with linguisttools_build [*]
- Remove USE_GL knob altogether, it is pulled automatically with Qt ports
- While here, use less aggressive patching of CMakeLists.txt
Requested by: makc [*]
|
|
|
|
|
| |
2014-08-04 net-mgmt/bsd-airtools: "broken by removal of wicontrol ioctls from if_wavelan_ieee.h; domain disappeared"
2014-08-04 www/moodle: Upstream support ended
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
In a previous commit, the inotify configuration was fixed, but we
neglected to guarantee the library was available. This adds libinotify
to the LIB_DEPENDS list, an action that requires a revbump.
PR: 192319
Suggested by: Carlos JPM
|
|
|
|
| |
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add switch to disable wallpaper functionality
Fix nitrogen wallpaper
Position preferences menu on the left of the button
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for recreate tarball, new GH_COMMIT
- Remove ChangeLog-20090517 from DOCS
- Change pkg-descr, change WWW
- Change pkg-plist, remove mtree
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
|
|
|
|
|
| |
- Convert to new options framework
- Delete RUN_DEPENDS on javavmwrapper, it's pulled in by USE_JAVA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 188813
Submitted by: uffe
================================================================
VISA is a multivendor standard for interfacing test and measurement
equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library. Currently support for targets connected via USB,
exposing the USBTMC interface, and VXI-11 devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 188811
Submitted by: uffe
================================================================
VISA is a multivendor standard for interfacing test and measurement
equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library. Currently support for targets connected via USB,
exposing the USBTMC interface, and VXI-11 devices.
|
|
|
|
| |
Pointy hat: pi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Explicitly pass when passmode should be used with libarchive
- Properly trim end spaces in plist for files and directories
- Fix pkg ssh client
- Fix pkg_env
- Follow symlinks in fstatat otherwise it breaks repos created by poudriere
- Fix sqlite on FS without proper locking mechanism
- Fix pkg install -A
- Do not distinguish anymore between dirrm and drirmtry
- Fix options parsing by libucl
- Rework repo update to avoid early repo destruction
- Fix forced update
- Update errors are now not fatal
- Fix realpath usage
- Fix pkg set -o
- Fix progress bars when not in a tty to give output
- Ignore sigpipe to avoid resources leak
- Read lock is now no-op unles READ_LOCK option is turned on
- Fix incremental repo updates (size missmatch error)
- Add a rootfd to simplify handling of relocation
- Implement a set of *at functions
- Improve documentation
- Tons of minor bugfixes
With hat: pkg@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 188810
Submitted by: uffe
===============================================================
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers, hygrometers,
anemometers, light meters, DAQs, dataloggers, function generators,
spectrum analyzers, power supplies, GPIB interfaces, and more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 188809
Submitted by: uffer
===============================================================
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers, hygrometers,
anemometers, light meters, DAQs, dataloggers, function generators,
spectrum analyzers, power supplies, GPIB interfaces, and more.
|
|
|
|
| |
- Make crypt() test optional for platforms without it (thanks Hugmeir)
|
| |
|
| |
|
|
|
|
|
|
|
| |
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.
Approved by: crees (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 188808
Submitted by: uffer
===============================================================
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers, hygrometers,
anemometers, light meters, DAQs, dataloggers, function generators,
spectrum analyzers, power supplies, GPIB interfaces, and more.
|
|
|
|
|
|
|
|
| |
submitter takes over as maintainer
PR: 184042
Submitted by: dpejesh@yahoo.com
Approved by: mirror176@cox.net (maintainer timeout)
|
|
|
|
|
| |
PR: 191999
Approved by: johnson.peter@gmail.com (maintainer timeout)
|
|
|
|
|
| |
MFH: 2014Q3
Security: be5421ab-1b56-11e4-a767-5453ed2e2b49
|
|
|
|
| |
MFH: 2014Q3
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 184377
Submitted by: uffe
================================================================
fastforward handles qmail forwarding according to a cdb database.
It can create forwarding databases from a sendmail-style
/etc/aliases or from user-oriented virtual-domain tables.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Talking to FTDI's FT2232C, FT232BM and FT245BM type chips including
the popular bitbang mode, using libusb.
WWW: http://www.intra2net.com/en/developer/libftdi/
Please note that this is an updated version of devel/libftdi,
but dependencies require both versions to be available for a while.
PR: 191656
Submitted by: uffe@uffe.org
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 182288
Submitted by: Jason Bacon
=================================================================
A library supporting IR communication over the Lego Mindstorms IR tower.
It can be used from C programs on Posix compliant platforms, supports
multiple protocols and is designed to be a replacement for lnpd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 181765
Submitted by: uffe
=================================================================
daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J.
Bernstein. daemontools-encore adds numerous enhancements above what
daemontools could do while maintaining backwards compatibility with
daemontools. See the CHANGES file for more details on what features
have been added.
|
|
|
|
|
|
|
|
| |
domain socket
on FreeBSD 10+
Reported by: peter
|
|
|
|
|
|
|
| |
- Add conflict with texlive-base
PR: 192214
Submitted by: Ports Fury
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
| |
PR: 188055
Submitted by: makc, bapt
|
|
|
|
|
|
|
|
| |
A new version of pabot is out, but the license changed from APACHE20
to GPLv3, and the maintainer does not want to continue under those terms.
PR: 192362
Submitted by: maintainer (Vladimir Chukharev)
|
|
|
|
| |
OPTIONS_DEFINE.
|
|
|
|
|
| |
PR: 188684
Submitted by: maintainer: takefu (airport.fm)
|
|
|
|
| |
Reported on freenode
|
|
|
|
|
|
|
|
|
| |
I missed the -linotify LDFLAG on the transmission-gtk port. It was also
pointed out by the submitter than transmission-qt4 now has a duplicate
-lcrypto LDFLAG so let's remove that.
PR: 192319
Submitted by: Ivan Klymenko
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- New OPTIONS + dependency fixes for existing ones
- Use OPTIONS_SUB
- Bump PORTREVISION
PR: 191811
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
|
|
|
|
| |
- fix build when CFLAGS is set in /etc/make.conf
- support build on amd64 when lib32 is present
|
|
|
|
|
|
| |
is not set.
Reported by: peter
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix ${WRKSRC}
- add LICENSE
- bump PORTREVISION
- adjust MASTER_SITE, WWW
Upstream Note:
Archived Repo
=============
This is an archived project and is no longer supported or updated by Facebook.
Please do not file issues or pull-requests. If you wish to continue to develop
this code yourself, we recommend you fork it.
PR: 191732
Submitted by: gaod@hychen.org
|
| |
|
|
|
|
|
| |
Suggested by: makc
PR: 179854
|
|
|
|
|
|
|
|
|
|
|
|
| |
At least on some releases, transmission-cli and transmission-gtk now
need -lcypto in LDFLAGS to build. Additionally transmission-gtk needed
an update of the inotify configure argument. The latter requires a
revbump because it seems possible that it could have been built with
the bad argument somewhere.
PR: 192319
Submitted by: Ivan Klymenko
Approved by: "Just Fix It" blanket, but maintainer was in copy on PR
|
|
|
|
|
| |
PR: 191473
Submitted by: neil at darlow.co.uk
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Take maintainership
- Add DOCS option
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Port is stage safe
MFH: 2014Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new premake4 seems to hardcode "gcc" regardless of CC, command line flags,
etc., and not in a way environment for gmake can override this.
The patch fixes output of premake4 before running gmake. It a no-op on systems
with premake4 4.3 and doesn't change the package on systems where tome4 already
builds.
PR: 192291
Palindromic PR: yes
Submitted by: maintainer
|
| |
|
|
|
|
| |
- rename MACROS
|
|
|
|
| |
- rename patch files
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
|
|
|
|
|
|
| |
PR: 192197
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 190437
Submitted by: maintainer (timeout)
|
|
|
|
| |
PR: 190901
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Convert ot new options framework
- Fix WWW line in pkg-descr
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Makefile cleanup
- Use pkg-message.in instead of pkg-message
PR: 190889
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This port has been integrated into security/p5-openxpki.
PR: 191449
Submitted by: maintainer
|
|
|
|
|
|
|
| |
This port has been integrated into security/p5-openxpki.
PR: 191448
Submitted by: maintainer
|
|
|
|
|
|
|
| |
This port has been integrated into security/p5-openxpki.
PR: 191447
Submitted by: maintainer
|
|
|
|
|
|
|
| |
This also fixes build error with LibreSSL.
PR: 191852, 191956
Submitted by: vsevolod, meyer.arne83@gmail.com
|
|
|
|
|
|
| |
- Port is stage safe and uses GNU Configure
MFH: 2014Q3
|
|
|
|
|
|
|
|
|
| |
- Follow LICENSE change of the original software
- Switch MASTER_SITES from SF to GH
- Provide pre-patch target to fix ill MANIFEST supplied with the distribution
PR: 191445
Submitted by: maintainer (with changes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Follow restructuring of the original software
and absorb functionality from retired ports
(cf. neighboring RPs about each of them):
security/p5-openxpki-client,
security/p5-openxpki-client-scep,
security/p5-openxpki-deployment
- Add CONFLICTS with the retired ports listed above.
- Remove building of long developer docs
- Follow LICENSE change of the original software.
- Switch MASTER_SITES from SF to GH.
PR: 191444
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns pytz
tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is no way
to get the local timezone information, unless you know the zoneinfo
name, and under several Linux distros that's hard or impossible to
figure out.
WWW: https://pypi.python.org/pypi/tzlocal
PR: 191659
Submitted by: melvyn magemana nl
|
|
|
|
|
|
| |
PR: 188055
Submitted by: pi
Approved by: wkoszek@FreeBSD.org (maintainer timeout)
|
|
|
|
|
|
|
|
| |
- Add DOCS [1]
- Remove not required dependency
PR: 191659
Submitted by: maintainer [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
Open source library for SPI/I2C control via FTDI chips
Libmpsse is a library for interfacing with SPI/I2C devices via FTDI's
FT-2232 family of USB chips. Based around the libftdi library.
WWW: http://code.google.com/p/libmpsse/
PR: 188575
Submitted by: uffe@uffe.org
|
|
|
|
|
| |
- Use options sub, @sample for config file
- Fix few spelling errors in pkg-message
|
|
|
|
|
| |
- More precise LICENSE
- Remove Author tag from pkg-descr
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Moos/Changes
|
|
|
|
| |
2014-08-03 sysutils/readlink: All features implemented in the base system since FreeBSD 8.3
|
|
|
|
|
|
|
|
| |
- Add staging support
- Convert to new options framework
- Remove Author from pkg-descr
MFH: 2014Q3
|
|
|
|
|
| |
PR: 192309
Submitted by: mat
|
| |
|
|
|
|
|
| |
- Convert to new options framework
- Switch to PLIST_FILES
|
|
|
|
| |
WWW: http://mokaproject.com/plank-theme-moka/
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 189762
Submitted by: timp87@gmail.com
Approved by: jmohacsi@bsd.hu (maintainer timeout)
|
|
|
|
|
| |
PR: 192348
Submitted by: peter@
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Build-XSUtil/Changes
|
| |
|
|
|
|
| |
ChangeLog: http://docs.wand-py.org/en/0.3.8/changes.html#version-0-3-8
|
|
|
|
|
| |
PR: 192229
Submitted by: Mel Muth
|
| |
|
|
|
|
| |
Security: CVE-2014-3560
|
| |
|
|
|
|
| |
- Take maintainership
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Take maintainership
- Update WWW
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./Widgets/DataGrid/Views/ImageVisualizerView.cs(88,32): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(94,29): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(96,29): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(126,38): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/SelectSchemaWidget.cs(172,42): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
Compilation failed: 5 error(s), 1 warnings
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
| |
cd /wrkdirs/usr/ports/net-mgmt/nagios-check_memcached_paranoid/work/check_memcached_paranoid-0.20131004; NDIR=$(cd /usr/ports/net-mgmt/nagios-plugins && make -VWRKSRC); cc -O2 -pipe -fno-strict-aliasing -DLOCALEDIR=\"/usr/local/share/locale\" -D__need_getopt -I${NDIR} -I${NDIR}/plugins -I${NDIR}/gl -I${NDIR}/lib -I/usr/local/include -o check_memcached_paranoid ${NDIR}/plugins/netutils.o ${NDIR}/plugins/utils.o ${NDIR}/lib/utils_base.o ${NDIR}/lib/extra_opts.o ${NDIR}/lib/parse_ini.o ${NDIR}/gl/getopt.o ${NDIR}/gl/getopt1.o ${NDIR}/gl/sha1.o -L/usr/local/lib -lintl -lmemcached check_memcached_paranoid.c
/wrkdirs/usr/ports/net-mgmt/nagios-plugins/work/nagios-plugins-2.0.3/lib/parse_ini.o: In function `np_get_defaults':
parse_ini.c:(.text+0x19d): undefined reference to `idpriv_temp_restore'
parse_ini.c:(.text+0x1e1): undefined reference to `idpriv_temp_drop'
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cc -L/usr/local/lib -pthread -Wl,--rpath,/usr/local/lib -L/usr/local/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -leclatomic -lgmp -lgc-threaded -lffi -pthread -lm ;\
fi
libeclmin.a(cosh.o): In function `ecl_cosh_long_float':
numbers/cosh.o.c:(.text+0x151): warning: coshl has lower than advertised precision
libeclmin.a(sinh.o): In function `ecl_sinh_long_float':
numbers/sinh.o.c:(.text+0x151): warning: sinhl has lower than advertised precision
libeclmin.a(tanh.o): In function `ecl_tanh_long_float':
numbers/tanh.o.c:(.text+0x151): warning: tanhl has lower than advertised precision
libeclmin.a(alloc_2.o): In function `init_alloc':
alloc_2.o.c:(.text+0x614): undefined reference to `GC_start_call_back'
libeclmin.a(alloc_2.o): In function `si_gc_stats':
alloc_2.o.c:(.text+0xcfb): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xdf6): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xe30): undefined reference to `GC_print_stats'
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
- py-gnome-extras (and others) depend on it
PR: 192342
Submitted by: freebsd@johnlevine.com
|
|
|
|
| |
PR: 192311
|
|
|
|
| |
into OPTIONS.
|
|
|
|
|
|
|
|
|
|
| |
- Add additonal OPTIONS for replay gain scanner, sid support and
GNOME/Cinnamon hotkeys
- General cleanups
PR: 188347
Submitted by: liangtai.s16@gmail.com (maintainer)
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4. Add an UPDATING entry to alert users about this.
While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency. Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.
Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix DISTFILES usage
- Add java category
- Add RESETPREFIX for /var located files
- Fix pkg-plist
PR: 192241
Submitted by: Dreamcat4 <dreamcat4@gmail.com>
Approved by: swills (mentor)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Build-XSUtil/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MooX-ConfigFromFile/Changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Cosmetic change
- Update pkg-descr
- Remove Author line
- Take maintainership
|
|
|
|
|
|
|
| |
The template directory wasn't being removed.
Reviewed by: swills
Approved by: swills (mentor)
|
|
|
|
|
|
|
| |
While there, sort the dependency list.
Reviewed by: swills, bapt
Approved by: swills (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- Convert to options
- Use auto plist
PR: 192322
Submitted by: christian.mangin gmail com
|
| |
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Astro-PAL/README
|
| |
|
| |
|
|
|
|
|
|
|
| |
Dante gets stuck building on i386. Redports did not complete on any of
the four platforms. Marking this broken, and upstream is being notified.
PR: 192295
|
| |
|
|
|
|
| |
- Add LICENSE (MIT)
|
|
|
|
|
|
|
|
| |
failures for ports using python's BASEFLAGS (devel/py-mx-experimental
for instance)
See also: r335669
With hat: portmgr
|
|
|
|
| |
- Cosmetic change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PDAL is a BSD licensed library for translating and manipulating
point cloud data of various formats. It is a library that is
analogous to the GDAL raster library. PDAL is focussed on reading,
writing, and translating point cloud data from the ever-growing
constellation of data formats that are being developed for working
with multi-dimensional emitted-pulse scanning systems. While PDAL is
not explicitly limited to working with LiDAR data formats, its
initial rollout is focused in that area.
WWW: http://www.pdal.io/
PR: 192329
Submitted by: coder@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://cpansearch.perl.org/src/GSHANK/HTML-FormHandler-0.40057/Changes
- added support for tag 'inline' in bootstrap3 wrapper
- add test for inline-checkboxes
- add test for prefilled with init_object form reuse
- clear item and init_object which are required for form reuse
- add failing test for element_class override through
build_update_subfields
- add a bit of doc about handling DBIC new results & 'use_default_over_obj'
- =encoding utf-8 in Manual/Rendering.pod
- remove deprecated css_class and input_class attributes
- add param_to_values method to convert parameters to init_object-like
hashref
- Add code to respect the label_no_filter tag on checkboxes for Bootstrap
and the Base widgets.
- fix bootstrap3 input_append_button
- Respect label_no_filter on checkbox labels.
- add Arabic translations
- use time_zone and locale options in Date field
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.028/ChangeLog
- Fixed bug in mysql.xs where dbh was being used as error code
- RT #97570: fix wrong salloc free in mysql_st_internal_execute
(Reini Urban, cPanel)
- Fix RT #97625 use-after-free in mysql_dr_error, and #86153
(Reini Urban, cPanel)
- find mysql.h for MariaDB on Win32 (Graham Ollis)
- Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
|