aboutsummaryrefslogtreecommitdiff
path: root/dns/libidn
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 0.6.2Kirill Ponomarev2006-02-072-4/+4
| | | | Notes: svn path=/head/; revision=155419
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Update to 0.6.1Kirill Ponomarev2006-01-202-4/+4
| | | | Notes: svn path=/head/; revision=154019
* Update to 0.6.0Kirill Ponomarev2005-12-042-3/+4
| | | | Notes: svn path=/head/; revision=150369
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-121-1/+1
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* Update to 0.5.20Kirill Ponomarev2005-10-243-3/+4
| | | | Notes: svn path=/head/; revision=146211
* Update to 0.5.19Kirill Ponomarev2005-09-192-3/+3
| | | | Notes: svn path=/head/; revision=143160
* Update to 0.5.18Kirill Ponomarev2005-07-173-5/+6
| | | | Notes: svn path=/head/; revision=139440
* Remove superfluous dependency.Kirill Ponomarev2005-05-271-2/+0
| | | | Notes: svn path=/head/; revision=136253
* Update to 0.5.17Kirill Ponomarev2005-05-262-3/+3
| | | | Notes: svn path=/head/; revision=136188
* Update to 0.5.16Kirill Ponomarev2005-05-113-3/+6
| | | | Notes: svn path=/head/; revision=135073
* Update to 0.5.15Kirill Ponomarev2005-03-203-5/+7
| | | | Notes: svn path=/head/; revision=131728
* Update to 0.5.13Kirill Ponomarev2005-01-293-5/+8
| | | | Notes: svn path=/head/; revision=127591
* Add pkgconfig dependency.Kirill Ponomarev2005-01-251-1/+1
| | | | Notes: svn path=/head/; revision=127333
* Update to 0.5.12Kirill Ponomarev2004-12-042-3/+3
| | | | Notes: svn path=/head/; revision=123087
* Update to 0.5.11Kirill Ponomarev2004-11-222-3/+3
| | | | Notes: svn path=/head/; revision=122128
* Update to 0.5.10Kirill Ponomarev2004-11-082-5/+5
| | | | Notes: svn path=/head/; revision=121149
* Update to 0.5.9Kirill Ponomarev2004-11-083-7/+10
| | | | Notes: svn path=/head/; revision=121113
* Oh, I'm insane...Kirill Ponomarev2004-10-261-2/+2
| | | | | | | | | Update distinfo for the last update. Submitted by: Michael C. Shultz <ringworm@inbox.lv> Notes: svn path=/head/; revision=120254
* Update to 0.5.8Kirill Ponomarev2004-10-262-2/+2
| | | | Notes: svn path=/head/; revision=120232
* Update to 0.5.6Kirill Ponomarev2004-10-123-3/+8
| | | | Notes: svn path=/head/; revision=119029
* Update to 0.5.4Kirill Ponomarev2004-08-135-29/+14
| | | | Notes: svn path=/head/; revision=116154
* Update to 0.5.3Kirill Ponomarev2004-08-072-3/+3
| | | | Notes: svn path=/head/; revision=115553
* Update to 0.5.2Kirill Ponomarev2004-07-142-3/+3
| | | | Notes: svn path=/head/; revision=113644
* Update to 0.5.1Kirill Ponomarev2004-07-092-3/+3
| | | | Notes: svn path=/head/; revision=113309
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to version 0.5.0Kirill Ponomarev2004-06-285-10/+16
| | | | Notes: svn path=/head/; revision=112448
* - Update to version 0.4.6Kirill Ponomarev2004-05-243-3/+4
| | | | Notes: svn path=/head/; revision=109871
* - Update to version 0.4.5Kirill Ponomarev2004-05-223-4/+4
| | | | Notes: svn path=/head/; revision=109688
* - Update to version 0.4.4Kirill Ponomarev2004-04-294-8/+8
| | | | Notes: svn path=/head/; revision=107987
* - Update to version 0.4.3Kirill Ponomarev2004-04-284-7/+9
| | | | Notes: svn path=/head/; revision=107853
* - Correct plistKirill Ponomarev2004-04-172-12/+2
| | | | Notes: svn path=/head/; revision=107349
* - Support WITHOUT_NLSKirill Ponomarev2004-03-282-6/+13
| | | | Notes: svn path=/head/; revision=105512
* - ad hoc fix for reported build errors which I was unable toKirill Ponomarev2004-03-231-0/+5
| | | | | | | | | trace Reported by: many Notes: svn path=/head/; revision=105082
* - Update to version 0.4.2Kirill Ponomarev2004-03-234-7/+17
| | | | Notes: svn path=/head/; revision=105061
* - Cosmetic changesKirill Ponomarev2004-03-181-4/+5
| | | | Notes: svn path=/head/; revision=104553
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Fix build on 4.xKirill Ponomarev2004-03-111-1/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=103642
* - Update to version 0.4.1Kirill Ponomarev2004-03-093-3/+4
| | | | Notes: svn path=/head/; revision=103378
* - Update to version 0.4.0Kirill Ponomarev2004-02-294-4/+16
| | | | Notes: svn path=/head/; revision=102537
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Update to version 0.3.7Kirill Ponomarev2004-01-224-74/+15
| | | | Notes: svn path=/head/; revision=98822
* - Update to version 0.3.6Kirill Ponomarev2004-01-063-3/+74
| | | | Notes: svn path=/head/; revision=97503
* - Update to version 0.3.5Kirill Ponomarev2003-12-153-15/+31
| | | | Notes: svn path=/head/; revision=95868
* - Fix build on -currentKirill Ponomarev2003-11-131-0/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=93913
* - Update to 0.3.4Kirill Ponomarev2003-11-094-13/+18
| | | | Notes: svn path=/head/; revision=93576
* add a missing \\ in last commitYing-Chieh Liao2003-10-311-1/+1
| | | | Notes: svn path=/head/; revision=92673