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

50 Commits

Author SHA1 Message Date
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +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
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Vanilla I. Shu
594dec8ee9 Stageify.
Approved by:	portmgr@
2014-05-23 02:34:44 +00:00
Martin Wilke
a471bc15e4 - Convert USE_GMAKE/USE_BZIP2 to USES 2014-03-13 08:18:38 +00:00
Emanuel Haupt
003d63081a Remove trailing whitespaces from category comms 2014-02-21 13:35:45 +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
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Adam Weinberger
3b51b8f050 Fix type (..if) 2014-01-03 16:18:05 +00:00
Adam Weinberger
fbd9122a40 Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
2014-01-03 16:06:00 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Martin Wilke
c77972ee0b - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 13:39:48 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +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
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Martin Wilke
5837326f22 - Fix pkg-plist
PR:		ports/100927
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor),maintainer
2006-07-30 14:42:33 +00:00
Marcus Alves Grando
66389c44f9 - Update to 0.9.0
- Update pkg-descr
- Respect CFLAGS

PR:		94602
Submitted by:	Ulrich Spoerlein <q___galgenberg.net>
Approved by:	maintainer
2006-04-29 20:15:15 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Sergey Matveychuk
164770cbbb - Update to 0.8.1
PR:		ports/87256
Submitted by:	maintainer
2005-10-11 16:38:56 +00:00
Pav Lucistnik
24b298f317 - Update to 0.8.0
PR:		ports/83463
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2005-07-14 16:03:24 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Volker Stolz
cbbe06cc35 Update to 0.7.5
PR:		ports/77498
Submitted by:	Janos Mohacsi (maintainer)
2005-02-14 17:03:08 +00:00
Sergey Matveychuk
ec6674e616 - Remove extra directories from ru and de man pages.
- While I'm here: remove locale directories for ru and de also.

PR:		ports/75218
Submitted by:	maintainer
2004-12-18 14:51:06 +00:00
Sergei Kolobov
b78a87f702 - Update to 0.7.4:
- Added German and Russian translations
  - Configuration file changes

PR:		ports/72735
Submitted by:	Janos Mohacsi (maintainer)

While I'm here:
- Move examples installation out of NOPORTDOCS check
- Add CONFIGURE_TARGET to silense configure warning
- Minor Makefile tweaks
2004-10-15 16:17:23 +00:00
Kirill Ponomarev
0a82b25e9f Update to 0.7.3
PR:		ports/69955
Submitted by:	maintainer
2004-08-04 10:21:50 +00:00
Tilman Keskinoz
54bdb5ad29 Update to 0.7.2
PR:		69443
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-07-23 08:03:47 +00:00
Kirill Ponomarev
45fdac6e86 - Update to version 0.7.1
PR:		ports/67165
Submitted by:	maintainer
2004-05-25 09:02:39 +00:00
Pav Lucistnik
6696b4ced4 - Update to 0.7.0
PR:		ports/65819
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-04-28 16:39:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Pav Lucistnik
f90412bde1 - Update to 0.6.4.1
PR:		ports/61983
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-01-27 11:54:45 +00:00
Kirill Ponomarev
2d197967ce - Update to version 0.6.4
- UCS-2 phonebook transfer mode
- Phonebook hadling fixed
- Apply the DOCSDIR and EXAMPLESDIR macro to pkg-plist
- Remove missing example
- Added russian man page
- Change master_site to sourceforge

PR:		56731
Submitted by:	maintainer
2003-09-24 10:15:16 +00:00
Sergey A. Osokin
9fd506846b Update to 0.6.3.8
Submitted by:	maintainer
PR:		53635
Approved by:	fjoe (mentor) (implicit)
2003-06-23 14:35:37 +00:00
Kevin Lo
532993ed1c Update to 0.6.3.7
PR: 50995
Submitted by: MAINTAINER
2003-04-16 01:22:45 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Tilman Keskinoz
ade77f1738 Update to 0.6.3.5
PR:		47164
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-01-18 17:35:48 +00:00
Christian Weisgerber
fac16aaf89 Update to 0.6.3.1. Notable changes in this release:
- Now uses libiconv to generalize the charset handling. It can also
  decode UCS2-encoded SMS, localize the date format, and add the
  status report request bit to outgoing SMSes.
- SL45 also handled.

PR:		45519
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-11-21 19:13:49 +00:00
Kevin Lo
2126ad3746 Update to version 0.6.1.6
PR: 44408
Submitted by: MAINTAINER
2002-10-24 06:55:55 +00:00
Ying-Chieh Liao
473921fb71 add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones

PR:		39707
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-09-18 08:31:15 +00:00