| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=384038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=376062
|
|
|
|
| |
Notes:
svn path=/head/; revision=368544
|
|
|
|
| |
Notes:
svn path=/head/; revision=366938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=363436
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=362645
|
|
|
|
|
|
|
|
|
|
|
| |
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS
PR: ports/190750
Submitted by: townwear@gmail.com (maintainer) [1]
Notes:
svn path=/head/; revision=356938
|
|
|
|
|
|
|
|
|
|
|
|
| |
while here
- Remove extra tabs
- Use PLIST_FILES instead of pkg-plist
PR: ports/185570
Submitted by: Takashi Kato <townwear@gmail.com>
Notes:
svn path=/head/; revision=340085
|
|
|
|
|
|
|
|
|
|
|
|
| |
- gmake not needed
- Stage support
- use OPTIONS helpers
PR: ports/184350
Submitted by: Takashi Kato (maintainer)
Notes:
svn path=/head/; revision=335366
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331272
|
|
|
|
|
|
|
| |
japanese)
Notes:
svn path=/head/; revision=327737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=327168
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
| |
- trim COMMENTS and historical headers
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=319081
|
|
|
|
| |
Notes:
svn path=/head/; revision=317220
|
|
|
|
|
|
|
| |
- Chase shlib version bump for dependant ports
Notes:
svn path=/head/; revision=311722
|
|
|
|
|
|
|
|
| |
PR: ports/171100
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=303274
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
| |
- Move LICENSE section earlier to make portlint happy
PR: ports/160028 [1]
Submitted by: Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
Notes:
svn path=/head/; revision=280593
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=278373
|
|
|
|
| |
Notes:
svn path=/head/; revision=275104
|
|
|
|
|
|
|
|
| |
PR: 156250
Submitted by: maintainer
Notes:
svn path=/head/; revision=272435
|
|
|
|
|
|
|
|
|
| |
PR: 154490
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=268665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MASTER_SITES_ABBREVS in MASTER_SITES
- Add LICENSE
- Add OPTIONS
- Drop MD5 checksum from distinfo
- Make portlint happy
PR: ports/153512 [1]
Submitted by: Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
Notes:
svn path=/head/; revision=267456
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
| |
PR: ports/149939
Submitted by: Takashi Kato <townwear AT gmail.com> (maintainer)
Notes:
svn path=/head/; revision=259919
|
|
|
|
|
|
|
|
| |
PR: 146090
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=253992
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
| |
PR: 143702
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=249532
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
PR: ports/142164
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=246911
|
|
|
|
|
|
|
|
| |
PR: 141222
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=245664
|
|
|
|
|
|
|
|
|
| |
PR: 139215
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=242254
|
|
|
|
| |
Notes:
svn path=/head/; revision=239670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
| |
PR: 136773
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=237898
|
|
|
|
|
|
|
| |
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=234500
|
|
WWW: http://jd4linux.sourceforge.jp/
PR: ports/134419
Submitted by: Takashi Kato <townwear AT gmail.com>
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=234429
|