Maho Nakata
feda86c5d4
Kris reported that to >9Gb of space is required to build ooo ports.
2007-09-04 06:18:58 +00:00
Jung-uk Kim
3c477c5854
Make OpenOffice.org/freedesktop.org integration more robust.
...
- Rename icon files to have unique file names per each port.
- Patch *.desktop files to reflect the change.
- Prefer install(1) to cp(1) for installing the desktops, icons and mime types.
- Run update-desktop-database after installing these files.
- Add GNOME desktopfileutils component for the update-desktop-database.
- While I am here, micro-optimize use of find(1) in the plist build.
Approved by: maho (maintainer)
2007-06-26 01:17:48 +00:00
Maho Nakata
f82093b4c4
Update to 2.2.1 (OOF680_m18).
2007-06-14 07:16:30 +00:00
Maho Nakata
55abac1679
* change DIST_SUBDIR to openoffice.org2[1]
...
Submitted by: jkim[1]
2007-05-25 22:54:52 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jung-uk Kim
c32f21340a
Allow OpenOffice.org to be built with system freetype2 library instead of
...
bundled one. The knob is WITH_SYSTEM_FREETYPE. The most notable advantage
of using the latest freetype library from ports is it has CJK emboldening
feature (i.e., it makes fake bold fonts from non-bold ones) and
OpenOffice.org already makes use of it when the feature is available.
Approved by: maho
2007-04-09 16:14:28 +00:00
Jung-uk Kim
10fd89d9b8
Fix build breakage. The patch for openoffice.org-2-devel was accidently
...
committed here. Pointyhat to me.
Reported by: Carlos F. A. Paniago (carlos dot paniago at gmail dot com)
2007-04-07 02:04:28 +00:00
Jung-uk Kim
8be281c3ed
Fix build breakage on -CURRENT after objformat removal.
...
Approved by: maho (implicitly)
2007-04-06 01:19:27 +00:00
Jung-uk Kim
c11b65df49
Merge cpp_uno bridge changes (sixtyfour10 CWS) for Linux x86-64
...
with FreeBSD amd64.
Approved by: maho
2007-04-06 00:55:54 +00:00
Jung-uk Kim
8d59bbfeb8
Fix icon paths for freedesktop integration.
...
Approved by: maho
2007-04-06 00:42:42 +00:00
Maho Nakata
c203ad6aaa
Update to 2.2.0.
2007-03-28 23:31:59 +00:00
Maho Nakata
6e5ec9b140
We don't support any FreeBSD with a perl <500600 anymore.
2007-02-08 04:06:12 +00:00
Maho Nakata
4bf3527bf7
Removal of FreeBSD 4 support.
2007-02-08 02:11:25 +00:00
Maho Nakata
870c5d1cf2
RTLD hack is gone for FreeBSD_version >= 602103 (MFC'ed from current)
...
http://docs.freebsd.org/cgi/mid.cgi?200701160751.l0G7p4gH046864
http://docs.freebsd.org/cgi/mid.cgi?200701160940.l0G9eOQv074301
Submitted by: jkim
2007-01-17 03:15:55 +00:00
Maho Nakata
63db35ef69
Do not forget about #i22253# for amd64.
2007-01-08 00:40:49 +00:00
Maho Nakata
3d912b8254
WRKDIR->WRKSRC
2007-01-07 23:50:50 +00:00
Maho Nakata
4ff168f855
patch-i66667 should not forget about #i22253#.
2007-01-07 23:23:05 +00:00
Maho Nakata
2c3cf3a1b4
Add WITH_CWS knob.
...
Usage:
make WITH_CWS=cws_src680_chart2mst3.20070107
when cws archive is cws_src680_chart2mst3.20070107.tar.gz.
This is only for development purpose.
2007-01-07 22:20:16 +00:00
Maho Nakata
df0d516bea
* LOCALIZED_LANG=all knob for all the other ooo-2 ports.
...
* sync Makefile.localized with three ooo-2 ports.
2007-01-07 12:45:07 +00:00
Maho Nakata
0649690133
Add a new knob LOCALIZED_LANG=all. This builds possible languages
...
supported by OOo and installs as one package.
2007-01-07 10:24:08 +00:00
Maho Nakata
5e3db81739
Fix epm while packaging with deep(>255 chars) path.
...
This patch is for epm, external program of OOo, so JCA is not necessary.
Submitted by: tanimura
2007-01-07 05:29:22 +00:00
Maho Nakata
0428227a94
Fix `epm: Unable to execute "pkg_create" program: No such file or directory' problem.
...
(epm is an external library so we don't need JCA)
PR: 107126
Submitted by: Peter Jeremy
2007-01-05 07:11:59 +00:00
Maho Nakata
c7d0a9b5a7
The rtld behaviour of FreeBSD >=700022 is now same as Solaris, and
...
workaround is pushed into rtld-workaround-i66667.
Submitted by: jkim
2007-01-05 04:19:23 +00:00
Maho Nakata
9f18b4bb71
Use ${DESKTOPDIR} instead of using ${PREFIX}/share/applications.
...
It is already defined in ports/Mk/bsd.port.mk.
Submitted by: jkim
2007-01-04 12:48:08 +00:00
Maho Nakata
84c0579bcc
Update to 2.1.0.
2006-12-14 00:15:13 +00:00
Maho Nakata
bfd34d5685
* Now icons and menus are installed correctly
...
* some Makefile clean up
Submitted by: jkim [1]
2006-12-04 03:43:00 +00:00
Maho Nakata
729d96568e
* Fix package. TMPPLIST must be overwrite at the first.[1]
...
* Fix pkg-message.
Submitted by: Jack L.[1]
2006-11-29 22:08:18 +00:00
Maho Nakata
8d8a34b503
* Remove RELEASE_NR. OOOVERSION is same as RELEASE_NR [1].
...
* Desktop Icons and menus are not installed as default as pkg-plist
is incomplete. [2]
* Remove openoffice.org symlink.
Submitted by: oliver[1] kris[2]
2006-11-25 03:09:57 +00:00
Maho Nakata
c85d89f2cc
Reactivate WITH_TTF_BYTECODE_ENABLED knob.
2006-11-19 01:51:46 +00:00
Maho Nakata
aa0b19f750
* Add evolution2 support[1]
...
* Fix typo[2]
PR: 105400 [2]
Suggested by: Vizo Allman <vizoster@gmail.com> [1]
Submitted by: Alexey Shuvaev[2]
2006-11-12 04:56:06 +00:00
Maho Nakata
5047da89a1
Fix a breakage when using recent version of gcc-4.1.
2006-11-04 03:40:09 +00:00
Jung-uk Kim
28fe5b4d58
Install menus and icons for GNOME as well since GNOME is now installed on
...
${LOCALBASE}. Note we install *.desktop in ${LOCALBASE}/share/applications
instead of ${LOCALBASE}/share/applnk, which is KDE-specific.
Approved by: maho (maintainer)
2006-11-03 15:37:04 +00:00
Maho Nakata
1ba5df5634
Update to 2.0.4.
...
Approved by: portmgr(edwin)
2006-10-18 07:03:03 +00:00
Maho Nakata
6de3484af1
OOo requires total 2Gbytes of memory or swap since the last year.
2006-10-10 02:32:28 +00:00
Maho Nakata
aceeb64413
Build fix for when ooo-build and openoffice.org-2.0
...
ports expect different source tarball. Generally both
port expect the same tarball, but for RCs, they
can be different. This fix is bit more flexible than
hardcoding.
2006-09-29 11:05:40 +00:00
Maho Nakata
b225b730d2
Update to 2.0.4rc3
2006-09-29 10:15:51 +00:00
Maho Nakata
6a7fba1ef9
Add RUN_DEPENDS of gcc41 for amd64.
2006-09-19 00:57:07 +00:00
Maho Nakata
e6dea1857c
Add a note about compilation.
...
Submitted by: "Dr.-Ing. A. Haakh" <andreas@Haakh.de>
2006-09-18 02:41:51 +00:00
Maho Nakata
315b8a729a
Unbreak for amd64.
...
build verified on FreeBSD 6.1-RELEASE/amd64
with gcc version 4.1.2 20060908 (prerelease)
2006-09-17 11:11:15 +00:00
Maho Nakata
8635a1a08d
Still broken on amd64
2006-09-17 03:38:56 +00:00
Maho Nakata
0bc285e200
Update to 2.0.4rc2 and an amd64 fix[1]
...
Submitted by: jkim[1]
2006-09-16 21:34:56 +00:00
Maho Nakata
3edfd616f5
Fix a build breaker of __FreeBSD_version >= 601103.
...
Submitted by: many
2006-09-09 22:17:58 +00:00
Maho Nakata
c9eee5901d
Location of ant home has been changed.
...
Submitted by: Jona Joachim <jaj13@web.de>
2006-09-07 21:43:21 +00:00
Maho Nakata
3ae4f9a57e
Update to 2.0.4rc1
2006-09-07 10:08:40 +00:00
Maho Nakata
6ccc8cf40e
JAVA_HOME of java-gcj-compat has been changed
...
from ${LOCALBASE}/lib/jvm/java-gcj to ${LOCALBASE}/lib/jvm/java-gcj41
2006-09-06 21:38:02 +00:00
Maho Nakata
28693c0720
Update to OOD680_m2
2006-09-02 21:01:27 +00:00
Alex Dupre
30b4473bc3
Add a knob to disable Gnome VFS support.
...
Approved by: maho
2006-09-01 05:47:55 +00:00
Maho Nakata
2fdf65f51f
Build fix for FreeBSD >= 601103
2006-08-24 21:56:59 +00:00
Maho Nakata
87cc7d8d01
Reverse the order of the MASTER_SITE
...
of good-day.net and lunarshells.com until lunarshell.com
have correct OOo_2.0.1_src.tar.gz insetad of old one.
2006-08-24 03:06:47 +00:00
Maho Nakata
9e0ee1b80f
Unbreak for amd64
2006-08-24 01:33:12 +00:00
Maho Nakata
8ececbacd4
Update the patch-i66667, and broken for amd64
2006-08-22 00:38:29 +00:00
Maho Nakata
e68108efb8
Update to OOD680_m1.
...
This is the snapshot from release branch of OOo.
http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html
This branch will become 2.0.4, thus I set version number for this
release as 2.0.4.m1.
According to Martin H.
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787
we again use OOo_2.0.1_source.tar.gz for the filename
which is the same as 2.0.1 release.
2006-08-19 12:10:14 +00:00
Maho Nakata
8ce91e59d0
Fix build for __FreeBSD_version >= 601103
...
and discard support for __FreeBSD_version < 700015
Discussed with: ume
2006-08-07 00:06:40 +00:00
Maho Nakata
4391fbb1c7
Now buildable with java-gcj-compat. WITH_GNUGCJ uses it.
2006-08-05 13:33:46 +00:00
Maho Nakata
baaee55979
Fix build for 6.1-STABLE
2006-07-31 01:36:37 +00:00
Maho Nakata
34457df557
Better RUN_DEPENDS section of gcc41-withgcjawt
2006-07-23 03:47:55 +00:00
Maho Nakata
0ccaa5eb70
Build fix for 7-current.
...
NAKAJI-san kindly signed to JCA for upstream,
so we accept the patch.
Please refer policy section
of http://porting.openoffice.org/freebsd
.
PR: 99284
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2006-07-06 00:38:48 +00:00
Maho Nakata
db65b6c3ba
Update to 2.0.3
2006-07-02 11:20:28 +00:00
Maho Nakata
7947b005e6
Update to 2.0.3rc7
2006-06-29 21:15:54 +00:00
Daichi GOTO
6701f7f585
editors/openoffice.org-2.0: change suggestion for japanese font
...
- change japanese font to ipa-ttfonts
PR: ports/99530
Submitted by: daichi
Approved by: maho
2006-06-28 05:02:06 +00:00
Maho Nakata
6418ded822
Update to 2.0.3rc6.
...
also applied i66666 amd64 fix, i66667 general fixes [1]
Submitted by: jkim [1]
2006-06-24 22:59:13 +00:00
Maho Nakata
85b108bf90
Unbreak for amd64
2006-06-07 10:48:15 +00:00
Maho Nakata
5fedb5fa75
Get rid of MACIHNE_ARCH
...
o JAVA_VENDOR= freebsd bsdjava for amd64 implies bsdjava.
freebsd is ignored
2006-06-05 02:50:41 +00:00
Maho Nakata
9cb79afc33
amd64 bits
...
Submitted by: jkim
Modified by: maho
2006-06-03 11:39:21 +00:00
Maho Nakata
9ac8870f25
Update to 2.0.3rc5
2006-06-02 09:47:51 +00:00
Maho Nakata
88f577aac6
MACHINE_ARCH fix.
...
Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
Pointy hat to: myself
2006-05-31 03:05:19 +00:00
Maho Nakata
c1736221a9
The make command of the base system automatically sets $MACHINE
...
and $MACHINE_ARCH variables.
Submitted by: Kaho Toshikazu <kaho at ed.niigata-u.ac.jp>
2006-05-31 02:44:04 +00:00
Maho Nakata
67bf4ec429
Update to 2.0.3rc3
2006-05-29 00:26:55 +00:00
Pav Lucistnik
b47ad7a943
- Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl
2006-05-28 13:37:06 +00:00
Jung-uk Kim
da5239675f
Fix typo to unbreak packaging.
...
PR: 97460
Submitted by: Alexander V. Ribchansky < triosoft at triosoft dot com dot ua >
2006-05-22 15:29:12 +00:00
Maho Nakata
30bd1a035a
Automatically fixup the *.desktop files and hook them into KDE
...
Submitted by: jhb
2006-05-09 01:04:50 +00:00
Maho Nakata
24d0976204
Remove WITHOUT_JAVA knob, since it has not been maintained well.
...
PR: 94449 (related)
2006-04-24 11:48:16 +00:00
Maho Nakata
fd9ab87d45
Better handling of PORTVERSION. version number of
...
ooo-build and openoffice.org-2.0 can be different.
2006-04-20 21:56:12 +00:00
Maho Nakata
790e51e299
Java related fix (regcomp/javaldx)
2006-04-18 20:54:47 +00:00
Maho Nakata
3c9d50c097
Add missing PATH setting and make a symlink to gcj-dbtool
2006-04-17 07:35:33 +00:00
Maho Nakata
ce41446c27
Now buildable with GNU GCJ for openoffice.org-2.0.
...
Preparation of GCJ compilation for openoffice.org-2.0-devel
2006-04-17 07:24:29 +00:00
Maho Nakata
6f73b29378
Add support of JDK 1.5
2006-04-15 09:56:31 +00:00
Maho Nakata
60e9e3aa10
Enable CUPS support for default
2006-03-27 02:23:32 +00:00
Maho Nakata
724a93196c
forgot to commit two patches...
2006-03-15 06:18:59 +00:00
Maho Nakata
69bf9cada9
Update to 2.0.2
2006-03-15 06:18:10 +00:00
Maho Nakata
74602cc06a
Fix build when WITHOUT_MOZILLA is specified.
...
PR: 93698
Submitted by: Kirill Yelizarov <ykirill@yahoo.com>,
Bartosz Fabianowski <bartosz@fabianowski.de>
Approved by: portmgr(kris)
2006-03-01 02:59:02 +00:00
Maho Nakata
0d83c1c3bd
Update to 2.0.2rc2
2006-02-22 21:41:12 +00:00
Maho Nakata
948f97b3ca
Update to 2.0.2rc1
2006-02-15 23:23:39 +00:00
Maho Nakata
ae8a8584ac
Add missing patch.
...
Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
2005-12-24 05:06:48 +00:00
Maho Nakata
2079b47715
Update to 2.0.1
2005-12-23 04:14:28 +00:00
Maho Nakata
f1a7125183
Add ? so that ooo-build port can override
2005-12-05 02:44:24 +00:00
Maho Nakata
16a5b4891f
Prepare for upcoming ooo-build. PORTNAME and PORTVERSION are now set by ?=.
2005-12-01 01:06:47 +00:00
Maho Nakata
ac8689a095
Add SHA256.
2005-11-27 11:26:21 +00:00
Maho Nakata
af5efcb342
Use bison2 instead of bison-devel
...
Submitted by: ade
2005-11-17 21:04:43 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Maho Nakata
cfe4d73b4e
Do not hardcode MASTER_SITE_SUBDIR
2005-11-04 23:06:27 +00:00
Maho Nakata
3b86f2e57d
Due to not mix-up with ooo-build. Remove patch-pythonlink and
...
equivalent process is now at post-install section.
2005-11-02 06:07:53 +00:00
Maho Nakata
66cb947d91
2.0.0 is not a developer version
2005-11-02 01:11:28 +00:00
Maho Nakata
8b4daa4baa
o cosmetic changes, fix typos
...
o Use libart instead of GPC[1]
o Remove BROKEN for old FreeBSDs. IMHO this is too strict.
Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
2005-10-31 07:38:42 +00:00
Maho Nakata
78f08f60a0
Update to 2.0.0
2005-10-29 05:49:24 +00:00
Bill Fenner
3e5d9c7f1f
Fix ${MASTER_SITE_foo} usage.
...
- Use the proper syntax for grouping when using ${MASTER_SITE_foo}
- Don't use ${MASTER_SITE_LOCAL} with no local user subdir.
Approved by: MAINTAINER timeout (2 weeks)
2005-10-25 18:36:49 +00:00
Maho Nakata
fc727c05fc
Add python postinstall script.
2005-10-16 07:25:40 +00:00
Maho Nakata
922a63e62b
Update to 2.0RC3
2005-10-15 22:13:29 +00:00
Maho Nakata
684f0412b8
Forgot to add patches...
2005-10-04 04:01:00 +00:00
Maho Nakata
0495b7490e
update to 2.0RC1
2005-10-04 03:59:42 +00:00
Maho Nakata
ac9464e934
o Update pkg-message.in
...
o made a symlink against setofficelang, which we can choose
what lang mainly we use with
2005-09-22 04:15:38 +00:00
Maho Nakata
ffd9008dc0
no longer exist for Ooo 2.0:
...
sagenda, sfax, setup, sweb
2005-09-21 06:47:45 +00:00
Maho Nakata
7b3ac327b1
Since OpenOffice.org base had been added, so
...
openoffice.org-<*>-sbase should invoke OOo base
as well.
Submitted by: Andreas Kohn <andreas@syndrom23.de>
2005-09-08 23:45:44 +00:00
Maho Nakata
b51c10928f
backout previous change of dependency of bison.
...
Submitted by: "Jack L." <xxjack12xx@gmail.com>, linimon, Pascal Hofstee <caelian@gmail.com>,
and Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-06 00:20:26 +00:00
Maho Nakata
979c7b359e
The bison port has been updated 2.0, so
...
bison-devel is no longer needed.
2005-09-05 22:53:15 +00:00
Maho Nakata
91e19e1d18
Now buildable with 4.11-RELEASE.
...
patch for workaround for FreeBSD4 is added.
2005-09-05 09:29:07 +00:00
Maho Nakata
96e3a4e6ae
Only buildable/working on i386
2005-09-02 03:19:47 +00:00
Maho Nakata
399c8386df
Currently OOo is buildbale only with bsdjava
...
Reported by: many people
2005-09-02 00:39:52 +00:00
Maho Nakata
82f3e9e5e8
Not overwritten CATEGORIES for localized packages
...
(portupgrade indicates non-existing directory)
Reported by: Harry Forker <harry@forker.de>
2005-09-02 00:22:15 +00:00
Maho Nakata
e97ab171f4
update to 2.0beta2
2005-08-29 01:06:13 +00:00
Maho Nakata
f364f37897
Add a message for workaround
2005-08-28 10:29:47 +00:00
Maho Nakata
4e5ab571df
1. update to m126
...
2. set LC_ALL, LANG as c when building [1]
3. better generate.pl
4. Partial fix for 4.11-RELEASE [2]
5. do not pass CPUFLAGS
6. Partial improvement for WITHOUT_JAVA
PR: 84786
Submitted by: [1] achix mantzix
[2] Hiromi Kimura and Yury Tarasievich
2005-08-28 08:41:59 +00:00
Maho Nakata
1842cc0c47
1. use --with-system-freetype . update of libXft to version 2.1.7,
...
it started using the FT_GlyphSlot_Embolden function from freetype2
if it's available at configure type. libXft depends on freetype2
in ports tree so use this symbol. OOo has its own freetype2 and
in this version, it doesn't have FT_GlyphSlot_Embolden.
2. python fix for 6 and 7.
PR: 84464 [2]
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca> [1]
"Carlos F. A. Paniago" <pan@panix.homeunix.org> [1]
Ron MacNeil[2], kris [1], [2]
Peter Czanik <pczanik@fang.fa.gau.hu> [2]
Approved by: portmgr (marcus)
2005-08-11 03:14:41 +00:00
Maho Nakata
9c2f442d3b
more robust generation of script
2005-07-29 03:06:52 +00:00
Maho Nakata
bb169de48e
Rename openoffice-wrapper to openoffice.org-wrapper
2005-07-29 01:44:40 +00:00
Maho Nakata
f02ed14d4b
update to m121
2005-07-26 21:58:38 +00:00
Maho Nakata
2ef21372b1
No longer need DEFALUT_TO_ENGLISH_FOR_PACKING to be set to yes;
...
now it is default.
Submitted by: Pavel Janik <Pavel@Janik.cz>
2005-07-23 02:23:17 +00:00
Maho Nakata
b717b779b5
o update to m120
...
o enable WITHOUT_MOZILLA
o Informative about localized build[1]
o spelling/grammar cleanup[2]
PR: 83502 [1]
Submitted by: Harald Schmalzbauer <harry@schmalzbauer.de>[1]
"Jack L." <xxjack12xx@doramail.com>[2]
2005-07-22 09:26:26 +00:00
Maho Nakata
3e36da1210
Update to 1.9m117
2005-07-16 08:17:46 +00:00
Maho Nakata
fafeb2f17d
update to 1.9m116
2005-07-13 05:45:32 +00:00
Maho Nakata
584dcc1a06
update to m114
2005-07-05 09:29:31 +00:00
Maho Nakata
4145a63a80
fix by adding imake dependency
...
Submitted by: kris
2005-07-03 02:08:07 +00:00
Maho Nakata
752e9809cc
Update to m113
2005-07-02 11:26:09 +00:00
Maho Nakata
2917895ed9
Currently only OOo buildable java is jdk1.4.
...
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-06-28 00:42:55 +00:00
Maho Nakata
5e558fabe8
Dmitry Sivachenko has just checked-in a patch to fltk such that openoffice
...
now builds even if you have fltk installed.
Submitted by: Mike Durian <durian@shadetreesoftware.com>
2005-06-27 01:52:22 +00:00
Maho Nakata
1dd96f561d
update to m111
...
cleaning up dependency a bit
2005-06-22 09:26:19 +00:00
Maho Nakata
ecba2e6a37
Add warning if x11-toolkits/fltk is installed build fails.
...
Corrected: Mike Durian <durian@shadetreesoftware.com> (again)
2005-06-20 03:16:16 +00:00
Maho Nakata
f366db09bf
Set as broken if epm is installed. it causes a build error
...
while building epm project. Now epm is a part of OpenOffice.org's
distribution.
Reported by: Mike Durian <durian at shadetreesoftware.com>
2005-06-19 03:45:25 +00:00
Maho Nakata
aa06433dcf
call uname needlessly.
...
SIMPLEOSVER by parsing the output of `uname -r`. This is pointless,
since the same data can be obtained from the (already generated)
OSREL variable.
PR: 76330
Submitted by: Colin Percival <cperciva@hexahedron.daemonology.net>
2005-06-19 02:31:48 +00:00
Maho Nakata
8d963d4abe
fix typo and correct apparent mistake
...
Submitted by: des
2005-06-18 21:39:23 +00:00
Maho Nakata
0e351e3b55
Update to m110
2005-06-17 09:40:37 +00:00
Maho Nakata
3495fdae2c
update to m109
2005-06-11 12:31:06 +00:00
Pav Lucistnik
d0fab096f8
- Fix typo in COMMENT
...
PR: ports/78134
Submitted by: kumasan <gee_gee@yahoo.co.jp>
Approved by: maintainer timeout (3 months)
2005-06-05 21:05:40 +00:00
Maho Nakata
8b311bac35
o For QA purpose, add optional target package-canonical.
...
Using this packaging method, packages must build
without errors. Nevertheless we'll go our own way.
o Change packaging method from generic one to FreeBSD's
native one. This works well for both packaging method
and slightly saves disk space as well.
o Fix some problems arose by using FreeBSD's native
packaging method.
Result of: CodeFest Japan 2005
https://members.fsij.org/trac/codefest2005/
2005-06-03 23:18:49 +00:00
Maho Nakata
8d64d89d73
Forgot to remove this patch
2005-06-03 05:06:04 +00:00
Maho Nakata
d4fcc68c78
Update to m107
2005-06-03 04:15:35 +00:00
Maho Nakata
3a61902844
Forgot to update patches as well...
2005-05-22 21:56:27 +00:00
Maho Nakata
56f7023d91
Update to m105
2005-05-22 21:04:01 +00:00
Maho Nakata
1415ae2636
Fix SDK part, so that really usable
2005-05-15 13:59:33 +00:00
Maho Nakata
298d7ced8e
Fix wrapper
...
Submitted by: Mike Durian <durian@shadetreesoftware.com>
2005-05-15 04:08:55 +00:00
Maho Nakata
ac5f66e54e
update to m103
2005-05-15 03:51:47 +00:00
Maho Nakata
d9bc551144
Detect gcj correctly, but not yet supported
2005-05-13 07:14:44 +00:00
Maho Nakata
00732692ca
Do not fork process more than 1.
...
Sometimes builds become unstable.
Submitted by: kris
2005-05-13 00:17:22 +00:00
Maho Nakata
9e0ea9b694
BROKEN message for older than 5.3-RELEASE was wrong
...
BROKEN -> TRYBROKEN
2005-05-12 22:09:04 +00:00
Maho Nakata
4ea5790e5f
To make things clear, now patches have
...
o number of IssueTracker
o Child work space
o Author
so that we commit patches to upstream
o short description
2005-05-11 03:40:29 +00:00
Maho Nakata
ee1fb8c796
Update to 1.9m101
2005-05-08 23:13:14 +00:00
Maho Nakata
9aa4b65ca7
update to 1.9m98
2005-04-30 09:36:05 +00:00
Maho Nakata
3c099dadec
Update to 1.9m97
2005-04-29 12:34:08 +00:00
Maho Nakata
8feb208784
update to 1.9m86
...
1. -DWITH_CUPS seems to be unstable, now it
is not default
2. Fix build issue with -DWITH_KDEbut fixed by another
method, since patch submitters doesn't sign to Joint
Copyright Assignment.
PR: 78141 (2)
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> (2)
and also mentioned by many people
2005-04-24 13:23:15 +00:00
Maho Nakata
8196291e1c
Update to 1.9m94
2005-04-19 10:08:06 +00:00