Commit Graph

1330 Commits

Author SHA1 Message Date
Tilman Keskinoz
e294de2565 Fix build with gcc 3.4 2004-08-15 17:23:10 +00:00
Vanilla I. Shu
dbd08195c7 1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.

PR:		ports/70326
Submitted by:	maintainer
2004-08-12 07:14:44 +00:00
Ying-Chieh Liao
68fbf0ddf1 pass maintainership 2004-08-11 09:04:10 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Yen-Ming Lee
a25f677731 set localedir to PREFIX/share/locale to be synchronized with PLIST 2004-08-05 00:13:49 +00:00
Vanilla I. Shu
f7ce583389 update to 0.2.0
PR:		ports/69909
Submitted by:	statue <statue@netlab.cse.yzu.edu.tw>
2004-08-03 18:46:42 +00:00
Ying-Chieh Liao
1fb7291042 add zh-unrar
PR:		69852
Submitted by:	statue <statue@freebsd.netlab.cse.yzu.edu.tw>
2004-08-02 02:45:15 +00:00
Ying-Chieh Liao
56feb92a84 - Upgrade to 20040727
- Change PORTVERSION convention. The xpdf language
  packages don't share version numbers with the main
  xpdf package. I didn't bump PORTEPOCH science
  20040727 is bigger than 3.00
- add chinese/arphicttf depends for PDF files without
  embedded fonts
- tabify Makefile
- fix pkg-plist for multi language users
- take maintainership. Thanks the previous maintainers!

PR:		69862
Submitted by:	Dryice Liu <dryice@hotpop.com> (new maintainer)
2004-08-02 02:35:54 +00:00
Vanilla I. Shu
b9f21a8c3b 1. Compilation failure when using GCC 3.4
2. Does not respect ${CFLAGS}
3. Dependancy problem: This port has preference on db4 over db3.3, i.e. when
   both are present, it uses db4. So change the dependancy from db3.3 to db4.
4. The default installation does not create user settings, which causes write
   attempt to global settings and the consequent failure confuses users.
5. Locale zh_CN.EUC is not present on 5.x. Swith to zh_CN.eucCN.

PR:		ports/69251
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-08-01 17:48:43 +00:00
Vanilla I. Shu
b4e7eef7bd Add gcin 0.1.9, a triditional chinese input utility in X.
PR:		ports/69530
Submitted by:	Shen Chuan-Hsing
2004-08-01 17:41:50 +00:00
Clive Lin
fd1b91a94f Post gcc 3.4.2 fixups. 2004-08-01 09:42:43 +00:00
Pav Lucistnik
4408dd3815 - Update WWW
PR:		ports/69777
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-07-30 08:42:19 +00:00
Pav Lucistnik
9da75d3024 - Chase scim shlib bump and gcc-3.4 fix 2004-07-30 08:41:53 +00:00
Volker Stolz
ea7d24dea2 Unbreak on 4.X, use QString::null instead of ""
PR:		ports/69519
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer
2004-07-26 11:16:11 +00:00
Ying-Chieh Liao
a46d60fd2e upgrade to 0.03
PR:		69589
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-07-26 01:45:23 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Vanilla I. Shu
2cbe9af7e1 - Update to 0.31
- Take maintainership

PR:		ports/69412
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 07:59:04 +00:00
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
Ying-Chieh Liao
4cf4a50229 patch for broken LC_CTYPE
PR:		65062
Submitted by:	maintainer
2004-04-05 01:46:28 +00:00
Kris Kennaway
781a0ee3c9 BROKEN: Fails to patch 2004-04-03 14:11:20 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Clive Lin
6318f32f41 The last line of a slave port's Makefile has to be
.include "${MASTERDIR}/Makefile"

