| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/72739
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=119541
|
|
|
|
|
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=35584
Submitted by: Bartosz Fabianowski <freebsd@chillt.de> and adamw@
Notes:
svn path=/head/; revision=119480
|
|
|
|
| |
Notes:
svn path=/head/; revision=119477
|
|
|
|
|
|
|
|
| |
PKGNAMEPREFIX. I'm not sure about the implications for the build of
OOo, but at least it fixes INDEX builds.
Notes:
svn path=/head/; revision=119384
|
|
|
|
|
|
|
|
| |
Submitted by: max
No response from: maintainer (shige)
Notes:
svn path=/head/; revision=119114
|
|
|
|
|
|
|
|
|
|
| |
Fix pkg-plist
PR: ports/71875
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118886
|
|
|
|
|
|
|
|
| |
PR: ports/71874
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118884
|
|
|
|
| |
Notes:
svn path=/head/; revision=118875
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=118864
|
|
|
|
| |
Notes:
svn path=/head/; revision=118840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=118837
|
|
|
|
|
|
|
|
|
|
| |
http://tclpad.sourceforge.net/docs/ChangeLog.
PR: ports/71368
Submitted by: Antonio Bonifati <ant at venus dot deis dot unical dot it> (maintainer)
Notes:
svn path=/head/; revision=118823
|
|
|
|
|
|
|
|
| |
into them. While AbiWord doesn't "own" these directories, this definitely
helps with alternate PREFIX test installations.
Notes:
svn path=/head/; revision=118686
|
|
|
|
|
|
|
|
| |
PR: ports/71876
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118647
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118494
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118493
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118288
|
|
|
|
|
|
|
|
|
| |
PR: 71851
Submitted by: leeym
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=118282
|
|
|
|
|
|
|
|
|
|
|
|
| |
- reorder Makefile and make portlint happier
- indent Makefile
PR: 71850
Submitted by: leeym
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=118281
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118241
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118216
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118209
|
|
|
|
|
|
|
|
|
|
| |
last commit
Approved by: portmgr (joe)
Suggested by: nectar
Notes:
svn path=/head/; revision=118172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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)
Notes:
svn path=/head/; revision=118168
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=118151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!)
Notes:
svn path=/head/; revision=118118
|
|
|
|
|
|
|
|
| |
PR: ports/71297
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118008
|
|
|
|
|
|
|
|
| |
PR: ports/71296
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118007
|
|
|
|
|
|
|
|
|
| |
no new development branch.
Recommended by: linimon
Notes:
svn path=/head/; revision=118005
|
|
|
|
| |
Notes:
svn path=/head/; revision=117962
|
|
|
|
|
|
|
|
|
|
| |
- Dynamically generate plist, it's self-contained
PR: ports/71182
Submitted by: Linh Pham
Notes:
svn path=/head/; revision=117944
|
|
|
|
|
|
|
| |
Reported by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
Notes:
svn path=/head/; revision=117733
|
|
|
|
| |
Notes:
svn path=/head/; revision=117711
|
|
|
|
| |
Notes:
svn path=/head/; revision=117701
|
|
|
|
| |
Notes:
svn path=/head/; revision=117616
|
|
|
|
| |
Notes:
svn path=/head/; revision=117548
|
|
|
|
| |
Notes:
svn path=/head/; revision=117535
|
|
|
|
| |
Notes:
svn path=/head/; revision=117524
|
|
|
|
| |
Notes:
svn path=/head/; revision=117439
|
|
|
|
|
|
|
|
| |
PR: ports/70986
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes:
svn path=/head/; revision=117312
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=117284
|
|
|
|
|
|
|
| |
o some cleanups
Notes:
svn path=/head/; revision=117283
|
|
|
|
|
|
|
|
|
|
| |
- depend on orbit and gtk12 only when mozilla is built
- change zip-file dependencies to OR instead of AND
Submitted by: oliver
Notes:
svn path=/head/; revision=117189
|
|
|
|
| |
Notes:
svn path=/head/; revision=117132
|
|
|
|
| |
Notes:
svn path=/head/; revision=117087
|
|
|
|
| |
Notes:
svn path=/head/; revision=117084
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=116963
|
|
|
|
| |
Notes:
svn path=/head/; revision=116954
|
|
|
|
|
|
|
|
| |
PR: ports/70720
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=116813
|
|
|
|
|
|
|
|
|
| |
This is ad hoc patch so I also adding FIXME in the Makefile.mozilla
Submitted by: Bartosz Fabianowski (freebsd [at] chillt.de)
Notes:
svn path=/head/; revision=116751
|