aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib152
Commit message (Collapse)AuthorAgeFilesLines
* Fix patch when when openssl-beta is not used.Tom McLaughlin2006-02-221-4/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=156717
* - Fix breakage when used with openssl from ports due to an openssl API changeTom McLaughlin2006-02-182-4/+60
| | | | | | | | | | | - Remove dead MASTER_SITES - Make submitter maintainer PR: 93418 Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=156254
* Add some autoconf-fu to please pointyhat (it's because this port is usedAlexander Leidinger2006-02-141-1/+1
| | | | | | | | | in a :target dependency). Suggested by: kris Notes: svn path=/head/; revision=156058
* After repocopy from devel/pwlib:Alexander Leidinger2006-01-312-6/+20
| | | | | | | | | | | | | | | | - fix PORTNAME - remove PORTEPOCH - "chase" expat libversion bump (marcus won the race ;-) ) - use current autoconf (259) [1] - add patch to play nice (in preparation for the update of devel/pwlib) [1] PR: 83396 (parts of) [1] Submitted by: Steve Ames <steve@energistic.com> [1] Repocopy by: marcus Notes: svn path=/head/; revision=154924
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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.5.2Pav Lucistnik2005-06-105-25/+41
| | | | | | | | PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=137232
* - Add a bison %pure-parser declaration in pwlib. The build wasSam Lawrance2005-05-161-0/+7
| | | | | | | | | | | | | | depending on old bison behaviour (#define YYPURE) which no longer works. Fixes crash of opengk and maybe more. - Bump PORTREVISION of ports using pwlib (they link with it statically) PR: ports/61053 Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk> Approved by: clement (mentor) Notes: svn path=/head/; revision=135316
* Actually reset the maintainer this time.Mark Linimon2004-12-071-1/+1
| | | | Notes: svn path=/head/; revision=123371
* Remove a locally untested upgrade which snuck in with the commit toMark Linimon2004-12-051-7/+8
| | | | | | | | | | | reset maintainer. Bump PORTEPOCH since this means the version will go backwards. Spotted by: roger Pointy hat to: linimon Notes: svn path=/head/; revision=123260
* With portmgr hat on, reset Roger's maintainership of these ports. WhileMark Linimon2004-12-051-7/+7
| | | | | | | | he hopes to get back to FreeBSD work soon, it's probably fairer in the meantime to see if anyone else who has more time can adopt them. Notes: svn path=/head/; revision=123178
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpMaxim Sobolev2004-06-082-3/+59
| | | | | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs Notes: svn path=/head/; revision=111056
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-3/+1
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-03-111-0/+2
| | | | | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed. Notes: svn path=/head/; revision=103676
* Allow pwlib to work on ARCHS != i386.Joe Marcus Clarke2004-03-055-57/+59
| | | | | | | | | | Tested on alpha, i386, and ia64. Submitted by: marcel Approved by: maintainer (implicit) Notes: svn path=/head/; revision=102966
* - Style: s/@freebsd.org/@FreeBSD.org/Pav Lucistnik2004-03-031-1/+1
| | | | Notes: svn path=/head/; revision=102845
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add two patches to make pwlib build on Sparc64Roger Hardiman2003-12-032-0/+50
| | | | | | | Approved my Joe Notes: svn path=/head/; revision=94847
* Mark this port ONLY_FOR_ARCHS=i386.Joe Marcus Clarke2003-11-231-0/+2
| | | | | | | | Approved by: maintainer portmgr (implicit) Notes: svn path=/head/; revision=94747
* Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the buildJoe Marcus Clarke2003-11-171-2/+2
| | | | | | | | | on bento. Reported by: bento via kris Notes: svn path=/head/; revision=94188
* Add patch so pwlib builds correctly on bento. (use OSVERSION)Roger Hardiman2003-08-312-2/+23
| | | | | | | Bump port revision. Notes: svn path=/head/; revision=88207
* add ldap as a dependency to enable ldap support in pwlibRoger Hardiman2003-08-311-1/+3
| | | | Notes: svn path=/head/; revision=88177
* Add PWlib 1.5.0, a cross platform C++ library which is used by OpenH323.Roger Hardiman2003-08-285-0/+118
Notes: svn path=/head/; revision=87860