1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

158280 Commits

Author SHA1 Message Date
Kris Kennaway
d69802de0c BROKEN: Does not compile 2006-08-17 21:06:25 +00:00
Kris Kennaway
a7cbb0a7c2 BROKEN: Unfetchable 2006-08-17 21:05:21 +00:00
Kris Kennaway
138b8d8ac2 BROKEN: Does not build 2006-08-17 21:04:46 +00:00
Kris Kennaway
a22e99042b BROKEN: Configure fails 2006-08-17 21:03:29 +00:00
Kris Kennaway
4eab73013d BROKEN: Unfetchable (despite previous commit) 2006-08-17 21:02:39 +00:00
Martin Wilke
6a0c3b2802 WAP::wbxml module implements binarisation of XML file according the
specification:

 * WAP - Wireless Application Protocol / Binary XML Content Format
    Specification / Version 1.3 WBXML (15th May 2000 Approved)

    The binary format was designed to preserve the element structure of XML.

WWW: http://search.cpan.org/dist/WAP-wbxml/

Submitted by:	Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by:	krion (mentor)
2006-08-17 21:00:40 +00:00
Kris Kennaway
0d93b98286 BROKEN: Incorrect pkg-plist (despite previous commit) 2006-08-17 20:59:32 +00:00
Kris Kennaway
ae94023512 BROKEN: Unfetchable 2006-08-17 20:58:29 +00:00
Kris Kennaway
82cf4618d1 BROKEN: Incorrect pkg-plist 2006-08-17 20:57:42 +00:00
Kris Kennaway
5b8424e2f1 BROKEN: Incomplete pkg-plist 2006-08-17 20:56:40 +00:00
Kris Kennaway
aa027378a9 BROKEN: Does not compile 2006-08-17 20:54:51 +00:00
Kris Kennaway
cc66a8c2d1 BROKEN: Does not build 2006-08-17 20:53:54 +00:00
Kris Kennaway
5591582396 BROKEN: Does not compile 2006-08-17 20:47:37 +00:00
Kris Kennaway
cf2b7dc3ec BROKEN: Incorrect pkg-plist 2006-08-17 20:44:56 +00:00
Kris Kennaway
c927cacdda It is only the m68k and sh ports that fail to build everywhere.
Correct an apparent logic error.
2006-08-17 20:43:02 +00:00
Renato Botelho
70e5ac1f4e - Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS and
not WITH(OUT)_NOPORTDOCS
- Use PORTDOCS and clean pkg-plist
- Add NLS to OPTIONS as on by default and move the check after
  bsd.port.pre.mk
- Add --with-ldap=${LOCALBASE} because it was not finding ldap libs without
  this

PR:		ports/101318
Submitted by:	garga
Approved by:	maintainer timeout (14 days)
2006-08-17 19:39:48 +00:00
Renato Botelho
30babf8bd0 - Use Twisted 2.x as default
- Add an OPTION to still use Twisted 1.x
- Bump PORTREVISION
- Add the same hack of pymsn to prevent to have different PYTHON_CMD on script
  and on rc.d script
- Move execution of compileall.py outside .if NOPORTDOCS

PR:		ports/102192
Submitted by:	garga
Approved by:	Derek Kulinski <takeda@takeda.tk> (maintainer)
2006-08-17 19:32:46 +00:00
Martin Wilke
8a5642f5ab - Fix plist location
Submitted by:	pointyhat via kris mail
Approved by:	krion (mentor), maintainer via irc
2006-08-17 19:30:06 +00:00
Rong-En Fan
5bc1bbb4a9 - Update to 0.9.26
PR:		ports/102178
Submitted by:	Rui Lopes <rgl at ruilopes.com> (maintainer)
2006-08-17 19:19:03 +00:00
Rong-En Fan
619d7b4d7d - Update to 0.3-1, unbreak it
PR:		ports/102170
Submitted by:	Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
2006-08-17 19:17:59 +00:00
Rong-En Fan
3bc69e5c49 - Update to 0.8.2
PR:		ports/102163
Security:	CVE-2006-2450
Submitted by:	Loren M. Lang <lorenl at north-winds.org> (maintainer)
2006-08-17 19:16:37 +00:00
Rong-En Fan
8f775a8925 - Update to 1.1.1
- Examples files go to EXAMPLESDIR instead of DATADIR
- All documentations in DOCSDIR

PR:		ports/102159
Submitted by:	Neil Darlow <neil at darlow.co.uk>
2006-08-17 19:09:41 +00:00
Anton Berezin
445afd78cc Update to 0.79.
PR:	101535
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-17 18:41:12 +00:00
Andrew Pantyukhin
b5d798167a Add port graphics/jp2a:
jp2a is a simple JPEG to ASCII viewer.

WWW: http://jp2a.sourceforge.net/
2006-08-17 18:25:01 +00:00
Rong-En Fan
9a76c75068 - Update to 2.0.1131, unbreak it
- Update maintainer's email
- -O2 -> -O3 if WITH_OPTIMIZED_CFLAGS
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:		ports/102145
Submitted by:	Simun Mikecin <numisemis at yahoo.com> (maintainer)
2006-08-17 16:42:03 +00:00
Stefan Walter
f0ecc61c4d - Fix build by adjust library search path in CFLAGS. [1]
- Fix plist and use DATADIR.

