aboutsummaryrefslogtreecommitdiff
path: root/security/libgpg-error/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 1.1 (minor bugfixes)Sergei Kolobov2005-10-051-2/+1
| | | | Notes: svn path=/head/; revision=144266
* 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
* - Explicitly specify prefix for iconv and gettext librariesSergei Kolobov2004-10-121-0/+6
| | | | | | | | | | | | | to link properly in case PREFIX != LOCALBASE - Add optional missing files (*.mo) - Add USE_ICONV - Bump PORTREVISION PR: ports/72274 (partly) Submitted by: leeym Notes: svn path=/head/; revision=118834
* - Update to 1.0Sergei Kolobov2004-08-241-6/+6
| | | | Notes: svn path=/head/; revision=117199
* 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
* - Remove gmake dependency with trivial one-line patchSergei Kolobov2004-04-051-2/+2
| | | | | | | | - Switch to using libtool-1.5 - Bump PORTREVISION Notes: svn path=/head/; revision=106209
* Add USE_GMAKE. This fixes the build failure, and theseAdam Weinberger2004-03-291-0/+1
| | | | | | | | | | | are certainly GNU Makefiles. I'm not modifying the pkg-plist again; hopefully with the USE_GMAKE addition, the maintainer will have the same de.gmo catalogue installed that I do. Notes: svn path=/head/; revision=105572
* - Update to 0.7Sergei Kolobov2004-03-271-3/+7
| | | | | | | - Make USE_GETTEXT conditional - add WITHOUT_NLS knob Notes: svn path=/head/; revision=105454
* Use USE_GETTEXT, and add a missing plist entry. PORTREVISION bump.Adam Weinberger2004-03-271-0/+2
| | | | Notes: svn path=/head/; revision=105428
* 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
* - Update to 0.6Sergei Kolobov2004-03-081-15/+3
| | | | | | | | - Switch to my @FreeBSD.org address - Use experimental USE_GPG feature Notes: svn path=/head/; revision=103346
* Add libgpg-error 0.5, common error values for all GnuPG components.Sergei Kolobov2003-10-211-0/+43
PR: 58325 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: krion (mentor) Notes: svn path=/head/; revision=91841