1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

254126 Commits

Author SHA1 Message Date
Jun Kuriyama
abb41e8a5d - Unbreak by adding forgotten patch.
PR:		ports/155517
Submitted by:	tota
Pointy hat to:	kuriyama
2011-03-26 15:18:32 +00:00
Jun Kuriyama
696094b1b0 - Upgrade to 0.9.2.
PR:		ports/155053
Submitted by:	swills
2011-03-26 15:16:28 +00:00
Emanuel Haupt
7cb0f4833e Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead. 2011-03-26 10:06:56 +00:00
Baptiste Daroussin
877c97bd62 - update to 1.03
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/File-ShareDir-1.03/Changes
2011-03-26 09:47:57 +00:00
Andrej Zverev
01ee064305 Update to 1.33 2011-03-26 09:34:18 +00:00
Dennis Herrmann
29229374e7 - Update to 2011.03.25 2011-03-26 09:24:47 +00:00
Andrej Zverev
c3727c77ff Update to 0.05 2011-03-26 09:18:52 +00:00
Kevin Lo
84f4cd3f67 Update to 1.2.12 2011-03-26 08:51:00 +00:00
Rong-En Fan
ce91af2183 - Update to 2011.03.17
PR:		ports/155899
Submitted by:	Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2011-03-26 07:52:20 +00:00
Dennis Herrmann
088ea37397 - Update to 1.339
PR:		ports/155935
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
2011-03-26 07:09:16 +00:00
Li-Wen Hsu
52c62da92b - Update to 1.403 2011-03-26 04:57:18 +00:00
Li-Wen Hsu
401374f66e - Update to 2.5.2 2011-03-26 04:48:25 +00:00
Gordon Tetlow
76470bbcf5 Update p4web port to 2010.2/293336. 2011-03-26 04:12:55 +00:00
Brendan Fabeny
a18f63218b Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
2011-03-26 01:39:07 +00:00
Gerald Pfeifer
d55f0b8172 Update to the release of GCC 4.6.0 (basically). Really too many changes
to sensibly list here, but http://gcc.gnu.org/gcc-4.6/changes.html has a
nice overview.

Some highlights include

 - a new quad-precision library that's used by the Fortran frontend
   (on x86 and amd64);
 - new -Wunused-but-set-variable and -Wunused-but-set-parameter warnings
   for C family languages (enabled by -Wall and -Wall -Wextra, too);
 - new -Wdouble-promotion warning for implicit promotions to double;
 - a new general optimization level -Ofast combines -O3 with options that
   can affect standards compliance but result in better optimized code;
 - link-time optimizations (LTO) now scaling to large input sizes, using
   better heuristics, and optimizing more aggressively;
 - new command-line options -fstack-usage and -fstrict-volatile-bitfields
   (for precisely defining and accessing memory-mapped peripheral registers);
 - function attribute leaf that allows for more aggressive optimizations;
 - new data type __int128 for targets having wide enough machine-mode support;
 - support for selectively enabling and disabling warnings via
   #pragma GCC diagnostic has been added. For instance:

     #pragma GCC diagnostic error "-Wuninitialized"
       foo(a);			/* error is given for this one */
     #pragma GCC diagnostic push
     #pragma GCC diagnostic ignored "-Wuninitialized"
       foo(b);			/* no diagnostic for this one */
     #pragma GCC diagnostic pop
       foo(c);			/* error is given for this one */
     #pragma GCC diagnostic pop
      foo(d);			/* depends on command line options */

 - new command-line option-fmax-errors=N;
 - experimental support for some features from the upcoming ISO C1X;
 - similarly for ISO C++0x including constexpr, nullptr, noexcept,
   unrestricted unions, range-based for loops, opaque enums, implicitly
   deleted functions, and implicit move constructors;
 - default warning when integers are cast to larger pointer types,
   to disable via -Wno-int-to-pointer-cast;
 - signficiantly better diagnostics for C++ code;
 - loads and loads and loads of improvements to the Fortran frontend;
 - a new Go frontend and run-time library;
 - massive work on Objective-C and Objective-C++; notably extensive
   support for Objective-C 2.0  (not enabled by this port yet);
 - support for Intel Core 2 processors (-march=core2, -mtune=core2),
   Intel Core i3/i5/i7 processors /with AVS (-march=corei7, -mtune=corei7,
   -march=corei7-avx, -mtune=corei7-avx);
 - support for AMD Bobcat (fam 14) processors (-march=btver1, -mtune=btver1);

Caveat:

 - Most libstdc++ standard headers have been changed to no longer include
   the cstddef header as an implementation detail.
2011-03-26 01:33:11 +00:00
Dmitry Marakasov
ab28bb48d7 - Update to 0.0.16 2011-03-26 01:12:10 +00:00
Baptiste Daroussin
e0da1be66e - update to 1.44
- add licenses
- changes: http://cpansearch.perl.org/src/KIMRYAN/Locale-SubCountry-1.44/Changes
2011-03-25 23:29:49 +00:00
Martin Wilke
638f685c98 - Fix Build 2011-03-25 23:14:06 +00:00
Baptiste Daroussin
cafd9186a5 - update to 1.7
- changes: http://search.cpan.org/src/DANIEL/Crypt-Cracklib-1.7/Changes
2011-03-25 23:06:24 +00:00
Baptiste Daroussin
594388b96a - update to 0.10 2011-03-25 22:58:13 +00:00
Baptiste Daroussin
ffd7f7b757 - update to 0.13
- add WWW
- add licenses
- changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcelXML-0.13/Changes
2011-03-25 22:56:20 +00:00
Baptiste Daroussin
5e20f20773 - update to 2.01 2011-03-25 22:34:23 +00:00
Gordon Tetlow
518811008e Update p4d port to 2010.2/295040. 2011-03-25 22:12:42 +00:00
Gordon Tetlow
497e843367 Update p4 port to 2010.2/295040. 2011-03-25 22:09:50 +00:00
Pav Lucistnik
d2184367b3 - Fix manpage packaging
Reported by:	pointyhat
2011-03-25 21:11:42 +00:00
Pav Lucistnik
e420a16991 - Mark BROKEN on 9.X: does not build
task-manager-freebsd.c:143: error: 'MAXSLP' undeclared (first use in this function)

