aboutsummaryrefslogtreecommitdiff
path: root/dns/libidn
Commit message (Collapse)AuthorAgeFilesLines
* 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
* introduce MASTER_SITE_GNU_ALPHAYing-Chieh Liao2003-10-311-2/+2
| | | | Notes: svn path=/head/; revision=92672
* - Use "gnomehack" knobKirill Ponomarev2003-10-302-1/+3
| | | | | | | | | - Bump PORTREVISION Submitted by: ijliao Notes: svn path=/head/; revision=92628
* - Update to version 0.3.3Kirill Ponomarev2003-10-183-4/+5
| | | | Notes: svn path=/head/; revision=91571
* - Update to 0.3.2Kirill Ponomarev2003-10-082-2/+2
| | | | Notes: svn path=/head/; revision=90619
* - Update to version 0.3.1Kirill Ponomarev2003-10-023-9/+13
| | | | Notes: svn path=/head/; revision=90026
* - Update to 0.2.2Kirill Ponomarev2003-08-132-3/+4
| | | | Notes: svn path=/head/; revision=86905
* Add INFO macroKirill Ponomarev2003-08-042-6/+1
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86307
* Remove useless *.la fileKirill Ponomarev2003-07-252-1/+10
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85578
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* Update to 0.2.1Kirill Ponomarev2003-07-213-12/+3
| | | | | | | | PR: 54645 Approved by: fjoe (mentor> Notes: svn path=/head/; revision=85296
* Add libidn 0.2.0, internationalized Domain Names command line tool.Daichi GOTO2003-07-025-0/+99
PR: 53519 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=84041