1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

2120 Commits

Author SHA1 Message Date
Cheng-Lung Sung
9a1e94bda4 - Update to 0.12
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2008-08-27 01:44:40 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Chin-San Huang
bd8d847856 - Mark ONLY_FOR_ARCHS=i386.
Noticed by:	QA Tindy
2008-08-15 15:03:23 +00:00
Chin-San Huang
b42587bf02 - Tarball has been rerolled.
- Add WGET knob for support downloading articles.
2008-08-12 17:25:56 +00:00
Chin-San Huang
da32293cc6 - Update to 1.4.3.pre5
- Add QT_IM_MODULE knob.
- Add some qt4 patch from Edward Lee.
- Add conflicts with chinese/gcin
2008-08-12 09:49:33 +00:00
Martin Wilke
9179d071f0 - Change distinfo and pkg-plist from kde-l10n-zh_CN to kde-l10n-zh_TW.
Reported by:	erwinbot
2008-08-11 14:48:00 +00:00
Chin-San Huang
4694cc4a34 - Add conflicts with chinese/gcin-devel 2008-08-11 03:40:56 +00:00
Martin Wilke
c84e1f94aa - Fix duplicate INDEX entry. 2008-08-09 22:16:35 +00:00
Martin Wilke
6922557d5d - Fix INDEX 2008-08-09 19:30:20 +00:00
Chin-San Huang
16ca52fe1c - Update to 0.3.8 2008-08-09 18:23:43 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Chin-San Huang
66a608b023 - Pass maintainership to last pr submmitter as his request via private mail. 2008-08-09 14:00:45 +00:00
Chin-San Huang
24fd51fda5 - Update to 2.0.23
- Use standard $WWWDIR

PR:		ports/125950
Submitted by:	appleboy <appleboy.tw at gmail.com>
Approved by:	maintainer (me)
2008-08-08 14:17:31 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Edwin Groothuis
9c7f335d84 PHP Documentation in these language has been removed from the distribution. 2008-08-04 04:04:51 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Florent Thoumie
b874e7ee7b Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by:	portmgr (self)
2008-07-22 21:55:48 +00:00
Hiroki Sato
b42ec39fd0 Update to 8.1.2 Security Update 1. Quoted from the advisory:
| A critical vulnerability has been identified in Adobe Reader and
 | Acrobat 8.1.2. This vulnerability would cause the application to
 | crash and could potentially allow an attacker to take control of
 | the affected system.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-07-20 17:17:07 +00:00
Mark Linimon
c43588b1d4 foxfair's commit bit has been taken in for safekeeping. 2008-07-14 13:16:34 +00:00
Pav Lucistnik
f7722b1353 Delete chinese/links port, it has been IGNORE'd for past 15 months 2008-07-05 21:59:33 +00:00
Edwin Groothuis
519da52879 Fix pkg-plist, missing share/applications
Noticed by IonBot.
2008-07-05 12:16:58 +00:00
Edwin Groothuis
27d77b0a30 [New port] chinese/fqterm: a Chinese BBS client
FQterm is a BBS client based on Qt4 libraries, supports
	Simplified and Traditional Chinese BBSs, and with full
	SSH2 support.

PR:		ports/124267
Submitted by:	"Denise H. G." <darcsis@gmail.com>
2008-07-05 05:28:30 +00:00
Chin-San Huang
a7bc25b713 - Update to 1.4.2. 2008-06-21 10:20:56 +00:00
Chin-San Huang
85fa7a1c00 - Update to 1.4.1. 2008-06-20 14:19:43 +00:00
Doug Barton
2396f28e1c Standardize placement and style of WWW: lines, and in some cases
remove ^M from line endings.

