aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pwlib
Commit message (Collapse)AuthorAgeFilesLines
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-3/+3
| | | | MAKE_ENV
* - Disable ODBC by default. When ODBC is installed, it breaks build and seemsrafan2008-05-041-2/+8
| | | | | | | | nothing actually use it. - While I'm here, use TAB after variable assignment. PR: ports/123378 Submitted by: Steve Ames <steve at energistic.com> (maintainer)
* - Allow multiple apps to access sound device in parallelrafan2008-04-132-4/+20
| | | | | | | - Bump PORTREVISION PR: ports/122584 Submitted by: Steve Ames <steve at energistic.com> (maintainer)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Restore previous patch that disables buggy assembly. This fixes buildrafan2008-03-022-4/+12
| | | | | | | on 5.x and 6.x. Noticed by: marcus@ Approved by: maintainer (implicit)
* - Update to 1.12.0rafan2008-03-0118-366/+188
| | | | | PR: ports/119377 Submitted by: Steve Ames <steve at energistic.com> (maintainer)
* Fix build on sparc64 by ensuring it's a 64-bit build.linimon2007-11-301-22/+33
| | | | | | Discussed with: maintainer Tested on: pointyhat Approved by: portmgr (self)
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+0
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Install version.h to DATADIR, some ports' configure script looks thisrafan2007-07-273-7/+13
| | | | | | | | file, for example, the newer version of asterisk. PR: ports/114612 Submitted by: viper <viper at perm.raid.ru> Approved by: Steve Ames <steve at energistic.com> (maintainer)
* Bump PORTREVISION for the build fix since it does change what gets installed,marcus2007-05-241-0/+1
| | | | | | and that can affect net/opal. Approved by: portmgr (implicit)
* Fix the build with GCC 4.2.marcus2007-05-244-2/+130
| | | | | Approved by: portmgr (implicit) maintainer
* - Fix build with amd64 and gcc4.1miwi2007-03-131-0/+26
| | | | | PR: 110243 Submitted by: Steve Ames <steve@energistic.com> (maintainer)
* Enable proper detection of video4linux devices.luigi2007-02-071-0/+26
| | | | | | | The original code detects video devices using the major/minor numbers. On FreeBSD this does not work, so rely on the name /dev/video* instead. Approved by: Steve Ames
* - Update to 1.10.3rafan2007-02-062-4/+4
| | | | | | PR: ports/108722 Submitted by: chinsan Approved by: Steve Ames <steve at energistic.com> (maintainer)
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-301-1/+0
|
* * Correct a typo I introduced in my 1.10.2 update, and correct the v4l_compatmarcus2007-01-021-2/+2
| | | | | | | dependency [1] * Switch INSTALLS_SHLIB to USE_LDCONFIG while I'm here Reported by: Pawel Worach <pawel.worach@gmail.com> [1]
* Correct a dump shift typo to fix the plist.marcus2006-12-111-1/+1
| | | | Reported by: pointyhat via kris
* Update to 1.10.2, and fix plug-in detection on 64-bit platforms (mostmarcus2006-12-084-22/+42
| | | | | | notably amd64). With this fix, ekiga will now work on amd64 (at least). Approved by: maintainer
* - Fix the port to work with the updated SDL version (1.2.11)stas2006-09-213-4/+35
| | | | | | PR: ports/103448 Submitted by: Diane Bruce <db@db.net> Approved by: krion (portmgr), sem (mentor)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-202-2/+2
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* - Sparc64 <= 700003 is missing pthread_mutex_timedlock so use work aroundahze2006-09-161-0/+5
| | | | | | | | to fix linking with net/ekiga and others PR: 103285 Submitted by: ahze (me) Approved by: maintainer
* Forgot to include this file into the last commit.sobomax2006-07-131-2/+0
|
* Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. Nosobomax2006-07-132-0/+77
| | | | user-visible changes, so that keep PORTREVISION intact.
* Update to 1.10.1erwin2006-06-253-7/+6
| | | | | PR: 99440 Submitted by: Steve Ames <steve@energistic.com> (maintainer)
* - bsdvideo plugin is built on sparc64 toopav2006-06-141-1/+1
| | | | Reported by: krismail
* Fix build on 4.xitetcu2006-05-151-8/+13
| | | | | | PR: ports/97258 Submitted by: Tod McQuillin <devin@spamcop.net> Approved by: maintainer, lawrance (mentor)
* - Use a better way to detect SDL headerpav2006-05-0712-19/+642
| | | | | | | | | | | | | | - Add WITH_ESOUND knob and enable the plugin build - Fix bsdvideo (bktr(4)) plugin and make it buildable on more archs - Add a small error handler to detect unresolved symbols in plugins - Add more plugins to pkg-plist - Add experimental support for firewire(4) based video devices. The segment of the Makefile is intentionally commented out. PR: ports/95422, ports/96624 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>, Steve Ames <steve@energistic.com> (maintainer) Approved by: Steve Ames <steve@energistic.com> (maintainer)
* Unbreak i686+ builds. Do not use bogus asm optimized code block.bland2006-04-111-3/+4
| | | | PR: 95400
* - Update to 1.10.0garga2006-04-054-9/+26
| | | | | PR: ports/95306 Submitted by: maintainer
* The previous revision resulted in a lib with unresolvable symbols. Thisnetchild2006-03-181-5/+7
| | | | | | | seems to be a bug in gcc 3.4. As a workaround only use level one optimization (-O1). Approved by: maintainer
* Make sure openldap is found and the path to sdl is added only when sdlnetchild2006-03-181-5/+11
| | | | | | | support is enabled. Submitted by: maintainer Prodded by: netchild (openldap)
* - Pass PTHREAD_LIBS to CONFIGURE_ENV to other ports use it.mnag2006-03-141-7/+12
| | | | | | | | | | - Reorganize Makefile - Bump PORTREVISION - portint() PR: 94233 Submitted by: maintainer Approved by: portmgr (marcus)
* Fix my fix (missing space after "@comment" in PLIST_SUB).netchild2006-02-261-1/+1
| | | | | | | Maintainer informed by mail. Approved by: portmgr (kris) Pointy hat: netchild
* Fix the plist on architectures where bktr(4) isn't available.netchild2006-02-202-1/+7
| | | | | Approved by: maintainer Noticed by: kris/pointyhat
* - fix build on 64bit machines ("-fPIC"-dance) [1]netchild2006-02-153-9/+44
| | | | | | | | - don't change the name of the lib depending on the hw-architecture [2] - assign a maintainer [2] Submitted by: Steve Ames <steve@energistic.com> [2] Tested by: erwin (on amd64) [1]
* This is an initial port of newer versions of:netchild2006-02-0512-245/+380
| | | | | | | | | | | | | | | | | | | | | | | | - pwlib -> 1.9.2 - openh323 -> 1.17.3 The decission of porting the development releases instead of the stable releases is based upon a discussion with the openh323 developers. They serve as a start to be able to porting newer versions of e.g. gnomemeeting et al. Further tweaks/improvements to them may be required when other ports start to use these versions. Unlike the previous versions of those ports, they install a shared lib now. So ports which depend upon them in the future should add a RUN_DEPENDS upon them. Additionally the build time for those ports will decrease, since they don't need to build pwlib/openh323 each time and grab them from the build directory. PR: 83396 Submitted by: Steve Ames <steve@energistic.com> In colaboration with: Steve Ames <steve@energistic.com>
* Chase shlib bump of libexpat.kuriyama2006-01-311-1/+2
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Update to 1.5.2pav2005-06-115-25/+41
| | | | | PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com>
* - Add a bison %pure-parser declaration in pwlib. The build waslawrance2005-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)
* Actually reset the maintainer this time.linimon2004-12-071-1/+1
|
* Remove a locally untested upgrade which snuck in with the commit tolinimon2004-12-061-7/+8
| | | | | | | | reset maintainer. Bump PORTEPOCH since this means the version will go backwards. Spotted by: roger Pointy hat to: linimon
* With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-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.
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpsobomax2004-06-082-3/+59
| | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-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.
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-121-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.
* Allow pwlib to work on ARCHS != i386.marcus2004-03-055-57/+59
| | | | | | | Tested on alpha, i386, and ia64. Submitted by: marcel Approved by: maintainer (implicit)
* - Style: s/@freebsd.org/@FreeBSD.org/pav2004-03-041-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add two patches to make pwlib build on Sparc64roger2003-12-032-0/+50
| | | | Approved my Joe
* Mark this port ONLY_FOR_ARCHS=i386.marcus2003-11-241-0/+2
| | | | | Approved by: maintainer portmgr (implicit)
* Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the buildmarcus2003-11-181-2/+2
| | | | | | on bento. Reported by: bento via kris
* Add patch so pwlib builds correctly on bento. (use OSVERSION)roger2003-09-012-2/+23
| | | | Bump port revision.
* add ldap as a dependency to enable ldap support in pwlibroger2003-08-311-1/+3
|
* Add PWlib 1.5.0, a cross platform C++ library which is used by OpenH323.roger2003-08-285-0/+118