1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

280621 Commits

Author SHA1 Message Date
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Ryan Steinmetz
17363b49d1 - Convert to OptionsNG 2012-06-10 18:36:32 +00:00
Vasil Dimov
f1263022a1 Install misc/ossp-uuid header files into PREFIX/include/ossp instead
of PREFIX/include because they conflict with system /usr/include/uuid.h

PR:		ports/146321
2012-06-10 18:10:08 +00:00
Jase Thew
e8eb681150 - Add OPTIONS to allow the selective installation of backends. [1]
- Add dependencies for CloudFiles and Google Docs backends.

PR:		ports/168723
Submitted by:	Michael Gmelin <freebsd@grem.de> [1]
Approved by:	flo (mentor)
2012-06-10 17:34:34 +00:00
Jase Thew
4cb12fb0f6 - Update to 0.3.8 [1]
- Transfer maintainership to jase@FreeBSD.org [2]
- Convert to new options framework
- Remove shlib version from LIB_DEPENDS

PR:		ports/168662
Submitted by:	jase [1]
Approved by:	flo, culot (mentors), miwi [2]
2012-06-10 17:28:57 +00:00
Jase Thew
1b6cb2b12f - Update to 20120610 (0.3.9-dev)
- Update maintainer address
- Convert to new options framework

Approved by:	flo (mentor)
2012-06-10 17:20:10 +00:00
Jase Thew
fb9653ff5b - Add descriptions for ASPELL and GNUTLS.
Approved by:	flo (mentor)
2012-06-10 17:16:07 +00:00
Steve Wills
d0a3c19276 - Update to 0.5.3 2012-06-10 16:56:33 +00:00
Tilman Keskinoz
1527519a8b Convert to new optionsframework 2012-06-10 16:52:40 +00:00
Dirk Meyer
f8bb265ad3 - fix index 2012-06-10 16:47:56 +00:00
Chris Rees
cee96bd7bd Return to file-based dependency for p5-DBD-mysql; there is no way currently
to do a package dependency since p5-DBD-mysql50 and p5-DBD-mysql have different
basenames, and therefore cannot be considered as alternatives.

The correct solution is to switch the use of PKGNAMESUFFIX in the slave ports
to using LATEST_LINK instead so they all have the same PKGBASE
2012-06-10 16:43:17 +00:00
Tilman Keskinoz
c7af534ecb Convert to new options framework 2012-06-10 16:42:57 +00:00
Tilman Keskinoz
e777d0d7d7 Convert to new optionsframework
portlint
2012-06-10 16:36:00 +00:00
Dirk Meyer
2be695098a - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:32:26 +00:00
Martin Wilke
eb3b6a488c A sane date/time Python interface: better epoch time, timezones, and deltas
with Django support as well

WWW:	https://github.com/HubSpot/sanetime

PR:		ports/168663
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-10 16:32:20 +00:00
Pav Lucistnik
aab1e4d364 - Unbreak: the build target has always fetched a remote file which until now
has existed, but is now 404

PR:		ports/168918
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer timeout on pointyhat report (14 days)
Reported by:	pointyhat
2012-06-10 16:28:40 +00:00
Tilman Keskinoz
df2c19e2a5 Convert to new options framework 2012-06-10 16:27:38 +00:00
Martin Wilke
c667466a35 - Fix build after USE_QT4 converting.
Reported by:	pavbot
2012-06-10 16:24:06 +00:00
Dirk Meyer
e00e582ad3 - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:17:59 +00:00
Tilman Keskinoz
e02aebb6fe Fix Build without libusb
Submitted by:	pointyhat
2012-06-10 16:12:40 +00:00
Dirk Meyer
d0e91b562f - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:10:22 +00:00
Ryan Steinmetz
07d6e51f24 - Convert to OptionsNG
- Add additional MASTER_SITES
- Do not bump PORTREVISION
2012-06-10 16:01:05 +00:00
Ryan Steinmetz
2c0890e144 - Add shared option description for LIBWRAP 2012-06-10 15:48:33 +00:00
Pav Lucistnik
7d0ab3957c - Mark BROKEN on FreeBSD 7.X: does not link
Reported by:	pointyhat
2012-06-10 15:38:20 +00:00
Pav Lucistnik
c2fa3c2cac - Mark BROKEN on FreeBSD 7.X: does not compile
Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const Aqsis::CqString Aqsis::CqPluginBase::DLError()':
  Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from 'const char*' to 'char*'

Reported by:	pointyhat
2012-06-10 15:35:14 +00:00
Eitan Adler
4233c12f7b Don't support pre 7.1 anymore. 2012-06-10 15:32:53 +00:00
Jun Kuriyama
1ef7b1e698 Port for package building of 6rd patched stf(4) kernel lodable modules.
This port supports only 8.1+ releases.

This patch was developed by hrs and obtained from
http://people.allbsd.org/~hrs/FreeBSD/stf_6rd_20100923-1.diff

WWW: http://people.FreeBSD.org/~kuriyama/6rd/
2012-06-10 15:30:59 +00:00
Pav Lucistnik
8df526b2fc - Fix header files integrity when X11 option is disabled
- Fix header files to allow pure C client app to be built
- OPTIONSng

