1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Commit Graph

344671 Commits

Author SHA1 Message Date
Jimmy Olgeni
b5a08e73d7 Upgrade to version 0.24.0 and take maintainership from ports@. 2014-08-04 12:57:07 +00:00
John Marino
a5e0d4b3d2 Assign maintainership of devel/xc3sprog to uffe per request
PR:		192378
Submitted by:	uffe (uffe.org)
2014-08-04 12:56:21 +00:00
Pietro Cerutti
26c242138a - Update to 2.0.3
* Fix a seg-fault when trying to tab-complete an empty command
2014-08-04 12:23:47 +00:00
Baptiste Daroussin
e3647842d4 Only pulls gmake-lite is not yet existing 2014-08-04 12:19:29 +00:00
Baptiste Daroussin
4a31099908 Add make missing-package that will do the same as make missing but print package
names rather than origin

PR:		177230
Submitted by:	ehaupt
2014-08-04 12:12:55 +00:00
Ryan Steinmetz
b1ee3e96a5 - Bring back heartbleed record, however, make it impossible to match on 2014-08-04 12:05:40 +00:00
Pietro Cerutti
7d89615715 - Update to 05_20140803
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.
2014-08-04 12:04:58 +00:00
Baptiste Daroussin
b4b12dff05 Add txz and bz2 arguments to USES=tar
bz2 with other arguments where the argument is the extention not the frmat
Keep bzip2 as an alias for bz2.
2014-08-04 11:46:15 +00:00
Kurt Jaeger
c88fce5e5d devel/p5-Git-Repository: 1.311 -> 1.312
- 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
2014-08-04 11:02:32 +00:00
Jimmy Olgeni
a8150f98a1 Upgrade to version 1.0.0. 2014-08-04 10:49:26 +00:00
Jimmy Olgeni
2324d41b4f Upgrade to version 1.0.0. 2014-08-04 10:48:28 +00:00
Jimmy Olgeni
a72489bd6e Upgrade to version 1.0.0. 2014-08-04 10:48:07 +00:00
Jean-Sébastien Pédron
a20c123ba4 devel/pkgconf: Import patch to support non-newline-terminated .pc files
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
2014-08-04 10:00:37 +00:00
Kurt Jaeger
743d1f51c0 mail/heirloom-mailx: add option to use sendmail from ports, and take ownership
PR:		190134
Submitted by:	Jamie Landeg-Jones <jamie@dyslexicfish.net>
2014-08-04 09:49:45 +00:00
Kurt Jaeger
bdee884ec7 multimedia/zoneminder: fix syntax error in main php page
PR:		192363
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-04 09:43:03 +00:00
Baptiste Daroussin
ecc03bba0b Fix categories
Pointyhat to:	pi@
2014-08-04 09:32:35 +00:00
Kurt Jaeger
f1429d6a93 net/whois: 5.0.23 -> 5.1.4, unbreak, passing maintainership to submitter
PR:		190799
Submitted by:	coco@executive-computing.de
Approved by:	lapo@lapo.it (old maintainer)
2014-08-04 09:31:05 +00:00
Yen-Ming Lee
73e5485926 - support stage 2014-08-04 09:19:38 +00:00
Kurt Jaeger
b8129d8b0f New port: net-mgmt/guifi-snpservices
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
2014-08-04 09:18:27 +00:00
Pietro Cerutti
e71e62b117 - Update to 6.1.10
Changelog:
  * iso cleaness
  * Fix memory leak in DateTime ctor
  * Fix utf8::count()
  * secure::erase() should be more secure
2014-08-04 09:14:48 +00:00
Baptiste Daroussin
f92079c61e Update mozilla ports:
- 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
2014-08-04 09:11:25 +00:00
Baptiste Daroussin
397fa72062 Update to 3.16.3
Add cpe informations

