Commit graph

11096 commits

Author SHA1 Message Date
Guido Falsi
98c91dc6d2 - Unbreak on ARCH != i386
- Change CONFLICTS

Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer, via email)
Approved by:	crees (mentor)
2012-08-28 12:02:30 +00:00
Jimmy Olgeni
6e04db9df9 Fix tinderbox leftovers warning from r303095: do not install
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
2012-08-27 20:38:40 +00:00
Brooks Davis
badfe4d42c Fix creation of position independent executables (-fPIE -pie).
There were two bugs here.  First, -pie was not passed to ld.  Second,
non-relocatable versions of three *crt*.o archives were used in the pie
case.

Additionally, link with crtbeginT.o in the -static case.

Shift style towards that of the Linux code since much of the new login was
cribbed from it.

Reported by:	jonathan
2012-08-27 16:18:52 +00:00
Gerald Pfeifer
1de64f8f94 Update to the 20120826 snapshot of GCC 4.8.0. 2012-08-27 08:11:33 +00:00
Gerald Pfeifer
e399a9f1af Update to the 20120825 snapshot of GCC 4.7.2. 2012-08-26 00:40:13 +00:00
Gerald Pfeifer
ddbf2f7d67 Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies.

Reported by:	linimon [1]
2012-08-25 15:04:46 +00:00
Mikhail Teterin
4f67c9a236 Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.

Bump PORTREVISIONs for both.
2012-08-24 17:16:37 +00:00
Guido Falsi
42f540ca33 - Update to version 3.2.0
- Add conflict with lang/sdcc-devel [1]
- Convert to OptionsNG
- Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one
  by upstream project under FreeBSD

PR:		ports/170371
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by:	Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1]
Approved by:	tabthorpe (mentor)
2012-08-24 16:58:07 +00:00
Xin LI
2210aeb44f Update to 2.0.1 and use Java 1.7+.
PR:		ports/170942
Approved by:	maintainer
2012-08-23 23:00:50 +00:00
Brooks Davis
780c634d26 Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils.
2012-08-23 21:04:16 +00:00
Jung-uk Kim
a7d95c343a Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:
http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
2012-08-23 21:02:09 +00:00
Cy Schubert
553e735147 Update 2.059 --> 2.060 2012-08-23 15:16:26 +00:00
Cy Schubert
104ba09978 Update 1.074 --> 1.075 2012-08-23 15:15:16 +00:00
Alex Dupre
f83b30b961 Add all PDO drivers. 2012-08-23 14:56:13 +00:00
Alex Dupre
dfc4377001 Update to 5.4.6 release. 2012-08-23 14:54:48 +00:00
Florian Smeets
8b2084bb71 - Update to 5.3.16
- Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1]

PR:		ports/170401 [1]
Submitted by:	bdrewery [1]
2012-08-22 20:40:40 +00:00
Erwin Lansing
1f2d5f0403 Mark BROKEN everywhere
Submitted by:	pointyhat
2012-08-22 06:56:56 +00:00
Gerald Pfeifer
c6d9a9155d Convert to the new options framework.
Remove ABI version numbers for all library dependencies.

Update to the 20120817 snapshot of GCC 4.6.4.
2012-08-22 00:41:37 +00:00
Jeremy Messenger
58afbd4743 The tarball has been reroll for some reason as there is no change. 2012-08-21 22:36:41 +00:00
Gerald Pfeifer
b1872fb339 Update to the 20120818 snapshot of GCC 4.7.2. 2012-08-21 21:01:21 +00:00
Beat Gaetzi
3466ea93cb - Mark BROKEN: checksum mismatch
Reported by:	pointyhat
2012-08-21 19:00:32 +00:00
Gerald Pfeifer
3d0a6e81c9 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:53:22 +00:00
Gerald Pfeifer
5c0bda5094 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:38:53 +00:00
Erwin Lansing
2ff7128916 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-08-20 07:09:24 +00:00
Jimmy Olgeni
efb8ecbe48 Revert test code that crept in on r302526.
Submitted by:	Jarrod Sayers <jarrod downtools.com.au>
2012-08-19 04:26:58 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Jimmy Olgeni
d436594f10 Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS and LATEST_LINK
- Remove ABI versions from LIB_DEPENDS

