1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

287691 Commits

Author SHA1 Message Date
Pav Lucistnik
36a24a0477 - Fix build with clang
- Change BOINC_CLIENT_HOME ownership only for owner
- Fixes to rc script
- Allow for spaces in paths

PR:		ports/171569
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Feature safe:	yes
2012-10-18 19:22:09 +00:00
Dirk Meyer
1b8c640de0 - drop maintainership
Feature safe: yes
2012-10-18 19:21:20 +00:00
Dirk Meyer
708f8cce25 - drop maintainership
Feature safe: yes
2012-10-18 19:19:34 +00:00
Dirk Meyer
e8dc0cb4f4 - drop maintainership
Feature safe: yes
2012-10-18 19:18:59 +00:00
Dirk Meyer
cb7335a3a6 - drop maintainership
Feature safe: yes
2012-10-18 19:17:56 +00:00
Dirk Meyer
d6484f089a - drop maintainership
Feature safe: yes
2012-10-18 19:15:30 +00:00
Dirk Meyer
5da0405c23 - drop maintainership
Feature safe: yes
2012-10-18 19:13:11 +00:00
Alex Kozlov
3bfdd2f82e - Convert Makefile headers to new style
- Stop overwriting configuration file during installation [1]
- Remove support for 7-CURRENT
- Use REINPLACE_CMD instead of patch file.
- Reset to ports@ by request of maintainer
- Bump PORTREVISION

PR:	ports/171638 (based on) [1]
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1]
Approved by:	Patrick MARIE <mycroft@virgaria.org> (maintainer)
Feature safe:	yes
2012-10-18 19:13:07 +00:00
Diane Bruce
1f2378c8b0 - Unbreak gnuradio build
- sdcc changed syntax slightly, chase this in diffs

Feature safe:	yes
2012-10-18 18:29:57 +00:00
Sergey A. Osokin
33499efc4b Update from 2.0.0-beta10 to 2.0.0-beta11.
Remove needless patch.

ChangeLog:	http://luajit.org/changes.html

Feature safe:	yes
2012-10-18 18:17:09 +00:00
Jason Helfman
033331fc7d - address CVE-2012-4524 , http://www.vuxml.org/freebsd/57652765-18aa-11e2-8382-00a0d181e71d.html
Submitted by:	jgh@
Approved by:	maintainer, marius@nuenneri.ch (private mail)
Feature safe:	yes
2012-10-18 17:56:01 +00:00
Bryan Drewery
2e25939099 - Fix WITH_PKGNG detection on CURRENT, as it may
not be defined in /etc/make.conf.

Submitted by:	dim
Feature safe:	yes
2012-10-18 16:02:29 +00:00
Bryan Drewery
5be4eaf291 - Update to 2.4.10.2
Changes:
 - Fix error when running `pkgdb -L`

PR:		ports/172855
Feature safe:	yes
2012-10-18 15:29:09 +00:00
Sofian Brabez
ed1e27153a This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.

This library should be API compatible with librabbitmq.

WWW:	http://github.com/celery/py-amqp

PR:		ports/171506
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe:	yes
2012-10-18 15:22:56 +00:00
Thierry Thomas
1552157f71 Revert custom user: it's optional complexity, and this could cause
problems if the port is build as root.

Submitted by:	Simone Basso (author)
Feature safe:	yes
2012-10-18 15:07:51 +00:00
Lev A. Serebryakov
62fdcb8e05 PORTREVISION bump.
Feature safe: yes
2012-10-18 14:55:08 +00:00
Lev A. Serebryakov
a3e6a0d51d Update with latest LTS patches
Feature safe: yes
2012-10-18 14:54:33 +00:00
Lev A. Serebryakov
539bac8591 Update with latest LTS patches
Feature safe: yes
2012-10-18 14:53:31 +00:00
Lev A. Serebryakov
969b3ed2ca (1) Update with latest LTS patches
(2) Add patch from trunk to support FRAM devices.

