aboutsummaryrefslogtreecommitdiff
path: root/comms/libticables
Commit message (Collapse)AuthorAgeFilesLines
* - pet portlintCheng-Lung Sung2006-10-061-1/+1
| | | | | | | | | PR: ports/103996 Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com> Approved by: maintainer (Tijl Coosemans) Notes: svn path=/head/; revision=174610
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to version 3.9.7.Alexey Dokuchaev2006-02-214-65/+5
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=156593
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* 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
* Fix compilation on non-i386.Jean-Yves Lefort2005-06-291-0/+29
| | | | | | | | PR: ports/82691 Submitted by: maintainer Notes: svn path=/head/; revision=138210
* - Update to libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79Pav Lucistnik2005-06-239-117/+67
| | | | | | | | PR: ports/82407 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=137937
* - update to libusb-0.1.10aYen-Ming Lee2005-04-131-1/+1
| | | | | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=133226
* Add missing fileKris Kennaway2004-11-241-0/+1
| | | | Notes: svn path=/head/; revision=122349
* - Fix build on sparc64 (don't include header files for i386 specific functionsPav Lucistnik2004-05-142-4/+12
| | | | | | | | | | | outside of i386) [1] - While here, convert pkgconfig dependency to USE_GNOME PR: ports/66572 [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=109125
* - Always use libusbPav Lucistnik2004-03-245-33/+33
| | | | | | | | | | | - Remove auto*tools support - Bump PORTREVISION PR: ports/64627 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=105164
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+1
| | | | Notes: svn path=/head/; revision=104775
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Fix build process on sparc64 and alpha systems.Sergey A. Osokin2003-11-182-4/+34
| | | | | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 59378 Notes: svn path=/head/; revision=94252
* Fix build on non-intel archs.Sergey A. Osokin2003-11-021-3/+20
| | | | | | | | | Notify from: kris via bento Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: ports/57941 Notes: svn path=/head/; revision=92865
* Unbreak build by use WANT_AUTOMAKE_VER=15.Sergey A. Osokin2003-10-211-1/+1
| | | | | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 58328, 58329, 58330 Notes: svn path=/head/; revision=91813
* Unbreak port by adding dependency on autoconf.Edwin Groothuis2003-10-131-2/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=90966
* BROKEN: Broken pkg-plistKris Kennaway2003-10-131-0/+2
| | | | Notes: svn path=/head/; revision=90963
* - Fix build package and honor PREFIXKirill Ponomarev2003-09-232-0/+21
| | | | | | | | | | http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log PR: 57105 Submitted by: maintainer Notes: svn path=/head/; revision=89117
* Chase libintl shlib version number.Adam Weinberger2003-09-151-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=88997
* cleanup portlint warnings.Edwin Groothuis2003-09-081-3/+3
| | | | | | | | PR: ports/56134 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88786
* [new port] libticables: TI calculator link cablesEdwin Groothuis2003-09-085-0/+80
Libticables is part of TiLP, a program to connect a TI calculator to your computer. This lib manages several types of cables (serial, parallel, usb). PR: ports/56134 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88784