Commit graph

19273 commits

Author SHA1 Message Date
Sofian Brabez
a92cc37b35 - Fix build with clang
Reported by:	pkg-fallout
2014-05-21 11:59:07 +00:00
Mark Felder
f97d195f62 Fix typo in rc script. ssd -> sssd
Submitted by:	lslebodn
2014-05-21 11:46:16 +00:00
Antoine Brodin
9f70f886b8 xmllint from new libxml2 seems to be stricter than it used to be
Disable it so that man pages can be generated

Submitted by:	maintainer
2014-05-20 21:12:42 +00:00
Palle Girgensohn
cb2d29c6f2 revert r354688 and fix the error instead, it should be @owner, not @user... 2014-05-20 21:09:28 +00:00
Palle Girgensohn
2d99569feb remove @user @group since it does not work with old pkg_tools
[https://wiki.freebsd.org/ports/StageDir] recommends using them, but I see no point in using both
Reported by: Peter Olsson
2014-05-20 20:59:35 +00:00
Rene Ladan
36300eeda5 Document new vulnerabilities in www/chromium < 35.0.1916.114
Obtained from:	http://googlechromereleases.blogspot.nl/
MFH:		2014Q2
2014-05-20 20:36:39 +00:00
Dmitry Marakasov
0d14b6deb8 - Support staging
PR:		189722
Submitted by:	Michael Schout <mschout@gkg.net> (maintainer)
2014-05-20 20:15:04 +00:00
Tijl Coosemans
30b4a374e3 - Remove build dependency on pkgconf.
- USES=libtool pathfix.
- Reenable -fstack-protector.  There was only ever a problem on FreeBSD
  i386 <10 which can be fixed by adding -lssp_nonshared to LDFLAGS like
  Mk/bsd.ssp.mk does.

Approved by:	cs (maintainer)
2014-05-20 19:56:15 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Frederic Culot
fc4c3a0b73 - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macro
PR:		ports/190001
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-05-20 14:43:44 +00:00
Antoine Brodin
ccb6c28c5e Chase same distinfo update as security/yara 2014-05-20 13:55:18 +00:00
Sofian Brabez
aad6c77954 - Update to 1.14.0 2014-05-20 13:20:22 +00:00
Alex Kozlov
2cda469ea9 - Update to 2014.63 2014-05-20 07:06:09 +00:00
Alex Kozlov
5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00
Ruslan Makhmatkhanov
6616d05dc1 - update to 8.0 2014-05-20 05:07:41 +00:00
Martin Matuska
89cb192015 Update ftp/proftpd to 1.3.5
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd)
Update security/proftpd-mod_clamav to 0.13
2014-05-19 22:58:14 +00:00
Olivier Duchateau
8f3ea90764 - Update to 14.05.14 2014-05-19 17:46:58 +00:00
Philippe Audeoud
6f424c0c73 - Update to 1.988 2014-05-19 08:42:53 +00:00
Frederic Culot
9209033c07 - Update to 2.4
PR:		ports/189324
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2014-05-19 08:03:49 +00:00
Martin Wilke
750d38b4e8 - Stage support
PR:		189893
Submitted by:	maintainer
2014-05-19 03:35:53 +00:00
Wesley Shields
6a0c9f1fcd Fix fetching.
Tag updated to v2.1.0 from 2.1.0. No changes to code.

Thanks antoine@ for noticing.
2014-05-19 01:40:30 +00:00
Tijl Coosemans
5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00
Renato Botelho
e282ef3e5d Readd accidentally removed vars from SUB_LIST, they are used on clamd-milter.in 2014-05-18 11:53:48 +00:00
Renato Botelho
95b03bcdc8 Fix plist with old pkg_ tools 2014-05-17 20:26:29 +00:00
Ryan Steinmetz
e77550ecd9 - Add STAGE support
- Add LICENSE
- Cleanup plist-related clever
- Pacify portlint(1)
- Bump PORTREVISION

With hat:	ports-secteam
2014-05-17 17:58:38 +00:00
Johan van Selst
6a050250e5 Add missing run-time dependency
Submitted by:	des
MFH:		2014Q2
2014-05-17 17:20:35 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Martin Wilke
7b7b85e08f - Support USE_GITHUB
- Fix info file
- Options helper

