| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
revision
o This port requires special treatment regarding pthreads support,
more than the ordinary one
o According to submitter: "Of cource, it isn't ordinary style to
use -lc_r and -pthread at once, there are some reasons for
hardcoding -lc_r within configure script of ImageMagick port even
if on -stable"
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 32617
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 30717
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: 30053
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
|
|
| |
really work (while 'make test' works),
pointed by "KATO Tsuguru" <tkato@prontomail.com>
Add comment describing situation.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ImageMagick versions. Add WITHOUT_ option to disable them.
Enable modules by default, much smaller executable up to 10Mb runtime.
Add WITHOUT_ option to disable them.
Use IMAGEMAGICK portion for two WITHOUT_ option names mentioned above - it
allows to put them to /etc/make.conf without conflicts.
Add few comments about options
|
|
|
|
|
| |
PR: 29442
Submitted by: Kato Tsuguru <tkato@prontomail.org>
|
| |
|
|
|
|
|
|
|
| |
o Update MASTER_SITES definitly removing SOURCEFORGE
PR: 28647
Submitted by: Kato Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
| |
these distfiles, keep it as a last resort MASTER_SITE for a while
PR: 28331
Submitted by: Kevet Duncombe <dunc@tiny.net>
Reviewed by: knu
|
|
|
|
|
| |
PR: ports/28047
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
on WITHOUT_X11 is the Only True Way[tm].
|
|
|
|
|
| |
PR: 26622
Submitted by: ports fury
|
| |
|
|
|
|
|
|
|
| |
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
|
|
|
|
|
| |
users about the conflict. Squeeze the pkg-comment files so they
are less than 71 characters.
|
|
|
|
| |
misunderstanding about the interactivity of image manipulation tools.
|
|
|
|
|
|
|
|
|
| |
o add dependency on devel/libfpx.
o get rid of libtool dependency unless WITH_MODULES.
o trim unnecessary BUILD_DEPENDS'.
PR: 25745
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
| |
display functionality is optional.
Submitted by: Akinori MUSHA
|
|
|
|
|
|
|
|
|
|
|
| |
knob. IMO, this should be removed at all. It seems, the "modules"
provide solution to a problem that does not exist. And provide poorly.
First, every module is really a shell script (.la), which loads the
namesake shared object (.so). Second -- they don't work. At least, not
on FreeBSD. I wish someone did
cd work/ImageMagick-<version>/PerlMagick/demo
make
before enabling them for the rest of us...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
build without X11 support, for use on X11-less servers. Some
dependencies had to be turned off -- until those ports are fixed
to support the NO_X knob as well.
I did not go as far as creating a slave port
(ImageMagick-nox11). (BTW, may be we want a new category --
no-x11 -- for the slave ports of the stuff that's available in
both -- x11 and nox11 -- flavors?)
Nothing should change for the regular (non-NO_X) case -- hence
PORTREVISION not touched.
|
|
|
|
|
|
|
| |
o update to 5.2.9.
PR: 25547
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
| |
Checksum changed (on the file we not use)
PR: 24602
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
|
|
|
| |
works. This patch adds --with-threads only when perl is threaded. Fixing
Makefile.PL only not helps because libMagick.so linking _require_
-pthread when --with-threads used.
Approved by: Maintainer's silence
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 24094
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(a) ImageMagick needs libxml2, not libxml
(b) libxml2 does not co-exist AT ALL with libxml
(c) libxml is a required component of GNOME
(d) the extra functionality for ImageMagick is minimal
Thus, if you installed GNOME, and then this port, or vice-versa
Really Bad[tm] things will happen.
As and when libxml2 is used by GNOME (and libxml is buried
with partial military honors), then it will be possible to
turn this support back on.
Discovered by: my crashbox going nuts after an install of GNOME
and then ImageMagick. There were no survivors :)
|
|
|
|
| |
Host a snapshot of this changing distfile in my directory.
|
|
|
|
|
|
|
|
| |
This one is correct.
- png.3 -> png.4
- Put a copy of the distfile in my space at ftp.FreeBSD.org.
- Modify patch-aj as aclocal.m4 was changed in this silent update.
|
|
|
|
|
| |
PR: ports/19944
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
| |
MASTER_SITE_LOCAL site.
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
|
|
|
|
| |
PR: ports/17838
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
|
| |
|
|
|
|
| |
checksum problems on rapidly-changing distfile.
|
|
|
|
| |
Remove config.cache before configure.
|