1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

365248 Commits

Author SHA1 Message Date
Juergen Lock
88ee0db664 Update to 2.3.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/332605
2015-04-28 18:53:13 +00:00
Bryan Drewery
f76a76ac06 No need to set GH_TAGNAME; Avoid double version in DISTNAME 2015-04-28 18:49:49 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Roman Bogorodskiy
e4b6dab17f Use gmake to fix build on 9.x. 2015-04-28 17:56:51 +00:00
Jan Beich
50a2f44efb Unbreak build against devel/readline (used on 11.0-CURRENT)
libgdb.a(tui-io.o): In function `tui_setup_io':
tui-io.c:(.text+0x16f8): undefined reference to `readline_echoing_p'
2015-04-28 17:55:41 +00:00
Bartek Rutkowski
be6ef7658e mail/getmail: update MASTER_SITES
PR:		199690
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2015-04-28 17:54:31 +00:00
Sunpoet Po-Chuan Hsieh
f3fe7dd7e0 - Update to 0.7.0
- Use PORTDOCS

Changes:	http://wxglade.sourceforge.net/index.php#news
2015-04-28 17:51:19 +00:00
Sunpoet Po-Chuan Hsieh
dcdaf9c267 - Use net/uriparser instead of bundled one
- Bump PORTREVISION for dependency and package change

PR:		199682 (based on)
Submitted by:	mat
2015-04-28 17:50:43 +00:00
Jan Beich
4024a3d6c1 Don't use profiling and static libreadline after r344754
gdb66 and insight neither build with -pg nor link any other _p library.
For profiling to work the ports may also need to disable stripping of
non-debug symbols, build with -fno-omit-frame-pointer and do so for all
the dependencies as well.

poudriere fails because before 9.0R proflibs were packaged separately
not in DIST list for |jail -c|, and 11.0C removed libreadline while
devel/readline doesn't provide _p variant.

Reported by:	pkg-fallout (-quaterly lacks 84* and head* slaves)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-04-28 17:46:25 +00:00
Diane Bruce
e440929f93 Fix build on 10 and HEAD 2015-04-28 17:36:29 +00:00
Sunpoet Po-Chuan Hsieh
38470493e5 - Update to 4.2.1
Changes:	https://wordpress.org/news/2015/04/wordpress-4-2-1/
PR:		199763
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
MFH:		2015Q2
2015-04-28 17:34:48 +00:00
Bryan Drewery
5f9aedd9d5 No need for bsd.port.options.mk now 2015-04-28 17:27:28 +00:00
Bryan Drewery
fd3dfea0b0 This does not really support GHC 2015-04-28 17:14:23 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Sunpoet Po-Chuan Hsieh
40d87d1e3b - Update to 0.017
Changes:	http://search.cpan.org/dist/File-ConfigDir/Changes
2015-04-28 16:57:11 +00:00
Sunpoet Po-Chuan Hsieh
b1fef539d9 - Update to 0.07
Changes:	http://search.cpan.org/dist/Class-Accessor-Lite/Changes
2015-04-28 16:47:24 +00:00
Sunpoet Po-Chuan Hsieh
13747d2a9c - Update to 0.007
Changes:	http://search.cpan.org/dist/MooX-ConfigFromFile/Changes
2015-04-28 16:45:08 +00:00
Sunpoet Po-Chuan Hsieh
94371dd425 - Update to 4.2.1
Changes:	https://wordpress.org/news/2015/04/wordpress-4-2-1/
PR:		199748
Submitted by:	Mihail Timofeev <9267096@gmail.com> (maintainer)
2015-04-28 16:43:07 +00:00
Sunpoet Po-Chuan Hsieh
e097cd964e - Update to 4.2.1
Changes:	https://de.wordpress.org/2015/04/27/wordpress-4-2-1-security-release/
MFH:		2015Q2
2015-04-28 16:43:02 +00:00
Sunpoet Po-Chuan Hsieh
d575e3f5c0 - Update MASTER_SITES: move from Google Code to GitHub
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for package change
2015-04-28 16:42:55 +00:00
Kurt Jaeger
a7416deae0 devel/p5-CBOR-XS: update 1.26 -> 1.30
- the incremental parser didn't properly parse tagged values
  (testcase by Mons Anderson).
- slightly speed up encoding of plain (nonmagical) arrays.
- try to clarify further that effectively all 32 bit architectures
  have 64 bit integer support.
- upgrade libecb