PR:		187752
Submitted by:	Ports Fury
2014-05-17 08:36:15 +00:00
Renato Botelho
18f3a2e670 Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.

Approved by:	portmgr (implict)
2014-05-16 18:46:48 +00:00
Renato Botelho
4bebd60e4c . Drop pkg-install and move directories to pkg-plist
. Use USERS and GROUPS
. Remove old check for FreeBSD > 7.x
2014-05-16 18:18:16 +00:00
Renato Botelho
7c2d4fb932 Move to USES=tar:bzip2 2014-05-16 15:29:00 +00:00
Brad Davis
8ae8a4f090 - Add a patch I missed that fixes the build of ossec-hids-client.
Reviewed by:	zi@
Noticed by:		swills@ / jenkins
Pointy hat to:	me
2014-05-16 13:27:59 +00:00
Ganael LAPLANCHE
e405fe6678 - Switch to USES=libtool
- Strip library
2014-05-16 12:26:30 +00:00
Philippe Audeoud
dbe3972310 - Update to 1.985 2014-05-16 09:48:41 +00:00
Renato Botelho
8a175e5f22 Fix major version number calculation
Submitted by:	Shawn Webb <lattera@gmail.com>
Obtained from:	d17ee49f75
2014-05-15 22:33:08 +00:00
Ryan Steinmetz
05efd90bb5 - Update to 2.9.6.1 2014-05-15 19:34:20 +00:00
Ryan Steinmetz
60e4627abf - Update COMMENT 2014-05-15 15:52:08 +00:00
Ryan Steinmetz
771c493803 - Update MAINTAINER 2014-05-15 15:48:05 +00:00
Brad Davis
9da100720e - Update ossec to 2.7.1
- Stagify
- Fix build with clang

Reviewed by:   zi@
2014-05-15 15:46:52 +00:00
Renato Botelho
1942f777df Fix rc.d scripts REQUIRE 2014-05-15 15:41:24 +00:00
Renato Botelho
44a6f9affb . Add USES=libtool on security/clamav
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of clamav
. Fix REQUIRE names on rc.d scripts
2014-05-15 15:40:25 +00:00
Frederic Culot
df397126eb - Update to 5.90
Changes:	http://search.cpan.org/dist/Digest-SHA/Changes
2014-05-15 14:54:51 +00:00
Renato Botelho
ea5fb0465b Move to new LIB_DEPENDS
Approved by:	portmgr (blanket)
2014-05-15 14:07:48 +00:00
Renato Botelho
5fff4335ed . Support stage
. Move to new LIB_DEPENDS

Approved by:	portmgr (blanket)
2014-05-15 14:02:38 +00:00
Sunpoet Po-Chuan Hsieh
710f8b976a - Remove MASTER_SITES
- Simplify Makefile
2014-05-15 12:53:41 +00:00
Kurt Jaeger
87798b4974 security/strongswan: update 5.1.1 -> 5.1.3 with security update
- Update strongSwan port to 5.1.3 to resolve CVE 2014-2338
- Fixed rcvar issue with FreeBSD 10 (ports/186865)
- Added building of additional tools included in strongswan (ports/186867)
- libtool fix
- pkg-plist updated

PR:             ports/189132, ports/186865, ports/186867
Submitted by:   Robert Sevat, Dewayne Geraghty, Francois ten Krooden (maintainer)
Approved by:    jadawin (mentor)
2014-05-15 12:47:20 +00:00
Tijl Coosemans
972788ff11 Bump PORTREVISION for previous change. 2014-05-15 07:46:37 +00:00
Johan van Selst
d7b607ba97 Update to signing-party 1.1.7 2014-05-14 17:56:47 +00:00
Rene Ladan
7f20b6f407 Describe new vulnerabilities in www/chromium < 34.0.1847.137
Obtained from:	http://googlechromereleases.blogspot.nl/
MFH:		2014Q2
2014-05-14 10:38:06 +00:00
Sofian Brabez
8e159eafea - Update to 1.6 2014-05-14 09:18:58 +00:00