Commit graph

304882 commits

Author SHA1 Message Date
John Marino
c23e7f6707 Add new port: lang/asis
This is ASIS, the Ada Semantic Interface Specification.
ASIS is tightly coupled with lang/gcc-aux and must be built with the same
sources.  For this reason, ASIS will not work with other Ada compilers,
including GNAT GPL (lang/gnat).

ASIS is a dependency of several upcoming Ada ports.

Approved by:	bapt (mentor)
2013-07-21 14:17:04 +00:00
John Marino
dd06b54dc6 Add new port: lang/gnat_util
There are a number of GNAT tools that have to be build using the same
exact sources as the compiler that it serves.  Two examples of this are
GPRbuild and ASIS.  The latter is an important component of several other
language semantic tools.

Accordingly, a separate port is being created to build a static library
that need these compiler sources.  Incidentally, diverging sources is the
reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded.
With this new scheme, this type of failure should no longer occur.

This is a dependency of the upcoming lang/asis port, and must be specified
as a build dependency by any port that needs ASIS.

Approved by: 	bapt (mentor)
2013-07-21 14:12:28 +00:00
Bryan Drewery
19c11e107b - Update to 2.4.11
Changes:
  * Speedup and simplify pkgng usage by not populating pkgdb.db
2013-07-21 13:57:25 +00:00
Nicola Vitale
66257f4744 - Update to 1.8.42 2013-07-21 13:42:43 +00:00
Steve Wills
5bae0a2a2d - Update to 2.3.2
- Remove unnecessary dependencies
- Correct dependencies (mysql, rmagick)
2013-07-21 13:23:50 +00:00
Hiroki Sato
6a51fced01 Re-add dns/dnsperf and update to 2.0.0.0. 2013-07-21 13:23:43 +00:00
John Marino
50a63ca31e Add new port: textproc/py-sphinxcontrib-adadomain
This sphinx module supports the Ada language.
This is a dependency of the upcoming devel/ahven port.

Approved by:	bapt (mentor)
2013-07-21 13:09:02 +00:00
John Marino
6bbf591b64 devel/gps: Add multijob support
This is a big port that takes a lot of time to build, so enabling multijob
support is a big win.  As with other Ada programs, the "-j" configuration
argument cannot be passed to the Makefile.  The multijob support is enabled
through the PROCESSORS environment variable.  These requirement necessitate
a custom do-build target.

Some minor portlint cleanup is done as well.

Approved by:	bapt (mentor)
2013-07-21 13:03:48 +00:00
John Marino
7e7f71ea27 x11-toolkits/gtkada: Improve multijob support
The first attempt at supporting multiple jobs resulting in reimplementing
the MAKE_JOBS_NUMBER determining with "!=" operator.  Portlint doesn't
like that and it's not even necessary.  By overriding the do-build target,
the "-j" parameter is shielding from the makefile and the number of jobs
is passed to gprbuild via the PROCESSORS environment variable.

USE_GMAKE was also converted to USES+= gmake.

Approved by:	bapt (mentor)
2013-07-21 13:02:08 +00:00
John Marino
e753d5da3f lang/gcc-aux: bug fixes
This change covers:
  1) portlint cleanup
  2) Support for bootstrapping on DragonFly 3.5+
  3) Removal of uneeded shared library version specifications
  4) USES+= gmake
  5) Splits out version to separate makefile for Ada framework
  6) Fixes typo that caused DragonFly to use mktemp
  7) Adds aggregate array index fix from gcc 4.8
  8) NetBSD lstdc++ fixes were pulled in from diff reneration
  9) c++ testsuite diff was corrected (how it was committed wrong is unknown)

Approved by:	bapt (mentor)
2013-07-21 13:00:46 +00:00
John Marino
70d772231a databases/slony1: Limit to pgsql version 9.1 and below
Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile.
Users should migrate to version 2 (databases/slonyIv2) as version 1.2
is no longer maintained.

PR:		ports/179958
Submitted by:	marino
Approved by:	bapt (mentor), maintainer
2013-07-21 12:57:10 +00:00
Mark Linimon
8ca8b944c6 Maintainer's email address bounces. While here, add expiration date
since it does not build.