PR:		ports/168714, ports/168756
Submitted by:	Alexey Shuvaev <bugsbeastie@gmail.com>, Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-06-10 14:39:02 +00:00
Chris Rees
8016c8f204 Warn if user sets own value of MPDCONF-- potential for breakage is nonzero and
packages don't support it anyway.
2012-06-10 14:34:26 +00:00
Ryan Steinmetz
32dee91f78 - Update to 3.4.0 2012-06-10 14:06:49 +00:00
Ruslan Makhmatkhanov
ebf77e1222 - update to 1.3
- correct CONFLICTS

While I'm here:
- fix porlint warning (misplaced PKGNAMEPREFIX)

PR:		168783
Submitted by:	Craig Leres <leres at ee.lbl dot gov> (maintainer)
2012-06-10 14:01:46 +00:00
Pav Lucistnik
13845ddc20 - Mark BROKEN: incorrect plist (%%DATADIR%% followed with literal value of
DATADIR, removal of shared directories, missing installed files, etc..)

Reported by:	pointyhat
2012-06-10 13:51:24 +00:00
Ryan Steinmetz
504977ada7 - Add CONFLICTS
- Use PLIST_FILES instead of pkg-plist
- Fix MASTER_SITES
- Bump PORTREVISION
2012-06-10 13:49:05 +00:00
Rene Ladan
c2c09e11b5 Update to 19.0.1084.56 (bugfix release) 2012-06-10 13:31:43 +00:00
Chris Rees
34e4ada7b7 The conditional include is actually fine-- the problem in the PR was solved
after more investigation by reinstalling world; there was an out-of-date header
present.

PR:		ports/167195
2012-06-10 13:13:45 +00:00
Alex Kozlov
fb119a6b0d - Update to 1.10.3 (see http://changelog.wesnoth.org for details)
PR:	ports/165332
Submitted by	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	philip (maintainer timeout 14w), eadler, itetcu (mentors, implicit)
2012-06-10 13:08:48 +00:00
Michael Scheidell
47631c222e - Upstream patch to fix libkvm fd leaking
- Bump PORTREVISION

PR:		ports/168907
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Obtained from:	http://paste.opensuse.org/23129601
2012-06-10 13:00:35 +00:00
Ryan Steinmetz
416fbeb0b5 - Add shared PAM description 2012-06-10 12:54:34 +00:00
Boris Samorodov
edb1df3d8a Update to version 0.7.6. [1]
Change the pkg-descr.     [2]

NOTE: the name of the regular font has changed from
Junicode-Regular.ttf to Junicode.ttf!

PR:		ports/168891  [1]
Submitted by:	bsam (me),  [1]
			Nikola Lecic  [2]
Approved by:	Nikola Lecic (maintainer)  [1]
2012-06-10 11:07:09 +00:00
Pav Lucistnik
8081996372 - Default OPTIONS value "no" now means "on", so change to "off"
- Mark heimdal variant BROKEN

Reported by:	pointyhat
2012-06-10 10:41:58 +00:00
Sunpoet Po-Chuan Hsieh
367b074dba - Update to 0.8.2
Changes:	https://github.com/lsegal/yard/blob/master/ChangeLog
2012-06-10 10:26:35 +00:00
Sunpoet Po-Chuan Hsieh
4d17c015cc - Update to 0.060
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-06-10 10:25:52 +00:00
Sunpoet Po-Chuan Hsieh
5dd499f1bf - Update to 0.26
Changes:	http://search.cpan.org/dist/Math-Int64/Changes
2012-06-10 10:25:19 +00:00
Pav Lucistnik
df2ee9442b - Fix build
Reported by:	pointyhat
2012-06-10 10:23:43 +00:00
Pav Lucistnik
65f3ff003e - Attempt to fix previous commit for pointyhat 2012-06-10 10:13:33 +00:00
Dima Panov
ac4000b3c8 - Update libGPOD to 0.8.2 release
No more crash with mono bindings on i386
    Better iOS 4.3 support
    Still no iPhone/iPod 4/4S support
    Bugfixes

Approved by:	avilla (maintainer, via IM)
2012-06-10 10:09:33 +00:00
Dima Panov
b95bcdf9ab - Update OpenGTL to 0.9.17 release
Full support for LLVM/Clang 3.0/3.1 releases

Approved by:	avilla (maintainer, via IM)
2012-06-10 10:05:48 +00:00
Pav Lucistnik
1d2b35a2f9 - Mark BROKEN: does not configure
[   info] generating script t/TEST
  Can't call method "inc" on an undefined value at /usr/local/lib/perl5/site_perl/5.12.4/mach/ModPerl/MM.pm line 105.
  *** Error code 255

Reported by:	pointyhat
2012-06-10 10:00:43 +00:00
Martin Wilke
49dfe510bf MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and
validating credentials. It is designed to be highly scalable for use in an HPC
cluster environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a shared
cryptographic key. Clients within this security realm can create and validate
credentials without the use of root privileges, reserved ports, or
platform-specific methods.

WWW:	http://code.google.com/p/munge/

PR:		ports/166386
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-06-10 09:57:43 +00:00
Pav Lucistnik
8d8cf5eab8 - Fix packaging
Reported by:	pointyhat
2012-06-10 09:54:18 +00:00