Commit Graph

13406 Commits

Author SHA1 Message Date
Baptiste Daroussin
1854d9d7a3 Fix packaging as a user
Strip binaries
2014-12-17 14:46:22 +00:00
Mathieu Arnold
64835f0cdc Make Perl link all .so it builds with libperl.so.
It makes upgrading from one Perl major version to another way easier.  For
binary package users, it means pkg upgrade will detect the libperl.so.x.yy
change, and reinstall the affected packages.  For users using ports, it will
save rebuild time as it's easier to detect what ports really need to be
rebuilt.

PR:		195821
Differential Revision: https://reviews.freebsd.org/D1241
Submitted by:	mat
Reviewed by:	antoine, bdrewery
Exp-run by:	antoine
With hat:	perl
Sponsored by:	Absolight
2014-12-17 13:21:56 +00:00
Mathieu Arnold
2efcdc99a9 Retire BSDPAN.
It was never converted to pkg, and starting with Perl 5.18 gives out
annoying warnings.

Differential Revision: https://reviews.freebsd.org/D1318
Reviewed by:	swills
With hat:	perl
Sponsored by:	Absolight
2014-12-17 12:59:30 +00:00
Antoine Brodin
aa097967e6 Fix plist on i386 2014-12-13 22:43:46 +00:00
Julien Laffaye
fbf520bc22 - Update to 1.4 2014-12-13 21:28:16 +00:00
Jimmy Olgeni
09cf5a276a Upgrade to version 17.4. 2014-12-11 15:59:33 +00:00
Alexey Dokuchaev
79a1c3000b - Update to version 2.0
- Contract MASTER_SITES (and thus strip MASTER_SITE_SUBDIR)
- Cleanup Makefile and reformat pkg-descr while here
2014-12-11 13:03:57 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Dmitry Marakasov
079aff30f4 Strip library 2014-12-09 14:09:19 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
David Naylor
55bee34488 Update lang/pypy3-devel to 2.4.0.
Changes:
 * Carry across _sqlite.py fix from lang/pypy
 * Strip cffi shared libraries (from lang/pypy)

Change Log:
 - Various fsencode PEP 383 related fixes to the posix module (readlink, uname,
   ttyname and ctermid) and improved locale handling
 - Fixed a couple different crashes related to parsing Python 3 source code
 - internal refactoring in string and GIL handling which led to significant
   speedups
 - improved handling of multiple objects (like sockets) in long-running
   programs. They are collected and released more efficiently, reducing memory
   use. In simpler terms - we closed what looked like a memory leak
2014-12-07 18:58:05 +00:00
David Naylor
a154ccdbaa Update lang/pypy-devel to 2.4.0.
Release update for further testing by community.

Change Log:
 - Reduced internal copying of bytearray operations
 - Tweak the internal structure of StringBuilder to speed up large string
   handling, which becomes advantageous on large programs at the cost of
   slightly slower small benchmark type programs.
 - Move to a mixed polling and mutex GIL model that make mutlithreaded jitted
   code run much faster
 - Remove ctypes pythonapi and ctypes.PyDLL, which never worked on PyPy
 - Fix performance regression on ufunc(<scalar>, <scalar>) in numpy
 - Classes in the ast module are now distinct from structures used by the
   compiler, which simplifies and speeds up translation of our source code to
   the PyPy binary interpreter
 - Upgrade stdlib from 2.7.5 to 2.7.8
2014-12-07 16:34:44 +00:00
Johan van Selst
5a46893045 Update to mawk 1.3.4-20141206 (bugfix release) 2014-12-07 11:00:56 +00:00
Rene Ladan
f79100a357 lang/bas2tap: Overdue update to 2.6, portscout did not notice this one... 2014-12-07 10:07:20 +00:00
Baptiste Daroussin
79aafb2cb5 Fix typo 2014-12-07 09:47:43 +00:00
Baptiste Daroussin
f175aaca84 Fix build when compiler is clang 2014-12-07 09:25:00 +00:00
Mark Felder
52cfdd97a6 Update BSD license
Fix COMMENT to appease portlint
2014-12-06 20:36:01 +00:00
Mark Felder
45524faed5 Update "BSD" license 2014-12-06 20:35:24 +00:00
Pawel Pekala
f1d2d698cb - Update to version 2.0.b5
- Add LICENSE

PR:		194887
Submitted by:	pfg
2014-12-06 13:41:44 +00:00
Li-Wen Hsu
360c42522d - Update to 1.1.0 2014-12-06 12:38:53 +00:00
Sunpoet Po-Chuan Hsieh
0bb9587da4 - Fix build with clang 3.5.0
PR:		ports/195666
Submitted by:	dim
2014-12-05 17:12:42 +00:00
Sunpoet Po-Chuan Hsieh
2938c3e1e1 - Remove lang/python from BUILD_DEPENDS
- Fix SHEBANG_FILES
- Respect LOCALBASE
- Use REINPLACE_CMD instead of patch files
- Move ONLY_FOR_ARCHS upward
2014-12-05 16:54:14 +00:00
Sunpoet Po-Chuan Hsieh
6f09fa335b - Remove lang/python from BUILD_DEPENDS
- Use USES=shebangfix
- Use REINPLACE_CMD instead of patch files
- Move ONLY_FOR_ARCHS upward
2014-12-05 16:53:54 +00:00
Philippe Audeoud
a2f606f242 - Update to 1.32 2014-12-05 15:32:16 +00:00
Sunpoet Po-Chuan Hsieh
1ca4e5b999 - Fix build when DEFAULT_VERSIONS=python=3.* 2014-12-05 15:26:59 +00:00
Mathieu Arnold
ccbded4867 One last cleanup, factorize a few things into variables, add a few entries to
PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around.

