1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

3675 Commits

Author SHA1 Message Date
Kirill Ponomarev
89e9beac74 Fix build on 4-stable
Fix pkg-plist

PR:		ports/71875
Submitted by:	Ports Fury
2004-10-12 09:51:53 +00:00
Kirill Ponomarev
b32195336f Update to version 0.9.3
PR:		ports/71874
Submitted by:	Ports Fury
2004-10-12 09:43:18 +00:00
Maho Nakata
575b7f415a 1.1.3->1.1.4 2004-10-12 09:29:29 +00:00
Maho Nakata
386a9ada84 update to SRX645_m49 (will be 1.1.4)
a) Use CONFIGURE_WRKSRC. no longer need .. for patches.
b) Still weird though, WITH_CCACHE works.
c) Fix: build without X, Makefile invokes build twice.
2004-10-12 08:48:50 +00:00
Maho Nakata
30d69c3bd3 Remove debug patch, not needed anymore 2004-10-12 07:22:33 +00:00
Maho Nakata
dc106744f9 Update to 1.1.3
a) remove patches which not needed anymore
b) security vulnerablity by mozilla doesn't affect
   this port (remove WITHOUT_MOZILLA by default)
   see: http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12093
c) add files/geneate.pl, which generates shell script does
   build complete localized packages
d) Use CONFIGURE_WRKSRC. no longer need .. for patches.
e) Still weird though, WITH_CCACHE works.
f) Fix: if you build without X, Makefile invokes build twice.
2004-10-12 07:20:54 +00:00
Mark Linimon
4de17aa51d Update from version 1.2 to 1.3. For a list of changes see:
http://tclpad.sourceforge.net/docs/ChangeLog.

PR:		ports/71368
Submitted by:	Antonio Bonifati <ant at venus dot deis dot unical dot it> (maintainer)
2004-10-12 06:57:34 +00:00
Joe Marcus Clarke
347d9f245c Update to 2.0.12, and create the post-install directories before installing
into them.  While AbiWord doesn't "own" these directories, this definitely
helps with alternate PREFIX test installations.
2004-10-11 23:41:21 +00:00
Pav Lucistnik
e6d387eacc - Update to 1.3.1
PR:		ports/71876
Submitted by:	Ports Fury
2004-10-11 22:49:52 +00:00
Kris Kennaway
90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00
Kris Kennaway
57ecc8add1 BROKEN: Size mismatch
Approved by:	portmgr (self)
2004-09-29 05:25:51 +00:00
Kris Kennaway
377caa3884 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 02:59:05 +00:00
Yen-Ming Lee
4ce1c11147 - remove BROKEN which I forgot in previous commit
PR:		71851
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-19 01:59:18 +00:00
Yen-Ming Lee
2e050a49ba - add USE_GCC=2.95 and unbreak this port
- reorder Makefile and make portlint happier
- indent Makefile

PR:		71850
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-19 01:44:48 +00:00
Kris Kennaway
20eecd3dd6 BROKEN on 5.x: Does not build
Approved by:    portmgr (self)
2004-09-18 17:44:09 +00:00
Kris Kennaway
3462fa1f72 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-17 23:02:58 +00:00
Kris Kennaway
826de7f2ba BROKEN: Broken pkg-plist
Approved by:	portmgr (self)
2004-09-17 22:32:22 +00:00
Maho Nakata
06adcf259c bump PORTREVISION by security fix in the
last commit

Approved by:	portmgr (joe)
Suggested by:	nectar
2004-09-15 03:27:13 +00:00
Maho Nakata
eeb2f9db00 [1] add security-temp-dir patch to protect a person's privacy.
(Insecure permissions on temporary files at runtime)

http://www.openoffice.org/issues/show_bug.cgi?id=33357
http://vuxml.freebsd.org/c62dc69f-05c8-11d9-b45d-000c41e2cdad.html

[2] disable Mozilla connectivity by default at the moment. there are
security vulnerabilities in mozilla 1.0.2, can also affect for this port.

http://www.FreeBSD.org/ports/portaudit/730db824-e216-11d8-9b0a-000347a4fa7d.html
http://www.FreeBSD.org/ports/portaudit/f9e3e60b-e650-11d8-9b0a-000347a4fa7d.html
http://www.FreeBSD.org/ports/portaudit/abe47a5a-e23c-11d8-9b0a-000347a4fa7d.html

Reported by:	nectar [1], many persons via portsaudit [2]
Approved by:	portmgr (marcus)
2004-09-14 22:20:51 +00:00
Thierry Thomas
070e63aa47 Make fetchable again by upgrading to 1.40-18.
Approved by:	portmgr (linimon)
2004-09-12 19:08:56 +00:00
Marcel Moolenaar
83fbdb3d28 Fix runtime breakage on ia64, which was introduced with binutils 2.15.
Note that emacs is run as part of the build, so it shows as a build
failure...

