1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

4119 Commits

Author SHA1 Message Date
Pietro Cerutti
2eb9bbf5a5 - STAGE-clean
- Add LICENSE
- Fix compiler warnings
2014-02-14 14:36:58 +00:00
Pietro Cerutti
beefd966b2 - STAGE-clean 2014-02-14 14:28:29 +00:00
Pietro Cerutti
f40e8a010d - STAGE-clean 2014-02-14 13:59:17 +00:00
Pietro Cerutti
2bf5215caf - STAGE-clean 2014-02-14 13:51:02 +00:00
Danilo Egea Gondolfo
f2b16dbf8d - Add stage support
- Add LICENSE
- Add DOCS option
2014-02-10 20:03:23 +00:00
Danilo Egea Gondolfo
b2f9caff2c - Add stage support
- Convert USE_GMAKE to USES
- Remove the indefinite article from COMMENT
- Add libtool to USES
- Use options helpers
2014-02-10 18:26:02 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Danilo Egea Gondolfo
bd935bbd4d - Add stage support
- Add DOCS and EXAMPLES options
2014-02-10 02:08:46 +00:00
Danilo Egea Gondolfo
cde5114165 - Add stage support 2014-02-10 02:01:48 +00:00
Danilo Egea Gondolfo
48bd23fd97 - Add stage support
- Convert LIB_DEPENDS to new syntax
- Add shebangfix to USES
2014-02-10 01:57:34 +00:00
Danilo Egea Gondolfo
ac8e6004ba - Add stage support
- Convert USE_GMAKE to USES
- Use options helpers
2014-02-10 00:46:36 +00:00
Antoine Brodin
5dddc21a88 Finish stage support 2014-02-09 11:36:39 +00:00
Martin Wilke
78284fae11 - Stage support 2014-02-09 10:30:47 +00:00
Hiroki Sato
66500faaea - Fix pkg-plist[*].
- Update WWW: line in pkg-descr.
- Style cleanups.

Spotted by:	marius [*]
2014-02-03 20:46:39 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Martin Wilke
9b452801b4 - Stage support 2014-02-03 13:39:17 +00:00
Martin Wilke
41550c5239 - Stage support 2014-02-03 11:10:53 +00:00
Eitan Adler
7405b8e0ed Return some ports I maintain to the pool. 2014-02-02 08:11:05 +00:00
Pawel Pekala
152a2bc737 Update to version 1.4.4
PR:		ports/185681
Submitted by:	maintainer
2014-01-30 18:01:38 +00:00
Alexey Dokuchaev
92eb84aad3 Stagify, convert to OptionsNG, sort pkg-plist. 2014-01-27 09:44:39 +00:00
Baptiste Daroussin
3b9f0fdbbe Update to 4.7.2 2014-01-25 23:44:40 +00:00
Antoine Brodin
b936aebe3b Finish stage support 2014-01-25 19:23:49 +00:00
Emanuel Haupt
ff7f686749 Fix build on amd64, 10.x with clang. 2014-01-23 13:50:19 +00:00
Vanilla I. Shu
c89af60083 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-23 03:06:15 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
22846bb424 Support stage
PR:		ports/185730
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2014-01-20 08:01:05 +00:00
Baptiste Daroussin
9d7b8b14a2 Remove deprecated MAN macros
Fix properties
2014-01-19 19:08:01 +00:00
John Marino
d4c5f8275d x11-wm/herbsluftwm: Update to 0.5.3
PR:		ports/185178
tested on:	Redports (6x pass)
Approved by:	maintainer timeout
2014-01-19 18:04:35 +00:00
Rusmir Dusko
fc19a43376 - Use the new format for LIB_DEPENDS
- Support STAGEDIR
- Set PORTSCOUT
2014-01-17 17:52:26 +00:00
Alexey Dokuchaev
11824f84a5 Stagify and modernize LIB_DEPENDS while here. 2014-01-17 17:38:28 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
6dee98d982 Update lua-lgi to 0.7.2
Port to lua 5.2
Port awesome to lua 5.2 (use pkgconfig to properly figure out how to build with lua 5.2)
2014-01-10 16:09:10 +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
William Grzybowski
5547c47cf7 x11-wm/awesome-vicious: update to 2.1.3 2014-01-08 18:15:32 +00:00
Baptiste Daroussin
ac040e6b90 Use ninja instead of make 2014-01-07 08:27:10 +00:00
Antoine Brodin
a2b47f3289 Fix build with clang
PR:		ports/184859
Submitted by:	KATO Tsuguru
2014-01-05 19:43:58 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Olivier Duchateau
1880db48ab Backport patch (available in xfdesktop 4.11.2), and replaces previous fix
(r314575), which scales down oversize icons in menu.

Obtained from:	Upstream git repository
2014-01-02 16:15:31 +00:00
Antoine Brodin
98a5faa3b9 Stage support 2013-12-29 15:07:21 +00:00
Antoine Brodin
2bd11fd7bf Stage support 2013-12-29 14:56:54 +00:00
Antoine Brodin
c205fd2308 - Stage support
- Uses gmake, desktop-file-utils and shared-mime-info
2013-12-29 14:46:23 +00:00
Antoine Brodin
d3b5f498f3 Stage support 2013-12-29 14:23:48 +00:00
Antoine Brodin
1940c8b780 Stage support 2013-12-29 14:19:49 +00:00
Antoine Brodin
3779f6593b Stage support 2013-12-27 22:39:23 +00:00
Antoine Brodin
18efa609ed Stage support 2013-12-27 20:57:47 +00:00
William Grzybowski
52fcc76fe5 x11-wm/qtile: allow staging and minor fixes
- Allow staging
- Switch from easy_install to install
- Install docs unconditionally (stage will handle it)
- Unmute docs install command
- Do not install LICENSE
2013-12-26 15:18:49 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Raphael Kubo da Costa
123411e1ee - Properly look for X11 using CMake and include the appropriate directories
instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the
  upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the
  compiler.
- Support staging.
- Set LICENSE (therefore stop installing the license file into DOCSDIR and
  bump PORTREVISION).
- Remove the mysterious WITH_SN check, which was never a proper option and
  relied on some apparently unstable API (at least it was unstable at the
  time, almost 8 years ago).
2013-12-24 21:06:11 +00:00
Chris Rees
c673ee8bea Fix dependency information.
pkgng detects that some of these are used during runtime apparently, and adds
them anyway.

This fixes the Tinderbox/pkgng build of x11-wm/ccsm
2013-12-24 20:18:45 +00:00