aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
Commit message (Collapse)AuthorAgeFilesLines
* - UnbreakMartin Wilke2009-02-092-4/+12
| | | | | | | | | | - Fix build on 8.X after RTF_WASCLONES removal PR: 131540 Submitted by: Steve Ames <steve@energistic.com> (maintainer) Notes: svn path=/head/; revision=227958
* Mark BROKEN on 8: does not build after the arp-v2 import.Erwin Lansing2009-01-081-0/+4
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225514
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-3/+3
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - Disable ODBC by default. When ODBC is installed, it breaks build and seemsRong-En Fan2008-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) Notes: svn path=/head/; revision=212576
* - Allow multiple apps to access sound device in parallelRong-En Fan2008-04-132-4/+20
| | | | | | | | | | - Bump PORTREVISION PR: ports/122584 Submitted by: Steve Ames <steve at energistic.com> (maintainer) Notes: svn path=/head/; revision=211160
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Restore previous patch that disables buggy assembly. This fixes buildRong-En Fan2008-03-022-4/+12
| | | | | | | | | | on 5.x and 6.x. Noticed by: marcus@ Approved by: maintainer (implicit) Notes: svn path=/head/; revision=208314
* - Update to 1.12.0Rong-En Fan2008-03-0118-366/+188
| | | | | | | | PR: ports/119377 Submitted by: Steve Ames <steve at energistic.com> (maintainer) Notes: svn path=/head/; revision=208245
* Fix build on sparc64 by ensuring it's a 64-bit build.Mark Linimon2007-11-301-22/+33
| | | | | | | | | Discussed with: maintainer Tested on: pointyhat Approved by: portmgr (self) Notes: svn path=/head/; revision=202861
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+0
| | | | Notes: svn path=/head/; revision=200770
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Install version.h to DATADIR, some ports' configure script looks thisRong-En Fan2007-07-263-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) Notes: svn path=/head/; revision=196332
* Bump PORTREVISION for the build fix since it does change what gets installed,Joe Marcus Clarke2007-05-241-0/+1
| | | | | | | | | and that can affect net/opal. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191624
* Fix the build with GCC 4.2.Joe Marcus Clarke2007-05-244-2/+130
| | | | | | | | Approved by: portmgr (implicit) maintainer Notes: svn path=/head/; revision=191623
* - Fix build with amd64 and gcc4.1Martin Wilke2007-03-131-0/+26
| | | | | | | | PR: 110243 Submitted by: Steve Ames <steve@energistic.com> (maintainer) Notes: svn path=/head/; revision=187311
* Enable proper detection of video4linux devices.Luigi Rizzo2007-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 Notes: svn path=/head/; revision=184447
* - Update to 1.10.3Rong-En Fan2007-02-062-4/+4
| | | | | | | | | PR: ports/108722 Submitted by: chinsan Approved by: Steve Ames <steve at energistic.com> (maintainer) Notes: svn path=/head/; revision=184344
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* * Correct a typo I introduced in my 1.10.2 update, and correct the v4l_compatJoe Marcus Clarke2007-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] Notes: svn path=/head/; revision=181249
* Correct a dump shift typo to fix the plist.Joe Marcus Clarke2006-12-101-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=179406
* Update to 1.10.2, and fix plug-in detection on 64-bit platforms (mostJoe Marcus Clarke2006-12-084-22/+42
| | | | | | | | | notably amd64). With this fix, ekiga will now work on amd64 (at least). Approved by: maintainer Notes: svn path=/head/; revision=179160
* - Fix the port to work with the updated SDL version (1.2.11)Stanislav Sedov2006-09-213-4/+35
| | | | | | | | | PR: ports/103448 Submitted by: Diane Bruce <db@db.net> Approved by: krion (portmgr), sem (mentor) Notes: svn path=/head/; revision=173517
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* - Sparc64 <= 700003 is missing pthread_mutex_timedlock so use work aroundMichael Johnson2006-09-151-0/+5
| | | | | | | | | | | to fix linking with net/ekiga and others PR: 103285 Submitted by: ahze (me) Approved by: maintainer Notes: svn path=/head/; revision=173112
* Forgot to include this file into the last commit.Maxim Sobolev2006-07-131-2/+0
| | | | Notes: svn path=/head/; revision=167645
* Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. NoMaxim Sobolev2006-07-132-0/+77
| | | | | | | user-visible changes, so that keep PORTREVISION intact. Notes: svn path=/head/; revision=167644
* Update to 1.10.1Erwin Lansing2006-06-253-7/+6
| | | | | | | | PR: 99440 Submitted by: Steve Ames <steve@energistic.com> (maintainer) Notes: svn path=/head/; revision=166269
* - bsdvideo plugin is built on sparc64 tooPav Lucistnik2006-06-141-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=165429
* Fix build on 4.xIon-Mihai Tetcu2006-05-151-8/+13
| | | | | | | | | PR: ports/97258 Submitted by: Tod McQuillin <devin@spamcop.net> Approved by: maintainer, lawrance (mentor) Notes: svn path=/head/; revision=162384
* - Use a better way to detect SDL headerPav Lucistnik2006-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) Notes: svn path=/head/; revision=161584
* Unbreak i686+ builds. Do not use bogus asm optimized code block.Alexander Nedotsukov2006-04-111-3/+4
| | | | | | | PR: 95400 Notes: svn path=/head/; revision=159305
* - Update to 1.10.0Renato Botelho2006-04-054-9/+26
| | | | | | | | PR: ports/95306 Submitted by: maintainer Notes: svn path=/head/; revision=158860
* The previous revision resulted in a lib with unresolvable symbols. ThisAlexander Leidinger2006-03-171-5/+7
| | | | | | | | | | seems to be a bug in gcc 3.4. As a workaround only use level one optimization (-O1). Approved by: maintainer Notes: svn path=/head/; revision=157509
* Make sure openldap is found and the path to sdl is added only when sdlAlexander Leidinger2006-03-171-5/+11
| | | | | | | | | | support is enabled. Submitted by: maintainer Prodded by: netchild (openldap) Notes: svn path=/head/; revision=157505
* - Pass PTHREAD_LIBS to CONFIGURE_ENV to other ports use it.Marcus Alves Grando2006-03-141-7/+12
| | | | | | | | | | | | | - Reorganize Makefile - Bump PORTREVISION - portint() PR: 94233 Submitted by: maintainer Approved by: portmgr (marcus) Notes: svn path=/head/; revision=157087
* Fix my fix (missing space after "@comment" in PLIST_SUB).Alexander Leidinger2006-02-251-1/+1
| | | | | | | | | | Maintainer informed by mail. Approved by: portmgr (kris) Pointy hat: netchild Notes: svn path=/head/; revision=156799
* Fix the plist on architectures where bktr(4) isn't available.Alexander Leidinger2006-02-192-1/+7
| | | | | | | | Approved by: maintainer Noticed by: kris/pointyhat Notes: svn path=/head/; revision=156403
* - fix build on 64bit machines ("-fPIC"-dance) [1]Alexander Leidinger2006-02-143-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] Notes: svn path=/head/; revision=156064
* This is an initial port of newer versions of:Alexander Leidinger2006-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> Notes: svn path=/head/; revision=155259
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* - 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