Also:

- Remove unnecessary NOPORTDOCS check
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
2012-08-18 10:28:18 +00:00
Jimmy Olgeni
dab04f1eef Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS
2012-08-18 10:18:27 +00:00
Jimmy Olgeni
b7e92b9c87 Add experimental DTrace support.
Obtained from:	Kenji Rikitake's Erlang port on github
		https://github.com/jj1bdx/erlang-freebsd-port
2012-08-17 13:16:43 +00:00
Jimmy Olgeni
fc25c1f324 Fix LATEST_LINK. 2012-08-16 15:40:57 +00:00
Pietro Cerutti
a063b29857 - Update to 05_20120806
Changes:
  * The new library image.s7i was added. The contents of this library
    was extracted from the program "carddemo.sd7".
  * The new library make.s7i was added. The contents of this library
    was extracted from the program "make7.sd7".
  * The function 'str' and the 'parse' operator were added to the
    library bstring.s7i.
  * The function readDir was added to the library tar.s7i.
  * A documentation comment was improved in the library bigint.s7i.
  * The generation of bstring constants in the compiler (comp.sd7) was
    improved.
  * The function intStrHex was renamed to intStrPow2Base in the files
    "int_rtl.c", "int_rtl.h" and in the compiler. The new function is
    used to convert an integer to a string, when the number base is a
    power of two.
  * The function stri_export was renamed to stri_export_utf8 in the C
    source files.
  * The function cp_to_cstri was renamed to cp_to_cstri8 in the C
    source files.
  * Documentation comments were added and improved in the file
    "striutl.c".
  * The makefile mk_msvc.mak was changed to write a definition of
    LIMITED_CSTRI_LITERAL_LEN to "version.h".
  * Documentation comments were improved in the libraries idxarray.s7i,
    array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i
    and time.s7i.
  * Parameter names were added to function definitions in the
    libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i.
  * The compiler was improved to generate better inline code for set
    membership (operator: in).
  * The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were
    improved to return FILE_ABSENT, when the file name is too long
    (stat() respectively lstat() return an error and errno has the
    value ENAMETOOLONG) or when the file name is an empty string.
  * The new libraries subrange.s7i, ref_list.s7i and reference.s7i were
    added. The contents of this libraries were extracted from the
    seed7_05.s7i library.
2012-08-16 09:44:04 +00:00
Jimmy Olgeni
a40f1404b2 Document conflicts with Erlang R14. 2012-08-15 20:17:48 +00:00
Jimmy Olgeni
b4b19682a7 Connect lang/erlang14 to the build. 2012-08-15 20:16:06 +00:00
Jimmy Olgeni
88623fcbc7 - Use the same version numbering scheme as lang/erlang.
- Document conflict with Erlang R15.
2012-08-15 20:13:48 +00:00
Jimmy Olgeni
fa161be0ef - Upgrade to version R15B01, plus a general cleanup and lots of
fixes (notably SSL and SCTP). [0]

- Switch to a more common version numbering in package name.

Submitted by:	ale[0]
2012-08-15 20:01:14 +00:00
Thomas Abthorpe
337d245077 - Reassign cracauer@ ports to the heap
- Thanks for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:07:31 +00:00
Jimmy Olgeni
ed62e52003 Remove conflicts with lang/erlang-lite, removed in r302575. 2012-08-15 13:46:10 +00:00
Jimmy Olgeni
9ca9c2a910 Remove the lang/erlang-lite port, which is now redundant as it
specifies the same set of options as lang/erlang's defaults.