PR:		101770 [1]
Submitted by:	Chris Wasser <flatline@majestik12.ca> [1]
Approved by:	maintainer, arved (mentor)
2006-08-17 15:56:48 +00:00
Stefan Walter
fd58ce0f2d Restore correct regexp matching.
PR:		100780
Submitted by:	Valentin Nechayev <netch@lucky.net>
Approved by:	maintainer, arved (mentor)
2006-08-17 15:52:58 +00:00
Renato Botelho
a1d426ea13 - Use Twisted 2.x as default
- Add an OPTION to still use Twisted 1.x
- Bump PORTREVISION
2006-08-17 15:51:56 +00:00
Renato Botelho
7d6be0d7ef - Use Twisted 2.x as default
- Add an OPTION to still use Twisted 1.x
- Bump PORTREVISION
- Remove uneeded patch
2006-08-17 15:50:19 +00:00
Cheng-Lung Sung
dcfc3ebc2a - Update to 0.10
PR:		ports/102189
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-17 15:39:28 +00:00
Cheng-Lung Sung
603a17b813 - Update to 0.10
PR:		ports/102190
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-17 15:39:03 +00:00
Emanuel Haupt
bdb7a1171e - Update to 0.6.7
- Fix build on 4.x by requiring gcc 3.2 or higher

PR:		102152
Submitted by:	Remi Denis-Courmont <rdenis@simphalempin.com> (maintainer)
2006-08-17 15:38:51 +00:00
Cheng-Lung Sung
aac6a2e285 - Update to 0.10
PR:		ports/102191
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-17 15:38:43 +00:00
Cheng-Lung Sung
6aab02c756 * Update to 0.7.0
* Use rubyforge.org mirrors

PR:		ports/102186
Submitted by:	maintainer (Rui Lopes)
2006-08-17 15:32:16 +00:00
Shaun Amott
b96b84ff6b Fix procmail / vacation file handling on FreeBSD.
Submitted by:	Danny Carroll
2006-08-17 14:00:19 +00:00
Mathieu Arnold
edfb9be3b2 Update to 0.08 2006-08-17 13:53:58 +00:00
Kris Kennaway
77b2a1f73c Now builds 2006-08-17 12:38:09 +00:00
Hiroki Sato
a63e39e039 - Move Japanese dvips map files to the teTeX-3 standard MAPDIR.
- Add a workaround for map file regeneration problem when
  japanese/ptex-tetex and japanese/dvipsk are installed and
  only the ptex-tetex is upgraded.  Specifically, if psfonts_jp.map
  is found during ptex-tetex installation, it is automatically
  added to updmap.cfg.

PORTREVISION bumped, but no user visible change except the map
files are moved.
2006-08-17 12:27:25 +00:00
Kris Kennaway
3ff4b9dc76 Now builds again 2006-08-17 10:49:22 +00:00
Kris Kennaway
2f2284b96d Change BROKEN to IGNORE and set timer for deletion in 2 months 2006-08-17 10:43:44 +00:00
Mathieu Arnold
8e3478399b There's some bug somewhere in some cleanup routine of either tcl84 or p5-Tcl
which dumps a core at cleanup time when exiting when using MALLOC_OPTIONS=AJ.
As it still produces a nice Makefile and the port builds fine afterwards, allow
the perl Makefile.PL part to fail badly.

Noticed by:	kris via pointyhat
2006-08-17 09:52:33 +00:00
Bruce M Simpson
384c0255ab Update to version 2005.2.94595.
Fix quoting in NO_CDROM and RESTRICTED.
2006-08-17 09:49:59 +00:00
Rong-En Fan
328814c014 - Update to 2.12.12
PR:		ports/102142
Submitted by:	Christopher Illies <christopher.illies at ki.se> (maintainer)
2006-08-17 09:45:47 +00:00
Rong-En Fan
9bc6330be8 - Update to 1.4.1
- Mark BROKEN on 4.x
- Pass maintainership to submitter

PR:		ports/102147
Submitted by:	Babak Farrokhi <babak at farrokhi.net>
2006-08-17 09:44:53 +00:00
Rong-En Fan
20bdae61d9 - Update to 5.2
PR:		ports/102151
Submitted by:	Rui Lopes <rui at ruilopes.com> (maintainer)
2006-08-17 09:43:43 +00:00
Rong-En Fan
5df1c31d0f - Update to 2.1.13
PR:		ports/102129
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-08-17 09:42:35 +00:00
Rong-En Fan
271deb5430 - Update to 1.16.3.0
PR:		ports/102109
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2006-08-17 09:41:47 +00:00
Kris Kennaway
4ba341e2df Change BROKEN to IGNORE to prevent package build 2006-08-17 09:40:33 +00:00
Kris Kennaway
3deaa036af Now packages again 2006-08-17 09:40:02 +00:00
Kris Kennaway
b11f2e7b59 Now builds on 7.x 2006-08-17 09:38:44 +00:00