aboutsummaryrefslogtreecommitdiff
path: root/graphics/xv
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Don't let xv change its name when options change.Mathieu Arnold2015-04-101-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=383766
* Remove USE_GCC added by mistakeBaptiste Daroussin2014-12-251-1/+0
| | | | Notes: svn path=/head/; revision=375602
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+2
| | | | Notes: svn path=/head/; revision=375598
* Finish properly support png 1.5Antoine Brodin2014-12-241-1/+1
| | | | Notes: svn path=/head/; revision=375485
* Properly support png 1.5Antoine Brodin2014-12-243-10/+492
| | | | | | | Obtained from: Gentoo Notes: svn path=/head/; revision=375476
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361950
* - use STAGEDIRDirk Meyer2013-11-274-40/+67
| | | | | | | | | - remove option NOMAN - use OPTIONS_DEFINE - merge xv-m17m in xv Notes: svn path=/head/; revision=335047
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - cleanup headerDirk Meyer2013-01-261-9/+4
| | | | | | | - strip shlibversion in depedency Notes: svn path=/head/; revision=311032
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+41
| | | | Notes: svn path=/head/; revision=297915
* - make check saferDirk Meyer2012-01-131-1/+1
| | | | Notes: svn path=/head/; revision=289113
* - fix build with clang by disabling optimisationDirk Meyer2011-12-021-0/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286777
* -remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - add workaround for a deadlock in libxcbDirk Meyer2010-02-113-1/+40
| | | | | | | PR: 143043 Notes: svn path=/head/; revision=249578
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Security fixDirk Meyer2009-09-252-1/+22
| | | | | | | | | | | fix out of bound error, introduced in jumbo2 patch Reported by: naddy (Christian Weisgerber) Submitted by: Patrick Keshishian Obtained from: openbsd Feature safe: yes Notes: svn path=/head/; revision=242057
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - enable support of g3 faxDirk Meyer2009-05-224-2/+14
| | | | | | | | - fix initial display with -nolimit Reported by: Michiel Boland Notes: svn path=/head/; revision=234378
* - fix build of xv-m17nDirk Meyer2009-05-201-0/+11
| | | | Notes: svn path=/head/; revision=234271
* - use jumbo patchesDirk Meyer2009-05-1717-2085/+101
| | | | | | | | - support jasper - many bugfixes Notes: svn path=/head/; revision=234091
* - add LICENSE:Dirk Meyer2009-02-151-2/+2
| | | | Notes: svn path=/head/; revision=228419
* - update USE_XORGDirk Meyer2008-03-181-1/+1
| | | | Notes: svn path=/head/; revision=209293
* - set USE_XORGDirk Meyer2008-03-171-0/+1
| | | | Notes: svn path=/head/; revision=209236
* - fix textDirk Meyer2007-06-261-1/+1
| | | | | | | | PR: 113911 Submitted by: Fred Clift Notes: svn path=/head/; revision=194306
* - 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
* - fix build with gcc42Dirk Meyer2006-12-151-6/+49
| | | | Notes: svn path=/head/; revision=179825
* - fix build with gcc41Dirk Meyer2006-10-071-0/+24
| | | | Notes: svn path=/head/; revision=174843
* - take maintainershipDirk Meyer2006-09-051-1/+1
| | | | Notes: svn path=/head/; revision=172274
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172267
* With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwdEmanuel Haupt2006-07-142-1/+172
| | | | | | | | | | | | | | | | | | | | | | files, the image is very dark green (almost black). Both problems are caused by hard-coding the channel order and offsets, rather than using the colour masks in the xwd header. xv reads the input into a 24-bit internal image, which is then displayed. The lack of brightness in the 16-bit display is because the colour values are copied into the low-order bits of the internal pixmap rather than the high order bits. The green hue is because the green channel has 6 bits, whereas red and blue only have 5 bits, making the green twice as (relatively) bright. The new patch solves that problem. PR: 96971 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer) Notes: svn path=/head/; revision=167797
* - Fix mastersite.Jean Milanez Melo2006-04-051-5/+2
| | | | | | | | PR: ports/91058 Approved by: Miguel Mendez (maintainer), mnag (mentor) Notes: svn path=/head/; revision=158825
* - add SHA256Dirk Meyer2005-11-201-4/+22
| | | | Notes: svn path=/head/; revision=148842
* Remove obsolete mastersites.Mark Linimon2005-09-111-6/+2
| | | | | | | | Source: distfile survey Approved by: maintainer Notes: svn path=/head/; revision=142485
* Fix format string vulnerability.Simon L. B. Nielsen2005-03-212-1/+12
| | | | | | | | | | Security: http://vuxml.FreeBSD.org/a4bd3039-9a48-11d9-a256-0001020eed82.html Security: CAN-2005-0665 Obtained from: Gentoo Linux Approved by: portmgr (marcus), erwin (mentor), maintainer Notes: svn path=/head/; revision=131860
* Miguel Mendez is the new victim of these ports. Thanks!Erwin Lansing2005-02-151-1/+1
| | | | Notes: svn path=/head/; revision=128898
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-24/+3
| | | | Notes: svn path=/head/; revision=121637
* - import securitry patchesDirk Meyer2004-10-115-61/+1134
| | | | | | | | | | - update FixPix4xv.patch PR: 72382 Approved by: portmgr (linimon) and shige Obtained from: SuSe Notes: svn path=/head/; revision=118604
* Mark FORBIDDEN due to exploitable buffer overflows.Jacques Vidrine2004-10-051-0/+2
| | | | | | | | | http://vuxml.freebsd.org/fffacc93-16cb-11d9-bc4a-000c41e2cdad.html Approved by: portmgr Notes: svn path=/head/; revision=118549
* Utilize DOCSDIR/PORTDOCS.Norikatsu Shigemura2004-06-162-31/+31
| | | | | | | | | PR: ports/67989 Submitted by: Piotr Smyrak <smyru@smyrak.com> Approved by: shige (blanket) Notes: svn path=/head/; revision=111569
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+18
| | | | Notes: svn path=/head/; revision=105747
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477