PR:		ports/64393
2004-03-30 19:21:49 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Clive Lin
e60f196636 Make the last line of Makefile to be
.include "${MASTERDIR}/Makefile"
2004-03-30 19:03:27 +00:00
Trevor Johnson
e51001196d Add size data. 2004-03-26 02:16:08 +00:00
Trevor Johnson
b371a50249 E-mail to the maintainer bounced with:
<statue@freebsd.sinica.edu.tw>: connect to
    freebsd.sinica.edu.tw[140.109.13.51]: Connection refused
2004-03-26 00:59:58 +00:00
Vanilla I. Shu
64aa23f444 Fix pkg-plist. 2004-03-24 20:51:14 +00:00
Vanilla I. Shu
d03a0b937a Add vim-scdoc 0.6.0, vim documentation Simplified Chinese.
PR:		ports/62307
Submitted by:	hamigua <hamigua@hotpop.com>
2004-03-24 20:29:44 +00:00
Ying-Chieh Liao
4158deff8e catch up mldonkey 2.5.14
PR:		64604
Submitted by:	maintainer
2004-03-23 08:26:49 +00:00
Tilman Keskinoz
38cde263a3 Improve amd64 fix, Only build shared library with -fPIC 2004-03-22 08:43:56 +00:00
Kris Kennaway
c2bc6db2db BROKEN on amd64: Does not compile 2004-03-19 11:56:38 +00:00
Kris Kennaway
22595865db BROKEN on amd64 and ia64: Missing -fPIC 2004-03-18 12:43:55 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Kirill Ponomarev
9b19fd7801 - Update to version 0.3.5
- Fix WWW:
- Assign maintainership to submitter

PR:		ports/64278
Submitted by:	Gavin Mu <gavin@tju.edu.cn>
2004-03-16 14:56:07 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
61c84d246a BROKEN: Does not patch 2004-03-13 05:39:50 +00:00
Ying-Chieh Liao
536edd82cf add chinese/mldonkey-core
Client 'core' for MLDonkey with Traditional Chinese (Big5) support

PR:		64039
Submitted by:	Hung-Te Lin <piaip@csie.ntu.edu.tw>
2004-03-11 03:34:44 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Michael Nottebrock
ce1b553bb1 Correct plist again. 2004-03-07 17:26:01 +00:00
Yen-Ming Lee
041e082884 update metalist for featuring Apache2 compatibility
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2004-03-06 06:04:04 +00:00
Michael Nottebrock
ba543af8c5 Correct plist. 2004-03-04 00:05:21 +00:00
Dmitry Sivachenko
b53e246747 This port is no longer broken after recent commits.
Submitted by:	maintainer
2004-03-03 09:21:08 +00:00
Pav Lucistnik
df5293ad41 - Hand over maintainership to submitter 2004-02-29 13:06:06 +00:00
Pav Lucistnik
11321461e0 - Remove old Stardict 1 in favor of Stardict 2
Agreed on with:	textproc/stardict2 maintainer
2004-02-29 13:03:25 +00:00
Pav Lucistnik
7188c11bfa Add stardict2-dict-zh_TW, a Traditional Chinese <-> English dictionary
files for Stardict

PR:		ports/61463
Submitted by:	LI Dong <ld@FreeBSD.org.cn>
2004-02-29 12:31:28 +00:00
Pav Lucistnik
d66c8dda50 Add stardict2-dict-zh_CN, a simplified chinese <-> english dictionary
files for Stardict

PR:		ports/61514
Submitted by:	LI Dong <ld@FreeBSD.org.cn>
2004-02-29 12:09:35 +00:00
Pav Lucistnik
f268963036 - Remove stardict2 after repository move to textproc category 2004-02-29 11:46:49 +00:00
Vanilla I. Shu
71163a74eb - update MASTER_SITE
- unbreak

PR:		ports/63331
Submitted by:	statue at freebsd dot sinica dot edu dot tw
2004-02-25 07:21:19 +00:00
Vanilla I. Shu
8c7203f4b2 - update to 1.3
- unbreak

PR:		ports/63332
Submitted by:	statue at freebsd dot sinica dot edu dot tw
2004-02-25 07:18:27 +00:00