Commit graph

256 commits

Author SHA1 Message Date
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Renato Botelho
7d06f6468d Update to 20130901
Replace USES_GMAKE by USES=gmake
2013-09-01 17:41:54 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Renato Botelho
4e3dd6c86c Fix error message that is showing a wrong dir
Reported by:	Will McCutcheon <will@toyingwithfate.com>
2013-07-13 20:40:50 +00:00
Renato Botelho
b619cfa852 . Update to 20130621
. Use new macros where it's possible
2013-06-21 18:41:08 +00:00
Renato Botelho
bc85228263 Update to 20130531 2013-05-31 15:54:30 +00:00
Renato Botelho
3dd8bf4dc9 Make TESTS a non-default option 2013-05-08 15:40:14 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Renato Botelho
26901a887a Update to 20130423 2013-04-23 19:14:58 +00:00
Renato Botelho
e9a4250e29 Update to 20130217 2013-02-17 23:26:39 +00:00
Renato Botelho
4c8aac45b3 Remove patches to build with clang and force clamav and clamav-devel to use GCC.
According clamav developers ClamAV's detection is not tested when compiled with
clang.

PR:		ports/175784
Submitted by:	tj@
2013-02-11 00:56:21 +00:00
Renato Botelho
eaaad5dfaa - Update to 20130209
- Fix build with clang (commit 7dfcf6e2df from master)
- UNRAR is necessary for unit tests
2013-02-09 11:09:40 +00:00
Renato Botelho
f57146fa85 Update to 20130125 2013-01-25 15:21:18 +00:00
Renato Botelho
cfa3b73593 Update to 20130113 2013-01-13 20:32:43 +00:00
Renato Botelho
6591313e33 Update to 20130108 2013-01-08 23:58:30 +00:00
Renato Botelho
70953c6d15 Update to 20121120
Feature safe:	yes
2012-11-20 14:17:04 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Renato Botelho
e5bc77843a Update to 20120917 2012-09-17 20:18:45 +00:00
Renato Botelho
a3ce7b21e5 Update to 20120906 2012-09-06 17:33:48 +00:00
Renato Botelho
b153af3794 Update to 20120815 2012-08-15 21:26:18 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Renato Botelho
900676a0bb Remove LDAP_DESC and ICONV_DESC, they are already present in bsd.options.desc.mk 2012-06-29 19:44:52 +00:00
Renato Botelho
b2a1aaa839 - Convert to OPTIONSng
- Move LICENSE to right place and silent portlint
2012-06-29 18:56:24 +00:00
Renato Botelho
3c027b3dce - Update to 20120629
- Remove LLVM_PORTS option, clamav requires llvm 2.9 and we have 3.1 on ports
2012-06-29 16:24:54 +00:00
Renato Botelho
cce52f6a10 Update to 20120407
Feature safe:	yes
2012-04-08 11:05:27 +00:00
Renato Botelho
9dd0f4b923 Update to 20120305
Feature safe:	yes
2012-03-10 14:54:34 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Renato Botelho
eac568a380 Update to 20111228 2011-12-28 14:58:10 +00:00
Renato Botelho
42b72045b9 - Remove unecessary dependency (libcheck) when option TESTS is off [1]
- Add clamav-milter as CONFLICTS, this new meta port will be added soon

PR:		ports/161872
Submitted by:	Alexey Markov <redrat@mail.ru>
Feature safe:	yes
2011-11-19 14:22:25 +00:00
Renato Botelho
68f811ffaa Update to 20111104 2011-11-04 20:01:35 +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
Renato Botelho
69d0e0cddc Update to 20110704 2011-07-04 23:54:44 +00:00
Renato Botelho
b757b6327a - s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with new
options with the same name that will be added to bsd.port.mk

PR:		ports/157161, ports/157162
Submitted by:	Chris Rees <utisoft@gmail.com>
2011-05-19 11:35:28 +00:00
Renato Botelho
77b710064d - Update to 20110223
- Align with clamav port new option to use llvm from ports
2011-02-23 15:32:46 +00:00
Renato Botelho
eb8d173c48 Fix detection if python was built with threads support and run make check
accordingly

PR:		ports/154848
Submitted by:	Martin Simmons <martin@lispworks.com>
2011-02-21 11:35:52 +00:00
Renato Botelho
dbe7a76658 Update to 20110204
Feature safe:	yes
2011-02-04 16:28:43 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Renato Botelho
e6f6d695be Update to 20101029 2010-10-29 16:22:07 +00:00
Renato Botelho
8d45e0b15b Update to 20101026 2010-10-26 16:26:48 +00:00
Renato Botelho
85c841d500 Update to 20101021 2010-10-21 20:31:36 +00:00
Renato Botelho
81ca01f537 Update to 20101019 2010-10-19 15:01:09 +00:00
Renato Botelho
cd2afe1c1e Update to 20101015 2010-10-15 17:22:05 +00:00
Renato Botelho
9654df7b64 - Update to 20100927
- Remove GCC 4.2+ dependency, now it builds file with 3.4.6
- Add a new OPTION to TESTS, since it requires python on build time and some
  people don't like this. Leave it ON by default to run tests on package
  building
2010-09-27 16:57:33 +00:00
Renato Botelho
be26b24c92 Update to 20100920 2010-09-20 18:15:34 +00:00
Renato Botelho
c57a9586cd Update to 20100916 2010-09-16 13:34:13 +00:00
Renato Botelho
c3f0efa947 - Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION

PR:		ports/150512
Submitted by:	Philippe Pepiot <phil@philpep.org>
2010-09-13 11:30:16 +00:00
Renato Botelho
34bcaf13d8 - Update to 20100824
- Add LICENSE
2010-08-24 17:30:03 +00:00
Renato Botelho
eacd7ff2fe pav@ noted LICENSE code don't work fine with ports using @cwd in plist, and
it'll be fixed soon. Remove LICENSE from clamav ports for now.
2010-08-13 11:29:48 +00:00
Renato Botelho
15aa12ad70 - Update to 20100810
- While i'm here, add LICENSE
2010-08-10 13:25:24 +00:00
Renato Botelho
db0aa57900 Update to 20100624
Feature safe:	yes
2010-06-24 16:14:06 +00:00