Differential Revision:	https://reviews.freebsd.org/D1254
Sponsored by:	Absolight
2014-12-02 16:27:00 +00:00
Rene Ladan
725301185e Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version, needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete clang-3.2
2014-12-01 19:21:41 +00:00
Gerald Pfeifer
5ba43774d4 Update to the 20141130 snapshot of GCC 5.0. 2014-12-01 02:06:08 +00:00
Antoine Brodin
a32054e27e Allow building with bison 3
PR:		ports/194680
2014-11-30 11:20:35 +00:00
Antoine Brodin
3886ccb5b3 Cleanup plist of ocaml ports
With hat:	portmgr
2014-11-29 23:56:21 +00:00
Gerald Pfeifer
aef20687fc Update to the 20141126 snapshot of GCC 4.9.3. 2014-11-29 19:18:41 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mathieu Arnold
84a0cdc20e Really disable MULTIPLICITY if disabled in OPTIONS, and as it was always on
before, add it to the OPTIONS_DEFAULT to not change the default behavior.

Noticed by:	ache
Sponsored by:	Absolight
2014-11-29 14:56:26 +00:00
Rene Ladan
3b3ed051bc Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
2014-11-29 14:33:15 +00:00
Baptiste Daroussin
4c5a127774 Duktape is an embeddable Javascript engine, with a focus on portability and
compact footprint.

Duktape is easy to integrate into a C/C++ project: add duktape.c and duktape.h
to your build, and use the Duktape API to call Ecmascript functions from C code
and vice versa.

Main features:

  * Embeddable, portable, compact; about 210kB code, 80kB memory, 40kLoC source
(excluding comments etc)
  * Ecmascript E5/E5.1 compliant, some features borrowed
    from E6 draft
  * Built-in regular expression engine
  * Built-in Unicode support
  * Minimal platform dependencies
  * Combined reference counting and mark-and-sweep garbage collection with
    finalization
  * Custom features like coroutines, built-in logging framework, and built-in
    CommonJS-based module loading framework
  * Property virtualization using a subset of Ecmascript E6 Proxy object
  * Liberal license (MIT)
2014-11-28 22:53:19 +00:00
Mathieu Arnold
903832c6e4 Fixup the makewhatis errors.
Sponsored by:	Absolight
2014-11-28 12:43:50 +00:00
John Marino
0e4847e1d9 lang/gcc-aux: Fix symbolic trace on FreeBSD
Recent gcc creates debug information in dwarf4 format, something that
the base version of addr2line on FreeBSD cannot understand.  When the
compiler requires binutils from ports to build, then ensure the
symbolic tracing code also uses addr2line from the same binutils (which
is already available due to RUN_DEPENDS requirements).  Since DragonFly
3.6 and lower are no longer officially supported, this change only
affects FreeBSD, but it affects all supported releases.  The conditional
code for DragonFly 3.6 has been removed while here.

Reported by:	Natacha Porte
PR:		195465
2014-11-28 12:43:03 +00:00
Mathieu Arnold
3fd082fa72 /usr/bin/env is in SETENV, not ENV, and sometime, ENV=$USER/.shrc, which of
course, won't work.

Noticed by:	Richard Clayton
Sponsored by:	Absolight
2014-11-27 15:19:51 +00:00
Mathieu Arnold
2b9d2f09c7 Get the man config file right.
Sponsored by:	Absolight
2014-11-27 13:44:08 +00:00
Mathieu Arnold
a8d190efe1 And point man to the new right place.
Sponsored by:	Absolight
2014-11-27 10:00:55 +00:00
Mathieu Arnold
8e245f6ddc - Bring back the .packlist files, many people need them, they will
automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
  libperl.so.5.18. To keep software linked with it working, provide a
  libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
  modules that ship with Perl and are in the ports tree.

Sponsored by:	Absolight
2014-11-27 09:57:39 +00:00
Alex Dupre
60d4d872e1 Fix build into jails with DTRACE enabled.
PR:		190662
Submitted by:	Martin Vahi <martin.vahi@softf1.com>
2014-11-27 09:41:17 +00:00
Mathieu Arnold
0c789712bb Now that 5.18 is the default, deprecate Perl 5.14 and Perl 5.16, the first one
at the end of the year, the second one next summer, by then 5.20 will be the
default, and 5.22 will be in the tree.

Sponsored by:	Absolight
2014-11-26 13:30:30 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Grzegorz Blach
273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00
Gerald Pfeifer
7955664d93 Update to the 20141123 snapshot of GCC 5.0. Keep in mind that this
now defaults to the C11 standard, not C89 any more.
2014-11-24 15:05:48 +00:00
Jimmy Olgeni
d4ed81b80b Set perl5 as a build-only dependency. 2014-11-23 22:31:25 +00:00
Jimmy Olgeni
cbc1f058e6 Use autoconf:env as runtime ports and set perl5 as a build-only dependency. 2014-11-23 22:31:04 +00:00
Alexey Dokuchaev
ef7fd9a68a - Update to version 0.92.4, the latest stable to date
- Remove BROKEN on ia64 statement, it was never a first-class architecture
  and was officially killed in -CURRENT recently
- Do not manually strip *.so files in pre-install target, they're already
  installed stripped
- Allow staging as regular user (or stripping fails due to BINMODE == 555)
- Remove unneeded (and thus confusing) global suffixes in REINPLACE_CMD's
- Fix bogus whitespace on Makefile line 17, sort and wrap long USES line
2014-11-23 11:34:04 +00:00
Chris Rees
8f2d6777f1 Fix some USE_PGSQL that were missed before
Submitted by:	antoine
2014-11-22 22:32:45 +00:00