Commit graph

1263 commits

Author SHA1 Message Date
Vanilla I. Shu
7a27dd51c7 Remove uneeded patch, and fix pkg-plist.
PR:		ports/68880
Submitted by:	maintainer
2004-07-11 19:19:20 +00:00
Clive Lin
e05d4eb20e Upgrade to 0.7.0
PR:		ports/68824
Submitted by:	hamigua@hotpop.com
2004-07-11 11:55:50 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Oliver Eikemeier
d8634f008c update to 3.00:
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-July/014104.html>

Submitted by:	cnshaolin@gmail.com
2004-07-08 15:04:10 +00:00
Clive Lin
7ed35f425b + Unbreak this port.
+ Upgrade to 0.6.1.
+ Assign MAINTAINER to submitter.

PR:		ports/68668
Submitted by:	hamigua@hotpop.com
2004-07-05 10:41:54 +00:00
Vanilla I. Shu
e2bcf9c1d0 Add scim-tables 0.4.0, SCIM table based Chinese input methods.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
Somepart by:	me
2004-07-02 22:38:00 +00:00
Vanilla I. Shu
5c4d62e942 Add scim-chinese 0.4.0, SCIM Chinese Smart Pinyin input method.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
somepart by:	me
2004-07-02 22:36:26 +00:00
Kris Kennaway
3d4bf692de Reset bouncing maintainer:
Diagnostic-Code: X-Postfix; host mta-v1.mail.vip.cnb.yahoo.com[202.43.216.28]
    said: 554 delivery error: dd Sorry your message to
    liu_yinghong@yahoo.com.cn cannot be delivered. This account has been
    disabled or discontinued [#102]. - mta107.mail.cnb.yahoo.com (in reply to
    end of DATA command)
2004-07-02 09:07:08 +00:00
Kris Kennaway
e1c613b229 BROKEN: Install fails when linprocfs is mounted 2004-07-02 08:26:17 +00:00
Kris Kennaway
f0dd974de8 BROKEN: Install fails 2004-07-02 08:24:48 +00:00
Kris Kennaway
b79a8a6d5e BROKEN on 4.x: Does not compile 2004-07-02 08:24:02 +00:00
Alex Dupre
6861478f03 - Chase the pdflib shared library
- Bump PORTREVISION
2004-06-25 11:24:25 +00:00
Mark Linimon
4ba1986a17 Establish a correct master-slave relationship between
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.

These changes should be transparent to installs (tested and verified
locally).

While here, update two cases of stale distfile info.  (MD5s
verified versus mozilla.org.)

PR:		ports/67701
Approved by:	maintainer timeout (2 weeks)
2004-06-23 21:47:13 +00:00
Kris Kennaway
bbdac6a841 Remove expired ports, plus the three ports that depended on them. 2004-06-20 23:40:39 +00:00
Kris Kennaway
59bb61d46d BROKEN on 5.x: fails to patch 2004-06-19 07:41:12 +00:00
Clive Lin
4c959e3553 + Updated patchset:
+ Avoid misuse of safe_strdup shipped with mutt.
    + It returns 0 (NULL pointer) instead of pointer to 0 (empty string)
      if the source string is empty(""). Consequently iconv_open will cause
      mutt to core-dumps itself. It expects const char* instead of NULL
      pointer.
    + On each successful call to wraped iconv_open provided by the patchset,
      small piece of memory is allocated by safe_strdup. The original patchset
      did not free it.

Above submitted by:	Kuang-che Wu <kcwu at kcwu dot homeip dot net>

+ Experimental abuse of PORTREVISION. More testing is in progress. It will
  be really activated via master port if there's nothing else broken.
2004-06-16 17:52:36 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Alexander Leidinger
6d6aedda5d Remove mkisofs and cdrtools, superseeded by sysutils/cdrtools-cjk. 2004-06-07 14:00:44 +00:00
Alexander Leidinger
d25f6d7e83 chinese/cdrtools and chinese/mkisofs are superseded by sysutils/cdrtools-cjk.
Note: Contrary to its purpose, chinese/cdrtools also never (during the
time it was connected to the build) installed the ISO-9660 tools.

Diagnosis by:		marius
Let's remove them by:	netchild
2004-06-07 13:42:52 +00:00
Kris Kennaway
05f4453f41 Remove gtar-specific NOP from tar command invocation.
Submitted by:	kientzle
2004-06-04 12:32:05 +00:00
Erwin Lansing
9f3ce21b67 Temporarily disconnect cdrtools to resolv issues with it's
master port.

