notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libidn/Makefile
SVNWeb

Number of commits found: 52

Sat, 12 Nov 2005
[ 18:52 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
Mon, 24 Oct 2005
[ 08:22 krion search for other commits by this committer ] Original commit 
Update to 0.5.20
Mon, 19 Sep 2005
[ 13:57 krion search for other commits by this committer ] Original commit 
Update to 0.5.19
Sun, 17 Jul 2005
[ 22:14 krion search for other commits by this committer ] Original commit 
Update to 0.5.18
Fri, 27 May 2005
[ 07:58 krion search for other commits by this committer ] Original commit 
Remove superfluous dependency.
Thu, 26 May 2005
[ 17:24 krion search for other commits by this committer ] Original commit 
Update to 0.5.17
Wed, 11 May 2005
[ 17:45 krion search for other commits by this committer ] Original commit 
Update to 0.5.16
Sun, 20 Mar 2005
[ 14:55 krion search for other commits by this committer ] Original commit 
Update to 0.5.15
Sat, 29 Jan 2005
[ 09:08 krion search for other commits by this committer ] Original commit 
Update to 0.5.13
Tue, 25 Jan 2005
[ 21:10 krion search for other commits by this committer ] Original commit 
Add pkgconfig dependency.
Sat, 4 Dec 2004
[ 08:00 krion search for other commits by this committer ] Original commit 
Update to 0.5.12
Mon, 22 Nov 2004
[ 10:54 krion search for other commits by this committer ] Original commit 
Update to 0.5.11
Mon, 8 Nov 2004
[ 20:32 krion search for other commits by this committer ] Original commit 
Update to 0.5.10
[ 08:23 krion search for other commits by this committer ] Original commit 
Update to 0.5.9
Tue, 26 Oct 2004
[ 15:19 krion search for other commits by this committer ] Original commit 
Update to 0.5.8
Tue, 12 Oct 2004
[ 14:26 krion search for other commits by this committer ] Original commit 
Update to 0.5.6
Fri, 13 Aug 2004
[ 22:51 krion search for other commits by this committer ] Original commit 
Update to 0.5.4
Sat, 7 Aug 2004
[ 07:14 krion search for other commits by this committer ] Original commit 
Update to 0.5.3
Wed, 14 Jul 2004
[ 12:39 krion search for other commits by this committer ] Original commit 
Update to 0.5.2
Fri, 9 Jul 2004
[ 20:56 krion search for other commits by this committer ] Original commit 
Update to 0.5.1
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
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
Mon, 28 Jun 2004
[ 06:33 krion search for other commits by this committer ] Original commit 
Update to version 0.5.0
Mon, 24 May 2004
[ 15:11 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.6
Sat, 22 May 2004
[ 08:07 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.5
Thu, 29 Apr 2004
[ 20:44 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.4
Wed, 28 Apr 2004
[ 19:37 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.3
Sat, 17 Apr 2004
[ 14:23 krion search for other commits by this committer ] Original commit 
- Correct plist
Sun, 28 Mar 2004
[ 14:46 krion search for other commits by this committer ] Original commit 
- Support WITHOUT_NLS
Tue, 23 Mar 2004
[ 20:10 krion search for other commits by this committer ] Original commit 
- ad hoc fix for reported build errors which I was unable to
  trace

Reported by:    many
[ 15:08 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.2
Thu, 18 Mar 2004
[ 23:03 krion search for other commits by this committer ] Original commit 
- Cosmetic changes
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Thu, 11 Mar 2004
[ 12:01 krion search for other commits by this committer ] Original commit 
- Fix build on 4.x

Noticed by:     bento via kris
Tue, 9 Mar 2004
[ 09:46 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.1
Sun, 29 Feb 2004
[ 14:29 krion search for other commits by this committer ] Original commit 
- Update to version 0.4.0
Fri, 30 Jan 2004
[ 14:05 krion search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Thu, 22 Jan 2004
[ 20:02 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.7
Tue, 6 Jan 2004
[ 22:04 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.6
Mon, 15 Dec 2003
[ 10:32 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.5
Thu, 13 Nov 2003
[ 21:03 krion search for other commits by this committer ] Original commit 
- Fix build on -current

Reported by:    bento via kris
Sun, 9 Nov 2003
[ 19:26 krion search for other commits by this committer ] Original commit 
- Update to 0.3.4
Fri, 31 Oct 2003
[ 02:45 ijliao search for other commits by this committer ] Original commit 
add a missing \\ in last commit
[ 02:39 ijliao search for other commits by this committer ] Original commit 
introduce MASTER_SITE_GNU_ALPHA
Thu, 30 Oct 2003
[ 09:25 krion search for other commits by this committer ] Original commit 
- Use "gnomehack" knob
- Bump PORTREVISION

Submitted by:   ijliao
Sat, 18 Oct 2003
[ 12:41 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.3
Wed, 8 Oct 2003
[ 11:25 krion search for other commits by this committer ] Original commit 
- Update to 0.3.2
Thu, 2 Oct 2003
[ 09:48 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.1
Wed, 13 Aug 2003
[ 22:55 krion search for other commits by this committer ] Original commit 
- Update to 0.2.2
Mon, 4 Aug 2003
[ 20:17 krion search for other commits by this committer ] Original commit 
Add INFO macro

Approved by:    fjoe (mentor) (implicit)
Tue, 22 Jul 2003
[ 10:34 krion search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Mon, 21 Jul 2003
[ 13:37 krion search for other commits by this committer ] Original commit 
Update to 0.2.1

PR:             54645
Approved by:    fjoe (mentor>
Wed, 2 Jul 2003
[ 12:24 daichi search for other commits by this committer ] Original commit 
Add libidn 0.2.0, internationalized Domain Names command line tool.

PR:             53519
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 52