Submitted by:	Jan Beich
2014-08-04 09:06:06 +00:00
Baptiste Daroussin
e936ac723d Rename patches
Add cpe informations
2014-08-04 09:03:53 +00:00
Kurt Jaeger
5b6feafc67 biology/p5-bioperl-run: 1.6.1 -> 1.6.901, unbreak, stagify 2014-08-04 08:54:10 +00:00
Alexey Dokuchaev
7baaa3bae1 Forgotten part of r363973. 2014-08-04 08:29:06 +00:00
Alexey Dokuchaev
880cead396 - Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
2014-08-04 08:27:39 +00:00
Alexey Dokuchaev
7524a48b4a - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist
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 08:10:41 +00:00
Rene Ladan
8060ca1907 Remove expired ports:
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
2014-08-04 08:03:31 +00:00
Veniamin Gvozdikov
623520cb71 - Removed patch which included in sources 2014-08-04 07:30:27 +00:00
Veniamin Gvozdikov
b5e7a4df78 - Upgrade to 0.6.70 2014-08-04 07:28:05 +00:00
John Marino
946989e9af net-p2p/transmission-gtk: complete the -inotify fix with LIB_DEPENDS+=
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
2014-08-04 06:19:36 +00:00
Marcus von Appen
9db59e2125 - Fix and remove stale symlinks after the lang/python* cleanup
Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2014-08-04 05:49:35 +00:00
Rusmir Dusko
474ce0fa3d Announce message:
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
2014-08-04 05:44:43 +00:00
Dirk Meyer
10919b1b42 - fix build for pkg-1.3.4 2014-08-04 04:56:25 +00:00
Adam Weinberger
ebd4a8f6aa Revert previous commit, Makefile states docs are mandatory here. 2014-08-04 04:34:33 +00:00
Kurt Jaeger
4c3f73622a biology/p5-bioperl: fix pkg-descr sidenote link 2014-08-04 04:32:38 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Pawel Pekala
5dfe9b3be2 - Add staging support
- Convert to new options framework
- Delete RUN_DEPENDS on javavmwrapper, it's pulled in by USE_JAVA
2014-08-03 23:51:48 +00:00
John Marino
812aa26b1e Add new port: devel/librevisa-vish
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.
2014-08-03 23:04:04 +00:00
John Marino
3be8cb19e6 Add new port: devel/librevisa
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.
2014-08-03 22:52:46 +00:00
Antoine Brodin
308e311cfc Update distinfo
Pointy hat:	pi
2014-08-03 22:44:34 +00:00
Vsevolod Stakhov
1f2e788731 Update to 1.4.0.pre-alpha3.
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@
2014-08-03 22:42:09 +00:00
John Marino
b1ca44ccd9 Add new port: science/sigrok-firmware
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.
2014-08-03 22:37:51 +00:00
John Marino
ab7f54db43 Add new port: science/sigrok-firmware-fx2lafw
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.
2014-08-03 22:24:50 +00:00
Kurt Jaeger
78ea761a78 devel/p5-autobox-Core: 1.27 -> 1.28
- Make crypt() test optional for platforms without it (thanks Hugmeir)
2014-08-03 22:19:45 +00:00
Kurt Jaeger
38d07f7afc devel/p5-MooseX-Getopt: 0.62 -> 0.64 2014-08-03 22:18:10 +00:00
Kurt Jaeger
4ddaf4f82c devel/p5-IO-All: 0.65 -> 0.67 2014-08-03 22:16:56 +00:00
Rene Ladan
eb294d89d1 net-p2p/transmission-daemon: do not hardcode PORTREVISION.
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.

Approved by:	crees (maintainer)
2014-08-03 22:14:00 +00:00
John Marino
7b05344a71 Add new port: science/sigrok-firmware-utils
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.
2014-08-03 22:09:07 +00:00
Kurt Jaeger
f18ad55f8d sysutils/fusefs-kmod: backport 10.x-integrated code for 8.x and 9.x
submitter takes over as maintainer

PR:		184042
Submitted by:	dpejesh@yahoo.com
Approved by:	mirror176@cox.net (maintainer timeout)
2014-08-03 22:04:34 +00:00