Dependent ports were fixed in r302574.
2012-08-15 13:44:43 +00:00
Jimmy Olgeni
0ec8a61b59 Restore MAKE_JOBS_UNSAFE. 2012-08-15 12:03:15 +00:00
Jimmy Olgeni
dd9f7e62b3 Fix Java requirement in pkg-descr according to Makefile. 2012-08-14 20:16:16 +00:00
Jimmy Olgeni
9d178fef8b Upgrade to version 1.8. 2012-08-14 16:35:45 +00:00
Jimmy Olgeni
f2cc0dc0fc - Upgrade to version 12.7.1 [0].
- Convert to OptionsNG while I'm here.

Submitted by:	Krishna <v.krishnakumar@gmail.com> (by email) [0]
2012-08-14 16:21:51 +00:00
Ashish SHUKLA
9086f7082d - Add patch to fix breakage with Emacs 24.x
- Bump PORTREVISION

Reported by:	beat
Approved by:	Michael Grünewald <michael.grunewald@laposte.net>
2012-08-13 01:41:10 +00:00
Ruslan Makhmatkhanov
642892feea - update to 20120807
while here:
- convert to optionsNG
- tab -> space in pkg-descr:WWW

PR:		170486
Submitted by:	Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
2012-08-11 05:42:47 +00:00
Guido Falsi
f3f9d75be8 - Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
2012-08-10 12:28:23 +00:00
Martin Matuska
4d1b93c30b Fix tcltest dependency
Reported by:	beat@FreeBSD.org
2012-08-10 12:03:39 +00:00
Jose Alonso Cardenas Marquez
d7c0a3a07b - Now freepascal units respect LOCALBASE
PR:		ports/153567
Submitted by:	amdmi3
2012-08-10 01:11:10 +00:00
Frederic Culot
4cc1f55bc3 - Update diff-core patch to allow faster symbol matching on FreeBSD>=9
- Fix shared libraries issues by automatically adding rpath to generated
  binaries
- Bump portrevision

PR:		ports/170439
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-08-09 06:29:42 +00:00
Gerald Pfeifer
b1f0064a5d Update to the 20120805 snapshot of GCC 4.8.0. 2012-08-08 23:57:31 +00:00
Gabor Pali
148d78635c HLint gives suggestions on how to improve your source code.
WWW:    http://community.haskell.org/~ndm/hlint/

Obtained from:	FreeBSD Haskell
2012-08-08 23:37:48 +00:00
Jimmy Olgeni
c09f3ec087 Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Add missing CONFLICTS with lang/racket.
- Some whitespace fixes.
2012-08-08 14:44:37 +00:00
Jimmy Olgeni
9ba9b8cc89 Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Some whitespace fixes.
2012-08-08 14:43:27 +00:00
Gabor Pali
56798a1025 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-08 09:36:20 +00:00
Frederic Culot
d9e8e76c4a - Update patches to fix exception handling on amd64/FreeBSD 9+
- Bump portrevision

PR:		ports/170440
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-08-08 06:54:57 +00:00
Jeremy Messenger
2697454b55 - The tarball has been rerolled. The diff doesn't find any of change, so
there was no change.
- Fix the build on FreeBSD 7.x.
- Improvement on patch-lib_stdlib_extract-import-plugin.sh, functions better
  and only affect on build side (not runtime).

Reported by:	pointyhat (beat)
2012-08-08 02:04:56 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Gerald Pfeifer
dcc5de0cfc Remove ABI version numbers for all library dependencies.
Just build, do not bootstrap, this obsolete and frozen version of GCC.
2012-08-05 17:46:58 +00:00
Gerald Pfeifer
7f91a85774 Update to the 20120804 snapshot of GCC 4.7.2. 2012-08-05 15:41:15 +00:00
Martin Wilke
a40cabd58f - Remove some empty files 2012-08-05 08:19:31 +00:00
Martin Wilke
85582e89b8 - Update to 1.2.6
PR:		170155
Submitted by:	Ports Fury
2012-08-05 05:04:29 +00:00
Martin Wilke
2d8681b960 - Update to 3.21
PR:		170154
Submitted by:	Port Fury
2012-08-05 04:51:06 +00:00
Jun Kuriyama
e4c5b38537 - Upgrade to 1.6.1.
PR based on:	ports/168150
Submitted by:	Alexander Brovikov <alexander@brovikov.ru>
2012-08-05 02:31:53 +00:00
Gerald Pfeifer
4d3e133549 Just build, do not bootstrap, this stable, default version of GCC
in our ports tree.  This speeds up a full port/package test cycle
by 31% on a 4-core system; a simple build/install will benefit even
more.