To explain (for maintainer's benefit):

Previously the linker would put the text segment in region 2 and the
data segment in region 3. This was changed for FreeBSD (due to me
sending a patch :-) to load the text segment in region 1 with the data
segment immediately following the text segment in the same region (or
subsequent regions of the text segment is larger than 2^61 bytes in
size -- fat chance :-)

So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the
region base of the data segment prior to the binutils 2.15 import),
needed to be changed to match the current layout (=0x2000000000000000,
the region 1 base address).

Approved by: portmgr (krion -- thank!)
2004-09-05 21:38:16 +00:00
Kirill Ponomarev
449b204f43 Update to version 3.1.3
PR:		ports/71297
Submitted by:	Ports Fury
2004-09-03 08:04:51 +00:00
Kirill Ponomarev
f2986e0f03 Fix build on 4-x
PR:		ports/71296
Submitted by:	Ports Fury
2004-09-03 08:01:20 +00:00
Volker Stolz
19b9f4cdaa Mark as IGNORE: editors/jedit is the latest version as there is currently
no new development branch.

Recommended by: linimon
2004-09-03 07:58:25 +00:00
Joe Marcus Clarke
316c6b402d Fix the build on recent 5.X and higher as well as make portlint happy. 2004-09-02 19:17:30 +00:00
Volker Stolz
b2091b4069 - Update to 4.2
- Dynamically generate plist, it's self-contained

PR:		ports/71182
Submitted by:	Linh Pham
2004-09-02 15:18:51 +00:00
Maho Nakata
2f934cc903 make localized helpfiles fetchable
Reported by:	Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
2004-08-31 12:09:57 +00:00
Joe Marcus Clarke
c77372c01a Update to 2.0.11. 2004-08-31 00:15:42 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Joe Marcus Clarke
dc18106873 Fix the build with aspell 0.60. 2004-08-30 04:08:47 +00:00
Joe Marcus Clarke
d08cf997bb Chase the libpsell shared lib version. 2004-08-29 05:23:24 +00:00
Thierry Thomas
64e8cb66bb Chase libaspell to aspell.16. 2004-08-28 22:50:44 +00:00
Doug Barton
14fddd2583 Update to use the Pine 4.61 sources. 2004-08-28 20:20:39 +00:00
David E. O'Brien
4e2e9e469c Update to Vim 6.3 patchlevel 16 2004-08-27 17:50:32 +00:00
Sergey Matveychuk
05f50f43f6 Cream is a vim extension supports pull-down menus and/or keyboard shortcuts.
PR:		ports/70986
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-08-26 14:01:31 +00:00
Maho Nakata
31de12cccb o change DISTFILES section, when Mozilla is disabled, we don't even fetch
mozilla port file and patch
o I'm sorry to say, but forgot to mention about submitter (oliver) about
  former and this contributions

Submitted by:	oliver
Pointy hat to:	maho
2004-08-26 00:46:37 +00:00
Maho Nakata
5b13cfaba1 o remove apache ant dependency when WITHOUT_JAVA is set
o some cleanups
2004-08-26 00:42:41 +00:00
Maho Nakata
b3ba92ea26 - use bsd.java.mk
- depend on orbit and gtk12 only when mozilla is built
- change zip-file dependencies to OR instead of AND

Submitted by:	oliver
2004-08-24 11:51:38 +00:00
Kirill Ponomarev
7569b19c49 Fix build with gcc-3.4 2004-08-23 15:18:34 +00:00
Maho Nakata
4522902afa Add knob WITHOUT_JAVA (passing configure to --disable-java). 2004-08-23 03:13:50 +00:00
Maho Nakata
4441f8dfbc Remove `gif lzw disable' patch. No longer needed. 2004-08-23 03:07:01 +00:00
Tilman Keskinoz
c53b1d14a8 Fix build with gcc 3.4
Approved by:	maintainer
2004-08-21 18:13:12 +00:00
Tilman Keskinoz
e015bb5620 Fix build with gcc 3.4 2004-08-21 15:40:36 +00:00
Pav Lucistnik
20f69b6675 - Convert to OPTIONS
PR:		ports/70720
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-20 18:44:42 +00:00
Maho Nakata
ed447716c3 Fix for 5.2-current, removing passing CFLAGS.
This is ad hoc patch so I also adding FIXME in the Makefile.mozilla

Submitted by:	Bartosz Fabianowski (freebsd [at] chillt.de)
2004-08-20 11:14:19 +00:00
Maho Nakata
cb3725460e o Better Mozilla makefile
Hope it works for 5-current...

Submitted by:	oliver
2004-08-19 02:11:58 +00:00
Kirill Ponomarev
c9a8b30b9f Update to 0.9.2 2004-08-18 06:14:57 +00:00
Pav Lucistnik
d34eeb233a - Update to 2.0
PR:		ports/70560
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-08-17 07:59:33 +00:00
Kirill Ponomarev
924f03e2df Update to verion 1.11
PR:		ports/70541
Submitted by:	Ports Fury
2004-08-16 17:43:48 +00:00
Kirill Ponomarev
2177b8eea2 Remove inappropriate BROKEN mark
PR:		ports/70540
Submitted by:	Ports Fury
2004-08-16 17:30:13 +00:00