notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: graphics/ImageMagick/Makefile

Number of commits found: 400 (showing only 100 on this page)

«  1 | 2 | 3 | 4 

Wednesday, 19 May 2004
19:48 pav search for other commits by this committer
- Update to 6.0.1

  For what's new in 6.0 please read
  http://www.imagemagick.org/www/News.html
Original commit
Wednesday, 21 Apr 2004
08:06 knu search for other commits by this committer
Fix freetype2 configuration failure and build ImageMagick with the
freetype2 support properly (unless WITHOUT_IMAGEMAGICK_TTF is not
defined).

Patches have been sent to the developer forum.  Hopefully the next
version to 6.0.0 will include the fix.
Original commit
Monday, 15 Mar 2004
02:54 pav search for other commits by this committer
- Add WITH_WINDOWS_FONT_DIR knob to allow setting --with-window-font-dir
  configure tunable from outside.

PR:             ports/64258
Submitted by:   Seva Gluschenko <gvs@rinet.ru>
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Tuesday, 17 Feb 2004
20:25 mi search for other commits by this committer
Somehow, the PerlMagick/Magick.c (and the .o !!) generated by vendor
ended up in the distribution. Be sure to remove the .c, so it gets
re-generated from Magick.xs by the Perl installed on the system. It used
to work for -current, where Perl happened be similar enough to that of
Christy, but broke PerlMagick for (some?) -stable users, where Perl's
API is different.
Original commit
Friday, 13 Feb 2004
23:10 mi search for other commits by this committer
Closer investigation shows, that ImageMagick stopped supporting HDF
format on or before July 2002:

       
http://studio.imagemagick.org/pipermail/magick-users/2002-July/003703.html

Indeed, the HDF bits are commented out in the package's
configure/autoconf and none of the utilities installed by the port
actually link with HDF.

Rather than bump PORTREVISION, upgrade to the 5.5.7.16 (from .15).

Prompted by: troubles with HDF and amd64
Original commit
Wednesday, 11 Feb 2004
15:00 arved search for other commits by this committer
Disable hdf4 on amd64.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Wednesday, 21 Jan 2004
06:57 nork search for other commits by this committer
Update to 5.5.7-15.
Original commit
Tuesday, 20 Jan 2004
16:30 marcus search for other commits by this committer
Use the new ghostscript options.

Submitted by:   linimon
Original commit
Wednesday, 10 Dec 2003
17:22 mi search for other commits by this committer
Upgrade from 5.5.7-11 to yesterday's 5.5.7-14. Nothing to see here...
Original commit
Thursday, 20 Nov 2003
15:01 krion search for other commits by this committer
- Add patch to choose build for print/ghostscript-gnu and
  print/ghostscript-afp1

PR:             54926
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Original commit
Sunday, 5 Oct 2003
11:21 nork search for other commits by this committer
o Utilize CONFICTS
o Utilize USE_GNOME
o Install pkgconfig .pc file to correct place
o Support alternative PTHREAD_LIBS difinition

PR:             ports/57592
Submitted by:   Ports Fury
Original commit
Saturday, 4 Oct 2003
16:36 nork search for other commits by this committer
Update to 5.5.7-11. [1]
o Removed two (now obsolate) libtool version patches
  as ImageMagick now uses internal version system for
  them starting from 0:0:0 (5.5.8 will become 0:1:0),
  also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
  variables removed from the source.
o Removed two other patches as now they are already
  embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
  installations based on selection while installing.
  Also Makefile modifed to reflect this.

Minor cleanup MASTER_SITES.
Utilize PLIST_SUB from post-install:

PR:             ports/55274 (Update to 5.5.7-10) [1]
Submitted by:   Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Reviewed by:    Rob Lahaye <lahaye@snu.ac.kr>
Original commit
Saturday, 13 Sep 2003
10:58 knu search for other commits by this committer
Change `LIB_DEPENDS=' in the middle of optional dependency lines to
`LIB_DEPENDS+=', to prevent this port from getting built without tiff
support, which wasn't intended. (Luckily jpeg and png were enabled via
other indirect dependencies)

