aboutsummaryrefslogtreecommitdiff
path: root/graphics/zphoto
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=localbaseDmitry Marakasov2016-12-292-12/+14
| | | | | | | - Properly optionize NLS Notes: svn path=/head/; revision=429916
* graphics/zphoto: unbreak with libc++ 3.9Jan Beich2016-11-181-0/+13
| | | | | | | | | | | | | | image.cpp:557:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *suffix1 = strrchr(src, '.'); ^ ~~~~~~~~~~~~~~~~~~ image.cpp:558:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *suffix2 = strrchr(dest, '.'); ^ ~~~~~~~~~~~~~~~~~~ PR: 212343 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=426307
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Add USES=alias to 4 ports (Aids DragonFly support)John Marino2015-10-051-1/+1
| | | | Notes: svn path=/head/; revision=398641
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-3/+3
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
| | | | Notes: svn path=/head/; revision=371283
* - graphics/ming: Add USES=libtool and bump dependent portsTijl Coosemans2014-08-221-1/+1
| | | | | | | | - graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies Notes: svn path=/head/; revision=365687
* Reset maintainer, email bouncesAntoine Brodin2014-06-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359668
* fix previous commit.MIHIRA Sanpei Yoshiro2014-06-212-0/+21
| | | | Notes: svn path=/head/; revision=358688
* support stageMIHIRA Sanpei Yoshiro2014-06-212-42/+34
| | | | | | | remove not installed file(bin/wxzphoto) from PLIST_FILES Notes: svn path=/head/; revision=358661
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Convert to new options frameworkBaptiste Daroussin2014-03-241-16/+10
| | | | | | | Remove wxgtk option which is broken with all support version of wxgtk Notes: svn path=/head/; revision=348981
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326963
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove default dependency on multimedia/avifile which has been brokenGerald Pfeifer2011-09-241-6/+1
| | | | | | | | | | on FreeBSD 9 for half a year (at least) and also on most architectures and which will be deprecated shortly. Approved by: maintainer timeout Notes: svn path=/head/; revision=282346
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Chase libming shared lib bumpSteve Wills2011-08-081-2/+2
| | | | Notes: svn path=/head/; revision=279173
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - fix for amd64.MIHIRA Sanpei Yoshiro2010-12-033-1/+156
| | | | | | | - add support suffix "jpeg". Notes: svn path=/head/; revision=265632
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-2/+2
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* - This needs Perl to buildPav Lucistnik2007-12-251-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=204530
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-2/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-4/+2
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - catch up with graphics/mingYen-Ming Lee2006-04-241-1/+1
| | | | | | | Pointy hat: garga Notes: svn path=/head/; revision=160321
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Remove WITH_WXGTK knobJean-Yves Lefort2005-05-262-5/+2
| | | | | | | | | | - Fix packing list when WITH_WXGTK2 is defined PR: ports/81469 Submitted by: maintainer Notes: svn path=/head/; revision=136158
* Remove WITH_WXGTK (no longer supported).Max Khon2005-05-121-3/+1
| | | | Notes: svn path=/head/; revision=135161
* Fix build with wxgtk24.Kirill Ponomarev2005-05-121-1/+1
| | | | | | | Pointyhat goes to: fjoe Notes: svn path=/head/; revision=135156
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-0/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+2
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* upgrade to 1.2Ying-Chieh Liao2004-07-223-12/+30
| | | | | | | | PR: 69363 Submitted by: maintainer Notes: svn path=/head/; revision=114387
* upgrade to 1.0.Vanilla I. Shu2004-05-106-36/+48
| | | | | | | | PR: ports/66472 Submitted by: maintainer Notes: svn path=/head/; revision=108874
* - Update to version 0.9Kirill Ponomarev2004-04-124-14/+15
| | | | | | | | PR: ports/65450 Submitted by: maintainer Notes: svn path=/head/; revision=106787
* - Fix bug with avifileKirill Ponomarev2004-04-082-0/+11
| | | | | | | | PR: ports/65327 Submitted by: maintainer Notes: svn path=/head/; revision=106510
* - Update to 0.8Kirill Ponomarev2004-04-042-4/+3
| | | | | | | | PR: ports/65160 Submitted by: maintainer Notes: svn path=/head/; revision=106122
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-0/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Upgrade to 0.7.Vanilla I. Shu2004-03-023-5/+20
| | | | | | | | PR: ports/63627 Submitted by: maintainer Notes: svn path=/head/; revision=102712
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Chase libraries for new Imlib2 versionKirill Ponomarev2003-12-151-1/+1
| | | | Notes: svn path=/head/; revision=95902