aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xawtv
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/xawtv: enable on powerpc64lePiotr Kubaj2021-01-171-1/+1
| | | | Notes: svn path=/head/; revision=561790
* multimedia/xawtv: enable on powerpc64Piotr Kubaj2021-01-141-1/+1
| | | | | | | MFH: 2021Q1 Notes: svn path=/head/; revision=561612
* update to 3.107Oliver Lehmann2020-12-122-6/+11
| | | | | | | fixes compile on CURRENT Notes: svn path=/head/; revision=557865
* Fix fallout of bktr(4) removalTobias Kortkamp2020-03-183-14/+30
| | | | Notes: svn path=/head/; revision=528632
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* update to 3.106Oliver Lehmann2019-04-192-4/+4
| | | | Notes: svn path=/head/; revision=499369
* multimedia/xawtv: document ncurses requirementJohn Marino2016-08-231-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=420740
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* fix ZVBI and QUICKTIME buildsOliver Lehmann2016-01-012-6/+10
| | | | | | | PR: 192308 Notes: svn path=/head/; revision=404999
* Fix include path to pick uÃp local headers first instead of LOCALBASE stuff.Oliver Lehmann2015-10-301-0/+4
| | | | | | | | | | This fixes a header conflict with libevent2 PR: 204125 Submitted by: KOT@MATPOCKuH.Ru Notes: svn path=/head/; revision=400536
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* multimedia category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+0
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382254
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-2/+2
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-14/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Remove vestiges of alpha supportAlex Kozlov2015-01-151-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=377141
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Switch devel/libzvbi to USES=libtool, drop .la filesDmitry Marakasov2014-08-011-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=363706
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-298-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* fix man page handling after STAGEifyOliver Lehmann2014-06-142-15/+43
| | | | Notes: svn path=/head/; revision=357787
* fix script to work with /bin/shOliver Lehmann2014-06-131-0/+17
| | | | Notes: svn path=/head/; revision=357647
* STAGEifyOliver Lehmann2014-06-122-19/+5
| | | | Notes: svn path=/head/; revision=357608
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* Adopt USES+=iconv.Boris Samorodov2013-09-011-5/+3
| | | | | | | Approved by: maintainers (by e-mail) Notes: svn path=/head/; revision=325911
* ignore v4l libs if they are installedOliver Lehmann2013-08-071-1/+2
| | | | Notes: svn path=/head/; revision=324360
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+1
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Do not remove directories not created by this portMartin Wilke2013-06-141-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320879
* update to 3.103Oliver Lehmann2013-05-2010-107/+63
| | | | Notes: svn path=/head/; revision=318593
* Use shared AALIB option instead of AABaptiste Daroussin2013-05-111-4/+3
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=317871
* Convert to new options frameworkBaptiste Daroussin2013-05-111-22/+14
| | | | Notes: svn path=/head/; revision=317863
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-9/+7
| | | | | | | | | | | | | | | | | | - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* update libzvbi to 0.2.30Oliver Lehmann2008-03-071-2/+2
| | | | Notes: svn path=/head/; revision=208586
* update libzvbi to 0.2.29Oliver Lehmann2008-02-281-2/+2
| | | | Notes: svn path=/head/; revision=208047
* fix build on 7Oliver Lehmann2008-02-172-6/+16
| | | | | | | change dirrm to dirrmtry for man/<lang>/ directories Notes: svn path=/head/; revision=207452
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-15/+1
| | | | Notes: svn path=/head/; revision=200776