Kris Kennaway
fbfaa7b274
BROKEN on sparc64: Does not compile
2004-04-12 04:03:55 +00:00
Kris Kennaway
eef11170a8
BROKEN on sparc64: Does not build
2004-04-12 04:02:31 +00:00
Kris Kennaway
d4dcd29e1b
BROKEN on sparc64: Build fails
2004-04-12 03:58:14 +00:00
Kris Kennaway
38f2045cda
This only works on architectures where sizeof(int) == sizeof(void*), i.e.
...
i386.
2004-04-12 03:56:49 +00:00
Kris Kennaway
806c656fa0
Back out previous, looks like it was fixed yesterday.
...
Pointy hat to: kris
2004-04-12 03:54:52 +00:00
Kris Kennaway
77826a265a
BROKEN on sparc64: Does not compile
2004-04-12 03:53:58 +00:00
Kris Kennaway
6ffc48d238
BROKEN on sparc64: Build fails
2004-04-12 03:52:17 +00:00
Kris Kennaway
49763240ed
BROKEN: Does not build
2004-04-12 03:40:19 +00:00
Kris Kennaway
df19f65e91
BROKEN: Checksum mismatch
2004-04-12 03:37:14 +00:00
Kris Kennaway
fb24a6f094
BROKEN: Segfault during build
2004-04-12 03:36:40 +00:00
Kris Kennaway
5512dc6f02
BROKEN: Does not compile
2004-04-12 03:35:56 +00:00
Kris Kennaway
4f8b32e923
BROKEN: Build fails
2004-04-12 03:34:44 +00:00
Kris Kennaway
af1c54ca03
Fix plist.
...
Pointy hat to: kris
2004-04-12 03:33:49 +00:00
Kris Kennaway
70c493c001
BROKEN: Broken dependency
2004-04-12 03:32:23 +00:00
Kris Kennaway
b8cc0ae60f
This is broken on i386 as well (broken pkg-plist)
2004-04-12 03:31:28 +00:00
Kris Kennaway
e70a63de00
This is also BROKEN on alpha
2004-04-12 03:29:59 +00:00
Ying-Chieh Liao
ade889c6ec
fix build on -stable
...
Noticed by: bento via kris
2004-04-12 03:25:49 +00:00
Ying-Chieh Liao
f64a840634
fix build on -stable by using gcc 3.3
...
Noticed by: bento via kris
2004-04-12 03:14:24 +00:00
Kris Kennaway
83087393de
BROKEN: Size mismatch
2004-04-12 02:14:27 +00:00
Kris Kennaway
f72938e99b
BROKEN: This is also broken on i386
2004-04-12 01:36:05 +00:00
Kris Kennaway
0a0a8942d9
BROKEN: This does not compile on i386 either
2004-04-12 01:35:26 +00:00
Kris Kennaway
e762049569
BROKEN: Does not compile
2004-04-12 01:34:43 +00:00
Kris Kennaway
50b9e50c58
BROKEN: Broken pkg-plist
2004-04-12 01:33:50 +00:00
Kris Kennaway
107de5e5c4
BROKEN on amd64: Does not link (mime port needs to provide libmime.so)
2004-04-12 01:33:04 +00:00
Maho Nakata
ebcf9bfb8e
Make (more) use of USE_GNOME
...
Submitted by: adamw
2004-04-12 01:03:34 +00:00
Maho Nakata
1f8c78b3c0
update MASTER_SITES
...
Reported by: kris
2004-04-12 00:52:04 +00:00
Kris Kennaway
430ae1fcbd
BROKEN: Checksum mismatch
2004-04-12 00:48:24 +00:00
Jun Kuriyama
f8b2e9a90c
Fix build on ia64 and amd64.
2004-04-12 00:40:07 +00:00
Maho Nakata
46b7ad4ab6
Fix LATEST_LINK conflicts
...
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
2004-04-12 00:35:36 +00:00
Joe Marcus Clarke
044038d033
* Add a missing build dependency on xextensions [1]
...
* Add a man page to MAN3
Reported by: bento via kris [1]
2004-04-11 23:44:29 +00:00
Kris Kennaway
5cb0beffd3
BROKEN: Does not work with read-only ports tree
2004-04-11 23:18:58 +00:00
Kris Kennaway
1d23a6ae0e
Move post-extract to pre-build so that gmake is used after it is added.
2004-04-11 23:17:54 +00:00
Kris Kennaway
6b1dd447a2
Move post-patch target to pre-build so that gmake is used after it is
...
added.
2004-04-11 23:17:26 +00:00
Kris Kennaway
355e144d83
Change post-patch target to pre-build to use BUILD_DEPENDS after it has
...
been installed.
2004-04-11 23:01:23 +00:00
Kris Kennaway
96f4cfa757
XFree86-4-clients is an EXTRACT_DEPENDS, not BUILD_DEPENDS
2004-04-11 22:59:45 +00:00
Kris Kennaway
9e9469ee13
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
2004-04-11 22:57:33 +00:00
Kris Kennaway
d2f08e8256
Remove duplicate listing of ${MOZART_DOCS} in ${DISTFILES} to unbreak the
...
checksum listing and fix fetching.
2004-04-11 22:51:49 +00:00
Kris Kennaway
80ca67abfd
rpm2cpio is an EXTRACT_DEPENDS, not BUILD_DEPENDS
2004-04-11 22:42:11 +00:00
Kris Kennaway
518a42fe96
Add a missing USE_XLIB
2004-04-11 22:32:40 +00:00
Dag-Erling Smørgrav
5c23c7a662
Don't require additional command line arguments when -I is specified.
2004-04-11 21:54:48 +00:00
Sergei Kolobov
d06d1b91f7
- This fixes the following warning when you run archivemail with Python 2.3:
...
/usr/local/bin/archivemail:760: SyntaxWarning: assignment to None
(None, last_dir) = os.path.split(os.path.dirname(message.fp.name))
The patch was also submitted to upstream (using SF's bug tracking system).
PR: ports/64354
Submitted by: Simon Barner <barner@in.tum.de>
- Use DOCSDIR/EXAMPLESDIR macros in pkg-plist
- Bump PORTREVISION
2004-04-11 21:53:02 +00:00
Thierry Thomas
36e0138ba2
Add horde-passwd 2.2.1, a password changing module for Horde.
...
PR: 62745
Submitted by: João Carlos Mendes Luís (<jonny@jonny.eng.br>)
Approved by: pav (mentor).
2004-04-11 21:43:24 +00:00
Sergei Kolobov
64cce5be94
- Support sourcing of Makefile.local by including <bsd.port.pre.mk>
...
even though I think there are better ways to store per-port configuration:
sysutils/penv or sysutils/portupgrade ports or /etc/make.conf file)
PR: ports/64660
Submitted by: George Hartzell <hartzell@kestrel.alerce.com>
2004-04-11 21:38:48 +00:00
Sergei Kolobov
50d6ef4d5a
- Update to 2.1.2
...
PR: ports/65373
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-04-11 21:25:51 +00:00
Joe Marcus Clarke
6d61b26b05
Make gtkspell support optional (defaults to on), and add OPTIONS support.
...
Based on patch by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
2004-04-11 21:03:37 +00:00
Oliver Eikemeier
87ce6d0184
bdb backend requires Berkeley DB >= 4.2 since 2.2.3beta
...
Noticed by: Michael Reifenberger <mike@Reifenberger.com>
2004-04-11 19:45:05 +00:00
MANTANI Nobutaka
5f1672a785
Stop installing xine-bugreport and xine-check that have insecure
...
temporary file creation problem.
Remove FORBIDDEN mark.
2004-04-11 16:08:24 +00:00
MANTANI Nobutaka
7ce4c0e432
* Update to 1-rc3c.
...
* Use lthack. [1]
PR: ports/65114 [1]
Submitted by: michael johnson <ahze@ahze.net> [1]
2004-04-11 15:56:05 +00:00
Jimmy Olgeni
7e8e86c109
Upgrade to version 1.140 (with apache-1.140-1 and cpan-1.140-1).
2004-04-11 15:53:41 +00:00
Kirill Ponomarev
c92094321b
- Use gcc33 for OSVERSION > 501103
...
- SIZE'ify
PR: ports/65421
Submitted by: michael johnson <ahze@ahze.net>
2004-04-11 14:39:25 +00:00