(This may impact compile time by this compiler a bit, depending on
how well the system compiler optimizes this codebase.  And we only
should do this for stable, established versions of GCC.)

Remove ABI version numbers for all library dependencies.
2012-08-05 01:56:58 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Jeremy Messenger
c237fa2bba Add missing patches.... Wasn't pay attention when I ran 'cvs add'... 2012-08-04 20:07:19 +00:00
Jeremy Messenger
924bc30e9a Update to 1.0.5.2988. Changelog: http://opalang.org/resources/changelog.xmlt 2012-08-04 19:56:17 +00:00
Martin Matuska
302a9606ff Release maintainership of Tcl/Tk ports back to pool. 2012-08-03 22:57:36 +00:00
Martin Matuska
720d63d4b3 Always install tclsh and wish manual pages. 2012-08-03 22:34:53 +00:00
Martin Matuska
4138f727a8 Update tcl85/tk85 to 8.5.12 2012-08-03 09:17:41 +00:00
Gabor Pali
7f2b7e6b93 - Remove some more cruft
Obtained from:	FreeBSD Haskell
2012-08-03 04:07:05 +00:00
Gabor Pali
41ee178e29 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 03:45:16 +00:00
Gabor Pali
8337e56bc3 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 03:44:20 +00:00
Gabor Pali
5a59048425 - Update HsColour to 1.20.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:08:54 +00:00
Gabor Pali
03f12b61df - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 02:35:28 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Brooks Davis
ac22ad8665 Fix build in the !DOCS case.
Reported by:	avg
2012-07-31 18:49:18 +00:00
Frederic Culot
63ae642bd6 gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it
was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc.
However, some cross-compilers are based on it and there are some significant
differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a
${LOCALBASE} of /usr/local which has a high potential of file conflicts with
other lang/ compilers. Another reason for keeping them separate is just about
every Ada program will need to be patched for it due to new binding
interpretations stemming from Ada-2012 work. Simply updating gnat-aux would
break them all instantly.

The AUX compiler supports several languages: Ada, C, C++, Fortran and
Objective-C.  Since Ada support must be built by an Ada-capable compiler, only
platforms for which a bootstrap compiler is available can build the AUX
compiler.

The AUX compiler is based on release versions of the Free Software Foundation's
GNU Compiler Collection.  It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in a
GPL-licensed executable.  It also carries the GCC Runtime Library Exception, so
the resulting binaries have no licensing requirements.  Binaries produced by
the AUX compiler should be legally handled the same as binaries produced by any
FSF compiler.

The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and
provides a partial implementation of Ada-2012.

WWW: http://www.dragonlace.net/

PR:		ports/169951
Submitted by:	John Marino <draco@marino.st>
2012-07-31 17:35:29 +00:00
Frederic Culot
b9b61febb2 - Update to 2012.07
Changelog:	http://rakudo.org/2012/07/28/rakudo-star-2012-07-released/
PR:		ports/170277
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-07-30 19:10:52 +00:00
Brooks Davis
55572fdbcd Install manpages even when docs are off.
Depend on devel/binutils on older OS versions which are missing a
require option