This should fix some dependent ports such as ruby-rmagick.
Original commit
Wednesday, 10 Sep 2003
17:02 nork search for other commits by this committer
Back out to 5.5.6.

Submitted by:   marcus (portmgr)
Original commit
16:28 nork search for other commits by this committer
Update to 5.5.7-10. [1]
o Removed two (now obsolate) libtool version patches
  as ImageMagick now uses internal version system for
  them starting from 0:0:0 (5.5.8 will become 0:1:0),
  also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
  variables removed from the source.
o Removed two other patches as now they are already
  embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
  installations based on selection while installing.
  Also Makefile modifed to reflect this.

PR:             ports/55274 [1]
Submitted by:   Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Pointed out by: Rob Lahaye <lahaye@snu.ac.kr>
Original commit
Saturday, 16 Aug 2003
14:56 ache search for other commits by this committer
Build IM with all possible features by default to reduce complaints to
non-working binary, so rename all WITH_* granularity options to WITHOUT_*
Original commit
14:43 ache search for other commits by this committer
gs dependence is needed for freetype too
Original commit
13:29 ache search for other commits by this committer
Add IMAGEMAGICK string to all WITH_ and WITHOUT_ granularity options to
allow to put them in /etc/make.conf
Handle threaded case using WITH_IMAGEMAGICK_PERL
Turn JPEG on by default, distributed ImageMagick binary is little
usable without it.
Original commit
Tuesday, 22 Jul 2003
13:58 daichi search for other commits by this committer
patch graphics/ImageMagick:
  - Increased granularity for ImageMagick compile options

PR:             52538
Submitted by:   David Sze <dsze@distrust.net>
Original commit
Friday, 20 Jun 2003
13:28 ache search for other commits by this committer
Restore LZW knob, not expired yet in Europe and Japan.
Autoenable it, if USA_RESIDENT == YES
Original commit
12:54 ache search for other commits by this committer
LZW patent expired, remove license knob
Original commit
Sunday, 4 May 2003
12:22 demon search for other commits by this committer
Update to version 5.5.6;
Pass more sane arguments to libtool's -version-info option.
Original commit
Monday, 24 Feb 2003
16:29 demon search for other commits by this committer
Update to version 5.5.5.
Original commit
Thursday, 20 Feb 2003
18:08 knu search for other commits by this committer
de-pkg-comment
Original commit
Thursday, 28 Nov 2002
16:37 lioux search for other commits by this committer
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms                      -->     multimedia/xmms
graphics/avifile                -->     multimedia/avifile
graphics/divx4linux             -->     multimedia/divx4linux
graphics/ffmpeg                 -->     multimedia/ffmpeg
graphics/libdv                  -->     multimedia/libdv
graphics/libdvdcss              -->     multimedia/libdvdcss
graphics/libdvdread             -->     multimedia/libdvdread
graphics/libmpeg2               -->     multimedia/libmpeg2
graphics/linux-realplayer       -->     multimedia/linux-realplayer
graphics/mjpegtools             -->     multimedia/mjpegtools
graphics/mplayer                -->     multimedia/mplayer
graphics/mplayer-fonts          -->     multimedia/mplayer-fonts
graphics/openquicktime          -->     multimedia/openquicktime
graphics/win32-codecs           -->     multimedia/win32-codecs

Repo copied by:         joe (cvs hat)
Approved by:            knu (portmgr hat)
Original commit
Tuesday, 29 Oct 2002
23:05 lioux search for other commits by this committer
o Update to 5.5.1.4
o Remove VERSION number from both directory and library names (e.g.,
  libMagick++-5.5.1.so becomes libMagick++.so)
o Add a library version number back; thus, fixing library dependencies
  which require this port to have a library version number. Current
  number is 5 (e.g., libMagick++.so.5)