PR:		199759
Submitted by:	adamw
2015-04-28 16:10:05 +00:00
John Marino
b6cf1c2c3b lang/gcc5-aux: Build in one stage by default, new bootstrap for DF
The original intention was to build update all the bootstrap compilers
to be based on GCC5, but right now I'm only doing that for DragonFly.
After June 30, I might rebuild the bootstrap compiler on FreeBSD 10.1,
but right now gcc5-aux is building fine on FreeBSD in one stage, even
though their bootstrap is based on GCC 4.9.

Right now, gcc5-aux is building with 3 full stages.  I'm switching it to
a single stage build, but adding an off-by-default option to build it
in three stages again.  With one stage, libcc1 is not built, but with
three stages it is.  LibCC1 is meant to support the upcoming release of
GDB so it's currently not needed (it fails to build if gcc is not fully
bootstrapping which is why it's disabled)

This brings the build down to about 9-14 minutes versus 60-90 minutes
depending on the (average power) machine.

Also, I've explicitly limited the build to i386 and amd64 on FreeBSD and
I have dropped i386 support on DragonFly, which could only have been
build on DragonFly 3.8 or earlier.

Also, I removed the iconv dependency when a bootstrap compiler is being
created (the all-overriding BOOTSTRAP option for the maintainer)
2015-04-28 15:57:59 +00:00
Antoine Brodin
a5673b92fb Do not error on dependency on ${NONEXISTENT}:dir:target when STRICT_DEPENDS
is set

Reviewed by:	bdrewery
With hat:	portmgr
2015-04-28 15:56:30 +00:00
Jan Beich
35ee26662c - Update to 3.0.9
ChangeLog (trimmed):
- Add check if extract command failed
2015-04-28 15:42:44 +00:00
Bryan Drewery
750553e951 Update to 0.1.1
PR:		199735
Submitted by:	waitman@waitman.net (maintainer)
2015-04-28 15:16:09 +00:00
Bryan Drewery
17a5385f17 Release maintainership. I've never used this. 2015-04-28 15:11:07 +00:00
Adam Weinberger
95d823288b Update to 0.27.
Changes: https://metacpan.org/changes/distribution/Server-Starter

Approved by:	maintainer (implicit for updates)
2015-04-28 15:06:18 +00:00
Renato Botelho
d85290007c Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default

Approved by:	zi@
Sponsored by:	Netgate
2015-04-28 15:02:20 +00:00
Sunpoet Po-Chuan Hsieh
c6e2767b26 - Add PORTSCOUT 2015-04-28 15:01:21 +00:00
Adam Weinberger
98ad8e8462 Update to 4.7.0, pet portlint, rename patch files so the names are
unambiguous, and assign maintainership to submitter.

PR:		199614
Submitted by:	Ben Woods (new maintainer)
2015-04-28 14:47:42 +00:00
Gerald Pfeifer
1e75b9ebaf Fix MASTER_SITE_SUBDIR.
Reported by:	jbeich
Pointy Hat to:	whatever injects distcache.FreeBSD.org into my testing
2015-04-28 14:01:38 +00:00
Mathieu Arnold
7ca143c83b Portscout thinks 1.9 is after 1.9a, which is, of course, wrong :-)
Sponsored by:	Absolight
2015-04-28 13:45:12 +00:00
Mathieu Arnold
14dce3b960 Try to have portscout ignore x.y.z versions.
Sponsored by:	Absolight
2015-04-28 13:43:36 +00:00
Mark Felder
e2362a17a9 Include high availability patch to give us feature parity with Linux
distros which include this patch in their packages for many years now.

PR:		198498
2015-04-28 13:36:55 +00:00
Frederic Culot
0a67485bc0 - Update to 0.5.4
- Take maintainership

Changes:	https://github.com/defunkt/pystache/blob/master/HISTORY.md
2015-04-28 13:26:43 +00:00
Mathieu Arnold
ae88782c5a Update to 1.05.
Sponsored by:	Absolight
2015-04-28 13:16:49 +00:00
Frederic Culot
a9b50613f4 - Update to 3.1.21 [1]
- Add LICENSE (LGPL3)

Changes:	http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt
PR:		199680 [1]
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-04-28 13:00:25 +00:00
Antoine Brodin
9a9b4fb54c Mark BROKEN: fails to configure
===>  Configuring for ncbi-blast+-2.2.30_2
configure: error: --localstatedir=/var:  unknown option;  use --help to show usage