List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua>
2008-06-19 07:33:53 +00:00
Chin-San Huang
0ae79367ca - Mark as DEPRECATED, schedule for removal.
(Abandonware by upstream maintainer)
2008-06-14 12:36:59 +00:00
Yen-Ming Lee
ca5dd2e4c7 - remove unnecessary dependency 2008-06-07 17:06:21 +00:00
Rong-En Fan
9055c1c3bd - Respect PREFIX and LOCALBASE 2008-06-06 16:16:30 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Rong-En Fan
e7d7eaa3ff - Respect PREFIX 2008-06-04 15:30:14 +00:00
Pav Lucistnik
f05d4ce615 - This has been marked BROKEN/IGNORE for 15 months now; deorbit in 30 days 2008-06-01 09:27:54 +00:00
Chin-San Huang
9db928c191 - Fix the pkg-plist if defined(NOPORTDOCS).
Noticed by:		itetcu
2008-05-29 23:19:27 +00:00
Rong-En Fan
4cce0b6d76 - Update for 1.5.18
- Put patch to files/ for easier management and update
2008-05-22 04:18:45 +00:00
Chin-San Huang
4fef57b0ee - Update to 0.2.20080216.1.
- Update pkg-descr.
- Upte WWW url.
2008-05-18 09:39:38 +00:00
Chin-San Huang
9d7ccf0ec4 - Update to 1.4.0. 2008-05-18 05:40:28 +00:00
Pav Lucistnik
014b0d864d - Unbreak build after tty changes
Submitted by:	Ed Schouten <ed@80386.nl>
2008-05-06 21:49:59 +00:00
Chin-San Huang
d6c434fc03 - Update noseeing to ver. 11. 2008-05-05 18:04:21 +00:00
Chin-San Huang
85c698ac64 - Use termios instead of sgtty.
PR:		ports/119115, ports/122889
Submitted by:	Ed Schouten <ed@80386 dot nl>
2008-05-01 14:08:18 +00:00
Chin-San Huang
d935d3c32d - Update noseeing to 10. 2008-04-21 16:24:54 +00:00
Martin Wilke
cc9df16114 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-21 14:31:47 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
9937a09c97 Use @rmtry macro in the pkg-plist. 2008-04-19 00:40:54 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Hiroki Sato
6f5cc3d5b3 Update to 8.1.2. Bug fixes and enhancements can be found at
http://blogs.adobe.com/acroread/2008/02/#a005029:

[General Issues]

* Font caching Issues: Various font caching issues are fixed in Reader
  8.1.2, including the issue of fonts that were configured using
  fontconfig not being picked up by the Reader to render documents
  (reported by Novell).

* Problem with Dual-screen setup (Xinerama mode).: Issue number 4
  listed on the Known Issues page for Reader 8.1.1.

* Document ordering and fullscreen mode: Issue has been fixed in
  Reader 8.1.2.

* Font KozGoProVI-Medium.otf is missing in Japanese Reader: This issue
  is fixed in Reader 8.1.2.

[Printing Related Issues]

* Incorrect orientation: Issues with printing PDF files containing
  portrait and landscape pages have been fixed in Reader
  8.1.2. Choosing "Auto Rotate and Center" will now print the pages in
  their inherent orientation.

* Red wash on printing with HP CLJ 2605: A workaround for this has
  been added in the preferences
  ($HOME/.adobe/Acrobat/8.0/Preferences/reader_prefs), namely
  "brokenCRDs". This value is set to "false" by default and can be
  modified to "true" if one faces the red background issue.

* Scaling issues: Problems with -shrink/-expand options in the command
  line (Issue #1 listed on the Known Issues page for Reader 8.1.1) as
  well as with "Custom" printing in the dialog have been fixed in
  Reader 8.1.2.

* Reader does not remember last chosen printer across sessions: Last
  chosen printer is now remembered between different sessions of the
  Reader in 8.1.2 release.

* Cannot pipe PDF as input to acroread: PDF contents can be read from
  stdin when using the -toPostScript option.

* Hardcoding of printer command: Earlier the printer command was
  hardcoded in the reader binary. This has been fixed in Reader 8.1.2
  to pick up the command from the PATH environment variable.
2008-04-13 18:36:29 +00:00
Cheng-Lung Sung
19a2e51ec8 - Update to 0.11
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2008-04-13 02:32:56 +00:00
Cheng-Lung Sung
e596373ee4 - Update to 0.10
Changes:	http://search.cpan.org/dist/Lingua-Han-Utils/Changes
2008-04-13 02:32:35 +00:00
Cheng-Lung Sung
b56e42480b - Update to 0.10
PR:		ports/122650
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2008-04-12 01:38:22 +00:00
Cheng-Lung Sung
43b201952c - Update to 0.09
- reset maintainership

PR:		ports/122649
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2008-04-12 01:37:24 +00:00