Kris Kennaway
0d7a93e029
Quench warning at deinstallation
2006-01-26 04:46:23 +00:00
Kris Kennaway
0b48a6770e
Correct @commenting when WITHOUT_NLS is set, to avoid a broken plist
2006-01-26 04:42:19 +00:00
Kris Kennaway
91c12a4ef3
Quench pkg_delete warning
2006-01-26 04:39:20 +00:00
Kris Kennaway
d55df063bd
Don't remove system symlinks
2006-01-26 04:38:20 +00:00
Kris Kennaway
7689c4a0e5
Add missing USE_GETTEXT
2006-01-26 04:29:21 +00:00
Kris Kennaway
27d3b59f7a
Add missing USE_PERL5_BUILD
2006-01-26 04:26:26 +00:00
Kris Kennaway
07d25991b2
Add missing USE_ICONV
2006-01-26 04:25:54 +00:00
Kris Kennaway
b469a14667
Don't remove system directories
2006-01-26 04:19:05 +00:00
Kris Kennaway
edd2090dce
Don't attempt to remove system directory
2006-01-26 04:17:39 +00:00
Kris Kennaway
b74540fcdb
BROKEN when WITHOUT_SSL: Incomplete pkg-plist
2006-01-26 04:16:14 +00:00
Kris Kennaway
cbb7ba562c
Add missing USE_ICONV
2006-01-26 04:11:16 +00:00
Kris Kennaway
d8a0cba6cc
BROKEN when WITHOUT_X11: Broken dependency
2006-01-26 04:09:47 +00:00
Kris Kennaway
8b070244f5
BROKEN when WITHOUT_NLS: Incorrect pkg-plist
2006-01-26 04:07:53 +00:00
Kris Kennaway
172245e773
Add missing USE_GETTEXT
2006-01-26 04:06:59 +00:00
Andrey A. Chernov
ed4503f6d7
Handle WITHOUT_X11 option
...
Use REINPLACE_CMD
2006-01-26 03:46:56 +00:00
Jean-Yves Lefort
d1d5fd1506
[1]:
...
- Install using ${INSTALL_DATA}
- Respect ${PREFIX} in the wrapper script
Moreover [2]:
- Invoke java using exec
- Move to ${X11BASE}
[1]:
PR: ports/91981
Submitted by: maintainer
[2]:
Approved by: maintainer
2006-01-26 03:34:23 +00:00
Sam Lawrance
3e04cedb8e
Fix typo (FAAD option should be FAAC).
...
Submitted by: Paul Sherren <paul.sherren@gmail.com> on ports@
2006-01-26 02:55:28 +00:00
Jean-Yves Lefort
197e6c7644
Update to 4.6.1
...
PR: ports/92294
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
2006-01-26 01:51:26 +00:00
Tilman Keskinoz
eaf424d19c
Suddently net-snmp does not use this directory anymore.
...
Add dirrmtry entry.
Reported by: dosirak cluster
2006-01-25 23:30:18 +00:00
Tilman Keskinoz
47b761ea77
Fix pkg-plist if python != 2.4
2006-01-25 23:09:15 +00:00
Kris Kennaway
85ee1836e1
BROKEN: Incomplete pkg-plist
2006-01-25 23:02:22 +00:00
Kris Kennaway
c49f6e3bc4
Add missing USE_GETTEXT
2006-01-25 23:01:34 +00:00
Kris Kennaway
948ede691f
Add missing USE_ICONV
2006-01-25 22:59:42 +00:00
Kris Kennaway
18d99210c2
Add missing USE_PERL5_BUILD
2006-01-25 22:57:02 +00:00
Kris Kennaway
1886e5a992
BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist
2006-01-25 22:52:24 +00:00
Kris Kennaway
8c62958f8c
Add missing USE_ICONV
2006-01-25 22:49:45 +00:00
Tilman Keskinoz
dab6f540ea
Add py-chardet, Mark Pilgrim's "Universal Encoding Detector"
2006-01-25 22:46:32 +00:00
Kris Kennaway
f708a1f258
Add missing USE_GETTEXT
2006-01-25 22:43:58 +00:00
Kris Kennaway
a183c86dec
Add missing USE_ICONV
2006-01-25 22:42:11 +00:00
Thierry Thomas
817df01f44
Upgrade to 7.3.
...
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes >.
2006-01-25 22:28:59 +00:00
Roman Bogorodskiy
f4286e533a
- Use OPTIONS and add an optional gpsmap support [1]
...
- Fix build on 4.x [2]
PR: 92204 [1]
Submitted by: Anton Karpov <toxa@toxahost.ru> [1]
novel [2]
Approved by: Peter Thoenen (maintainer)
2006-01-25 21:48:40 +00:00
Edwin Groothuis
1b12940842
fix SHA256 line (was wrapped)
2006-01-25 21:33:54 +00:00
Thierry Thomas
8e8e7dde83
Remove the NO_CDROM lines: they serve no real purpose, and they're
...
causing confusion in FreshPorts.
Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-01-25 20:45:27 +00:00
Dejan Lesjak
12acad74b9
Add a patch to include a missing header. This fixes coredump when trying
...
to insert a picture.
PR: ports/92222
Submitted by: Steven G. Kargl ( kargl at troutmask.apl.washington.edu )
2006-01-25 20:35:19 +00:00
Mikhail Teterin
14b6a4bd1e
Update from 1.2.4 to 1.2.9. Switch to using OPTIONS and add nss as
...
one of the optional back-ends.
Approved by: maintainer
2006-01-25 19:17:14 +00:00
James E. Housley
73bde0c651
Update to DAT 4682
2006-01-25 19:09:13 +00:00
Alexander Leidinger
a8b9a73fd6
The read-only LINUXBASE case (after installing the ports, of course) has
...
to besolved differently, since the ldconfig call has to be chrooted, else
the linux ldconfig will cache some FreeBSD native libs which results in
not being able to start some programs:
- remove the symlink (linux_base)
- revert to chroot the ldconfig call (with internal functionality this
time)
2006-01-25 18:57:36 +00:00
Jean-Yves Lefort
6e07269d0e
Fix an IMAP authentication problem.
2006-01-25 18:42:33 +00:00
Tim Bishop
c9c2b079af
- Update to 20060125.
2006-01-25 18:41:57 +00:00
Pav Lucistnik
e9ac3a4ce2
- Update to 2.1
...
- Drop maintainership
PR: ports/91934
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: Josh Elsasser <joshe@vineyard.net> (maintainer)
2006-01-25 17:50:07 +00:00
Jean-Yves Lefort
423e721390
Pass maintainership to emulation.
...
Discussed with: netchild
2006-01-25 17:41:34 +00:00
Vasil Dimov
1513edd58b
Add new port science/afni
...
AFNI (Advanced Functional Neuro Imaging) is a tool for analyzing
3 dimensional images, especially functional MRI images used in
brain mapping research.
WWW: http://afni.nimh.nih.gov/
PR: ports/90752
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Reviewed by: garga (mentor)
Approved by: garga (mentor)
2006-01-25 17:34:35 +00:00
Renato Botelho
839339a95e
- Update to 2.0.2
...
PR: ports/92008
Submitted by: Ports Fury
Fixed by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-25 17:07:30 +00:00
Renato Botelho
5c869eee44
Add phantom 1.2, phantomblock generator (converts existing files to
...
sparse files).
PR: ports/92156
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-25 17:04:24 +00:00
Renato Botelho
2e676175ca
The XAR project aims to provide an easily extensible archive format.
...
Important design decisions include an easily extensible XML table of
contents for random access to archived files, storing the toc at the
beginning of the archive to allow for efficient handling of streamed
archives, the ability to handle files of arbitrarily large sizes,
the ability to choose independent encodings for individual files in
the archive, the ability to store checksums for individual files in
both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.
WWW: http://www.opendarwin.org/projects/xar/
PR: ports/92250
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-25 16:55:09 +00:00
Norikatsu Shigemura
61c886f0ed
Update to 2.2.0beta7.
2006-01-25 16:24:31 +00:00
Renato Botelho
9422d7a209
- Mark it as DEPRECATED - "mastersite disappeared, no longer maintained by
...
author"
- Set an EXPIRATION_DATE
PR: ports/92312
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-25 15:39:07 +00:00
Michael Johnson
ed9871607a
- Update to 1.8.44
2006-01-25 15:37:08 +00:00
Alexey Dokuchaev
25130a9621
Store distfile locally since build cluster sometimes timeouts while
...
trying to fetch it.
Reported by: pointyhat
2006-01-25 15:27:29 +00:00
Erwin Lansing
a9ab828eea
Update to 0.02
...
PR: 92309
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-25 15:20:20 +00:00