aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/libicq
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | With hat: portmgr (myself)
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Remove vestigial a.out supportKris Kennaway2007-01-301-1/+1
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
|
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+2
| | | | Approved by: portmgr (kris)
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
|
* 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.
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-031-1/+6
|
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-041-1/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-101-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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
|
* 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.
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-211-1/+0
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-161-1/+2
|
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+1
|
* Update MASTER_SITESSeiichirou Hiraoka2000-08-081-1/+3
|
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
|
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.Akinori MUSHA2000-06-172-2/+1
|
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-4/+3
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Add patch for more firewall-friendly by defaultSeiichirou Hiraoka1999-11-193-9/+56
| | | | Requested by: Nick Sayer <nsayer@sftw.com>
* Bump glib12 's share library version to 3,Vanilla I. Shu1999-10-101-1/+1
| | | | and portlint.
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Use glib version 1.2.3.Steve Price1999-05-291-3/+5
| | | | | PR: 11841 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fixed ${CATEGORIS} from devel to netSatoshi Taoka1999-05-081-2/+2
|
* More WWW: additionsMichael Haro1999-05-071-1/+1
|
* Update libicq-0.33ja.patch and md5 checksumSeiichirou Hiraoka1999-04-021-1/+1
|
* Update to 0.33Seiichirou Hiraoka1999-03-312-10/+14
|
* Fix wrong order of PLIST.Hidetoshi Shimokawa1999-01-031-2/+2
| | | | | | 'ldconfig -m %B' must be next after libraries and shouldn't be next after include files because '%B' represents the prefix of previous file. And sort alphabetically.
* portlint - bring COMMENT under 70 charactersBill Fumerola1998-11-241-1/+1
|
* Remove name of package from front.Seiichirou Hiraoka1998-11-231-1/+1
|
* Change comment to 'libicq is intended to make it easy to add ICQ ↵Seiichirou Hiraoka1998-11-231-1/+1
| | | | communication support to your software.'
* libicq.so is 0.2.Satoshi Asami1998-11-231-1/+1
|
* Initial Import ja-libicq.(libicq for japanese)Seiichirou Hiraoka1998-11-195-0/+44