PR:	ports/172352 (2)
Feature safe: yes
2012-10-18 14:51:52 +00:00
Thomas Abthorpe
c8a77e4453 - Reassign to the heap at maintainer's request
Feature safe:	yes
Redports:	ignore
2012-10-18 13:06:32 +00:00
Pietro Cerutti
b9b563468d - Update to 05_20121007
Changes:

  20121007:
  - An error message, that could occur when the Seed7 interpreter is
    compiled, is explained in the FAQ and to 'src/read_me.txt'.
  - A description of the for-step-statement was added to the manual.
  - The library make.s7i was improved. Now makefile dependencies can
    contain colons (:) and equal signs (=). The parameters of the echo
    command are parsed better now. Calls of the function callOwnProgram
    are also avoided now. This way the library works correctly, when it
    is used by programs other than make7.sd7.
  - The library tar.s7i was improved to set the file mode, when an
    archive is extracted.
  - Testcases for a variant of the @:= operator, which copies a string
    to another, were added to the program chkstr.sd7.
  - Interpreter and compiler were improved to support the situation,
    when source and destination of the @:= operator (action STR_POSCPY)
    are identical.
  - The compiler was improved to support the action ITF_DESTR.
  - The compiler was improved, to call C compiler and linker with
    specific options, such that unneeded functions are ommited (when
    the linker and executable file format support this feature).
  - The compiler was improved to remove debug symbols, unless called
    with -g (some makefiles now define LINKER_OPT_NO_DEBUG_INFO).
  - The function name(PROGRAM) was improved, to return the program name
    without following symbolic links.
  - The function path(PROGRAM) was improved, to follow symbolic links
    (see function followLink in cmd_rtl.c). Consequently dir(PROGRAM)
    also follows symbolic links.
  - The function CommandLineToArgvW in cmd_win.c was improved.
  - The files itf_rtl.c and itf_rtl.h, which contain interface
    functions, were added.
  - The makefile mk_mingc.mak was added to support compilation of the
    self extracting version of Seed7.

  20120923:
  - Experimental support for automatic memory management with reference
    counting was added to the interpreter.
  - The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i,
    listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i,
    dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use
    the function toInterface.
  - The function name(PROGRAM) was improved, to return the name of the
    program without extension and without path.
  - The interpreter was improved to support the action ITF_DESTR.

Feature safe:	yes
2012-10-18 13:01:49 +00:00
Jason E. Hale
04e708dc76 Libcoverart is a client library for accessing the MusicBrainz cover
art archive.

WWW: http://coverartarchive.org/

Approved by:	makc (mentor)
Feature safe:	yes
2012-10-18 12:40:02 +00:00
Emanuel Haupt
56d1842d2f Update to 1.5.5
Feature safe:	yes
2012-10-18 12:31:16 +00:00
Ruslan Makhmatkhanov
3b321deb96 - remove empty directory
Feature safe: yes
2012-10-18 12:20:54 +00:00
Pietro Cerutti
e898c28d53 - Fix segfault / freeze when building against libevent2
- Bump PORTREVISION

Feature safe:	yes
2012-10-18 12:14:03 +00:00
Ruslan Makhmatkhanov
efc617a7bb - update to 6.0
- trim Makefile header while here

changelog:
http://sourceforge.net/apps/trac/smartmontools/browser/tags/RELEASE_6_0/smartmontools/NEWS

PR:	172697
Submitted by:	Jeremy Chadwick <jdc at koitsu dot org>
Approved by:	Alex Samorukov <samm at os2.kiev dot ua> (maintainer)
Feature safe:	yes
2012-10-18 12:01:02 +00:00
Ruslan Makhmatkhanov
1ad1040474 - remove empty binup directory
Feature safe:	yes
2012-10-18 11:59:00 +00:00
Sofian Brabez
9594eaa921 ezjail-remote is a remote control and convenience wrapper for the ezjail-admin
command of the most excellent ezjail tool, which in turn is itself a
convenience wrapper for jails, FreeBSD's leight-weight virtualization solution

WWW:	https://github.com/tomster/ezjail-remote

PR:		ports/171489
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe:	yes
2012-10-18 11:32:55 +00:00
Sofian Brabez
faf5848ab4 - Update to 0.3.2
PR:		ports/172385
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
Feature safe:	yes
2012-10-18 11:24:08 +00:00
Sofian Brabez
6068720593 - Update to 1.8.0
- Add regression-test target

PR:		ports/172383
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe:	yes
2012-10-18 11:07:45 +00:00
Koop Mast
e47bad2882 Don't try to remove directories we don't make. This will quiet pkgng
PR:		ports/172389
Approved by:	maintainer
Feature safe:	yes
2012-10-18 10:34:50 +00:00
Jason E. Hale
e4594a283c - Update to 1.2.2
- Add LICENSE (LGPL21)
- Trim Makefile header

