Commit graph

332687 commits

Author SHA1 Message Date
Bryan Drewery
bf13bd7229 - Create a DO_MAKE_BUILD which will do the right thing for building, such
as setting MAKE_ENV. Without this things like WITH_CCACHE_BUILD do not
  properly work if a port does its own building.

With hat:	portmgr
2014-04-17 04:02:59 +00:00
Glen Barber
37d8ea4689 Add audio/idjc, audio/shout-idjc
PR:		188660
Submitted by:	sbruno (maintainer)
Sponsored by:	The FreeBSD Foundation
2014-04-17 03:54:08 +00:00
Glen Barber
1742ae482c Add audio/idjc, audio/shout-idjc
PR:		188660
Submitted by:	sbruno (maintainer)
Sponsored by:	The FreeBSD Foundation
2014-04-17 03:53:32 +00:00
Bryan Drewery
c9e5403827 - Add PLIST_SUB_SED which is used to replace absolute paths with PLIST_SUB'd
paths. This will be used for check-stagedir.sh and poudriere/tinderbox
  leftover handling.
  This version handles several flaws of other implementations:
    - Remove VARS that are too generic
    - Remove empty values
    - Remove @comment values
    - Remove quotes
    - Replace . with \. for later sed(1) usage
    - Handle values with spaces
    - By default only use values 2+ characters long. Let this be overridable
      with PLIST_SUB_SED_MIN.

Reviewed by:	antoine, mat
With hat:	portmgr
2014-04-17 03:47:54 +00:00
Steve Wills
dddc152f09 - And the previous commit also should have remove PYDISTUTILS_PKGNAME which is
also not effective with USE_PYDISTUTILS=yes

Reported by:	koobs
Submitted by:	koobs
Pointyhat to:	swills
2014-04-17 03:22:45 +00:00
Steve Wills
7f6adae082 - Update to 3.3.6
PR:		ports/186898
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:	maintainer timeout (neuroworker@gmail.com, >2 weeks)
2014-04-17 03:10:05 +00:00
Steve Wills
6f23d97037 - Update to 3.0.19 [2]
- Pass libtrace_doxygen=false to configure script to avoid extra docs in case
  doxygen is installed [1]

