Commit graph

14036 commits

Author SHA1 Message Date
Julien Laffaye
257ee41338 - Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
2014-01-11 17:46:33 +00:00
Glen Barber
aa8524de3c Temporarily fix fetch problem via https.
Approved by:	wblock (maintainer, implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-11 11:04:05 +00:00
Adam Weinberger
b42135dca6 Update to 4.5. 2014-01-11 04:29:06 +00:00
Jason Helfman
74d8c2ccbe - return to pool at request of maintainer
Thanks for your past work!

PR:		185643
Submitted by:	maintainer, kutulu@kutulu.org
2014-01-11 02:47:29 +00:00
Pietro Cerutti
5996119d86 - Convert to USES=tcl
- STAGE-clean
2014-01-10 16:40:31 +00:00
Thomas Abthorpe
a74e38cfa0 - Reassign to the heap at maintainer's request 2014-01-10 04:48:02 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Steven Kreuzer
46cd5a5bf8 Use PYDISTUTILS_AUTOPLIST=yes and USE_PYDISTUTILS=yes 2014-01-09 20:41:06 +00:00
Mathieu Arnold
ab89f62660 Fixup pkgname collisions. 2014-01-09 15:50:26 +00:00
Mathieu Arnold
b9f3ee43e9 Fixup pkgname collision. 2014-01-09 15:49:58 +00:00
Dmitry Sivachenko
f777bd8e6a Use new format for LIB_DEPENDS. 2014-01-09 15:01:07 +00:00
Dmitry Marakasov
55534f8853 - Fix duplicate directory in plist
PR:		185050
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-01-08 21:39:02 +00:00
William Grzybowski
27902e0d8f textproc/py-rdflib: support stage and fix plist
PR:		ports/185553
Submitted by:	makc
2014-01-08 11:08:29 +00:00
Pietro Cerutti
f13d3ce710 - Update to 2.10
Changes:

  * Bug in \@makesection (latexcommon.hva). \end@sec@step was
    absent from the definition of stared sectionning comamnd.
    As a result the first label in section was used as the id
    of the section.
  * typo-bug in text/hevea.hva

- STAGE-clean
- Support OPTIONSng (DOCS)
2014-01-08 08:50:25 +00:00
Mathieu Arnold
a856c03c1a Fix build with gcc47
maintainer timeout

PR:		ports/184575
Submitted by:	Christoph Moench-Tegeder
2014-01-07 22:57:37 +00:00
Dima Panov
7ef4485766 - Support staging 2014-01-07 10:28:35 +00:00
Baptiste Daroussin
f70d9ecde3 Uses ninja instead of make, it is a bit faster to build 2014-01-07 08:33:14 +00:00
Dima Panov
1c7e67e1a0 - Support staging
- Stop providing outdated static compat library
2014-01-07 05:38:26 +00:00
Antoine Brodin
cd9ccf7645 Stage support 2014-01-06 21:55:38 +00:00
Antoine Brodin
5dcb7098b0 Stage support 2014-01-06 21:50:26 +00:00
Antoine Brodin
bb2f99de89 Stage support 2014-01-06 21:47:06 +00:00
Antoine Brodin
b96c8c0d28 Stage support 2014-01-06 21:40:15 +00:00
Antoine Brodin
437e0654c9 Stage support 2014-01-06 21:35:19 +00:00
Antoine Brodin
7ffbde5645 Stage support 2014-01-06 21:28:51 +00:00
Antoine Brodin
c260fadd87 Stage support 2014-01-06 21:23:31 +00:00
Antoine Brodin
d45c442fe3 Stage support 2014-01-06 21:22:40 +00:00
Raphael Kubo da Costa
fba085610b - Support staging
- Set an existing MASTER_SITE again
- Add LICENSE
- Update the WWW line in pkg-descr
2014-01-06 17:42:50 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Sunpoet Po-Chuan Hsieh
9958ccb345 - Install asciidocapi.py
- Bump PORTREVISION for package change
- While I'm here, fix shebang

PR:		ports/185107
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2014-01-06 15:11:48 +00:00
Sunpoet Po-Chuan Hsieh
f9bdfd8c7c - Update to 2014.01.05 2014-01-06 15:08:38 +00:00
Sunpoet Po-Chuan Hsieh
eed68e9dfd - Update to 2014.01.05 2014-01-06 15:08:33 +00:00
Danilo Egea Gondolfo
39af009e92 - Update from 2.0.7 to 2.0.9 2014-01-05 19:44:38 +00:00
Raphael Kubo da Costa
3b6211baed - Use the new LIB_DEPENDS syntax.
- Support staging.
- Set LICENSE.
2014-01-05 17:39:35 +00:00
Raphael Kubo da Costa
ab1f0042d8 Support staging 2014-01-05 17:36:24 +00:00
Raphael Kubo da Costa
dcc561fa1d - Support staging [1]
- Use the new LIB_DEPENDS syntax

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm> [1]
2014-01-05 17:31:27 +00:00
Jason Helfman
5cc8b4ec89 - fix pkgname collision 2014-01-05 17:28:35 +00:00
Jason Helfman
aac1386994 - fix pkgname collisions
Submitted by:	jgh@
Approved by:	gabor@ (maintainer)
2014-01-05 17:21:23 +00:00
Andrej Zverev
f41a84cc7d - support stage 2014-01-05 12:07:20 +00:00
Antoine Brodin
7f55a2faa9 With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache.  gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports

Reviewed by:	kwm (immodules part)
2014-01-04 23:27:58 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Sunpoet Po-Chuan Hsieh
0173f7061a - Update to 0.29
- Add LICENSE

Changes:	http://search.cpan.org/dist/Pod-POM/Changes
2014-01-02 20:57:25 +00:00
Steve Wills
a06e0b5383 - Ruby 1.8 is gone, mark this broken unconditionally (with all versions of
Ruby)
2014-01-02 20:28:28 +00:00
Steve Wills
3e8ccd37f7 - Ruby 1.9 is default, remove logic for it
With hat:	ruby@
2014-01-02 20:25:40 +00:00
Johan van Selst
e67a30d69f - Update to GNU grep 2.16 (bugfix release)
- Simplify options handling
2014-01-02 17:33:44 +00:00
Sunpoet Po-Chuan Hsieh
3437c411f9 - Update to 0.76
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2014-01-02 16:23:08 +00:00
Raphael Kubo da Costa
8cc857a2d0 - Update to 1.0.17
- Support staging [1]
- Set LICENSE
- Convert to the new LIB_DEPENDS format

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2014-01-01 22:51:34 +00:00
Rene Ladan
4119601730 Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
2014-01-01 12:22:41 +00:00
Sunpoet Po-Chuan Hsieh
d685b07f98 - Update to 2.10.9
- Add LICENSE
- Use = instead of +=
- Remove contiguous blank lines

Changes:	https://github.com/github/linguist/commits/master
2014-01-01 00:08:28 +00:00
Sunpoet Po-Chuan Hsieh
7efa183e50 - Update to 1.0.0
- Add LICENSE

Changes:	https://github.com/brianmario/escape_utils/releases
2014-01-01 00:08:13 +00:00