| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
duplicate fix in other perl ports
PR: ports/148255
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: maintainer timeout (skv ; 121 days)
Notes:
svn path=/head/; revision=266046
|
|
|
|
|
|
|
|
| |
PR: ports/152918
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=266025
|
|
|
|
|
|
|
|
|
| |
PR: ports/148255
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: maintainer timeout (skv ; 121 days)
Notes:
svn path=/head/; revision=266013
|
|
|
|
|
|
|
|
| |
PR: ports/152981
Submitted by: Alex Keda <admin@lissyara.su>
Notes:
svn path=/head/; revision=266006
|
|
|
|
|
|
|
|
|
| |
configure option in the NOPORTDOCS case.
This should result in no changes to packages.
Notes:
svn path=/head/; revision=265985
|
|
|
|
|
|
|
|
| |
PR: ports/152981
Approved by: Alex Keda <admin@lissyara.su> (maintainer)
Notes:
svn path=/head/; revision=265970
|
|
|
|
|
|
|
|
|
|
| |
Reduce diff between llvm/Makefile and llvm-devel/Makefile.
Hopefully fix NOPORTDOCS case. Currently this bogusly disables
manpages.
Notes:
svn path=/head/; revision=265934
|
|
|
|
| |
Notes:
svn path=/head/; revision=265925
|
|
|
|
|
|
|
|
| |
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org>
Notes:
svn path=/head/; revision=265913
|
|
|
|
|
|
|
| |
tree-churn on updates.
Notes:
svn path=/head/; revision=265861
|
|
|
|
|
|
|
|
|
| |
PR: ports/152800
Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
With Hat: perl@
Notes:
svn path=/head/; revision=265824
|
|
|
|
|
|
|
|
|
| |
PR: ports/152799
Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
With Hat: perl@
Notes:
svn path=/head/; revision=265823
|
|
|
|
| |
Notes:
svn path=/head/; revision=265761
|
|
|
|
|
|
|
|
|
|
|
| |
instead
PR: ports/151914
Submitted by: garga@
Approved by: skv@ (maintainer)
Notes:
svn path=/head/; revision=265753
|
|
|
|
| |
Notes:
svn path=/head/; revision=265722
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=265541
|
|
|
|
|
|
|
| |
Submitted by: maintainer (private email)
Notes:
svn path=/head/; revision=265540
|
|
|
|
|
|
|
|
| |
PR: ports/152726
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=265511
|
|
|
|
| |
Notes:
svn path=/head/; revision=265504
|
|
|
|
|
|
|
|
| |
PR: ports/152725
Submitted by: John Hein <jhein@symmetricom.com>
Notes:
svn path=/head/; revision=265478
|
|
|
|
|
|
|
|
| |
PR: ports/152671
Submitted by: Milos Negovanovic <milos.negovanovic@gmail.com>
Notes:
svn path=/head/; revision=265425
|
|
|
|
| |
Notes:
svn path=/head/; revision=265372
|
|
|
|
|
|
|
|
| |
PR: ports/152282
Submitted by: Ruben <chromium at hybridsource.org>
Notes:
svn path=/head/; revision=265368
|
|
|
|
|
|
|
|
| |
PR: ports/152638
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Notes:
svn path=/head/; revision=265367
|
|
|
|
| |
Notes:
svn path=/head/; revision=265362
|
|
|
|
| |
Notes:
svn path=/head/; revision=265334
|
|
|
|
| |
Notes:
svn path=/head/; revision=265333
|
|
|
|
|
|
|
|
| |
PR: ports/152614
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Notes:
svn path=/head/; revision=265293
|
|
|
|
| |
Notes:
svn path=/head/; revision=265216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- fixed long-standing overflow bug in run.c; many thanks to
nelson beebe for spotting it and providing the fix.
- fixed bug that didn't parse -vd=1 properly; thanks to santiago
vila for spotting it.
PR: ports/152025
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: maintainer (timeout, 18 days)
Notes:
svn path=/head/; revision=265137
|
|
|
|
|
|
|
|
| |
Submitted by: Wen Heping(myself)
Approved by: maintainer(via email)
Notes:
svn path=/head/; revision=265126
|
|
|
|
|
|
|
|
|
| |
Install Make.* into ${GOROOT}/src so go packages can be used.
Submitted by: wen@
Notes:
svn path=/head/; revision=265090
|
|
|
|
|
|
|
|
| |
Missed by: myself (pgollucci)
Reminded by: az
Notes:
svn path=/head/; revision=265065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Perl source code, so that the resulting compiled code can be later
executed. This is part of the job of the string form of the eval
operator, but in this module it is separated out from the other jobs
of eval. Parsing of Perl code is generally influenced by its lexical
context, and this module provides some explicit control over this
process, by reifying lexical environments as Perl objects.
WWW: http://search.cpan.org/dist/Parse-Perl/
PR: ports/152447
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=265054
|
|
|
|
|
|
|
|
| |
PR: ports/152091
Submitted by: <mitsururike@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=265005
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use = for CONFIGURE_ENV
- Sort MAN1
PR: ports/152522
Submitted by: sunpoet (myself)
Approved by: joel (maintainer)
Notes:
svn path=/head/; revision=264988
|
|
|
|
|
|
|
|
| |
PR: ports/151712
Reported by: Pavel Argentov <argentoff@gmail.com>
Notes:
svn path=/head/; revision=264904
|
|
|
|
|
|
|
|
|
| |
(better support for 128 bit floating point types, which for now poisons
global include file namespace though this won't be an issue before GCC
4.7 and I have reported it upstream).
Notes:
svn path=/head/; revision=264903
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
Notes:
svn path=/head/; revision=264837
|
|
|
|
|
|
|
|
|
| |
in the source tarball
- Use bsd.port.mk
- Add WWW
Notes:
svn path=/head/; revision=264827
|
|
|
|
| |
Notes:
svn path=/head/; revision=264812
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=264754
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=264735
|
|
|
|
|
|
|
|
| |
PR: 150563
Submitted by: pe <freethread.sw@gmail.com>
Notes:
svn path=/head/; revision=264693
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Note: The new version can now compile itself.
PR: ports/152027
Submitted by: "Pedro F. Giffuni" <giffunip(AT)tutopia.com>
Approved by: joeld (maintainer)
Notes:
svn path=/head/; revision=264645
|
|
|
|
|
|
|
| |
Reported by: sahil
Notes:
svn path=/head/; revision=264643
|
|
|
|
|
|
|
| |
- Bump PORTREVISIOON
Notes:
svn path=/head/; revision=264605
|
|
|
|
|
|
|
| |
See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2
Notes:
svn path=/head/; revision=264604
|
|
|
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 signatures
PR: 152185
Submitted by: John Hein <jhein@symmetricom.com>
Notes:
svn path=/head/; revision=264567
|