| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 54663
Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury
Notes:
svn path=/head/; revision=85274
|
|
|
|
|
|
|
|
|
|
|
|
| |
with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which
is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump).
Although currently I'm not sure if gcc 3.3's optimization has a bug or
it is that it just exposed the dl module's hidden bug, disable those
flags to work around the problem for the moment.
Notes:
svn path=/head/; revision=85196
|
|
|
|
| |
Notes:
svn path=/head/; revision=85183
|
|
|
|
|
|
|
|
| |
PR: 54545
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes:
svn path=/head/; revision=85128
|
|
|
|
|
|
|
| |
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=85044
|
|
|
|
|
|
|
|
|
| |
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to: myself
Notes:
svn path=/head/; revision=85008
|
|
|
|
|
|
|
|
|
|
|
|
| |
slave port.
PR: ports/54520
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Notes:
svn path=/head/; revision=84982
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Notes:
svn path=/head/; revision=84981
|
|
|
|
| |
Notes:
svn path=/head/; revision=84874
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
coredump on FreeBSD/amd64 when one uses $^N variable and there were
no captures in the last executed regexp.
One third of this fix was applied to the perl tree in December 2002,
with the rest hopefully applied in the next couple of days.
Reported by: jwd
Notes:
svn path=/head/; revision=84872
|
|
|
|
|
|
|
| |
use USE_GETOPT_LONG instead.
Notes:
svn path=/head/; revision=84842
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix build on -current.
PR: ports/53884
Submitted by: Matthew West <mwest@uct.ac.za>
Approved by: maintainer
Notes:
svn path=/head/; revision=84788
|
|
|
|
| |
Notes:
svn path=/head/; revision=84768
|
|
|
|
|
|
|
|
| |
PR: 54310
Submitted by: nork
Notes:
svn path=/head/; revision=84743
|
|
|
|
|
|
|
|
| |
Reported by: Ali Faiez Taha <aftaha@cirp.usp.br>
jed <kallen-j@unbc.ca>
Notes:
svn path=/head/; revision=84730
|
|
|
|
|
|
|
|
|
|
|
|
| |
the machinery so that we do not need to maintain duplicate lists of binaries.
Rename loop variables from $file to $f to avoid warnings by future versions
of portlint.
Fix a post-build comment.
Reviewed by: obrien
Notes:
svn path=/head/; revision=84717
|
|
|
|
|
|
|
| |
dependency on perl 5.6.
Notes:
svn path=/head/; revision=84680
|
|
|
|
| |
Notes:
svn path=/head/; revision=84674
|
|
|
|
| |
Notes:
svn path=/head/; revision=84671
|
|
|
|
| |
Notes:
svn path=/head/; revision=84546
|
|
|
|
| |
Notes:
svn path=/head/; revision=84543
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=84542
|
|
|
|
|
|
|
|
|
|
|
| |
(WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to
run Zope and its products.
Requested by: dwhite
Reviewed by: dwhite
Notes:
svn path=/head/; revision=84509
|
|
|
|
| |
Notes:
svn path=/head/; revision=84505
|
|
|
|
| |
Notes:
svn path=/head/; revision=84461
|
|
|
|
|
|
|
| |
Run-depending on acroread is not required for *.pdf in plist.
Notes:
svn path=/head/; revision=84460
|
|
|
|
|
|
|
|
| |
PR: 54132
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=84447
|
|
|
|
|
|
|
|
| |
PR: 54204
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Notes:
svn path=/head/; revision=84438
|
|
|
|
|
|
|
| |
PR: 47406
Notes:
svn path=/head/; revision=84287
|
|
|
|
|
|
|
|
|
| |
compatibility with upcoming bsd.port.mk patches.
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes:
svn path=/head/; revision=84245
|
|
|
|
|
|
|
| |
available from the erlang.org site. Part #2 is paper-only.
Notes:
svn path=/head/; revision=84244
|
|
|
|
|
|
|
|
|
|
|
| |
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.
Now, we can install all of these python versions together cleanly.
Notes:
svn path=/head/; revision=84198
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.
PR: ports/54061
Requsted by: Jens Rehsack [1]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84179
|
|
|
|
|
|
|
|
| |
PR: 54062
Submitted by: maintainer
Notes:
svn path=/head/; revision=84151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update introduces two new knobs to _disable_ somewhat
experimental options:
BUILD_STATIC=yes Unless this option is specified,
the port will build python as shared
binary.
WITH_UCS2=yes Unless this option is specified,
Py_UNICODE type will charge 4 bytes
per character (as we do for wchar_t)
Repo-copied by: joe (thanks!)
Notes:
svn path=/head/; revision=84141
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use ${DOCSDIR} [2]
s/share\/doc\/.../%%DOCSDIR%%/ for pkg-plist [2]
PR: 53911
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
osa [2]
Approved by: fjoe (mentor) (implicit)
Notes:
svn path=/head/; revision=84136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84110
|
|
|
|
|
|
|
|
|
|
|
| |
server to work, but for which is indifferent the PHP
sapi (CGI or Apache Module).
PR: ports/53800
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=84106
|
|
|
|
|
|
|
|
|
|
| |
that will never build on older OS releases.
Submitted by: Mark Linimon <linimon@lonesome.com>
PR: ports/53462, ports/53464
Notes:
svn path=/head/; revision=83919
|
|
|
|
| |
Notes:
svn path=/head/; revision=83802
|
|
|
|
|
|
|
| |
All install a program bin/pl.
Notes:
svn path=/head/; revision=83797
|
|
|
|
|
|
|
| |
Submitted by: g.gonter@ieee.org
Notes:
svn path=/head/; revision=83793
|
|
|
|
|
|
|
|
|
|
|
| |
systems withou XFree86 libraries.
PR: ports/53289
Submitted by: myself
Approved by: sobomax
Notes:
svn path=/head/; revision=83777
|
|
|
|
|
|
|
|
| |
PR: ports/53437
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=83753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
| |
Notes:
svn path=/head/; revision=83651
|
|
|
|
|
|
|
|
|
| |
Bad proxy, no cookie, even for FTP service.
Submitted by: roberto
Notes:
svn path=/head/; revision=83647
|
|
|
|
|
|
|
| |
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
Notes:
svn path=/head/; revision=83616
|
|
|
|
| |
Notes:
svn path=/head/; revision=83579
|
|
|
|
|
|
|
|
| |
PR: ports/53687
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=83554
|