Commit graph

68 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
4c19e38846 sysutils/dar: Update version 2.5.11=>2.5.12 2017-09-19 01:05:41 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Muhammad Moinur Rahman
8cc6062b64 sysutils/dar: Update version 2.5.10=>2.5.11 2017-07-14 05:44:41 +00:00
Muhammad Moinur Rahman
a4d1ad46e6 sysutils/dar: Update version 2.5.9=>2.5.10 2017-04-11 19:51:31 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Muhammad Moinur Rahman
4fc75f4238 sysutils/dar: Update version 2.5.5=>2.5.9 2017-02-25 21:04:16 +00:00
Jason E. Hale
d32b8fe316 Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
2016-11-26 23:41:16 +00:00
Muhammad Moinur Rahman
fc28fd8639 sysutils/dar: Update version 2.5.3=>2.5.5
- Enable Compression as DEFAULT options [1]

Submitted by:	megabrutal@gmail.com [1]
2016-06-07 12:20:08 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Muhammad Moinur Rahman
0745c29efb sysutils/dar: Update version 2.5.2=>2.5.3 2016-03-09 01:09:35 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Muhammad Moinur Rahman
26678e8889 sysutils/dar: Update version 2.5.1=>2.5.2 2015-11-29 09:42:47 +00:00
Muhammad Moinur Rahman
dd12faabf8 sysutils/dar: Add new OPTIONS
- Add ZLIB, BZIP2, LZMA and GPGME support in the new version

PR:		204715
Submitted by:	neil@darlow.co.uk
2015-11-21 20:31:37 +00:00
Muhammad Moinur Rahman
5b6846e387 sysutils/dar: Update version 2.4.17=>2.5.1
- Added c++11-lang as requirement
2015-11-19 09:35:59 +00:00
Dmitry Marakasov
1eafcf7b01 - Fix build with DOCS: don't exclude doc from SUBDIRS as etc/darrc comes from there; actual installation of DOCS is still handled in plist
Approved by:	portmgr blanket
2015-09-03 13:00:27 +00:00
Muhammad Moinur Rahman
9bad9cf66a sysutils/dar: Update version 2.4.15=>2.4.17
Differential Revision:	https://reviews.freebsd.org/D1796
Approved by:		marino(mentor)
2015-02-07 12:44:13 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Muhammad Moinur Rahman
fc87ea1591 sysutils/dar: Update version 2.4.14=>2.4.15
- Remove GCC dependency as it builds fine with CLANG

Differential Revision:	https://reviews.freebsd.org/D1395
Approved by:	bapt(mentor)
2014-12-30 08:53:43 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Antoine Brodin
23b328aaf9 Cleanup plist 2014-11-22 09:13:35 +00:00
Thomas Zander
4c3af07e69 - Fix build with libgcrypt (non-default OPTION)
PR:		192060
Submitted by:	graham@menhennitt.com.au
Patch by:	5u623l20@gmail.com (maintainer)
2014-09-20 15:51:19 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
John Marino
70bd6b07f2 sysutils/dar: Use alternate sed argument to unbreak DragonFly
The new version of dar uses the gnu sed -r switch which is not recognized
by DragonFly's BSD sed.  Switch this to the equivalent -E switch so both
FreeBSD and DragonFly are happy.

Approved by:	general blanket
2014-06-21 08:19:04 +00:00
William Grzybowski
5bf16feb92 sysutils/dar: add gcrypt option
- Pass maintainership to submitter

PR:		191153
Submitted by:	Muhammad Moinur Rahman
2014-06-18 17:09:23 +00:00
Martin Wilke
792b9ad102 - Update to 2.4.14
PR:		191098
2014-06-17 15:49:42 +00:00
Martin Wilke
299a2dd79f - Update to 2.4.13
PR:		190903
Submitted by:	ports fury
2014-06-14 05:54:18 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Dmitry Marakasov
9b5d5b0855 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-27 14:20:23 +00:00
Philippe Audeoud
8d7e8b2823 - Update to 2.4.12
PR:		ports/186742
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-02-27 16:06:53 +00:00
Emanuel Haupt
4d1bd2432d Define DOCS in OPTIONS_DEFINE. 2014-02-10 13:58:28 +00:00
Philippe Audeoud
e4eefd3f1e - USE_GCC is needed on FreeBSD > 10
- Release maintainership

PR:		ports/186534
Submitted by:	olgeni@
2014-02-10 13:49:21 +00:00
Philippe Audeoud
37f97ba925 - Support STAGE 2013-12-27 19:47:35 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Baptiste Daroussin
86d16f2675 Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here convert bacula-server from USE_GETTEXT to USES=gettext
2013-05-06 09:07:58 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +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
Philippe Audeoud
83a1fa342e - Update to 2.3.11 2011-03-14 14:32:41 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Philippe Audeoud
2943fcb06e - Update to 2.3.10 2010-07-27 14:18:45 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Philippe Audeoud
19cd0986ba - Update to 2.3.8
- Respect NOPORTDOCS, ...

Approved by:	tabthorpe (mentor)
2008-06-24 18:10:45 +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
Philippe Audeoud
64116badc3 - Update to 2.3.7
- Update maintainer address

Approved by: tabthorpe (co-mentor)
2008-03-06 21:38:43 +00:00
Martin Wilke
4c78b61e92 - Update to 2.3.6
- Pass maintainership to submitter

PR:		117472
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2007-10-25 21:26:24 +00:00
Martin Wilke
2c41b7ebf9 - Fix build
PR:		115241
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2007-08-06 15:34:43 +00:00
Martin Wilke
605a5bde31 - Update to 2.3.4 2007-08-05 21:26:51 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Pav Lucistnik
b4f561b510 - Update to 2.3.3 2007-03-18 14:23:35 +00:00
Pav Lucistnik
daa1614e82 - Disable UPX packing of installed files (helps people who got upx installed)
PR:		ports/108149
Reported by:	Chris Calvey <chris@securityforensics.yi.org>
2007-03-14 20:38:12 +00:00