Commit graph

7858 commits

Author SHA1 Message Date
Baptiste Daroussin
a7c739819b Pass maintainership to x11@ 2013-09-02 15:58:29 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Baptiste Daroussin
9a065f4ccf Add an explicit dependency on pkgconf 2013-09-02 14:11:19 +00:00
Baptiste Daroussin
77d5662e7c Add an explicit dependency on pkgconf 2013-09-02 13:54:45 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Niclas Zeising
3741caa42d A bunch of cleanups and fixes.
Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed.  Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers.  Add locale
messages to plist.
Bump portrevision.

Noticed by:	avg (build issues)
Tested by:	avg
2013-09-02 12:05:58 +00:00
Baptiste Daroussin
d16ff17925 Add an explicit dependency on pkgconfig
Reported by:	antoine
2013-09-02 11:56:52 +00:00
Renato Botelho
8009e03e6f Change my ports to USES (gmake|perl5) 2013-09-02 09:45:00 +00:00
Baptiste Daroussin
9ade528355 Add an explicit dependency on pkgconf 2013-09-02 09:00:15 +00:00
Niclas Zeising
5b6729df26 Add missing dependencies.
Bump portrevision (again).

PR:		ports/181726
Submitted by:	Pawel Pekala <pawel@FreeBSD.org>
2013-09-01 22:36:56 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Niclas Zeising
d1232ff78f Fix plist.
Bump portrevision.

noticed by:	QAT
2013-09-01 01:15:24 +00:00
Niclas Zeising
c97fef8a33 Update to 5.22
While here, switch USE_GMAKE=yes to USES=gmake
2013-08-31 23:55:40 +00:00
Baptiste Daroussin
d20742f0c1 Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-31 01:17:11 +00:00
Baptiste Daroussin
f5f0ec5b2c Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-30 23:38:43 +00:00
William Grzybowski
c670b5b56c x11/lxpanel: fix distfile fetch
- Fix distfile fetch

Reported by:	bdrewery
2013-08-30 13:10:45 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
David Chisnall
3bec8741ff Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
2013-08-28 18:26:01 +00:00
Niclas Zeising
c30daf2012 Update to 0.1.0
Add dependency on gperf.
Fix build with out ancient gcc.
2013-08-28 12:19:55 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
William Grzybowski
149b1a234e x11/lxpanel: update to 0.6.0
- Update to 0.6.0
2013-08-27 15:32:57 +00:00
Niclas Zeising
8a0accef87 Add conflicts between x11/libXtrans and x11/xtrans, they install the same
files. [1]
Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
removal date one month from now.  Nothing in ports uses x11/libXtrans
anyway.

PR:		ports/181512 [1]
Submitted by:	Gerald Pfeifer <gerald@pfeifer.com> [1]
2013-08-26 10:07:01 +00:00
Jimmy Olgeni
8138761f5e Bump PORTREVISION due to iPython package name change. 2013-08-25 16:14:26 +00:00
Baptiste Daroussin
f5622b4a4b - update to 2.5
- change LIB_DEPENDS to new format
- remove upstreamed patch
- add a dependency on the new libxkbcommon

Approved by:	dhn (implicit)
2013-08-22 22:56:25 +00:00
Baptiste Daroussin
1e3df1adfa xkbcommon is a library to handle keyboard descriptions, including loading them
from disk, parsing them and handling their state. It's mainly meant for client
toolkits, window systems, and other system applications

WWW: http://xkbcommon.org/
2013-08-22 22:48:04 +00:00
Alexey Dokuchaev
c520e24c87 Fix NVidia drivers correctly after KVA space allocation API changes in
recent -CURRENT (after r254025).  Previously it would immediately core
dump upon loading of nvidia.ko.

PR:		ports/181144 (fix suggested in the audit trail)
Reviewed by:	jhb
Timeout from:	jeff (no cookie)
2013-08-20 03:21:50 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Olivier Duchateau
00debe3799 Whisker Menu is an alternate application launcher for the Xfce Desktop.
WWW: http://gottcode.org/xfce4-whiskermenu-plugin/
2013-08-17 08:28:01 +00:00
Alexey Dokuchaev
83b4c7ea73 In modern world of parallel builds and our new bmake(1) imake's popular
MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories'
build commands to the "all" target, along with main program executable.
If MakeSubdirs() was used to build a dependency of the main program, it
is highly likely that parallel build (-jX) will fail; and that's what's
happening to this port here.

To remedy the problem, use NamedTargetSubdirs() instead; also make sure
that correct make(1) implementation would be used for sub-makes (ignore
bogus "MAKE = make" set by imake in generated Makefiles).

While here, improve wording and formatting in the port description.

Reported by:	marino
2013-08-15 10:32:22 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Niclas Zeising
6130d92617 Update to 1.2.3 2013-08-14 14:39:26 +00:00
Niclas Zeising
1f08ace289 Update to 1.2.2. 2013-08-14 14:39:01 +00:00
Niclas Zeising
0c0692f1ec Update to 1.1.2 2013-08-14 13:44:33 +00:00
Niclas Zeising
8e0ed287c3 Update to 1.0.6 2013-08-14 13:43:49 +00:00
Niclas Zeising
0ef157e3f9 Update to 1.6.1
Obtained from:	xorg development repo
2013-08-14 13:08:58 +00:00
Alexey Dokuchaev
e2b3af7853 - Unbreak the build on recent -CURRENT after r254025 [1]
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
  about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)

PR:	ports/181118 [1]
	ports/176733 [2]
2013-08-08 04:39:00 +00:00
Niclas Zeising
a059fd1b76 Switch to USES= gmake instad. 2013-08-07 23:43:22 +00:00
Niclas Zeising
8dad23a925 Add a new port xcb-util-cursor, XCB replacement for libXcursor. 2013-08-07 23:39:28 +00:00
Niclas Zeising
9142267090 Don't hardcode the use of gcc.
PR:		ports/180384
Submitted by:	zeising
Approved by:	Maintainer timeout (one month)
2013-08-07 23:36:35 +00:00
Grzegorz Blach
fa1ad4bd21 - Update EFL to 1.7.8
- Update Enlightenment to 0.17.4

Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-07 20:57:26 +00:00
Alexey Dokuchaev
63986910ed - Update NVidia driver to the latest LTS stable version, 319.32
- Only offer FREEBSD_AGP option when it is actually supported
- Use new syntax for specifying LIB_DEPENDS
- Buffer overflow in nvidia_sysctl_bus_type() was fixed in 319.23
2013-08-07 09:35:04 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Baptiste Daroussin
612eb27633 - update to 1.0.3 2013-08-04 20:19:48 +00:00
Baptiste Daroussin
c1946f8ac8 Use new LIB_DEPENDS format 2013-08-04 15:05:40 +00:00
Baptiste Daroussin
ba2df61696 Add missing build deps
Reported by:	antoine
Pointyhat to:	bapt
2013-08-04 14:51:03 +00:00
Andrej Zverev
02e9fe1085 - Convert to new perl framework
Approved by:	bapt@ (x11@)
2013-08-04 12:53:54 +00:00
Baptiste Daroussin
6d726bc84e - update to 1.0.5 2013-08-04 00:08:23 +00:00
Baptiste Daroussin
c6dcb4fc6a - update to 1.2.0 2013-08-04 00:04:42 +00:00
Baptiste Daroussin
e91db2d433 - update to 2.3.2 2013-08-04 00:03:33 +00:00