Reported by:	pkg-fallout
2015-04-28 12:29:12 +00:00
John Marino
2da398a96a lang/gcc5-aux: r384038 (iconv commit) broken DragonFly, Fix
Swapping LIBS with LDFLAGS and removing the *_configargs definitions
allows gcc5-aux to build on all supported platforms.  Now that gcc5 has
been released, new bootstrap compilers should be created for both FreeBSD
and DragonFly in order remove bootstrapping requirement (previously
gcc5 built live but not in poudriere, reason still unknown).
2015-04-28 12:16:33 +00:00
Mathieu Arnold
2253affb5b Update to 0.78.
Sponsored by:	Absolight
2015-04-28 11:58:47 +00:00
Renato Botelho
e6ae101fda Update to 2.3.7 2015-04-28 10:06:36 +00:00
Marc Fonvieille
54074c6225 Update to r46616 of the FreeBSD docset.
Approved by:	doceng (implicit)
2015-04-28 09:11:08 +00:00
Frederic Culot
2081308d00 - Update to 0.6804
Changes:	http://search.cpan.org/dist/Mail-LMLM/Changes
2015-04-28 08:46:53 +00:00
Emanuel Haupt
251dec755d Specify PORTSCOUT hints. 2015-04-28 07:53:48 +00:00
John Marino
33b254a7d0 lang/gcc5: Remove Dragonfly's Makefile; it's no longer needed
Now that the JAVA exclusion is part of the main Makefile, the only thing
Makefile.DragonFly was doing was supporting pre-gcc5 dev branch.  Those
users have a static package available to them, and in general they are
expected to upgrade to post-gcc5 in base anyway.  Thus the DF makefile
is no longer necessary.
2015-04-28 06:32:23 +00:00
Veniamin Gvozdikov
397b53e40d - Update to 1.7.85
Changelog:
*  Improved reporting of invalid chunk names. Does not try to put
     non-printable characters in STDERR; displays hex numbers instead.
*  Fixed include path for utime.h on MSVC (Louis McLaughlin).
*  Eliminated "FAR" memory support (it was removed from libpng at version
     1.6.0).
*  Disabled the "-already_crushed" option which does not really work well.

PR:		ports/199520
Submitted by:	Anton Sayetsky <vsasjason@gmail.com> (maintainer)
2015-04-28 06:05:35 +00:00
Veniamin Gvozdikov
704ce8f2bf New port: www/itop
iTop stands for IT Operational Portal.
iTop is an Open Source web application for the day to day operations
of an IT environment. iTop was designed with the ITIL best practices
in mind but does not dictate any specific process, the application
is flexible enough to adapt to your processes whether you want rather
informal and pragmatic processes or a strict ITIL aligned behavior.

WWW: http://www.combodo.com/

PR:		ports/199646
Submitted by:	olevole@olevole.ru
2015-04-28 05:42:27 +00:00
Greg Lewis
010c48ac48 . Update to 7u80. 2015-04-28 05:40:24 +00:00
Vanilla I. Shu
4cfdfde32f Add euclid-wm 0.4.3, minimalist, tiling window manager for X11.
PR:		199713
Submitted by:	anastmag@gmail.com
2015-04-28 03:50:28 +00:00
Gerald Pfeifer
45a4754eff Update to the 5.1 release, the first release of the GCC 5 series.
The default mode for C is now -std=gnu11 instead of -std=gnu89.
New warning options -Wc90-c99-compat and -Wc99-c11-compat may
prove useful on that front.

The C++ front end now has full C++14 language support including
C++14 variable templates, C++14 aggregates with non-static data
member initializers, C++14 extended constexpr, and more.
The Standard C++ Library (libstdc++) has full C++11 support and
experimental full C++14 support.  It uses a new ABI by default.

There have been significant improvements to inter-procedural optimizations
and link-time optimization such as One Definition Rule based merging of C++
types as well as register allocation.

OpenMP 4.0 specification offloading features are now supported by the C,
C++, and Fortran compilers.  Cilk Plus, an extension to the C and C++
languages to support data and task parallelism, has been added as well.

New warning options -Wswitch-bool, -Wlogical-not-parentheses,
-Wbool-compare and -Wsizeof-array-argument may prove useful as
may new preprocessor directives __has_include, __has_include_next,
and __has_attribute.

GCC can now be built as a shared library for embedding in other processes
(such as interpreters), suitable for Just-In-Time compilation to machine
code.  This provides a C API and a C++ wrapper API.

Many code generation improvements for AArch64, ARM, support for
AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally
improvements on many targets.

The Local Register Allocator (LRA) now contains a rematerialization
subpass and is able to reuse the PIC hard register on x86/x86-64 to
improve performance of position independent code.

https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of
changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid
overview of issue you may encountering porting to this new version.
2015-04-27 23:42:09 +00:00