PR:		ports/172500
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 10:21:56 +00:00
Ruslan Makhmatkhanov
a23b76d067 - update to 3.0b1
- remove old mirror

while here:
- trim Makefile headers
- update USE_PYTHON value

PR:		172844
Submitted by:	Ildar Hizbulin <hizel at vyborg dot ru> (maintainer)
Feature safe:	yes
2012-10-18 10:05:15 +00:00
Jason E. Hale
cf2aec0c32 - Update MASTER_SITES
- Add LICENSE (MIT)
- Trim Makefile header
- Remove indefinite article from COMMENT
- Convert 2-line pkg-plist to PLIST_FILES
- Update WWW

PR:		ports/172512
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 09:49:35 +00:00
Jason E. Hale
7d00fc0a42 - Update MASTER_SITES
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/172508
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 09:15:43 +00:00
Vanilla I. Shu
ff96836264 Upgrade to 0.4.
PR:		ports/172791
Submitted by:	maintainer
Feature safe:   yes
2012-10-18 07:03:50 +00:00
Bryan Drewery
261f79ac46 - Update to 2.4.10.1
Changes:
 * Fixes pkgdb stale lock when cleaning shared libraries
 * Fixes pkgng code causing 'pkg set -o' to be called when
   not needed.

Feature safe:	yes
2012-10-18 05:02:06 +00:00
Jason Helfman
bbcfa83bf7 - clarify end-user impact for 57652765-18aa-11e2-8382-00a0d181e71d
Suggested by:	simon@
Feature safe:	yes
2012-10-18 04:13:27 +00:00
Jason E. Hale
c622432cb7 - Update to 0.042
While here:
- Drop ABI version number from LIB_DEPENDS
- Trim Makefile header

PR:		ports/170152
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 02:10:10 +00:00
Jason E. Hale
1cac091c0d - Update to 2.7.6
- Convert to new options framework

While here:
- Remove indefinite article from COMMENT
- Trim Makefile header

PR:		ports/170151
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:52:49 +00:00
Jason E. Hale
7b05741898 - Update to 1.0.4
- Add LICENSE (MIT)
- Update MASTER_SITES

While here:
- Trim Makefile header

PR:		ports/170149
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:48:48 +00:00
Jason E. Hale
234783d517 - Update to 0.5
- Add LICENSE (BSD)

While here:
- Drop ABI version number from LIB_DEPENDS
- Trim Makefile header

PR:		ports/170161
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:42:54 +00:00
Jason E. Hale
ab44544543 - Update to 1.4.2
While here:
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/170729
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:29:21 +00:00
Jason E. Hale
11ad2a83da - Update to 2.1.18
While here:
- Trim Makefile header
- Drop ABI version number from LIB_DEPENDS

PR:		ports/170414
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:24:46 +00:00
Jason E. Hale
31ef8100fd - Update to 1.2.12 [1]
- Trim Makefile header

PR:		ports/170994 [1]
Submitted by:	Joe Horn <joehorn@gmail.com> [1]
Approved by:	maintainer timeout (miwi, 6 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:19:07 +00:00
Jason Helfman
b0f6b4ce49 - update to 1.9
- while here update COMMENT to be grammatically correct, and trim header

PR:		172836
Submitted by:	maintainer, hans@nordhaug.priv.no
Feature safe:	yes
2012-10-18 00:51:00 +00:00
Greg Lewis
73bb91c199 . Update MASTER_SITES to reflect the move from sourceforge to github.
Feature safe:	yes
2012-10-18 00:37:08 +00:00
Jason Helfman
3e1fd09f4a - document xlockmore issue, 57652765-18aa-11e2-8382-00a0d181e71d, CVE-2012-4524
Feature safe:	yes
2012-10-17 23:47:27 +00:00
Jason Helfman
40c891b6a0 - update to 2.5.1
- while here pet portlint

PR:		172792
Submitted by:	maintainer, 6yearold@gmail.com
Feature safe:	yes
2012-10-17 22:08:29 +00:00
Pawel Pekala
ff1da4b542 - Update to version 1.2
- Add missing lib depends
- Trim Makefile header

Feature safe:	yes
2012-10-17 21:48:33 +00:00