Commit graph

22 commits

Author SHA1 Message Date
Kirill Ponomarev
b1d140a1f8 Install .pc files in proper location.
Portlint.

PR:		ports/69148
Submitted by:	Konstantin Oznobihin <bork@rsu.ru>
2004-07-17 12:38:35 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Michael Nottebrock
6a5b943ba0 Put PORTEPOCH back. 2004-03-10 16:34:07 +00:00
Kirill Ponomarev
078d17a1c6 - Update to version 1.2.0
PR:		ports/63113
Submitted by:	maintainer
2004-02-20 08:51:30 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Edwin Groothuis
cb8faeaf9d Fix ports with a non-conforming PORTVERSION
This is a followup to PR 56958.

The following ports have a hyphen in their version number:

    Toni Andjelkovic <toni@soth.at>
    devel/pcsc-lite:
    1.2.0-rc1 => 1.2.0.r1

    John R. Shannon <john@johnrshannon.com>
    devel/gdb53-act:
    5.3-act => 5.3

    Vivek Khera <khera@kciLink.com>
    mail/postfix-current:
    2.0.14-20030812 => 2.0.14.20030812
    PORTEPOCH => 2

    neither pkg_version nor portupgrade see the part of the version
    before the last '-', i.e. devel/pcsc-lite is seen as version
    rc1, 1.3.0-b2 would be regarded as a previous version.

PR:		ports/58642
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 11:34:05 +00:00
Kirill Ponomarev
f369faa1a7 - Add the patch to fix build on -stable
Forgotten by:	daichi, maintainer
2003-09-26 14:02:40 +00:00
Daichi GOTO
c16a1c615f update devel/pcsc-lite:
- bump PORTEPOCH for portupgrade happy

Pointed out by:	krion
Pointy hat to:	myself
2003-09-26 09:57:30 +00:00
Daichi GOTO
64fb4e270f update devel/pcsc-lite: 1.1.2.b.5 -> 1.2.0-rc1
PR:		56019
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-09-26 06:48:08 +00:00
Daichi GOTO
16295db12d I forgot to add files/patch-src::configfile.c and
files/patch-src::tokenparser.c to ports/devel/pcsc-lite.

PR:		53604
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
Noted by:	Rob <rob@debank.tv>
Pointy hat to:	myself
2003-06-24 12:00:36 +00:00
Daichi GOTO
11da343a7f - Update to 1.1.2.b.5.
-	MASTER_SITES has moved.
-	Handles "usbdropdir" and "muscledropdir" explicitly.
-	aclocal.m4 has moved, so there's no need to set LIBTOOLFILES
	any longer.
-	Two patches fixing flex-generated code which included <stdint.h>
	unconditionally, causing build failure on older systems (notably
	4.8-STABLE).

PR:		53604
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-06-23 13:18:17 +00:00
Pete Fritchman
274ab38aa4 - update to 1.1.2.b.4
- use PTHREAD_LIBS properly

PR:		52398
Submitted by:	maintainer
2003-05-19 01:36:53 +00:00
Tilman Keskinoz
2f21b4ad1a Update to 1.1.2.b.3
PR:		50063
Submitted by:	maintainer
2003-03-24 20:38:08 +00:00
Kris Kennaway
3e43105c1c Don't install duplicate documentation into /usr/local/doc
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-02-22 09:07:36 +00:00
Kris Kennaway
46d448236c Add some missing files. This port still bogusly installs docs into
${PREFIX}/doc.
2003-02-22 03:24:14 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Akinori MUSHA
cb9e9fcb7a Update to 1.1.1.
PR:		ports/38897
Submitted by:	Toni Andjelkovic <toni@soth.at> (MAINTAINER)
2002-07-23 21:13:26 +00:00
Akinori MUSHA
8a24b5f58b Update to 1.0.2.beta5.
PR:		ports/35998
Submitted by:	Toni Andjelkovic <toni@soth.at> (MAINTAINER)
2002-03-22 04:01:21 +00:00
Pete Fritchman
375b5efed1 - update to 1.0.2.b2
- install documentation

PR:		33183
Submitted by:	maintainer
2001-12-29 05:05:13 +00:00
Pete Fritchman
ffcde7bc32 Add pcsc-lite 1.0.1, a smartcard development library.
PR:		31856
Submitted by:	Toni Andjelkovic <toni@ants.at>
2001-12-25 02:54:40 +00:00