aboutsummaryrefslogtreecommitdiff
path: root/japanese/jd
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+2
| | | | | | | | | | | | | | 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
* converters/libiconv:Tijl Coosemans2015-04-152-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert to USES=autoreconfTijl Coosemans2014-09-191-6/+3
| | | | Notes: svn path=/head/; revision=368544
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366938
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+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) Notes: svn path=/head/; revision=363436
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-0/+1
| | | | | | | | | | | | | | | - 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
* - Update from 2.8.7 to 2.8.8 [1]Danilo Egea Gondolfo2014-06-072-7/+7
| | | | | | | | | | | - 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
* - Update from 2.8.6 to 2.8.7Danilo Egea Gondolfo2014-01-173-11/+12
| | | | | | | | | | | | 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
* - Update to 2.8.6Antoine Brodin2013-12-012-25/+14
| | | | | | | | | | | | - gmake not needed - Stage support - use OPTIONS helpers PR: ports/184350 Submitted by: Takashi Kato (maintainer) Notes: svn path=/head/; revision=335366
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Fix build after iconv change [1]Guido Falsi2013-09-131-1/+2
| | | | | | | | | | | | | | | | - 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - adoption of optionsNG frameworkJason Helfman2013-05-261-5/+7
| | | | | | | | | - trim COMMENTS and historical headers Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319081
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-6/+2
| | | | Notes: svn path=/head/; revision=317220
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Update to 2.8.5Michael Scheidell2012-08-283-29/+5
| | | | | | | | PR: ports/171100 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=303274
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.8.2 [1]TAKATSU Tomonari2011-08-273-17/+33
| | | | | | | | | | - 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
* - Mark BROKEN: does not link (gcrypt/gnutls)Pav Lucistnik2011-07-261-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=278373
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* Update to 2.8.1Tilman Keskinoz2011-04-092-5/+5
| | | | | | | | PR: 156250 Submitted by: maintainer Notes: svn path=/head/; revision=272435
* - Update to 2.8.0Martin Wilke2011-02-052-5/+5
| | | | | | | | | PR: 154490 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268665
* - Update to 2.7.5 [1]TAKATSU Tomonari2011-01-062-12/+20
| | | | | | | | | | | | | | - 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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 2.7.0Li-Wen Hsu2010-08-242-6/+6
| | | | | | | | PR: ports/149939 Submitted by: Takashi Kato <townwear AT gmail.com> (maintainer) Notes: svn path=/head/; revision=259919
* - Update to 2.6.5Martin Wilke2010-05-092-7/+6
| | | | | | | | PR: 146090 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=253992
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.6.0Martin Wilke2010-02-102-7/+6
| | | | | | | | PR: 143702 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=249532
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2.5.5Wen Heping2009-12-312-6/+6
| | | | | | | | PR: ports/142164 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=246911
* - Update to 2.5.0Martin Wilke2009-12-132-6/+6
| | | | | | | | PR: 141222 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=245664
* - Update to 2.4.2Dmitry Marakasov2009-09-302-7/+6
| | | | | | | | | PR: 139215 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=242254
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-0/+1
| | | | Notes: svn path=/head/; revision=239670
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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
* - Update to 2.4.1Dmitry Marakasov2009-07-152-6/+6
| | | | | | | | PR: 136773 Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=237898
* - Update to 2.4.0Dennis Herrmann2009-05-242-6/+6
| | | | | | | Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) Notes: svn path=/head/; revision=234500
* jd - a 2ch browserBeat Gaetzi2009-05-234-0/+54
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