non port: security/gpgme/Makefile |
SVNWeb
|
Number of commits found: 136 (showing only 36 on this page) |
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Sat, 5 Nov 2005
|
[ 07:48 lofi ]
Update gpgme to 1.0.3 and chase shared library version bump.
|
Tue, 12 Apr 2005
|
[ 18:05 lofi ]
s/.elseif/.elif
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wed, 26 Jan 2005
|
[ 12:59 lofi ]
Update to 1.0.2
|
Tue, 21 Dec 2004
|
[ 09:03 clement ]
- gpgme et gpgme03 are no longer in conflict
|
Mon, 20 Dec 2004
|
[ 20:12 clement ]
- Move gpgme.h to ${PREFIX}/include/gpgme/ to make gpgme-1.x and
gpgme-0.3.x coexists
(Note : CONFLICTS will be remove after gpgme03 commit)
Approved by: lofi
|
Mon, 13 Dec 2004
|
[ 20:29 lofi ]
gpgme and gpgme03 are conflicting ports.
|
Sun, 12 Dec 2004
|
[ 17:55 lofi ]
Optionalize pth support.
|
Sat, 11 Dec 2004
|
[ 18:33 lofi ]
Fix the self-tests instead of just omitting them.
|
[ 13:28 lofi ]
Fix dependencies, enable pth-library, respect PTHREAD_LIBS,
fix build on 4.x, bump PORTREVISION, take maintainership.
|
[ 05:33 marcus ]
Switch maintainer to ports@.
|
[ 05:32 marcus ]
Update to 1.0.1.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Mon, 3 May 2004
|
[ 19:22 lofi ] (Only the first 10 of 33 ports in this commit are shown above. )
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Tue, 6 Jan 2004
|
[ 14:18 pav ]
- Update to 0.3.16
PR: ports/60711
Submitted by: ijliao
|
Thu, 22 May 2003
|
[ 01:29 lioux ]
o Fix gpgsm support so that conditional WITH_GPGSM really works
o Bump PORTREVISION
PR: 52459
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: maintainer
|
Sun, 18 May 2003
|
[ 23:28 arved ]
Update to 0.3.15.
Conditional depend on newpg
PR: 51574
Submitted by: TERAMOTO Masahiro <markun@onohara.to>
Michael Nottebrock <michaelnottebrock@gmx.net>
|
Fri, 21 Feb 2003
|
[ 13:26 knu ] (Only the first 10 of 242 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 17 Feb 2003
|
[ 18:14 marcus ]
Chase pth's shared lib version.
|
Sat, 15 Feb 2003
|
[ 12:17 arved ]
Use MASTER_SITE_GNUPG
|
Thu, 30 Jan 2003
|
[ 17:27 arved ]
Update to 0.3.14
PR: 46836
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> &
Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: Oliver Lehmann <lehmann@ans-netz.de>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
|
Thu, 2 Jan 2003
|
[ 18:51 arved ]
Update to 0.3.12
PR: 46566
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
|
Thu, 12 Dec 2002
|
[ 08:44 edwin ]
Fix email addresses and WWW site
PR: ports/46111
Submitted by: TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
|
Fri, 15 Nov 2002
|
[ 17:49 ijliao ]
disable pth detect when configure
PR: 43624
Submitted by: maintainer
|
Fri, 20 Sep 2002
|
[ 05:33 ijliao ]
upgrade to 0.3.9
PR: 42212
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: maintainer
|
Wed, 22 May 2002
|
[ 20:32 pat ]
Update to 0.3.6
PR: 38369
Submitted by: maintainer
|
Tue, 22 Jan 2002
|
[ 15:25 sf ]
previous log should read: update to 0.3.0.
|
[ 14:34 sf ]
update to 0.2.3.
|
Fri, 12 Oct 2001
|
[ 16:01 knu ]
- Update to 0.2.3.
|
Fri, 31 Aug 2001
|
[ 15:20 sobomax ] (Only the first 10 of 45 ports in this commit are shown above. )
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
|
Fri, 6 Jul 2001
|
[ 19:15 ijliao ]
add gpgme A library to make access to GnuPG easier
|
Number of commits found: 136 (showing only 36 on this page) |