Note: a 1.0 release has been available for over a year.
2013-07-21 12:41:29 +00:00
Tilman Keskinoz
89b706423c Switch to MASTER_SITE_LOCAL as alioth.debian.org dislikes HTTP requests send by fetch(1). 2013-07-21 12:17:01 +00:00
Tilman Keskinoz
844400c5a5 Swith to MASTER_SITE_LOCAL, as alioth.debian.org does not like the HTTP request sent by
fetch
2013-07-21 12:15:18 +00:00
Juergen Lock
df7db5cedb Set USE_GCC= any on i386 as clang there doesn't like
src/post/deinterlace/plugins/greedy2frame_template_sse2.c .

Submitted by:	pointyhat via miwi
2013-07-21 11:27:17 +00:00
Martin Matuska
0692f40e98 Update libevent-hiphop to support hiphop-php 2.1 2013-07-21 11:17:23 +00:00
Rene Ladan
1b7a53e90f Make sure that the option to build with graphics is turned off, just as in
astro/boinc-setiathome-enhanced.  This fixes the build of
astro/boinc-astropulse when built against this port.

Bump PORTREVISION to make sure that the patched sources are picked up by
astro/boinc-astropulse.
2013-07-21 11:17:02 +00:00
Jason Helfman
ef125966bf - placing in local distfiles until fetch issue is worked out... 2013-07-21 06:27:00 +00:00
Jason Helfman
9e8678cfd1 screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can
be used to generate one of those nifty terminal theme information + ASCII
distribution logos you see in everyone's screenshots nowadays. It will
auto-detect your distribution and display an ASCII version of that
distribution's logo and some valuable information to the right. There are
options to specify no ascii art, colors, taking a screenshot upon displaying
info, and even customizing the screenshot command! This script is very easy to
add to and can easily be extended.

WWW: https://github.com/KittyKatt/screenFetch
2013-07-21 06:17:34 +00:00
Jason Helfman
8f53f8cc76 - update to 0.7.0
- issue #21 was fixed locally via console or via terminal emulator
  however issues exists if using a standard remote session is being
  investigated: http://code.google.com/p/jvmtop/issues/detail?id=21
- add in post-install message noting to user to use jvmtop under a terminal
  emulation program ( sysutils/tmux or sysutils/screen )

From Changelog:
- New Feature: jvmtop does now include a sampling-based CPU Profiler
- jvmtop does now support FreeBSD, fixing the issue #21 and issue #22
- refresh rate can now be configured, using argument --delay <interval>
  minor fixes
2013-07-21 06:05:48 +00:00
Kubilay Kocak
a1523f8ba9 devel/concurrencykit: Update to 0.2.20
- Update to 0.2.20
- Use PLIST_SUB for shared library version in pkg-plist
- Update pkg-plist and Makefile.man

Changes:

- Support for Intel TSX extensions (ck_pr_rtm)
- Support for lock elision
- A ck_hs_move operation
- Support for reader-writer cohort locks

Release Announcement:

https://groups.google.com/forum/#!topic/concurrencykit/Yx-g3CBFR2Y
2013-07-21 06:01:49 +00:00
Jason Helfman
84eeb41996 - migrate USE_GMAKE and USE_PKGCONFIG to USES framework
Approved by:	maintainer (swills@)
2013-07-21 06:00:00 +00:00
Steve Wills
c2e238891d - Update to 1.1.0
- Trim header
- Pet portlit (a bit)

PR:		ports/180469
Submitted by:	lwhsu
2013-07-21 05:21:34 +00:00
Vanilla I. Shu
e9b81a8fed Make MAKE_JOBS_UNSAFE.
Obtained from:	miwi@
2013-07-21 04:58:51 +00:00
Steve Wills
ec4947a312 - Fix group permissions
PR:		ports/180379
Reported by:	romain
2013-07-21 04:45:05 +00:00
Steve Wills
d38f97c1a4 - Update to 3.2.9
- Security: CVE-2013-4717, CVE-2013-4718

PR:		ports/180477
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2013-07-21 02:41:07 +00:00
Steve Wills
179a7329d5 - Update to 0.11.4
PR:		ports/180671
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2013-07-21 01:34:54 +00:00
Hiroki Sato
6a6c9b116c Add net/packetdrill, a network stack testing tool.
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
2013-07-20 21:37:46 +00:00
Martin Wilke
6841aa6a4b - Unbreak build
- Support OPTIONS_DEFINE
- Add LICENSE