PR:		ports/170049, ports/170036
2012-07-30 18:41:17 +00:00
Gerald Pfeifer
449f804913 Convert to the new options framework.
On the way update to the 20120728 snapshot of GCC 4.7.2.
2012-07-30 14:39:58 +00:00
Gerald Pfeifer
1e86b5a214 Convert to the new options framework.
On the way update to the 20120729 snapshot of GCC 4.8.0.
2012-07-30 12:47:27 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Dirk Meyer
e05b114309 - retire steptalk 2012-07-28 08:36:47 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Brooks Davis
aa0d416cbe Correct a plist error reported by QAT. 2012-07-25 21:19:50 +00:00
Gerald Pfeifer
a778e97c28 Update to the 20120722 snapshot of GCC 4.8.0.
Remove ABI version numbers for all library dependencies.
2012-07-25 09:53:04 +00:00
Gerald Pfeifer
18e5bb668a Update to the 20120721 snapshot of GCC 4.7.2.
Remove ABI version numbers for all library dependencies.
2012-07-25 08:47:55 +00:00
Wen Heping
38b8990e69 - Update to 0.1.2
PR:		170105
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-25 05:13:12 +00:00
Michael Scheidell
c8379bb175 - Update to version 20120710.
- Add license.

PR:		ports/169761
Submitted by:	"Nils M Holm" <nmh@t3x.org> (maintainer)
2012-07-24 15:41:01 +00:00
Xin LI
c70c6891b6 Update to 5.4.5.
Security:	bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89
With hat:	secteam
2012-07-23 23:18:19 +00:00
Florian Smeets
f1f37a4b87 - update to 5.3.15
- document php vulnerabilities

Security:	http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
2012-07-23 14:39:48 +00:00
Ruslan Makhmatkhanov
52b0b63b17 - update backports patch to 20120721
- bump PORTREVISION

PR:		170063
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
2012-07-23 04:14:11 +00:00
Marcus von Appen
a9682d1571 - Fix Python OPT flags for WITH_PTH knob
PR:		ports/168767
Submitted by:	Marcus von Appen <mva@freebsd.org>
2012-07-22 09:45:24 +00:00
Li-Wen Hsu
e3459aed95 - Add option to build clay-bindgen
PR:		ports/169969
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-21 18:03:59 +00:00
Baptiste Daroussin
67e94b5344 Fix conversion to optionsng 2012-07-20 21:37:14 +00:00
Jimmy Olgeni
f2f72af6ef Restore MAKE_JOBS_UNSAFE.
PR:		ports/169987
Submitted by:	amdmi3
2012-07-20 18:35:12 +00:00
Alex Kozlov
686606009c - Update to 0.3 (see https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt)
PR:	ports/169906
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-19 22:06:33 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Martin Matuska
e739fb4b92 Fix build if binutils are linked to gettext [1]
Depend on libexecinfo

PR:		ports/169996
Reported by:	Volodymyr Kostyrko
2012-07-19 18:05:12 +00:00
Armin Pirkovitsch
fc08561b09 - Update to version 2.76
- Switch to optionsng

PR:           ports/169419
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:40:38 +00:00
Sunpoet Po-Chuan Hsieh
9a86e71f12 - Update to 4.6.0
- Add regression-test: for tinderbox

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2012-07-19 09:42:56 +00:00
Marcus von Appen
71031bc141 - Remove superfluous site-package patch after fixing the paths
Reported by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-18 19:36:31 +00:00
Martin Matuska
cf27911206 Add license infromation for program and all distfiles
Fix pkg-plist
2012-07-18 17:06:02 +00:00
Martin Matuska
e4253f26ef From the HipHop Homepage:
HipHop transforms your PHP source code into highly optimized C++ and then
compiles it with g++ to build binary files. You keep coding in simpler PHP,
then HipHop executes your source code in a semantically equivalent manner and
sacrifices some rarely used features - such as eval() - in exchange for
improved performance.

HipHop was developed by Facebook and was released as open source in early 2010.

Facebook sees about a 50% reduction in CPU usage when serving equal amounts
of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve
twice the traffic using 30% less CPU.

