summaryrefslogtreecommitdiff
path: root/security/xmlsec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.Mark Linimon2007-02-271-1/+1
| | | | | | | | | We appreciate the help in the past. Hat: portmgr Notes: svn path=/head/; revision=186167
* BROKEN on 7.0: Does not compileKris Kennaway2006-09-101-1/+7
| | | | Notes: svn path=/head/; revision=172741
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93101
* idon't forget this file.Edwin Groothuis2003-06-041-0/+10
| | | | | | | PR: ports/52767 Notes: svn path=/head/; revision=82251
* Update: security/xmlsecEdwin Groothuis2003-06-042-5/+9
| | | | | | | | | | | | Changes from KATO Tsuguru <tkato@prontomail.com> (thanks!) - Do not install useless .la files - Install .pc file to correct place PR: ports/52767 Submitted by: Jim Geovedi <jim@corebsd.or.id> Notes: svn path=/head/; revision=82250
* Add two missing trailing '/'s in MASTER_SITES.Pete Fritchman2003-04-211-2/+2
| | | | | | | | PR: 51216 Submitted by: maintainer Notes: svn path=/head/; revision=79414
* security/xmlsec update to version 0.0.15Edwin Groothuis2003-04-183-26/+31
| | | | | | | | | | | It's a regular update of xmlsec's 0.0.X port, and also adding some entries to MASTER_SITES. PR: ports/51101 Submitted by: Jim Geovedi <jim@corebsd.or.id> Notes: svn path=/head/; revision=79195
* Update to 0.0.14Kevin Lo2003-03-283-4/+299
| | | | | | | | PR: 50319 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77575
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.0.12Sean Chittenden2003-02-172-2/+2
| | | | | | | | PR: ports/48363. Submitted by: maintainer (Jim Geovedi) Notes: svn path=/head/; revision=75729
* Update to 0.0.11.Pete Fritchman2003-01-093-2/+3
| | | | | | | | PR: 46003 Submitted by: maintainer Notes: svn path=/head/; revision=72794
* Maintainer update to version 0.0.10Edwin Groothuis2002-11-232-2/+2
| | | | | | | | PR: ports/45393 Submitted by: Jim Geovedi <negative@magnesium.net Notes: svn path=/head/; revision=70790
* take maintainershipYing-Chieh Liao2002-09-171-1/+1
| | | | Notes: svn path=/head/; revision=66507
* upgrade to 0.0.9Ying-Chieh Liao2002-09-153-3/+7
| | | | | | | | PR: 42731 Submitted by: Jim Geovedi <negative@toxic.magnesium.net> Notes: svn path=/head/; revision=66347
* add xmlsec 0.0.7Ying-Chieh Liao2002-07-315-0/+59
XML Security Library Notes: svn path=/head/; revision=63781