aboutsummaryrefslogtreecommitdiff
path: root/security/xca
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+5
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* - Fix build with QT5Guido Falsi2017-05-023-2/+16
| | | | | | | - Update WWW line in pkg-descr Notes: svn path=/head/; revision=439954
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-181-1/+1
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* security/xca: Fix build with LibreSSLJohn Marino2016-09-122-2/+13
| | | | Notes: svn path=/head/; revision=421947
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 1.3.2Guido Falsi2015-10-187-111/+59
| | | | | | | | | | - Add QT4 and QT5 options, to choose toolkit. PR: 203804 Submitted by: Ports Fury Notes: svn path=/head/; revision=399618
* - Add LICENSE_FILEDmitry Marakasov2015-10-144-10/+11
| | | | | | | - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=399318
* - Reset MAINTAINER due to fatal bounceRyan Steinmetz2015-10-111-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=399087
* Mark as broken on sparc64: fails to link.Mark Linimon2015-09-261-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397999
* security category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382200
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-6/+5
| | | | Notes: svn path=/head/; revision=380310
* - Fix runtime error when used with OpenSSL 1.0.1i [1]Guido Falsi2014-10-165-6/+22
| | | | | | | | | | | | - While here, Fix LICENSE, rename patch files and remove dirrms PR: 193988 Submitted by: me Obtained from: upstream git repo [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=370985
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* 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
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Fix build with new ld behavior (on 10 and head)Guido Falsi2013-11-063-13/+12
| | | | | | | | | | | | | | - Add USES=desktop-file-utils - Convert to staging - Use space in pkg-descr WWW line - Remove redundant update-mime-database lines from pkg-plist PR: ports/183702 Submitted by: Me Approved by: FreeBSD@nagilum.org (maintainer) Notes: svn path=/head/; revision=333020
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* security/xca: fix build on headWilliam Grzybowski2013-09-161-12/+4
| | | | | | | | | | | | - Fix build on head [1] - Trim Makefile header - USES gmake shared-mime-info PR: ports/182090 Submitted by: freebsd _AT_ nagilum.org (maintainer) Notes: svn path=/head/; revision=327427
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.9.3Guido Falsi2012-05-143-8/+9
| | | | | | | | | PR: ports/167869 Submitted by: freebsd@nagilum.org (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=296605
* - Update to 0.9.2 [1]Guido Falsi2012-05-085-22/+6
| | | | | | | | | | | - Remove check for unsupported OS versions PR: ports/167674 Submitted by: freebsd@nagilum.org [1] Approved by: crees (mentor) Notes: svn path=/head/; revision=296241
* - Update to 0.91Martin Wilke2011-11-275-21/+26
| | | | | | | | | PR: 162788 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=286496
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 0.9.0Max Brazhnikov2010-09-015-14/+26
| | | | | | | | | | Add LICENSE PR: ports/150130 Submitted by: maintainer Notes: svn path=/head/; revision=260374
* - 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 0.8.1Wesley Shields2010-01-247-177/+62
| | | | | | | | | | | - Pass maintainer to submitter PR: ports/142349 Submitted by: freebsd@nagilum.org Approved by: Mark Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=248476
* - Mark BROKEN on 6.xPav Lucistnik2009-10-191-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=243059
* - Fix build on 8.0 (patch obtained from xca git repo)Wesley Shields2009-08-152-13/+138
| | | | | | | | | PR: ports/137348 Submitted by: Dima Panov <fluffy@fluffy.khv.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=239596
* Remove qt4 build tools from run dependencies.Max Brazhnikov2009-05-241-1/+2
| | | | | | | Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=234480
* - Fix build after qt 4.4.1 updateMartin Wilke2008-08-041-2/+2
| | | | Notes: svn path=/head/; revision=218044
* Besides updating to v0.6.4 this patch fixes the heading include orderingIon-Mihai Tetcu2008-06-083-8/+19
| | | | | | | | | | as pointed out by Mike Watters. PR: ports/123584 Submitted by: Mark Foster (maintainer) Notes: svn path=/head/; revision=214506
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Replace -lc_r with ${PTHREAD_LIBS}Pav Lucistnik2007-12-191-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=204133
* - List QT componentsPav Lucistnik2007-12-151-3/+2
| | | | | | | | | | - Try if it builds now PR: ports/117658 Submitted by: Mark D. Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=203726
* - Mark BROKEN everywhere: does not compilePav Lucistnik2007-09-291-4/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200341
* - Update to 0.6.3Pav Lucistnik2007-07-235-49/+63
| | | | | | | | | | | - Transfer maintainership PR: ports/113401 Submitted by: Mark D. Foster <mark@foster.cc> Approved by: maintainership change - linimon (portmgr) Notes: svn path=/head/; revision=196126
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN On 7.0: Does not compileKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172740
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix plistVolker Stolz2005-02-091-1/+2
| | | | | | | | | PR: ports/76892 Submitted by: maintainer Additional credits: tobez Notes: svn path=/head/; revision=128390
* Update to 0.5.1Kevin Lo2005-01-263-14/+35
| | | | | | | | PR: ports/76667 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127365
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118496
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* ${WRKDIR}/${PKGNAME} -> ${WRKSRC} & unbreak.Michael Nottebrock2004-02-261-5/+1
| | | | Notes: svn path=/head/; revision=102225