1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

358612 Commits

Author SHA1 Message Date
Lars Engels
79ab8f5af4 Update to 2.05.1 2015-02-02 19:41:15 +00:00
Jason Helfman
d57492f6c6 - update to 2.0 2015-02-02 19:36:03 +00:00
Dmitry Marakasov
375c8df6c9 - Drop @dirrm* from pkg-plists
Approved by:	portmgr blanket
2015-02-02 19:34:17 +00:00
Dmitry Marakasov
3f739bb4e6 - Update to 1.38b
PR:		197274
Submitted by:	fk@fabiankeil.de (maintainer)
2015-02-02 19:33:06 +00:00
John Marino
3cbbd19916 databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply 2015-02-02 19:13:16 +00:00
Jason Helfman
9b269d7641 - address pkg-plist, and bump PORTREVISION [1]
- attach LICENSE
- define INSTALLS_ICONS

PR:		197243 [1]
Submitted by:	amdmi3@ [1]
2015-02-02 19:11:47 +00:00
Johannes Jost Meixner
6aeb32db74 Add linux-f10-devtools (any version) and linux-c6-devtools (prior to 6.6_3) to
the CVE-2015-0235 entry from 2015-01-28.

Approved by:	swills (mentor)
2015-02-02 19:09:35 +00:00
John Marino
5bd2bd281e sysutils/pmt: Rework patch handle POSIX issues on both fbsd and dfly
A few years ago, _XSI_VISIBLE was defined to re-expose gettimeofday on
FreeBSD.  Recent changes to DragonFly's signal.h headers resulted in the
failure of the building of pmt.  By defining _XOPEN_SOURCE=500 instead,
pmt on both platforms.
2015-02-02 19:05:11 +00:00
John Marino
e7309d6615 multimedia/libmediainfo: USES+=alias to unbreak DragonFly cheaply 2015-02-02 18:50:52 +00:00
John Marino
bdb74a5792 devel/libhtp: tweak recent iconv:translit change to fix on some compilers
When USES=iconv is changed to USES=iconv:translit, it can add libiconv
dependency from ports along with the addition of -liconv to LDFLAGS.
Most compilers (with FreeBSD's base compilers being notable exceptions)
will not look in /usr/local/lib by default, so this adds a -L argument
to LDFLAGS to help the linker find libiconv.so and unbreak the port on
affected platforms.
2015-02-02 18:41:56 +00:00
Dmitry Marakasov
de8a53c67c - Update to 0.79
PR:		197258
Submitted by:	squell@alumina.nl (maintainer)
2015-02-02 18:39:38 +00:00
Dmitry Marakasov
1102e796a2 - Update to 0.3.1.20150121
PR:		197273
Submitted by:	cheffo@freebsd-bg.org (maintainer)
2015-02-02 18:34:51 +00:00
Dmitry Marakasov
1e2e2a5c26 - Update to 3.2.5.4
PR:		197268
Submitted by:	bradleythughes@fastmail.fm
Approved by:	mom040267@gmail.com (maintainer)
2015-02-02 18:31:55 +00:00
Steven Kreuzer
b5e0047214 Adopt port 2015-02-02 18:24:47 +00:00
Adam Weinberger
5c3ad18a7a rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing
so runs the dovecot binary against each provided configuration file to
obtain configuration data. When the configuration file doesn't exist, it
says:
	doveconf: Fatal: open(/im_not_here) failed: No such file or directory

Mistyping the conf file locations when doing multiple instances deserves
an error message. The real issue here is that in order to set up
dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The
default configuration file intentionally does not exist in a clean
installation. So everybody who installs the dovecot2 port and does not
configure it will receive that message at every boot.

Fix it with a patch from pi that makes sure the conf file exists before
trying to do stuff with it.

PORTREVISION bump.

PR:		197275
Submitted by:	pi
2015-02-02 17:16:12 +00:00
John Marino
0121ac94f4 www/p5-HTTP-MHTTP: This is not jobs safe
I've run into a handful of perl ports that are not jobs safe.  I've been
hesitating to mark them as such, but this port has shown up multiple
times on the fail-to-build list.  There are other perl ports that also fail
quite often with high "j" numbers, so I'll start marking them.

This one fails to build the libmhttp.a archive which is a typical error
seen when at least one of the object files is missing.
2015-02-02 16:42:13 +00:00
John Marino
e84d8987b2 x11-wm/swm: This is not jobs-safe
The port tries to build the swm executable before the swm.o object file
is finished building.

While marking this jobs-unsafe, pet portlint so it doesn't complain.  It
doesn't like "file" being used as a variable name.
2015-02-02 16:32:47 +00:00
Steven Kreuzer
a98cbcec8f Joblib is a set of tools to provide lightweight pipelining in Python. In
particular, joblib offers:

  * transparent disk-caching of the output values and lazy re-evaluation
  * easy simple parallel computing
  * logging and tracing of the execution

Joblib is optimized to be fast and robust in particular on large data and has
specific optimizations for numpy arrays.

WWW: https://github.com/joblib/joblib
2015-02-02 15:43:05 +00:00
Mark Felder
ff9005823f Add net-mgmt/xymon-server CVE-2015-1430 2015-02-02 15:25:31 +00:00
Johannes Jost Meixner
3db147c9dc www/linux-*-flashplugin11: Add CVE-2015-0313
Spotted by:	kwm
Approved by:	swills (mentor)
2015-02-02 14:53:56 +00:00
Dmitry Marakasov
b0b23ec37e - Fix build from plain user 2015-02-02 14:34:20 +00:00
Mathieu Arnold
5e99ac9185 Update to 1.4.16.
Sponsored by:	Absolight
2015-02-02 14:22:12 +00:00
Muhammad Moinur Rahman
c9e9cf8add [NEW PORT] deskutils/currtime: version 0.2
currtime is an enhanced command-line operated real time clock. Features
include:

- Time displayed in Unix-compatible format
- Shows the current time on the same line
- Can run for a specified number of ticks (seconds) with the -T (ticks)
  flag
- Option to display each tick on a new line with the -n flag

WWW: http://www.neelc.org/software/currtime/

PR:                     197144
Differential Revision:  https://reviews.freebsd.org/D1751
Submitted by:           neel@neelc.org
Approved by:            bapt(mentor)
2015-02-02 11:31:08 +00:00
Muhammad Moinur Rahman
b4d05ee7f8 [MAINTAINER UPDATE] devel/tortoisehg: Update version 3.2.1=>3.2.4
PR:			197151
Differential Revision:	https://reviews.freebsd.org/D1750
Submitted by:		6yearold@gmail.com
Approved by:		bapt(mentor)
2015-02-02 11:12:35 +00:00
Muhammad Moinur Rahman
613ae849d7 math/jacal: Update version 1c3=>1c4
Differential Revision:	https://reviews.freebsd.org/D1667
Approved by:		bapt, marino(mentor)
2015-02-02 11:01:45 +00:00
Martin Matuska
241a1f4e2e Change -pthread to -lpthread
PR:	195921
Reported by:	John Marino
2015-02-02 10:32:26 +00:00
Emanuel Haupt
9bfea87c32 The project moved from google code to github. The distfile checksum update
stems from the fact that the old distfile contained .svn control files where in
the tarball on github those files have been purged. The rest remained
unmodified, therefore no PORTREVISION bump is required.
2015-02-02 09:27:31 +00:00
Martin Matuska
c251ebb419 Always compile with -pthread 2015-02-02 09:16:37 +00:00
Greg Lewis
3bc2661ea9 . Update to 8u31. 2015-02-02 06:27:11 +00:00
Olivier Duchateau
a2f3e07799 Update to 3.3
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.3_.282015-2-1.29
2015-02-02 05:14:14 +00:00
Greg Lewis
af02cae5b9 . Update to 7u76
. Adopt a patchset strategy similar to the openjdk8 port, which keeps the
  patch files smaller and makes the BSD differences clearer.
2015-02-02 05:00:42 +00:00
Xin LI
86dd1d6aad Update to 1.6.4.
PR:		ports/197054
Submitted by:	loader
Approved by:	maintainer (Xiaoding Liu <xiaoding xiaoding org>)
2015-02-02 04:59:39 +00:00
Greg Lewis
13771af25b . Fix window maximisation under Gnome 3.
PR:		196741
Submitted by:	huanghwh@gmail.com
2015-02-02 04:56:57 +00:00
Dmitry Marakasov
28c7a2ed66 - Drop @dirrm* from pkg-plists
Approved by:	portmgr blanket
2015-02-02 04:39:59 +00:00
Dmitry Marakasov
cd7a578d6f - Fix build on pre-10.x 2015-02-02 04:34:07 +00:00
MIHIRA Sanpei Yoshiro
707673b989 I tested xbatt on amd64 and add support amd64(no changees) 2015-02-02 02:52:03 +00:00
Dmitry Marakasov
393f311b94 - Update to 20150201
PR:		20150201
Submitted by:	lightside@gmx.com (maintainer)
2015-02-02 02:30:41 +00:00
Dmitry Marakasov
574b454c28 - Drop @dirrm* from pkg-plists
Approved by:	portmgr blanket
2015-02-02 01:26:58 +00:00
Dmitry Marakasov
fe0b22e151 - Drop @dirrm* from pkg-plists
Approved by:	portmgr blanket
2015-02-02 00:59:21 +00:00
Gerald Pfeifer
cac544398e Update to the 20150201 snapshot of GCC 5.0.
This now successfully builds libffi again, so we can enable JAVA by
default on i386 and amd64.

PR:		197171
2015-02-02 00:46:28 +00:00
Baptiste Daroussin
167f82f839 Change the EDIT option of ruby to use libedit by default now that libedit
from ports is able to handle unicode. Make sure that ruby does not provides its
own function to read the input but let libedit do it itself.

This allows the binary package to by default not be "tainted" by the readline
license.

Differential Revision:	https://reviews.freebsd.org/D1547
Reviewed by:	swills
Approved by:	ruby (swills)
2015-02-01 23:19:51 +00:00
Martin Matuska
ad2647235e Fix mirror sites [1]
Compile with -pthread if using base OpenSSL [2]
Fix rc script [3]

PR:	191011 [1], 195921 [2], 196635 [3]
2015-02-01 22:25:50 +00:00
Stephen Montgomery-Smith
630096f3a2 - Add optional dependency math/octave-forge-interval.
- Update to 20150201.
2015-02-01 22:10:50 +00:00
Stephen Montgomery-Smith
364fed1ae0 - New port math/octave-forge-interval.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
2015-02-01 22:04:52 +00:00
Guido Falsi
d22fafe1b1 The zathura-cb plugin adds comic book support to zathura.
WWW: http://pwmt.org/projects/zathura-cb/

PR:		196459
Submitted by:	mike.d.ft402@gmail.com
2015-02-01 21:45:09 +00:00
Guido Falsi
aafcb5f757 The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library.

WWW: http://pwmt.org/projects/zathura-ps/

PR:		196459
Submitted by:	mike.d.ft402@gmail.com
2015-02-01 21:43:46 +00:00
Jimmy Olgeni
0ad964e951 Do not disable the hipe application entirely, even if the HIPE
option is disabled. Dialyzer seems to need at least some beam files
from hipe to perform its job.
2015-02-01 21:40:58 +00:00
Guido Falsi
bea8de1b03 - Update graphics/zathura to 0.3.2 [1]
- Update graphics/zathura-djvu to 0.2.4 [2]
- Fix OpenSSL library path in graphics/zathura-pdf-mupdf [3]
- Use OPTION Helpers [1]
- Add LICENSE [1] [2] [3]

PR:		196438
Submitted by:	mike.d.ft402@gmail.com
Approved by:	quentin.stievenart@gmail.com (maintainer of zathura) [1]
Approved by:	alexander.4mail@gmail.com (maintainer of zathura-djvu) [2]
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer of zathura-pdf-mupdf) [3]
2015-02-01 21:40:57 +00:00
Nicola Vitale
9d3040c246 - Update to 14.12.1
- Sort variables
2015-02-01 21:39:06 +00:00
Dmitry Marakasov
05bb1849c9 - Mark broken on 10.x+ 2015-02-01 20:35:41 +00:00