1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

198 Commits

Author SHA1 Message Date
Dmitry Marakasov
4668ecfd0d - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2016-02-14 21:45:09 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Pawel Pekala
e796199cd2 - Add patch fixing reboot/shutdown command. Upstream seems unresponsive and
this patch was adopted by Arch Linux some time ago. [1]
- Cleanup pkg-plist while here

Bug report: http://sourceforge.net/p/icewm/bugs/911/

PR:		196034 [1]
Submitted by:	Ronald Klop <ronald-lists@klop.ws> [1]
2015-01-01 17:15:01 +00:00
Adam Weinberger
e894c29ad5 Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
2014-07-16 03:34:56 +00:00
Martin Wilke
60880dc81e - Update to 1.3.8
- Convert to USES
- Stage support

PR:		186738
Submitted by:	ports fury
2014-02-23 16:04:51 +00:00
Eitan Adler
7405b8e0ed Return some ports I maintain to the pool. 2014-02-02 08:11:05 +00:00
Eitan Adler
929434f78e Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
2013-12-07 05:34:49 +00:00
Eitan Adler
ba4071189a Fix icewm's buggy use of iconv which causes it to fail on 10.x.
PR:		ports/182307
Submitted by:	Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> (incl. patch and testing)
PR:		ports/183626
Submitted by:	Pavlo Greenberg <dog@virtual.org.ua>
2013-11-04 01:01:18 +00:00
Eitan Adler
017f893a21 - Convert to staging 2013-09-29 00:19:25 +00:00
Baptiste Daroussin
c30de17205 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21 00:01:16 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Eitan Adler
f9be79d54e Convert from USE_GMAKE to USES=gmake 2013-07-07 14:58:09 +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
Eitan Adler
ec0ddd6545 Add port's license 2013-04-30 03:14:23 +00:00
Eitan Adler
697aef87b7 Convert to USES=gettext
Reviewed by:	kwm
2013-04-24 17:50:58 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Bryan Drewery
64bea0f23f - Fix build with clang [1]
- Pet portlint by removing excess whitespace

PR:		ports/175467 [1]
Reported by:	Pavel Timofeev <timp87@gmail.com> [1]
Approved by:	eadler (maintainer, implicit)
Obtained from:	Upstream CVS [1]
2013-01-25 04:44:27 +00:00
Eitan Adler
2e7223edec Convert to OptionsNG
Feature safe: yes
2012-10-20 15:01:43 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Eitan Adler
3e83fd47cf Upgrade to OptionsNG
Reviewed by:	dinoex, ak
2012-06-26 03:57:31 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Eitan Adler
b779b6b24d Remove gratitutous version number from LIB_DEPENDS where not required. 2012-02-18 23:56:30 +00:00
Eitan Adler
54a8b690ac Add file I forgot to add in the last commit 2012-01-29 15:57:53 +00:00
Eitan Adler
76b29f23b6 - Enable XINERAMA by default - it has no extra depends
- Enable Beastie by default - daemon > no daemon
- Add a LITE option - untested
- Include MenuIconSize not yet upstreamed

PR:		ports/164386
Submitted by:	Gabor Fischer <Gabor.Fischer@gmx.net>
2012-01-29 15:57:27 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Tilman Keskinoz
70d04c618d Fix build issues with GNOME
PR:		159237
Submitted by:	maintainer
2011-07-30 15:19:12 +00:00
Cy Schubert
cdae5b7552 My mistake. Previous commit backed out due to maintainers request.
Pointy hat to:	yours truly
2011-07-19 18:50:01 +00:00
Cy Schubert
a3c693a784 Mark BROKEN when GNOMEDESKTOP is selected.
Assume maintainership.
2011-07-18 16:25:20 +00:00
Florian Smeets
25b5a08352 - fix path to html documentation
Use a diffent fix as the one suggested by the maintainer in the PR.

PR:		ports/156573
Approved by:	eadler (maintainer)
2011-04-25 19:48:41 +00:00
Pav Lucistnik
7c55906a36 - Update to 1.3.7
PR:		ports/151904
Submitted by:	Eitan Adler <ports@eitanadler.com> (maintainer)
2010-11-08 21:59:08 +00:00
Sahil Tandon
b12c404764 - Update maintainer's email address
PR:		ports/148497
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
2010-07-11 18:41:15 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Thomas Abthorpe
30c04da909 - Add ACPI support for FreeBSD
- Bump PORTREVISION

PR:		ports/138489
Submitted by:	mav
Approved by:	maintainer implicit
2009-09-08 01:38:23 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Beat Gaetzi
d55e480164 - Remove excessive @dirrmtrys
PR:		ports/132794
Submitted by:	Eitan Adler <EitanAdlerList AT gmail.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-20 21:04:49 +00:00
Alejandro Pulver
5ad894e3a5 - Remove excessive @dirrmtrys. 2009-03-13 13:03:21 +00:00
Alejandro Pulver
0df2d764e4 - Update to version 1.2.37.
- Disable Xinerama option by default.

PR:		ports/132255
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com>
2009-03-13 01:05:21 +00:00
Vanilla I. Shu
02c02f92b5 Assign MAINTAINER to submitter.
PR:		ports/132240
Submitted by:	eitanadlerlist at gmail dot com
2009-03-02 03:11:34 +00:00
Alejandro Pulver
817a65bd3b - Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
2009-02-27 21:24:38 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
cc9df16114 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-21 14:31:47 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Alejandro Pulver
3dbbdfee0d - Update to version 1.2.35. 2008-03-24 20:43:33 +00:00