PR:		ports/175888 [1]
PR:		ports/188065 [2]
Submitted by:	pclin [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (matt@peterson.org, >14 months)
Approved by:	maintainer timeout (matt@peterson.org, >2 weeks)
2014-04-17 03:03:07 +00:00
Steve Wills
633c01d106 - Switch to USES=tar:bzip2
- Fix typo for SDL option
- Remove backup files created by sed

PR:		ports/188704
Submitted by:	swills (myself)
Approved by:	wg (maintainer)
2014-04-17 02:40:49 +00:00
Steve Wills
c939334480 - Stage
- Pet portlint

PR:		ports/188709
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-17 02:33:55 +00:00
Steve Wills
18fe1a8b69 - Stage
PR:		ports/188707
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-17 02:23:24 +00:00
Steve Wills
90c8533637 - Oops, previous commit should have removed PYDISTUTILS_ARCHDEP since it's not
needed with automatic plist

Reported by:	koobs
Pointyhat to:	swills
Approved by:	portmgr@ (blanket)
2014-04-17 02:21:35 +00:00
Steve Wills
dd45b25cd2 - Stage
- Drop deprecated easy_install
- Use auto pkg-plist

PR:		ports/188703
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-17 02:04:42 +00:00
Steve Wills
79be3d3081 - Stage
- Add LICENSE
- Pet portlint

PR:		ports/188702
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> (maintainer)
Approved by:	portmgr@ (blanket)
2014-04-17 01:58:43 +00:00
Steve Wills
8c4b29535e - Update to 2014041501
PR:		ports/188695
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> (maintainer)
2014-04-17 01:39:22 +00:00
William Grzybowski
02e69b6b67 devel/py-hgsubversion: update to 1.6 and use auto plist 2014-04-16 23:17:53 +00:00
William Grzybowski
09ca3bfe8b devel/py-pygit2: update to 0.20.3 2014-04-16 23:10:50 +00:00
William Grzybowski
defa3b7c5c devel/py-polib: update to 1.0.4 and use auto plist 2014-04-16 23:03:40 +00:00
William Grzybowski
30c3c27664 devel/py-mongoengine: update to 0.8.7 2014-04-16 22:54:31 +00:00
John Marino
d48ba99bd5 www/midori: Fix pkg-plist
The midori-MidoriViewable.html file no longer installs, breaking the
build against a plist-check.

patch from:	maintainer (Olivier Duchateau)
2014-04-16 22:52:27 +00:00
Olli Hauer
f9e7438289 - fix filesystem touch before install (mod_python33)
- add CONFLICTS_INSTALL
- install egg-info to shut up the qa script (no cherry picking ;(
- rework module installation
- bump PORTREVISION

Noted by swills@
2014-04-16 22:31:32 +00:00
Bryan Drewery
b8856298ff - Detect failure to create PREFIX for pkg_install workaround added in r351422
With hat:	portmgr
2014-04-16 22:27:38 +00:00
Joe Marcus Clarke
d449f1102f Fix partition detection on newer versions of FreeBSD.
Tested by:	Gustau Pérez <gustau.perez@gmail.com>
2014-04-16 22:24:10 +00:00
Bryan Drewery
60c86fe0f7 - During 'make package' create PREFIX if not there to workaround a pkg_install
bug [1] requiring it to be even if creating from STAGEDIR. This is only done
  when NO_STAGE is not set and for pkg_install.

  This fixes the following error with 'make package' from stagedir:

    pkg_create: couldn't resolve path for prefix: /var/qmail: No such file or directory

  [1] This is due to base r231300 requiring the prefix to exist when
      running pkg_create (which may not be true in staging). This was
      fixed in r240682, but never made it to 9.1

With hat:	portmgr
2014-04-16 22:17:41 +00:00
Thierry Thomas
24dadfa176 - Don't generate Makefile for the OS target "linux" but for freebsd;
- Initialize default values for the compilers.

PR:		ports/187115
Submitted by:	/me
Approved by:	maintainer's time-out
2014-04-16 21:39:54 +00:00
Martin Matuska
ec5e312db3 Horde package update:
Horde_ActiveSync 2.13.4 -> 2.14.0
Horde_Image 2.0.6 -> 2.0.7
Horde_Mime_Viewer 2.0.5 -> 2.0.6
2014-04-16 21:37:14 +00:00
Tijl Coosemans
1cde9babac New port: security/libbeid
Support libraries for Belgian government-issued electronic identity cards.
A PKCS #11 module is included that can be used with Mozilla Firefox.

The distfile has been created from upstream trunk revision 1457.
The patches included in the port fix all clang compiler warnings for
-Wall -Wextra -Wno-unused-parameter.
2014-04-16 20:07:15 +00:00
Niclas Zeising
ed04a3f9a7 Bump portrevision for libxml2 shlib change. 2014-04-16 19:57:42 +00:00
Cy Schubert
71a9506740 LOCALBASE/tests should be there after all.
Pointy hat to:	myself
2014-04-16 19:48:56 +00:00
Thierry Thomas
8e525237ac Upgrade to v0.11.24. 2014-04-16 19:30:46 +00:00
Cy Schubert
7e0f2d4476 Update 4.2.7p433 --> 4.2.7p440 2014-04-16 19:28:29 +00:00
Cy Schubert
6b763f3721 Make QAT happy. 2014-04-16 19:25:15 +00:00
Tijl Coosemans
b6021e2573 Add a patch so the port no longer requires procfs.
PR:		ports/188326
Approved by:	Neal Nelson <ports@nicandneal.net> (maintainer)
2014-04-16 19:12:50 +00:00
Niclas Zeising
eb469f31a5 Bump portrevision for shlib change in libxml2
Approved by:	portmgr (bdrewery, implicit)
2014-04-16 19:03:10 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
John Marino
ca9574e7df Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.

Also reset maintainership of etherape - maintainer gone for more than
one yet now.

Approved by:	portmgr (bdrewery)
2014-04-16 18:19:26 +00:00
Marcus von Appen
b51b363560 - Update to version 4.7.2 2014-04-16 18:06:42 +00:00
Marcus von Appen
30951f3c47 - Update to version 1.4.4.12 2014-04-16 17:55:23 +00:00
Marcus von Appen
77a5b2504a - Update to version 0.9.2 2014-04-16 17:52:18 +00:00
Steve Wills
e199b20ac6 - Update to 1.532.3 2014-04-16 17:42:23 +00:00
Cy Schubert
934db87fda Remove extraneous pkg-plist entry. 2014-04-16 17:19:05 +00:00
Cy Schubert
aa41927832 Update 2012.1.15 --> 2014.2.15 2014-04-16 17:16:13 +00:00
Antoine Brodin
e8755ccd4c Chase chasen-base update
Reported by:	pkg-fallout
MFH:		2014Q2
2014-04-16 16:35:54 +00:00
Brooks Davis
dc147c5b69 Remove lang/dragonegg-devel46. It has C++ library incompatibilities
that are impractical to resolve and is unmaintained upstream.
2014-04-16 16:30:01 +00:00
Bryan Drewery
a189085d53 - Make default target "make stage" if staging supported.
This is so that 'make' followed by 'make deinstall install' will, by default,
  have a much shorter period of files missing on the system as it is without
  staging.

Discussed with:	bapt
With hat:	portmgr
2014-04-16 16:29:38 +00:00
Steve Wills
99631c4b6e - Update to 0.9.1
PR:		ports/188655
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2014-04-16 16:12:04 +00:00
Baptiste Daroussin
defeff25f1 Update to 1.3.0 alpha9
Changes:
- Fix important regression due to bad usage of libucl
- Validate keywords against a schema
- repos can now present metadata
2014-04-16 15:23:10 +00:00
Mark Felder
64735bfcdc Just spotted in the 0.7.17 changelog they implemented my request for full
control over the pidfile! Now we no longer scrape the config file to guess
its name, which was based on both the hostname of the server and the port.

Previously, if you changed the hostname of your server you could no longer
signal the running sabnzbd process through the rc framework...
2014-04-16 15:14:29 +00:00
Mark Felder
9db6ccf8ba Update to 0.9.9.10.458 2014-04-16 14:58:57 +00:00
Emanuel Haupt
db92e47fb8 Bump PORTREVISION since the previous commit changed the package list. 2014-04-16 14:54:31 +00:00
Emanuel Haupt
aaa5ab6878 Use @sample pkg-plist macro. 2014-04-16 14:52:54 +00:00