WWW:	https://github.com/facebook/hiphop-php/wiki
2012-07-18 15:12:23 +00:00
Florian Smeets
d87aab5edd - fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql

PR:		ports/169959
Submitted by:	Alexey Markov <redrat@mail.ru>
2012-07-18 07:40:41 +00:00
Maho Nakata
6418697703 Fix depedency to unzip command.
PR:		169615
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2012-07-18 05:27:03 +00:00
Thomas Abthorpe
c71faa9906 - Update to 4.193
PR:		ports/169587
Submitted by:	maintainer
2012-07-18 04:43:18 +00:00
Marcus von Appen
70b1768d9c - Fix site-packages path
Discussed with:	David Naylor <naylor.b.david@gmail.com>
Approved by:	David Naylor <naylor.b.david@gmail.com>
Obtained from:	https://github.com/DragonSA/pypy/tree/fix-1.9-2
2012-07-17 19:08:21 +00:00
Jason Helfman
119ad92dbc - add new port: lang/malbolge
Malbolge is an esoteric language, named after the eighth circle of hell in the
Divina Commedia by Dante.

Two years were necessary to see the first software produced in this language.

WWW: http://www.dereckson.be/software/Malbolge/

PR:	ports/169863
Submitted by:	dereckson@gmail.com
2012-07-17 16:37:38 +00:00
Brooks Davis
49fbc37796 Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-devel
ports.
2012-07-16 22:55:45 +00:00
Steve Wills
21ac3b59a5 - Update to 1.8.7p370
PR:		ports/169668
Submitted by:	stas
Approved by:	portmgr (linimon)
2012-07-16 19:11:35 +00:00
Florian Smeets
7def3a4fe0 More optionsNG fixes. (PORT_OPTIONS:M construct can only be used after
bsd.options.mk/bsd.port.pre.mk)

Reported by:	Michael Ranner (michael@ranner.eu)
Tested by:	Michael Ranner (michael@ranner.eu)
Discussed with:	bapt
2012-07-16 17:04:46 +00:00
Ruslan Makhmatkhanov
473f7fc2dc - remove expired ports
* lang/python24 and lang/python25: unmaintained upstream
  * www/zope and www/zope211: unmaintained upstream (the only
    consumers of python24)
- clean-up python versions < 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk

Submitted by:	miwi (based on)
Approved by:	portmgr (miwi)
2012-07-16 17:04:29 +00:00
Gerald Pfeifer
df65ca5b07 Update to the 20120715 snapshot of GCC 4.8.0. 2012-07-16 09:01:48 +00:00
Gerald Pfeifer
126db86dfe Update to the 20120714 snapshot of GCC 4.7.2. 2012-07-15 23:54:52 +00:00
Johan van Selst
012ad54748 - Update intercal to 0.29
- Adopt port
- Remove local patches that are no longer needed
2012-07-13 15:41:42 +00:00
Thomas Abthorpe
fc52f474a7 - Reassign to the heap
- Thank you for your years of service

