Commit graph

56 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
72b6519afa - Convert to new options framework
- Fix CONFIGURE_ARGS
- Cleanup Makefile
- Cosmetic change
2012-10-07 15:08:52 +00:00
Sunpoet Po-Chuan Hsieh
32e1002c30 - Take maintainership
Feature safe:	yes
2011-11-14 02:17:21 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Alexey Dokuchaev
e1760484af Improve port description (loosely based on that of graphics/lcms2). 2011-11-04 04:37:47 +00:00
Beat Gaetzi
1c9a79eb5f - Fix build on FreeBSD 10
- Remove contiguous blank line
2011-10-27 10:37:43 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +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
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Stanislav Sedov
ccb4d438ab - Update to 1.19: bugfix release. 2009-12-15 05:20:19 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Stanislav Sedov
04c19715cc - Update to 1.18a. 2009-06-10 06:28:05 +00:00
Stanislav Sedov
cf66420520 - Update to 1.18.
- Do not install .la and static library files.
2009-04-07 12:19:01 +00:00
Stanislav Sedov
1617faa779 - Update to 1.17. 2007-09-09 13:13:10 +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
Stanislav Sedov
633a5b5e09 - Fix man location
Submitted by:	db
2007-01-20 02:14:17 +00:00
Stanislav Sedov
1db83699fd - Update to 1.16
- Add missed manpage entries [1]

PR:		ports/107173
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz> [1]
2006-12-29 20:18:35 +00:00
Stanislav Sedov
b07525c1a7 - Fix typo in OPTIONS handling
PR:		ports/105515
Submitted by:	Eygene <rea-fbsd@codelabs.ru>
2006-11-14 15:06:10 +00:00
Stanislav Sedov
e5bed1ffa3 - Add KNOBS to build supplimentary utilities
- Change my email

PR:		ports/76116 (based on)
Suggested by:	Raphael Langerhorst <raphael-langerhorst@gmx.at>
Approved by:	sem (mentor)
2006-10-08 17:07:23 +00:00
Martin Wilke
18fc3eccb1 - Update to 1.15
- Pass maintainership to submitter

Short changelog:
- Black preservation on CMYK-> CMYK transforms
- Ability to set adaptation state of observer on absolute colorimetric
  transforms.
- A rather advanced feature. Actually it only allows No adaptation (d=0) and
  observer fully adapted (d=1)
- lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced.
- icctrans can now read CGATS/IT8 files.
- improved tifficc with tiff Lab8 support

PR:		ports/101603
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-08-10 20:59:53 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Kirill Ponomarev
3327b5c15d Handle libtool version more properly to prevent leftovers. 2005-01-31 09:47:31 +00:00
Volker Stolz
84b837c153 Update to 1.14
PR:		ports/76116
Submitted by:	Raphael Langerhorst
2005-01-28 12:56:06 +00:00
Joe Marcus Clarke
dc7fcbf2eb The previous commit should have bumped PORTREVISION since it changed
the runtime dependency list.

Noticed by:	GNOME Tinderbox
2004-11-11 22:54:15 +00:00
Mikhail Teterin
62a3a103b8 Remove the bogus dependency on -ltiff (--without-tiff was always in there).
Make the testcms link the new -lcms statically to avoid possible conflicts
with the already installed library (probably of a different version).

PR:	ports/68610
2004-10-25 20:14:27 +00:00
Oliver Lehmann
ef866e788f take care of $PREFIX/libdata/pkgconfig 2004-08-14 21:57:56 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Marcel Moolenaar
64cef1cadf Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word
boundary, which on 64-bit platforms is not the proper alignment for
longs. The patch replaces the hardcoding of 3 with sizeof(long)-1.

Tested on: ia64
2004-06-26 19:41:09 +00:00
Kirill Ponomarev
b76e9b7622 Update to version 1.13 2004-06-22 12:29:36 +00:00
Kirill Ponomarev
56f284e728 - Update to version 1.12
PR:		ports/67083
Submitted by:	Ports Fury
2004-05-23 19:08:26 +00:00
Alexander Nedotsukov
631f740941 Better way to resolve ldscripts issue.
Pointed by:	marcus
2004-02-06 06:54:29 +00:00
Alexander Nedotsukov
94a778271c Quick workaround to unbroke build on -STABLE.
${LD} can't found libm.so in standard search path.

Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-02-06 03:21:49 +00:00
Alexander Nedotsukov
9b88285b3a Shared library make use of -lm symbols therefore must be linked against it.
Otherwise we get unresolved references error at the time linking this library
into objects w/o -lm dependency.
This was the reason why color proof module in gimp-devel was not built.
2004-02-05 17:18:06 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kris Kennaway
897d8a455f Drop maintainership; I have no interest in this port beyond wanting KDE to
build on our supported architectures.
2003-05-22 21:07:14 +00:00
Mikhail Teterin
92c06a896a Transfer maintainership to kris. This port proved too difficult to
maintain without access to machines of various architectures. Kris
has such access, but would not share it and gets tired too quickly.
2003-05-22 16:03:13 +00:00
Kris Kennaway
68144000b6 With my portmgr hat on, revert this port to 1.09 and bump PORTEPOCH.
The port fails to pass the internal self-tests on 64-bit platforms
running very recent 5.1 systems, but it is required to build KDE and
therefore critical for the release.
2003-05-21 22:39:38 +00:00
Mikhail Teterin
9fa28b0c2c Upgrade 1.10 to 1.09 2003-05-07 16:13:52 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Mikhail Teterin
6ef5c2e707 Use BYTE_ORDER, BIG_ and LITTLE_ENDIAN instead of their
underscore-prefixed aliases, which are not available on -stable. There I
was proud of myself for testing on i386, alpha, and panther, and still
missing a -stable incompatibility :-\

Submitted by:	Voodai, Lars Erik Gullerud, Ivajlo Nikolov (so far)
2002-11-06 12:44:10 +00:00
Mikhail Teterin
0d72096af5 Fix build on Sparc64 by automating the endianness detection. (Thanks,
once again, to the "test" target.)
2002-11-06 06:34:39 +00:00
Mikhail Teterin
7e205eb59a Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
Install JPEG-related sample files in addition to the TIFF sample. All
this samples can be built by the port, BTW, but would require
lib-dependency on libtiff and libjpeg.
2002-11-06 05:29:10 +00:00
Kris Kennaway
12c2625d31 Fix build on current 2002-06-16 10:02:59 +00:00
Mikhail Teterin
100babe355 Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...

(Notably, the author  incorporated almost all of  our 32-bit related
patches).

PR:		ports/33528
Submitted by:	Lev A. Serebryakov
2002-01-05 10:53:21 +00:00