Reported by:	pointyhat
2011-03-25 21:10:01 +00:00
Pav Lucistnik
c89d417756 - Stop removing share/mime-info dir, it is now owned by one of the dependencies
Reported by:	pointyhat
2011-03-25 21:07:03 +00:00
Pav Lucistnik
682017d6e5 - Mark BROKEN: does not build
Reported by:	pointyhat
2011-03-25 21:05:03 +00:00
Pav Lucistnik
bc046831af - Mark BROKEN on amd64/9: does not link
Reported by:	pointyhat
2011-03-25 21:02:39 +00:00
Pav Lucistnik
df339ef28a - Fix build on -CURRENT
PR:		ports/155771
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2011-03-25 20:58:07 +00:00
Pav Lucistnik
ccceb51969 - Mark BROKEN on 9.X: does not compile
Reported by:	pointyhat
2011-03-25 20:55:02 +00:00
Pav Lucistnik
a33f88dc6a - Restore the rest of dropped licenses
Pointy hat to:	tabthorpe
2011-03-25 20:52:48 +00:00
Pav Lucistnik
dce63a1399 - Mark BROKEN: does not build
Reported by:	pointyhat
2011-03-25 20:46:25 +00:00
Pav Lucistnik
b111429de3 - Mark BROKEN on amd64/9: does not link
Reported by:	pointyhat
2011-03-25 20:45:02 +00:00
Pav Lucistnik
c9f237e081 - Re-add ISCL to the list of licenses
Pointy hat to:	tabthorpe (licensing overlord)
Reported by:	pointyhat
2011-03-25 20:41:18 +00:00
Pav Lucistnik
cff8245c29 - Mark BROKEN on 9.X: does not compile
Reported by:	pointyhat
2011-03-25 20:35:40 +00:00
Pav Lucistnik
3f71568f99 - Mark BROKEN: does not compile
Reported by:	pointyhat
2011-03-25 20:33:35 +00:00
Dmitry Marakasov
4c6d75febf - Update to 0.2
- Chase astro/gpsd shlib version bump

Submitted by:	glebius (maintainer)
2011-03-25 20:33:06 +00:00
Dmitry Marakasov
cb25c93663 - Chase astro/gpsd shlib version bump
- Add patches required for compatibility with new version of libgps

Submitted by:	glebius
Tested by:	glebius
2011-03-25 20:30:55 +00:00
Juergen Lock
b63f412766 - Add patch to improve vdpau stability (backported from [1].)
- Add (optional) patch for VAAPI/libva support ([2], with a crude
  check added by me to improve fallback when hardware/driver support
  is missing.)
- Take maintainership. [3]
- Bump PORTREVISION.

PR:		ports/155871
Submitted by:	nox (self)
Obtained from:	http://hg.debian.org/hg/xine-lib/xine-lib-1.2/rev/c655ca7b6bce [1],
		http://test.oppserver.net/xine/ffmpeg-vaapi_xine-lib-1.1.19.diff [2]
Approved by:	makc (previous maintainer, via private email) [3]
2011-03-25 20:30:31 +00:00
Pav Lucistnik
1ef269ccbe - Mark BROKEN on 9.X and recent 8-STBALE:
misc.h:110: error: conflicting types for 'log2'

Reported by:	pointyhat
2011-03-25 20:27:24 +00:00
Pav Lucistnik
35a2ae61c9 - Mark BROKEN: fails to patch
Reported by:	pointyhat
2011-03-25 20:24:54 +00:00
Pav Lucistnik
8d9e56de78 - Mark BROKEN on 9.X:
moddevinfo.ui.h:38: error: 'DIS_ATTACHED' was not declared in this scope

Reported by:	pointyhat
2011-03-25 20:22:25 +00:00
Pav Lucistnik
c480164d7c - Mark BROKEN on 9.X and recent 8-STABLE:
dumb-kode54/src/it/itrender.c:3541: error: conflicting types for 'log2'

Reported by:	pointyhat
2011-03-25 20:19:50 +00:00
Pav Lucistnik
27246fe086 - Mark BROKEN on 9.X: does not configure
Reported by:	pointyhat
2011-03-25 20:16:51 +00:00
Pav Lucistnik
171d220656 - Update to 3.2.0 2011-03-25 20:15:26 +00:00
Pav Lucistnik
f1d5093fa8 - Not MAKE_JOBS_SAFE
Reported by:	pointyhat
2011-03-25 20:12:06 +00:00
Pav Lucistnik
27c83281d4 - Mark BROKEN on 9.X: fails to install
Reported by:	pointyhat
2011-03-25 20:09:58 +00:00
Dmitry Marakasov
c9e7625544 - Update to 2.96
Submitted by:	glebius (maintainer)
2011-03-25 19:41:45 +00:00
Alberto Villa
564fdbc11a - Update to 1.0. 2011-03-25 19:27:16 +00:00