Requested by:	marius
2004-06-02 20:36:46 +00:00
Alexander Leidinger
69ed83d170 - Add PKGNAMEPREFIX "zh-" as suggested by the Porter's Handbook.
- Suffix installed binary and man page with "-zh" in order to avoid
  conflicts with other ports installing mkisofs (note that it doesn't
  make sense to use MANLANG here as the man page is in English).
- Don't build and install isodump, isoinfo and isovfy. They are not
  built with locale support, i.e. they don't differ in this regard
  from those installed by the cdrtools ports (expect the latter are
  later versions).
- Use PLIST_FILES.

Submitted by:	marius
2004-06-02 17:18:16 +00:00
Pav Lucistnik
9807f7489f Resurrect chinese/cce port and update it to 0.51
Console CJK Environment let you display and input Chinese/Japanese/Korean
under Linux/FreeBSD console, it works both in VGA mode and frame buffer
mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin
Dayi YingHan, totally around 40.

PR:		ports/61943
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2004-05-26 11:03:08 +00:00
Kirill Ponomarev
3cae33902c - Update to version 0.3.6
PR:		ports/67160
Submitted by:	maintainer
2004-05-25 07:32:55 +00:00
Kris Kennaway
c1dedb99c6 BROKEN on amd64: Does not compile (missing -fPIC) 2004-05-23 10:08:49 +00:00
Clive Lin
156a8d2f2a Upgrade port to 4.60
PR:		ports/66802
Submitted by:	MAINTAINER
2004-05-18 18:08:39 +00:00
Michael Nottebrock
762c749fe1 Respect PTHREAD_{CFLAGS,LIBS}, unmark FORBIDDEN, mark BROKEN on 4.x/Alpha 2004-05-15 15:32:19 +00:00
Mark Linimon
fc2a2a448f Reset maintainership. Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written.
2004-05-15 02:07:35 +00:00
Vanilla I. Shu
10173b2137 Unbroken it, and assign MAINTAINER to submitter.
PR:		ports/66595
Submitted by:	Rong-En Fan <rafan_at_infor.org>
No Responsed:	keith@
2004-05-13 17:01:42 +00:00
Kris Kennaway
632ea868a6 BROKEN on sparc64: Build fails 2004-05-13 09:12:45 +00:00
Yen-Ming Lee
1b278bfc5e - add missing files and directory.
- bump PORTREVISION.
2004-05-12 01:57:57 +00:00
Yen-Ming Lee
3751b0d8e7 distfile rerolled for (traditional chinese) localized MT-Blacklist 1.63
Requested by:	leeym
2004-05-11 13:38:14 +00:00
Michael Nottebrock
826539ac72 Oops. Forgot the language categories.
Update to 1.3.1
2004-05-06 19:26:47 +00:00
Vanilla I. Shu
39c513c493 Yet another input buffer patch.
Submitted by:	mhsin via #bsdchat
2004-04-29 19:56:33 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Kris Kennaway
b77027ff36 These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
2004-04-19 07:48:48 +00:00
Vanilla I. Shu
074db1cfe2 - Fix another chinese input string problem.
- Bump version.

Submitted by:	mhsin via #bsdchat
2004-04-13 15:31:28 +00:00
Kris Kennaway
eef11170a8 BROKEN on sparc64: Does not build 2004-04-12 04:02:31 +00:00
Vanilla I. Shu
c153e272b6 Fix pasting bug(>128bytes).
Submitted by:	kcwu via #bsdchat
2004-04-11 13:25:23 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Trevor Johnson
ef3d2f50aa Trim leading or trailing blank lines. 2004-04-10 16:57:07 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Kris Kennaway
bb15a5b4e9 unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-09 03:06:24 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Vanilla I. Shu
b8c91ca34d Remove PKGNAMEPREFIX variable, it's recursive.
Submitted by:	freshports, elvis via #bsdchat
2004-04-07 05:50:01 +00:00
Vanilla I. Shu
8b918166e7 Bump version.
Submitted by:	mhsin
Forgotten by:	me
2004-04-07 04:26:30 +00:00
Vanilla I. Shu
6a4ea2dc79 Fix auto-complete problem.
Submitted by:	mhsin (msgin_at_mhsin_dot_org)
2004-04-07 04:13:35 +00:00
Joe Marcus Clarke
d329a14ddd Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4.
2004-04-05 03:35:22 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00