Commit graph

51 commits

Author SHA1 Message Date
Koop Mast
a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Erwin Lansing
3a5f4c2688 Mark BROKEN on i386: does not package 2011-09-15 06:15:51 +00:00
Christian Weisgerber
1c641f439e lib/pkgconfig -> libdata/pkgconfig
Approved by:	vd
2011-08-22 13:52:35 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Johan van Selst
97085c300d Chase update of archivers/rpm4
Reported by:	pointyhat via pav
2011-06-14 21:33:39 +00:00
Baptiste Daroussin
8e289e1ecb - chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
2011-04-12 08:24:32 +00:00
Vasil Dimov
7115bcf21a Fix textproc/libextractor pkg-plist
Also add OPTIONS whether to install additional dependency libraries in
case they are not installed. If they are found during configure time, then
libextractor will pick them and will install additional files, thus we
need to conditionally enable some entries in pkg-plist.

PR:		ports/155179 (fixes this PR but with a different patch)
2011-03-03 11:54:49 +00:00
Vasil Dimov
b846e9d5a1 Silence bogus portlint warning about using the file command 2011-03-03 08:47:55 +00:00
Vasil Dimov
7d45938b72 Upgrade textproc/libextractor from 0.5.20b to 0.6.2 2011-02-26 19:40:28 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Martin Matuska
dfc28b2b23 Update ImageMagick to 6.6.2-10 2010-07-24 19:49:59 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Martin Matuska
779a04d1f7 - Bump Magick++, MagickWand or MagickCore dependency 2010-03-28 21:41:12 +00:00
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Philip M. Gollucci
e68fb575f5 - Update download locations
0.5.20b is not on GNU, but a and c are.

Reported by:    -fetch-original pointyhat run
2009-02-04 02:57:40 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Vasil Dimov
a7402bf80e Upgrade textproc/libextractor from 0.5.18 to 0.5.20b 2008-06-03 10:40:54 +00:00
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Vasil Dimov
585cdecd3c Remove patch-src::include::plibc.h: it touches only code
inside ``#ifdef WINDOWS''!
2007-05-01 18:39:38 +00:00
Vasil Dimov
5e234eae42 Remove patch-src_plugins_pngextractor.c: libextractor now has its own
implementation of strnlen().
2007-05-01 18:23:58 +00:00
Vasil Dimov
75cbac7a81 Upgrade textproc/libextractor from 0.5.17a to 0.5.18
patch-src_test_plugintest.c: fix a failing test.
  Christian Grothoff confirmed that the test program should be fixed,
  rather than the library.

patch-configure: fix ``if test "foo" == "bar"'' (the double eq sign is
  not supported by /bin/sh).
2007-04-30 19:42:36 +00:00
Vasil Dimov
aa0aebd4c8 Upgrade textproc/libextractor from 0.5.16 to 0.5.17a 2007-01-24 08:08:12 +00:00
Vasil Dimov
5a231f2d52 * Upgrade textproc/libextractor from 0.5.15 to 0.5.16
* Change USE_LDCONFIG=yes to ${PREFIX}/lib/libextractor because some of the
  tests fail with "shared object not found" error
2006-11-14 08:40:53 +00:00
Vasil Dimov
8d35491534 Archive rerolled to fix a bug that the plugins directory was not created
thus resulting in make install falure.
We do not need to explicitly create this directory in pre-install: target
anymore.

Size mismatch reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-09-08 06:01:10 +00:00
Vasil Dimov
422232891e * Update from 0.5.14 to 0.5.15
* Relieve portlint about LIB_DEPENDS location
* Switch to USE_LDCONFIG
* Some style and cosmetic changes
2006-09-07 13:18:36 +00:00
Marcus Alves Grando
8d24293977 - Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e 's|
$$||g'
2006-05-24 15:24:20 +00:00
Marcus Alves Grando
c6f9220716 - Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
2006-05-24 14:21:45 +00:00
Vasil Dimov
4d321e5c4c Update from 0.5.12 to 0.5.14 2006-05-18 09:07:54 +00:00
Vasil Dimov
3d363d155e Update from 0.5.11 to 0.5.12 2006-04-25 09:05:02 +00:00
Vasil Dimov
8e9c3f6431 Update from 0.5.10 to 0.5.11
This release adds support for extracting additional
metadata from MS Word (OLE2) streams, including language,
document statistics and editing history.
2006-03-17 09:28:23 +00:00
Vasil Dimov
b1e8d22967 * Update from 0.5.9 to 0.5.10 [1]
* take maintainership

PR:		ports/93641 [1]
Submitted by:	vd [1]
Approved by:	portmgr (linimon), kevlo (maintainer)
Security:	Yet another round of XPDF-related security fixes (http://gnunet.org/libextractor/#news)
2006-03-06 07:52:10 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Kevin Lo
f236f72426 Fix ImageMagick lib dependency.
PR: ports/93235
Submitted by: Kay Lehmann <kay_lehmann@web.de>
2006-02-13 05:09:19 +00:00
Vasil Dimov
72c8e7cbb2 * Update to 0.5.9
* Fix build on 4.x

The new version includes security fix:
http://gnunet.org/libextractor/
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities

PR:		ports/91302
Submitted by:	vd
Approved by:	garga (mentor), maintainer timeout (kevlo)
2006-02-09 14:59:10 +00:00
Kevin Lo
84c208fafd Update to 0.5.7
PR: ports/89000
Submitted by: Vasil Dimov
2005-11-17 01:25:10 +00:00
Kevin Lo
39a598e3e7 - Fix double free() bug.
- Bump PORTREVISION.

PR: ports/88748
Submitted by: Vasil Dimov
2005-11-11 05:09:45 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Kevin Lo
ad5a28a3f1 Update to 0.5.6a
PR: ports/88074
Submitted by: Vasil Dimov <vd@datamax.bg>
2005-10-31 02:07:46 +00:00
Jeremy Messenger
0e27427f9a - USE_LIBLTDL and GNU_CONFIGURE -> USE_AUTOTOOLS=libtool:15 libltdl
- Add CONFIGURE_ENV stuff or it will not working if it's install in
  the different prefix.
- Do not extract libltdl to ensure that it will using system one.
- Kill, kill, kill the ^M.
- Respect more on ${PTHREAD_LIBS} (ie: kill the hardcore of -lc_r)
- Add autocheck on ImageMagick and libvorbis, which its configure
  will doing the autochecks then enable the plugins by automatic.
  It fixes the plist and dependency.
- Add strnlen() function, a non-standard, that is not exist in
  FreeBSD libc, which is need for the libextractor_png.so. Without
  it, evidence will complaining like this:

  /libexec/ld-elf.so.1: /usr/local/lib/libextractor/libextractor_png.so:
  Undefined symbol "strnlen"
- Bump the PORTREVISION.

Reported by:	tmclaugh (strnlen function stuff)
Reviewed by:	jylefort
Approved by:	kevlo (maintainer)
2005-10-06 06:14:36 +00:00
Kevin Lo
c413171b14 Fix build on 4.x
PR: ports/83539
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
2005-07-20 04:16:30 +00:00
Kevin Lo
0a823ed0bd Add missing man page.
PR: ports/82127
Submitted by: leeym
2005-06-13 02:50:20 +00:00
Kevin Lo
bfc694e305 Don't install libltdl. 2005-05-27 03:12:14 +00:00