notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/libticables/Makefile
SVNWeb

Number of commits found: 29

Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
[ 07:50 tijl search for other commits by this committer ] Original commit   Revision:316409
Mark the following ports deprecated. They have been unsupported upstream
for years.
- comms/libticables (superseded by comms/libticables2)
- devel/libticalcs (superseded by comms/libticalcs2)
- devel/libtifiles (superseded by devel/libtifiles2)
- emulators/tiemu2 (superseded by emulators/tiemu3)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 13 Dec 2009
[ 22:49 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update maintainer's email
- Fix some pkg-descrs
- Update some MASTER_SITES

PR:             140966
Submitted by:   Tijl Coosemans <tijl@coosemans.org> (maintainer from new email)
Approved by:    portmgr (miwi)
Sat, 22 Aug 2009
[ 00:15 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Mon, 9 Mar 2009
[ 17:15 stas search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
Fri, 6 Jun 2008
[ 13:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Fri, 6 Oct 2006
[ 02:44 clsung search for other commits by this committer ] Original commit 
- pet portlint

PR:             ports/103996
Submitted by:   Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com>
Approved by:    maintainer (Tijl Coosemans)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 21 Feb 2006
[ 16:26 danfe search for other commits by this committer ] Original commit 
Update to version 3.9.7.

Approved by:    maintainer timeout
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Thu, 23 Jun 2005
[ 16:29 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Update to libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79

PR:             ports/82407
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Wed, 13 Apr 2005
[ 10:22 leeym search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:             79084
Submitted by:   John Reynolds <johnjen@reynoldsnet.org>
Fri, 14 May 2004
[ 14:26 pav search for other commits by this committer ] Original commit 
- Fix build on sparc64 (don't include header files for i386 specific functions
  outside of i386) [1]
- While here, convert pkgconfig dependency to USE_GNOME

PR:             ports/66572 [1]
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Wed, 24 Mar 2004
[ 22:57 pav search for other commits by this committer ] Original commit 
- Always use libusb
- Remove auto*tools support
- Bump PORTREVISION

PR:             ports/64627
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 12 Mar 2004
[ 02:48 ade search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
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.
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Tue, 21 Oct 2003
[ 13:31 osa search for other commits by this committer ] Original commit 
Unbreak build by use WANT_AUTOMAKE_VER=15.

Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR:             58328, 58329, 58330
Mon, 13 Oct 2003
[ 00:51 edwin search for other commits by this committer ] Original commit 
Unbreak port by adding dependency on autoconf.

Noticed by: bento
[ 00:21 kris search for other commits by this committer ] Original commit 
BROKEN: Broken pkg-plist
Mon, 15 Sep 2003
[ 21:15 adamw search for other commits by this committer ] Original commit 
Chase libintl shlib version number.

Submitted by:   bento
Mon, 8 Sep 2003
[ 10:51 edwin search for other commits by this committer ] Original commit 
cleanup portlint warnings.

PR:             ports/56134
Submitted by:   Tijl Coosemans <tijl@ulyssis.org>
[ 10:49 edwin search for other commits by this committer ] Original commit 
[new port] libticables: TI calculator link cables

        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>

Number of commits found: 29