aboutsummaryrefslogtreecommitdiff
path: root/graphics/iccxml
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unbreak the build against modern, more strict compilersAlexey Dokuchaev2021-02-171-3/+5
| | | | | | | - Install stripped binary as suggested by the stage QA Notes: svn path=/head/; revision=565482
* Mark BROKEN on FreeBSD 13 and 14Antoine Brodin2021-02-161-0/+3
| | | | | | | | Reported by: pkg-fallout MFH: 2021Q1 Notes: svn path=/head/; revision=565440
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517071
* Remove useless CONFIGURE_ENV, it is already the defaultBaptiste Daroussin2017-01-071-2/+0
| | | | Notes: svn path=/head/; revision=430762
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Simplify pkg-plist (remove @dirrm*).Boris Samorodov2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368974
* graphics/iccxml: Update to v0.9.8 and unbreak build with sampleicc 1.6.8.Boris Samorodov2014-09-103-17/+3
| | | | Notes: svn path=/head/; revision=367810
* Mark BROKEN: fails to buildAntoine Brodin2014-08-091-0/+2
| | | | | | | | | | | | | | | | | | | | /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML -I/usr/local/include/SampleICC -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF .deps/IccMpeXml.Tpo -c -o IccMpeXml.lo IccMpeXml.cpp libtool: compile: c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML -I/usr/local/include/SampleICC -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF .deps/IccMpeXml.Tpo -c IccMpeXml.cpp -fPIC -DPIC -o .libs/IccMpeXml.o In file included from IccMpeXml.cpp:65: IccUtilXml.h:197:23: warning: no newline at end of file In file included from IccMpeXml.cpp:65: IccUtilXml.h:73: error: redefinition of 'class CIccUTF16String' /usr/local/include/SampleICC/IccUtil.h:317: error: previous definition of 'class CIccUTF16String' IccUtilXml.h:112: error: default argument given for parameter 3 of 'const char* icUtf16ToUtf8(std::string&, const icUInt16Number*, int)' /usr/local/include/SampleICC/IccUtil.h:354: error: after previous specification in 'const char* icUtf16ToUtf8(std::string&, const icUInt16Number*, int)' IccUtilXml.h:113: error: default argument given for parameter 3 of 'const short unsigned int* icUtf8ToUtf16(CIccUTF16String&, const char*, int)' /usr/local/include/SampleICC/IccUtil.h:355: error: after previous specification in 'const short unsigned int* icUtf8ToUtf16(CIccUTF16String&, const char*, int)' gmake[1]: *** [IccMpeXml.lo] Error 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=364410
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-232-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358888
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* . support stage;Boris Samorodov2013-09-241-7/+2
| | | | | | | | . use new LIB_DEPENDS syntax; . add pkgconfig to USES. Notes: svn path=/head/; revision=328208
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* . unbreak build with clang, error:Boris Samorodov2013-07-312-3/+12
| | | | | | | | | | | | ----- IccUtilXml.cpp:688:9: error: cannot initialize a variable of type 'char *' with an lvalue of type 'const char [2]' char *scanType = (Tsig == icSigFloatArrayType ? "f" : "n"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ----- . USE_GMAKE=yes -> USES=gmake. Notes: svn path=/head/; revision=324044
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* The IccXML project acts as an extension of SampleICC's IccProfLibBoris Samorodov2013-03-224-0/+52
that provides additional I/O capabilities for reading and writing the ICC profile contents as XML files. Command line tools and an XML schema are provided. WWW: http://iccxml.sourceforge.net/ Notes: svn path=/head/; revision=314961