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: net/gale/Makefile
SVNWeb

Number of commits found: 25

Wed, 9 Nov 2005
[ 07:48 pav search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Move instant messaging related ports to newly created net-im category:

  net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 23 Apr 2005
[ 08:39 lawrance search for other commits by this committer ] Original commit 
Unbreak on 4.x by using the port's included wide character functions.

PR:             ports/80230
Submitted by:   Jason Stone <jason-fbsd-ports-gale@shalott.net> (maintainer)
Approved by:    clement (mentor)
Thu, 21 Apr 2005
[ 10:19 lawrance search for other commits by this committer ] Original commit 
- Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter

PR:             ports/79213
Submitted by:   Jason Stone <jason-fbsd-ports-gale@shalott.net>
Approved by:    clement (mentor)
                Peter Haight <peterh@sapros.com> (maintainer)
Sat, 18 Sep 2004
[ 17:19 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Fri, 9 Jul 2004
[ 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
Sat, 15 May 2004
[ 00:38 linimon search for other commits by this committer ] Original commit 
Fix plist, unbreak, unmark as deprecated.
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.
Sun, 22 Feb 2004
[ 01:22 kris search for other commits by this committer ] Original commit 
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
Sat, 7 Feb 2004
[ 23:47 kris search for other commits by this committer ] Original commit 
This port is also broken on 4.x, and will be removed after April 7
[ 04:10 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: Broken pkg-plist
Sun, 2 Nov 2003
[ 21:41 edwin search for other commits by this committer ] Original commit 
Add extra mastersite to keep port fetchable.
Fri, 5 Sep 2003
[ 07:33 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Chase repocopies towards ports/dns

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
Thu, 26 Jun 2003
[ 22:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 113 ports in this commit are shown above. View all ports for this commit)
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
Fri, 21 Feb 2003
[ 13:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 484 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 27 Mar 2002
[ 00:34 petef search for other commits by this committer ] Original commit 
It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).

PR:             36347
Submitted by:   maintainer
Sun, 6 Jan 2002
[ 06:20 will search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
First round of auto* cleanups:    - USE_AUTO* -> USE_AUTO*_VER=* where required 
  - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK    -
Other minor changes to fix things    
Sun, 25 Nov 2001
[ 00:12 petef search for other commits by this committer ] Original commit 
- update to 0.99e   - update MASTER_SITES   - fix auto{conf,make} breakage   -
add INSTALLS_SHLIB   - silence the cat'ing of pkg-message   - add @exec mkdir's
to pkg-plist for packages    
Tue, 3 Jul 2001
[ 14:22 kevlo search for other commits by this committer ] Original commit 
Update to version 0.99d    
Tue, 16 Jan 2001
[ 17:33 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 365 ports in this commit are shown above. View all ports for this commit)
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Thu, 21 Dec 2000
[ 06:24 will search for other commits by this committer ] Original commit 
Update to use ADNS.  Bump PORTREVISION.    
Sun, 8 Oct 2000
[ 11:23 asami search for other commits by this committer ] Original commit  (Only the first 10 of 400 ports in this commit are shown above. View all ports for this commit)
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
Fri, 22 Sep 2000
[ 04:58 kris search for other commits by this committer ] Original commit 
Add back explicit dependency on rsaref since it doesn't build without it.    
[ 02:59 kris search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Update all ports using OpenSSL and RSA to work without rsaref since   it is no
longer required. Apologies to the various maintainers whom I   did not yet hear
back from, but the ports freeze is coming up in a few   hours and I will be
verifying all of these ports on a 4.1 machine   myself to catch any problems.   
Tue, 5 Sep 2000
[ 13:49 asmodai search for other commits by this committer ] Original commit 
Fix MASTER_SITES.    
Fri, 11 Aug 2000
[ 12:19 will search for other commits by this committer ] Original commit 
Add Gale 0.99a, another open-source messaging system.  This one uses   strong
crypto for security though!    

Number of commits found: 25