Commit Graph

19 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c188371b39 Update MASTER_SITES and WWW
Approved by:	portmgr (blanket)
2018-10-29 22:15:12 +00:00
Guido Falsi
b1fac01e5e Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".

Reviewed by:		mat, rene
Approved by:		portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D12548
2017-10-15 14:05:04 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
76c1faabcc - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-08 14:35:06 +00:00
Hiroki Sato
28a76bdb9b - Take maintainership.
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups.
2015-07-18 18:15:17 +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
Dmitry Marakasov
18c5da3232 - Fix build with clang
Fixes this error:
./xadbm.h:75:19: error: out-of-line declaration of a member must be a definition [-Wout-of-line-declaration]

Operators are still declared in xqdbm.h included from xadbm.h
2015-01-28 20:52:08 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Martin Wilke
b9f6bf2dca - Stage support 2014-02-02 11:00:29 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Emanuel Haupt
8c81a551b0 Update broken/outdated WWW entries. Remove those where no alternate source was
found.
2011-08-05 11:45:09 +00:00
Steve Wills
1bfde2272e - Update to 1.8.78 2011-07-24 21:35:17 +00:00
Michael Johnson
d7cdf4e06a Update to 1.8.77 2007-12-21 12:43:02 +00:00
Michael Johnson
6ce6a55ad9 dirrmtry %%DATADIR%%
Reported by:	linimon
2007-10-25 00:37:57 +00:00
Michael Johnson
2f46c886dc Update to 1.8.76 2007-10-23 12:58:31 +00:00
Michael Johnson
338c6391c1 Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches (which don't apply)
Reported by:	pav
2007-07-14 01:54:44 +00:00
Michael Johnson
9996e758a9 - Update plist for qdbm update
- Bump PORTREVISION
2007-03-08 16:35:28 +00:00
Michael Johnson
e856314184 - Update plist for qdbm update
Reported by:	pointyhat via kris
2006-11-02 22:54:37 +00:00
Michael Johnson
dfd5a5d938 Add qdbm-plus (slave port to qdbm)
C++ API for QDBM

WWW: http://qdbm.sourceforge.net/xspex.html
2006-09-25 20:13:35 +00:00