PR:		180688
Submitted by:	ports fury
2013-07-20 21:34:14 +00:00
Martin Wilke
d1b9e88cf0 - Update to 1.5.2
PR:		180653
Submitted by:	maintainer
2013-07-20 20:38:41 +00:00
Martin Wilke
fef8c7f607 - Update to 1.3.3
PR:		180650
2013-07-20 20:36:42 +00:00
Koop Mast
e4c97c8f1d Add support for automake 1.13 and 1.14.
Submitted by:	Gustau Perez (based on)
Obtained from:	GNOME dev repo
2013-07-20 20:35:56 +00:00
Martin Wilke
47100c0701 - Bump PORTREVISION after graphics/openimageio update 2013-07-20 20:17:56 +00:00
Martin Wilke
adb34a9de6 - Update to 1.2.0 2013-07-20 20:16:01 +00:00
Hiroki Sato
38a6b4b82c - Update MASTER_SITES.
- Use OPTIONS_DEFINE.
2013-07-20 19:10:22 +00:00
Hiroki Sato
2d54c2351c Fix directory permission.
Reported by:	miwi
2013-07-20 17:46:11 +00:00
Olli Hauer
7a70c34b40 - change MASTER_SITE_APACHE
remove mirrors no longer in the official
  list and add some new mirrors

PR:		ports/180548
Submitted by:	Gavin McDonald <gavin@16degrees.com.au>
2013-07-20 17:46:09 +00:00
Olli Hauer
5495c44b92 - apache24-2.4.6 and newer delivers mod_macro by default
- set EXPIRATION_DATE to 2013-08-03

with hat apache@
2013-07-20 17:14:14 +00:00
Olli Hauer
b132b94c6b - update to apache24-2.4.6
- new modules: mod_cache_socache, mod_macro and mod_proxy_wstunnel

- add enty to vuxml

SECURITY: CVE-2013-1896 (cve.mitre.org)
 mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
 the source href (sent as part of the request body as XML) pointing to a
 URI that is not configured for DAV will trigger a segfault.

SECURITY: CVE-2013-2249 (cve.mitre.org)
 mod_session_dbd: Make sure that dirty flag is respected when saving
 sessions, and ensure the session ID is changed each time the session
 changes. This changes the format of the updatesession SQL statement.
 Existing configurations must be changed.

Changelog:
http://www.apache.org/dist/httpd/CHANGES_2.4.6

with hat apache@

Security:	ca4d63fb-f15c-11e2-b183-20cf30e32f6d
2013-07-20 17:11:54 +00:00
Olli Hauer
a93bfceaf7 - fix build
Thanks to tijl@
2013-07-20 16:20:27 +00:00
Wen Heping
c65306f29b - Update to 3.0
- Convert to optionsNG
- Drop maintainership
2013-07-20 15:08:45 +00:00
Wen Heping
baad1b1198 - Update to 1.05
Changes: http://cpansearch.perl.org/src/JANPAZ/DBD-XBase-1.05/Changes
- Trim Makefile headers
2013-07-20 13:55:43 +00:00
Wen Heping
23d1370460 - Update to 1.11.7 2013-07-20 13:33:44 +00:00
David Naylor
52c2e306aa Update audio/soundkonverter to 2.0.4.
Changelog:
-add: Slovenian translation
2013-07-20 13:22:20 +00:00
Wen Heping
f0bb9fbd8e - Update to 2.3.6 2013-07-20 13:08:14 +00:00
Hiroki Sato
1094f8bfe3 Document japanese/mozc-el should be removed before upgrading
japanese/mozc-server.
2013-07-20 12:52:25 +00:00
Marc Fonvieille
e7c0b8bf2d Update to r42326 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-07-20 11:33:22 +00:00
Max Brazhnikov
d15fa81db0 - Update to 1.0.3
- Switch to GITHUB
- Prevent from writing to /root during build (XDG_CONFIG_HOME)
- Add build-time dependence on math/muparser
2013-07-20 11:08:57 +00:00
Max Brazhnikov
ff18db2c44 - Install to KDE4_PREFIX when building with KDE support (should fix some
runtime issues) [1]
- Don't remove kdehier4 directories

Reported by:	avg
2013-07-20 11:08:11 +00:00
Wen Heping
881d1953d7 - Update to 0.56 2013-07-20 10:04:32 +00:00