With hat::	portmgr
2012-07-13 14:14:13 +00:00
Gerald Pfeifer
74babfd2cf Update to the 20120708 snapshot of GCC 4.8.0. 2012-07-12 08:37:49 +00:00
Florian Smeets
d2f0583d13 Fix copy & paste bug
Submitted by:	ohauer
2012-07-12 06:32:05 +00:00
Florian Smeets
99534dc27d Convert to optionsNG 2012-07-11 23:48:40 +00:00
Gerald Pfeifer
860a3efb69 Update to the 20120707 snapshot of GCC 4.7.2. 2012-07-11 05:28:26 +00:00
Vanilla I. Shu
951517b000 Upgrade to 3.12.9.
PR:		ports/168719
Required by:    Paul Dokas <paul@dokas.name>
2012-07-10 01:20:19 +00:00
Pietro Cerutti
9716aad323 - Update to 05_20120703 2012-07-09 12:07:29 +00:00
Nicola Vitale
c7071ab685 - Update to 1.7.r4
- Remove files/patch-xmlimplsrc+build.xml
- Convert to the new options framework
- Update MASTER_SITES
2012-07-05 21:45:01 +00:00
Ruslan Makhmatkhanov
651e3b2ec4 - add (actually restore) patch that fix build when OpenJDK is installed
PR:		169243
Submitted by:	Marcin Cieslak <saper at saper dot info>
Approved by:	maintainer timeout (2weeks+)
2012-07-05 19:35:38 +00:00
Pawel Pekala
7ca9e1e6e6 Add PTHREAD_LIBS to LDFLAGS to fix build with clang 2012-07-05 17:36:24 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Pawel Pekala
59c15bbfdc Fix detection of i386 platforms
PR:		ports/169607
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-04 21:41:20 +00:00
Frederic Culot
041c8d6fcf - Update to 2012.05
Changelog:	http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/
PR:		ports/169323
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-07-04 18:31:30 +00:00
Sunpoet Po-Chuan Hsieh
3ccca22e1f - Add CONFLICTS with astro/weather
PR:		ports/165949
Submitted by:	Benjamin Tovar <ben@robotoloco.com>
2012-07-04 08:22:39 +00:00
Sunpoet Po-Chuan Hsieh
640ba40da6 - Add CONFLICTS with astro/weather
PR:		ports/165949
Submitted by:	Benjamin Tovar <ben@robotoloco.com>
2012-07-04 08:14:54 +00:00
Dima Panov
f344967e78 - Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)

Approved by:	brooks
2012-07-04 03:28:25 +00:00
Gerald Pfeifer
23f1145703 Update to the 20120630 snapshot of GCC 4.7.2. 2012-07-03 09:49:20 +00:00
Gerald Pfeifer
8c1dd1ec98 Update to the 20120701 snapshot of GCC 4.8.0.
Address a minor formatting issue introduced with revision 1.536.
2012-07-03 09:48:33 +00:00
Jimmy Olgeni
5e8dbb70bf - Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADS
- Add USE_CSTD=gnu98 (fixes CLANG build)
- Remove MAKE_JOBS_UNSAFE
- Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group
- Pet portlint

PR:		ports/169355
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-01 16:00:59 +00:00
Jimmy Olgeni
5b866b32b7 Temporarily remove lang/erlang14 from lang/Makefile due to naming
conflict in INDEX generation.

Submitted by:	crees
2012-07-01 12:09:19 +00:00
Ruslan Makhmatkhanov
a411f3169e - update backports patch to 20120526
- bump PORTREVISION

PR:		169272
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
2012-06-30 23:00:58 +00:00
Johan van Selst
eed29acf61 Update Algol 68 Genie to 2.4.1 2012-06-30 22:06:08 +00:00
Sergey Skvortsov
3533830550 Introduce Perl 5.16.0
Changes:	http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by:	portmgr (linimon)
2012-06-30 21:00:43 +00:00
Jimmy Olgeni
7208355bce Connect lang/erlang14 to the build after repocopy. 2012-06-30 20:55:55 +00:00
Alex Kozlov
5c84a954be - Remove unneeded file
Approved by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-06-30 15:19:49 +00:00
Michael Scheidell
567ac57394 - Update to 1.9 [1]
- Detection of insufficient memory [1]
- Change %%  SUB vaes from fixed at python 27 to use any installed version of python [1]
- Fix syntax of non system include "" vs <> [2]

PR:		ports/168974 [1]
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer) [1]
Reviewed by:	scheidel@ (me) [2]
2012-06-29 23:06:06 +00:00
Andrej Zverev
e214c57b8f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:37:54 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Johan van Selst
f030d9e3ad Convert to new options framework 2012-06-28 16:12:21 +00:00
Li-Wen Hsu
c649cf25a9 - Use empty() to check if an option is not set
PR:		ports/169051
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-06-28 02:09:37 +00:00
Johan van Selst
06576dbdac Convert to new options framework 2012-06-27 20:58:20 +00:00