1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

7519 Commits

Author SHA1 Message Date
Baptiste Daroussin
053c0b408f Fix build with clang 2013-05-27 10:17:59 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Juergen Lock
9f7816e065 Fix build with recent(?) clang.
Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-25 13:41:40 +00:00
Juergen Lock
f73a685857 - Fix bug uncovered by recent clang.
- Strip Makefile header.
- Bump PORTREVISION.

Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-25 13:39:23 +00:00
Sunpoet Po-Chuan Hsieh
03d938584a - Build and install shared libraries
- Bump PORTREVISION for package change
- While I'm here, cleanup Makefile header

PR:		ports/175817
Submitted by:	oliver
2013-05-25 09:42:06 +00:00
Juergen Lock
20e2d683f0 - Fix build with recent(?) clang.
- Strip Makefile header.

Submitted by:	pointyhat amd64 10-exprun via miwi
2013-05-24 20:23:52 +00:00
Andrej Zverev
0baffb4009 - Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178911
Submitted by:	az
Approved by:	maintainer
2013-05-24 10:30:58 +00:00
Grzegorz Blach
7ccf343d26 - Fix install without examples
Approved by:	crees, tabthorpe (mentors, implicit)
2013-05-23 02:16:14 +00:00
Oliver Lehmann
88842e337f update to 3.103 2013-05-20 11:16:57 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Grzegorz Blach
4aa416657e - Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3

Approved by:	crees (mentor)
2013-05-18 19:36:31 +00:00
Juergen Lock
cd635a424a - Actually need to @cwd / and then use relative paths (I was confused
by the buildlog that showed @dirrm with absolute paths.)
- Bump PORTREVISIONs once more.

Submitted by:	kwm
2013-05-17 21:53:51 +00:00
Juergen Lock
9d4686c6cb - Fix plists now that we care about dirs below /var .
(We still don't delete runtime data files the ports may have created
  there, should we?)
- Bump PORTREVISIONs.

Submitted by:	91amd64-exp-run via miwi
2013-05-17 19:36:19 +00:00
Juergen Lock
1bf0257657 - Remove bogus @dirrmtry.s from plist discovered by pkgng DEVELOPER_MODE.
- No PORTREVISION bump as the package doesn't change (significantly.)

Submitted by:	91amd64-exp-run via miwi
2013-05-17 18:48:45 +00:00
William Grzybowski
ac3b2bec7c - Change MAINTAINER address of all my ports
Approved by:	culot (mentor)
2013-05-15 19:33:14 +00:00
Martin Wilke
076a894aad - Update to 2.4.3
PR:		177912
Submitted by:	Ports Fury
2013-05-15 08:16:10 +00:00
Pietro Cerutti
7e2adf3cf4 - Fix locale install directory
Reported by:	PH (via itetcu, miwi)
2013-05-15 08:13:45 +00:00
Stefan Walter
24d60457f4 Add missing USE_GMAKE.
PR:		169807
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2013-05-13 16:11:09 +00:00
Dirk Meyer
02325ec219 - repair broken options from r316624 2013-05-13 15:09:33 +00:00
Max Brazhnikov
5fdd545013 - Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
2013-05-12 16:16:56 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Baptiste Daroussin
62ec252a07 Fix typo 2013-05-11 13:14:01 +00:00
Baptiste Daroussin
6850c23510 Convert to new options framework
While here remove test for unsupported versions
2013-05-11 12:58:40 +00:00
Baptiste Daroussin
7d7e088c9d Use shared AALIB option instead of AA
Submitted by:	danfe
2013-05-11 12:48:38 +00:00
Baptiste Daroussin
322f0ceb78 Convert to new options framework 2013-05-11 11:14:10 +00:00
Koop Mast
c7ee117f4c Also add USE_GCC=any as workaround for clang 3.3 crash on i386 2013-05-10 16:59:15 +00:00
Koop Mast
ade836fb8d Add USE_GCC=any as a temporary patch to work around a crash in the clang
compiler after the 3.3 update. The problem was reported upstream but no
patch available yet.

Submitted by:	miwi
2013-05-10 14:14:10 +00:00
Koop Mast
0011670c11 Add missed file to plist.
Submitted by:	pointyhat (via miwi)
2013-05-10 09:14:12 +00:00
Emanuel Haupt
8b743af598 Fix compatibility with py-requests 1.1 which is now default
PR:		178219
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-05-09 09:13:39 +00:00
Pawel Pekala
8e77efebf4 Update to version 2.0.4 2013-05-08 18:01:24 +00:00
Pawel Pekala
e3acf59258 Update to version 1.7 2013-05-08 17:38:08 +00:00
Olivier Duchateau
edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00
Emanuel Haupt
1a90c9af17 Mark MAKE_JOBS_SAFE 2013-05-08 12:24:26 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Emanuel Haupt
b4db839ab8 Chase textproc/libebml, multimedia/libmatroska update.
Approved by:    multimedia (bapt, kwm)
2013-05-06 23:01:58 +00:00
Emanuel Haupt
9b28e8c4da - Update to 1.4.0
- Add LICENSE
- Remove CR/LF from patch

Approved by:	multimedia (bapt, kwm)
2013-05-06 22:48:45 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
062ed8d36f Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Jason Helfman
3657d5cb0d - convert to USES for gettext
Approved by:	portmgr (bapt@)
2013-05-06 09:07:30 +00:00
Baptiste Daroussin
10778d4bf6 Fix build with bmake 2013-05-05 22:04:24 +00:00
Baptiste Daroussin
6e95b031c2 Fix build with bmake 2013-05-05 22:02:37 +00:00
Baptiste Daroussin
9c45a704ea Fix build on current 2013-05-04 22:06:50 +00:00
Baptiste Daroussin
5494f0472e Make post-patch-plugin target compatible with both bmake and make 2013-05-04 21:44:33 +00:00
Baptiste Daroussin
f84775f749 Fix build with bmake 2013-05-04 20:10:18 +00:00
Bryan Drewery
63f76304d6 - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-05-04 14:06:08 +00:00
Hiroki Sato
ed8c7412b5 - Update to 0.2.5.
- Trim old-style header.
- Add LICENSE.
- Mark MAKE_JOBS_SAFE=yes
- Use OPTIONS_DEFINE.
2013-05-04 08:45:42 +00:00
Raphael Kubo da Costa
53817f2d10 Update to 0.3.2.
PR:		ports/178226
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2013-05-03 21:36:29 +00:00
Hiroki Sato
d90c542178 - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-05-03 19:10:39 +00:00
Juergen Lock
09b9dd6fc5 (Attempt to) fix build on recent head.
Submitted by:	pointyhat via bapt
2013-05-03 18:03:28 +00:00
Emanuel Haupt
0430877db8 Chase security/libgcrypt update 2013-05-03 17:37:13 +00:00