non port: graphics/lcms/Makefile |
SVNWeb
|
Number of commits found: 65 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Oct 2021
|
[ 15:57 Po-Chuan Hsieh (sunpoet) ] fa76178
graphics/lcms: Cosmetic change
|
Sat, 23 Oct 2021
|
[ 19:48 Stefan Eßer (se) ] 4dc6021
graphics/lcms: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 19 Jan 2020
|
[ 11:09 sunpoet ]
Cosmetic change
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 23 May 2016
|
[ 03:49 sunpoet ]
- Update MASTER_SITES:
- Remove unfetchable upstream
- Add my LOCAL
|
Wed, 18 May 2016
|
[ 14:11 amdmi3 ] (Only the first 10 of 24 ports in this commit are shown above. )
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 15 Oct 2015
|
[ 20:16 sunpoet ]
- Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
|
Thu, 1 Oct 2015
|
[ 15:55 sunpoet ]
- Convert to new test framework
|
Sun, 23 Aug 2015
|
[ 16:44 sunpoet ]
- Remove :keepla from USES=libtool
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Sun, 18 Jan 2015
|
[ 22:49 sunpoet ]
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
|
Mon, 9 Jun 2014
|
[ 07:49 tijl ]
Revert r356926 and r356927. Not all ports that depend on lcms* have been
converted to USES=libtool yet, so their .la files may still refer to the
lcms* .la files.
|
Sat, 7 Jun 2014
|
[ 16:45 sunpoet ]
- Use USES=libtool
- Bump PORTREVISION for package change
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Apr 2014
|
[ 05:46 sunpoet ]
- Enable JPEGICC and TIFFICC by default
- Use USES=libtool instead of USE_GNOME=lthack
- Use USES=pathfix instead of USE_GNOME=gnomehack
- Use PORTDOCS
- Install static library
- Strip shared library
- Use MAKE_CMD
- Simplify Makefile
- Bump PORTREVISION for dependency and package change
|
Thu, 21 Nov 2013
|
[ 23:12 sunpoet ]
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Remove unnecessary patch: already replaced by REINPLACE_CMD
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sun, 25 Aug 2013
|
[ 16:14 sunpoet ]
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
|
Wed, 7 Aug 2013
|
[ 16:06 sunpoet ]
- Fix CONFIGURE_ARGS assignment
Submitted by: John Hein <jhein@symmetricom.com>
|
Sun, 7 Oct 2012
|
[ 15:08 sunpoet ]
- Convert to new options framework
- Fix CONFIGURE_ARGS
- Cleanup Makefile
- Cosmetic change
|
Mon, 14 Nov 2011
|
[ 02:17 sunpoet ]
- Take maintainership
Feature safe: yes
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Thu, 27 Oct 2011
|
[ 10:37 beat ]
- Fix build on FreeBSD 10
- Remove contiguous blank line
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- 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).
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
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>
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 15 Dec 2009
|
[ 05:20 stas ]
- Update to 1.19: bugfix release.
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Wed, 10 Jun 2009
|
[ 06:28 stas ]
- Update to 1.18a.
|
Tue, 7 Apr 2009
|
[ 12:19 stas ]
- Update to 1.18.
- Do not install .la and static library files.
|
Sun, 9 Sep 2007
|
[ 13:13 stas ]
- Update to 1.17.
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 20 Jan 2007
|
[ 02:14 stas ]
- Fix man location
Submitted by: db
|
Fri, 29 Dec 2006
|
[ 20:18 stas ]
- Update to 1.16
- Add missed manpage entries [1]
PR: ports/107173
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> [1]
|
Tue, 14 Nov 2006
|
[ 15:06 stas ]
- Fix typo in OPTIONS handling
PR: ports/105515
Submitted by: Eygene <rea-fbsd@codelabs.ru>
|
Sun, 8 Oct 2006
|
[ 17:07 stas ]
- 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)
|
Thu, 10 Aug 2006
|
[ 20:59 miwi ]
- 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)
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Mon, 31 Jan 2005
|
[ 09:47 krion ]
Handle libtool version more properly to prevent leftovers.
|
Fri, 28 Jan 2005
|
[ 12:56 vs ]
Update to 1.14
PR: ports/76116
Submitted by: Raphael Langerhorst
|
Thu, 11 Nov 2004
|
[ 22:54 marcus ]
The previous commit should have bumped PORTREVISION since it changed
the runtime dependency list.
Noticed by: GNOME Tinderbox
|
Mon, 25 Oct 2004
|
[ 20:14 mi ]
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
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Tue, 22 Jun 2004
|
[ 12:29 krion ]
Update to version 1.13
|
Sun, 23 May 2004
|
[ 19:08 krion ]
- Update to version 1.12
PR: ports/67083
Submitted by: Ports Fury
|
Thu, 5 Feb 2004
|
[ 17:18 bland ]
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.
|
Thu, 22 May 2003
|
[ 21:07 kris ]
Drop maintainership; I have no interest in this port beyond wanting KDE to
build on our supported architectures.
|
[ 16:03 mi ]
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.
|
Wed, 21 May 2003
|
[ 22:39 kris ]
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.
|
Wed, 7 May 2003
|
[ 16:13 mi ]
Upgrade 1.10 to 1.09
|
Fri, 7 Mar 2003
|
[ 06:04 ade ] (Only the first 10 of 238 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wed, 6 Nov 2002
|
[ 05:29 mi ]
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.
|
Sat, 5 Jan 2002
|
[ 10:53 mi ]
Upgrade to 1.08. The tests report success on Alpha too (beast), even though
there are plenty of messages about unalligned access...
|
Wed, 5 Sep 2001
|
[ 15:54 mi ]
Teach it to try int32_t and friends on all Unixes, not just SGI's Irix. A
whole bunch of little 32-bit related hunks was needed, but now it passes
its own bundled tests (which also needed a little patch for an unitialized
variable) on Alpha. Bump PORTREVISION.
|
Wed, 11 Apr 2001
|
[ 00:14 mi ]
Upgrade to 1.07. Use the official PORTDOCS instead of the pre-PORTDOCS
homegrown DOCS variable. Do not install the test-executable, but run it after
build. Change the mastersite and WWW.
|
Tue, 19 Dec 2000
|
[ 15:36 sobomax ]
- Use USE_LIBTOOL; - move variable definition from rules section of Makefile;
- sort pkg-plist.
|
Fri, 3 Nov 2000
|
[ 17:03 trevor ]
Add new port of LCMS 1.06, the Little Color Management System, a graphics
library. Color management is the process of keeping "profiles" which describe
the response of scanners, cameras, monitors, printers and such to light, and
compensating for the different response curves as images are transferred from
one device to another.
|
Number of commits found: 65 |