aboutsummaryrefslogtreecommitdiff
path: root/dns/libidn
Commit message (Collapse)AuthorAgeFilesLines
* dns/libidn: remove erroneous addition of autogenerated info/dir in plistJason Unovitch2016-08-012-1/+1
| | | | | | | | | | PR: 211407 Pointyhat to: junovitch Approved by: ports-secteam (with hat) MFH: 2016Q3 Notes: svn path=/head/; revision=419420
* dns/libidn: update 1.31 -> 1.33Jason Unovitch2016-07-313-28/+30
| | | | | | | | | | | | | | | PR: 211407 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: ports-secteam (with hat) Security: CVE-2015-8948 Security: CVE-2016-6261 Security: CVE-2016-6262 Security: CVE-2016-6263 Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html MFH: 2016Q3 Notes: svn path=/head/; revision=419389
* Update to 1.31Mark Felder2015-07-233-5/+6
| | | | | | | | | | | | Add USES=gmake to build on all supported FreeBSD releases PR: 201780 Security: CVE-2015-2059 Security: 4caf01e2-30e6-11e5-a4a5-002590263bf5 MFH: 2015Q3 Notes: svn path=/head/; revision=392735
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Update to upstream version 1.29Thomas Zander2014-09-293-16/+10
| | | | | | | | | | | | | While on it: - Simplify OPTIONS - Fix pkg-plist (missing entry for pt_BR, remove @dirrm, handled by pkg) PR: 193301 Submitted by: takefu@airport.fm Approved by: gaod@hychen.org (maintainer) Notes: svn path=/head/; revision=369529
* Remove hack now that USES=pathfix no longer modifies configure (r369260)Tijl Coosemans2014-09-251-2/+0
| | | | Notes: svn path=/head/; revision=369264
* dns/libidn:Tijl Coosemans2014-08-302-16/+10
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Fix build with ports makeinfoBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359293
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* - Stage supportMartin Wilke2014-02-033-54/+50
| | | | Notes: svn path=/head/; revision=342383
* Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures inMatthias Andree2013-09-291-0/+4
| | | | | | | | | | dependent ports. PR: ports/182054 Approved by: gaod@hychen.org (maintainer timeout, 16 days) Notes: svn path=/head/; revision=328685
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Update to 1.2.8Sunpoet Po-Chuan Hsieh2013-09-082-11/+11
| | | | | | | | | | | | | | | - While I'm here: - Use GNU macro - Add OPTIONS_DEFINE - Convert to new perl5 framework - Simplify regex Changes: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS PR: ports/181942 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=326767
* Update to 1.27. [1]Raphael Kubo da Costa2013-06-252-5/+4
| | | | | | | | | | While here, replace USE_GNOME with the respective USES entries. PR: ports/179981 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=321775
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}Baptiste Daroussin2013-04-291-3/+5
| | | | | | | | | While here: - trim headers - convert to new options framework Notes: svn path=/head/; revision=316850
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to 1.26Florian Smeets2013-02-063-10/+5
| | | | | | | | PR: ports/175900 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=311802
* Update to 1.25Bryan Drewery2012-08-083-3/+4
| | | | | | | | | | | | | | | | | | ChangeLog: 1.23 https://lists.gnu.org/archive/html/info-gnu/2011-11/msg00014.html 1.24 https://lists.gnu.org/archive/html/info-gnu/2012-01/msg00008.html 1.25 https://lists.gnu.org/archive/html/info-gnu/2012-05/msg00010.html Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) PR: ports/170428 Approved by: eadler (mentor) Notes: svn path=/head/; revision=302267
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284554
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 1.22Julien Laffaye2011-07-112-3/+3
| | | | | | | | | PR: ports/158785 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor, implicit) Notes: svn path=/head/; revision=277543
* - Update to 1.19Wen Heping2011-03-143-7/+5
| | | | | | | | PR: ports/153499 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=270855
* Over to submitter of last update.Mark Linimon2010-12-281-1/+1
| | | | Notes: svn path=/head/; revision=267056
* Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-Mark Linimon2010-12-281-1/+1
| | | | | | | | | timeouts. Hat: portmgr Notes: svn path=/head/; revision=267047
* - Update to 1.16Philip M. Gollucci2010-09-082-5/+4
| | | | | | | | | PR: ports/143265 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer timeout (krion ; 219 days) Notes: svn path=/head/; revision=260786
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 1.15Kirill Ponomarev2009-11-162-4/+4
| | | | Notes: svn path=/head/; revision=244332
* Update to 1.14Kirill Ponomarev2009-05-262-4/+4
| | | | Notes: svn path=/head/; revision=234573
* Update to 1.13Kirill Ponomarev2009-03-083-4/+5
| | | | Notes: svn path=/head/; revision=229682
* Update to 1.12Kirill Ponomarev2009-02-063-5/+5
| | | | Notes: svn path=/head/; revision=227706
* Update to 1.9Kirill Ponomarev2008-10-042-5/+4
| | | | Notes: svn path=/head/; revision=221193
* - don't install libidn-components.png in DOCSDIR if -DNOPORTDOCSIon-Mihai Tetcu2008-06-151-1/+5
| | | | | | | | | - bump PORTREVISION Approved by: maintainer timeout Notes: svn path=/head/; revision=214903
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 1.8Kirill Ponomarev2008-05-144-5/+7
| | | | Notes: svn path=/head/; revision=213015
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209418
* Update to 1.2Kirill Ponomarev2007-10-103-5/+4
| | | | Notes: svn path=/head/; revision=201253
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Update to 0.6.14Kirill Ponomarev2007-06-013-4/+6
| | | | Notes: svn path=/head/; revision=192507
* Update to 0.6.12Kirill Ponomarev2007-05-312-4/+4
| | | | Notes: svn path=/head/; revision=192493
* Fix build if automake is installed.Kirill Ponomarev2007-04-151-0/+2
| | | | | | | | PR: ports/111360 Submitted by: novel Notes: svn path=/head/; revision=190036
* Update to 0.6.10Kirill Ponomarev2007-01-272-4/+4
| | | | Notes: svn path=/head/; revision=183441
* Update to 0.6.9Kirill Ponomarev2006-12-102-4/+4
| | | | Notes: svn path=/head/; revision=179361
* Update to 0.6.8Kirill Ponomarev2006-10-312-4/+4
| | | | Notes: svn path=/head/; revision=175860
* Update to 0.6.7Kirill Ponomarev2006-09-213-7/+8
| | | | Notes: svn path=/head/; revision=173508
* Update to 0.6.3Kirill Ponomarev2006-03-153-11/+7
| | | | Notes: svn path=/head/; revision=157356
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749