o Update PLIST accordingly
Original commit
Thursday, 17 Oct 2002
18:46 mi search for other commits by this committer
My last commit, intended to fix -current, did not do so, and broke
-stable :-( Upgrade the port to the latest to compensate.

The port now installs things in version specific directories, so
add the version number to PLIST_SUB.

Remove USE_REINPLACE -- the port uses PERL anyway.

As usual, the hardest thing to do is to fix the pkg-plist.
Original commit
Monday, 23 Sep 2002
09:32 knu search for other commits by this committer
Remove a duplicate entry from MASTER_SITES.  zoffy.asahi-net.or.jp ==
ring.asahi-net.or.jp, which is a member of RingServer.
Original commit
Saturday, 21 Sep 2002
03:06 ijliao search for other commits by this committer
remove ftp.yggdrasil.com
it's offline for a long time

PR:             38191
Submitted by:   Tom Rissman <trissman@mrdlaw.com>
Original commit
Thursday, 19 Sep 2002
21:11 ijliao search for other commits by this committer
upgrade to 5.3.8-3

PR:             42736
Submitted by:   Ports Fury
Original commit
Thursday, 5 Sep 2002
09:52 ache search for other commits by this committer
Bump portrevision for prev change
Original commit
08:01 ache search for other commits by this committer
Move libwmf out of X11-only section, it understand WITHOUT_X11
Original commit
Saturday, 31 Aug 2002
16:53 dwcjr search for other commits by this committer
Add graphics/jasper to LIB_DEPENDS
Add graphics/hdf to optional LIB_DEPENDS

PR:             40897
Submitted by:   tkato@prontomail.com
Original commit
Monday, 22 Jul 2002
15:15 mi search for other commits by this committer
Another micro-upgrade -- to 5.4.7-4
Original commit
Tuesday, 9 Jul 2002
02:46 lioux search for other commits by this committer
o Fix build in case WITH_IMAGEMAGICK_MODULES is defined
o Trim pkg-plist

PR:             40358
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Sunday, 7 Jul 2002
19:02 alane search for other commits by this committer
Bump PORTREVISION. Changed pkg-plist so that binary pkg will actually build.
I know this is a borderline case, but I'll err on the safe side ...

PR:     40295
Original commit
Saturday, 6 Jul 2002
22:33 lioux search for other commits by this committer
Update to 5.4.7-1

PR:             39989, 40270
Submitted by:   KATO Tsuguru <tkato@prontomail.com>,
                Guilherme J. R. Oliveira <guilherme@nortenet.pt>
Reviewed by:    Cyrille Lefevre <cyrille.lefevre@laposte.net>
Prompted by:    many in FreeBSD-ports mailing list
Original commit
Monday, 24 Jun 2002
15:17 lioux search for other commits by this committer
o Update to 5.4.6.2
o Fix configure issue

PR:             39680
Submitted by:   Oliver Lehmann <lehmann@ans-netz.de>
Prompted by:    Stephen Montgomery-Smith <stephen@math.missouri.edu>,
                too many
Original commit
Thursday, 20 Jun 2002
04:37 mi search for other commits by this committer
Upgrade to 5.4.6.1
Original commit
Friday, 14 Jun 2002
19:38 ache search for other commits by this committer
Remove GCC2 requirement, it builds fine with recently fixed GCC3 under -current
too (and I confirm it).

PR:     39300
Submitted by:   Alexander Kabaev <ak03@gte.com>
Original commit
Tuesday, 4 Jun 2002
23:05 obrien search for other commits by this committer
Since I cannot pkg_add the dependancies to test this myself; we'll assume
this really cannot be compiled on -current with the stock compiler.
Original commit
Sunday, 26 May 2002
06:38 mi search for other commits by this committer
Update to 5.4.5.1. I tested it on -stable, but it wouldn't build on
my current machine -- because the C++ is busted on it :-\
Original commit
Thursday, 2 May 2002
22:24 pat search for other commits by this committer
Update to 5.4.4.5

PR:             37685
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Saturday, 13 Apr 2002
18:17 ade search for other commits by this committer
Add USE_GCC295 for 3.x systems that need it to build.

PR:             36831
Submitted by:   Julian C. Dunn <julian@dreaming.org>
Original commit
Friday, 29 Mar 2002
00:31 pat search for other commits by this committer
Update to 5.4.4
Original commit
Friday, 15 Mar 2002
06:21 ache search for other commits by this committer
Workaround hack for perl Ping() method wrong image dimension bug.
According to author, it is fixed in different way in not yet released 5.4.4
Original commit
Tuesday, 12 Mar 2002
22:38 knu search for other commits by this committer
Bump PORTREVISION after the freetype2 shlib major update.
Original commit
Thursday, 7 Mar 2002
02:40 pat search for other commits by this committer
- Update to 5.4.3.11   - Dont remove .la files    
Original commit
Tuesday, 5 Mar 2002
00:17 pat search for other commits by this committer
- Update to 5.4.3.10   - Remove .la files (requested by mi)    
Original commit
Sunday, 3 Mar 2002
01:10 mi search for other commits by this committer
Update to 5.4.3.9. Obey DOCSDIR and NOPORTDOCS. Fix some warnings --   time_t is
rather int than long.    
Original commit
Wednesday, 27 Feb 2002
20:23 mi search for other commits by this committer
Update to 5.4.3-6 -- released today :-) One more include file installed,   and a
few more files of documentation.    
Original commit
Friday, 22 Feb 2002
05:06 pat search for other commits by this committer
Update to 5.4.3.5    
Original commit
Thursday, 21 Feb 2002
06:31 pat search for other commits by this committer
Update to 5.4.3.4    
Original commit
Monday, 21 Jan 2002
17:26 mi search for other commits by this committer
Remove  major-number  specifications  from  most  of  the  entries  in  
LIB_DEPENDS.  ImageMagick will  compile  with any  version of  -ljpeg,   -ljbig,
-lmpeg2, -lbz2, -lfpx,  -lfreetype, -lxml2, -lpng, -llcms. I'm   not sure about
-ltiff (we had the old, incompatible version ported for   a while as recently as
a few years ago) and -lltdl (libtool).    
Original commit
11:46 sobomax search for other commits by this committer
Update version number of freetype2 shared library.    
Original commit
Saturday, 5 Jan 2002
09:46 pat search for other commits by this committer
Update to 5.4.1.2    
Original commit
Sunday, 9 Dec 2001
03:28 lioux search for other commits by this committer
o Correct a "fix" that was made to the PR before commiting in last     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"    
Original commit
Saturday, 8 Dec 2001
19:57 lioux search for other commits by this committer
Update to 5.4.0.5    
Original commit
Saturday, 22 Sep 2001
06:59 sf search for other commits by this committer
update to 5.3.8.2.    
Original commit
Thursday, 13 Sep 2001
08:25 knu search for other commits by this committer
Build without libwmf. (and bump PORTREVISION accordingly)    
Original commit
Tuesday, 11 Sep 2001
22:23 knu search for other commits by this committer
Replace the ghostscript6 dependencies with ghostscript-gnu.    
Original commit
03:02 ache search for other commits by this committer
Bump png major    
Original commit
Saturday, 25 Aug 2001
04:18 petef search for other commits by this committer
Update to version 5.3.7.    
Original commit
Wednesday, 15 Aug 2001
21:33 knu search for other commits by this committer
Conditionalize bzip2 dependencies.    
Original commit
Thursday, 9 Aug 2001
02:22 ache search for other commits by this committer
Back out part of my changes (with-modules by default) because PerlMagick not  
really work (while 'make test' works),   pointed by "KATO Tsuguru"
<tkato@prontomail.com>   Add comment describing situation.    
Original commit
01:11 ache search for other commits by this committer
Allow more flexible tuning for with/without-threads option    
Original commit
Wednesday, 8 Aug 2001
21:41 ache search for other commits by this committer
Bymp portrevision for prev. changes    
Original commit
21:02 ache search for other commits by this committer
Enable 16bit pixels by default since they are enabled by default in newer  
ImageMagick versions. Add WITHOUT_ option to disable them.    
Original commit
07:17 lioux search for other commits by this committer
Update to 5.3.6    
Original commit
Thursday, 12 Jul 2001
11:10 sobomax search for other commits by this committer
Update version number of freetype2 shared library.    
Original commit
Tuesday, 3 Jul 2001
02:34 lioux search for other commits by this committer
o Update port to version 5.3.5   o Update MASTER_SITES definitly removing
SOURCEFORGE    
Original commit
Sunday, 24 Jun 2001
20:03 lioux search for other commits by this committer
Update MASTER_SITES as it seems SOURCEFORGE is no longer carrying   these
distfiles, keep it as a last resort MASTER_SITE for a while    
Original commit
Tuesday, 12 Jun 2001
17:45 knu search for other commits by this committer
Update to 5.3.4.    
Original commit
Tuesday, 5 Jun 2001
12:38 sobomax search for other commits by this committer
Standartise the way used to disable X11 support in various ports. From now   on
WITHOUT_X11 is the Only True Way[tm].    
Original commit
Tuesday, 17 Apr 2001
20:39 sada search for other commits by this committer
Upgrade to version 5.3.1 .    
Original commit
Wednesday, 11 Apr 2001
00:15 mi search for other commits by this committer
lcms/lcms.h --> lcms.h -- that's how the new lcms-1.07 is installed    
Original commit
Monday, 9 Apr 2001
19:20 sobomax search for other commits by this committer
Ensure that the freetype-config is available. This should workaround the  
XFree86-4 + freetype2 problem. This is not a final solution and provided   only
for forthcoming 4.3 release, after which it will be removed.    
Original commit
Tuesday, 13 Mar 2001
22:36 sf search for other commits by this committer
o cleanup MASTER_SITES.   o add dependency on devel/libfpx.   o get rid of
libtool dependency unless WITH_MODULES.   o trim unnecessary BUILD_DEPENDS'.    
Original commit
Friday, 9 Mar 2001
19:51 mi search for other commits by this committer
Made ``--with-modules''  an optional argument triggered  by WITH_MODULES   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...    
Original commit
Thursday, 8 Mar 2001
01:06 mi search for other commits by this committer
Something  I wanted  to do  for a  long time  -- make  this port   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.   
Original commit
Tuesday, 6 Mar 2001
17:19 sf search for other commits by this committer
o drop non-responsive maintainer. jseger nothing commits last 6 months.   o
update to 5.2.9.    
Original commit
Thursday, 25 Jan 2001
11:05 ache search for other commits by this committer
Bump PORTREVISION I forget   Checksum changed (on the file we not use)    
Original commit
Tuesday, 23 Jan 2001
23:00 ache search for other commits by this committer
Since we don't have our perl threaded by default, PerlMagick not   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.    
Original commit
Wednesday, 17 Jan 2001
17:11 sf search for other commits by this committer
bump PORTREVISION; added new file.    
Original commit
17:04 sf search for other commits by this committer
add missing manpage.    
Original commit
Thursday, 11 Jan 2001
05:19 steve search for other commits by this committer
Update to version 5.2.7.    
Original commit
Tuesday, 3 Oct 2000
01:56 reg search for other commits by this committer
Add missing run depends.    
Original commit
Wednesday, 23 Aug 2000
22:20 jseger search for other commits by this committer
Upgrade to ImageMagick-5.2.3    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       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.    
Original commit
Wednesday, 2 Aug 2000
02:52 ade search for other commits by this committer
Do not try to use XML support since:   	(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    
Original commit
Wednesday, 26 Jul 2000
04:02 jseger search for other commits by this committer
Upgrade to 5.2.2.   Host a snapshot of this changing distfile in my directory.  
 
Original commit
Wednesday, 19 Jul 2000
15:18 knu search for other commits by this committer
Sorry, seems I committed the files in the old work dir.    
Original commit
14:08 knu search for other commits by this committer
Update to 5.2.1.    
Original commit
Tuesday, 4 Jul 2000
08:13 sobomax search for other commits by this committer
Bump png shared library version.    
Original commit
Thursday, 29 Jun 2000
08:03 obrien search for other commits by this committer
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:19 sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Original commit
Thursday, 15 Jun 2000
18:12 sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    
Original commit

Number of commits found: 400 (showing only 100 on this page)

«  1 | 2 | 3 | 4