non port: devel/clint/Makefile |
Number of commits found: 35 |
Sunday, 27 Apr 2014
|
15:26 antoine
Deprecate ports broken for more than 6 months
With hat: portmgr
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Thursday, 24 Oct 2013
|
03:32 eadler
I no longer use this port and it is broken. The fix is likely simple but I
don't have the time to delve into it.
 |
Thursday, 17 Oct 2013
|
02:31 eadler
Attempt to fix build. This progresses farther but isn't a complete fix.
 |
Saturday, 28 Sep 2013
|
01:14 eadler
Fix clint to build with how python is currently installed.
This builds on my machine but does not build in poudriere. I am still
investigating and will commit a complete fix later.
 |
Friday, 20 Sep 2013
|
17:03 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
 |
Wednesday, 10 Jul 2013
|
13:12 bapt
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
 |
Saturday, 6 Jul 2013
|
17:32 eadler
- Convert from USE_GMAKE -> USES=gmake
- Indicate that this port does not build with python 3.
This does not fix building when python 3 is default but that will come soon.
 |
Wednesday, 3 Jul 2013
|
20:25 eadler
Add license
 |
Saturday, 9 Mar 2013
|
22:17 eadler
Clean port up a bit:
- Fix COMMENT
- Trim header
Take port
 |
Thursday, 14 Feb 2013
|
09:42 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-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
 |
Monday, 5 Nov 2007
|
10:04 miwi
- Fix build with gcc 4.2
PR: 117789
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav)
 |
Saturday, 26 May 2007
|
20:34 kris
BROKEN with gcc 4.2
 |
Thursday, 1 Feb 2007
|
02:42 kris
Use libtool port instead of included version to avoid objformat a.out botch
 |
Friday, 1 Dec 2006
|
07:49 miwi
- Unbreak on 5.X
PR: ports/106110
Submitted by: Peter Johnson <johnson.peter@gmail.com>
 |
Monday, 14 Aug 2006
|
22:55 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Friday, 7 Apr 2006
|
15:55 jmelo
- Fix PLIST.
- portlint(1).
PR: ports/95396
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: mnag (mentor)
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Friday, 17 Dec 2004
|
06:50 kris
BROKEN on 5.x: Does not compile
 |
Sunday, 31 Oct 2004
|
16:52 leeym
- add USE_GCC=3.3 when default gcc is 3.4
- utilize DATADIR
- add WWW in pkg-descr
 |
Monday, 16 Aug 2004
|
02:33 kris
BROKEN on 5.x: Does not compile with gcc 3.4.2
 |
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Saturday, 18 Oct 2003
|
17:46 krion
- Fix build on -current
- Utilize INFO
PR: 58218
Submitted by: Ports Fury
 |
Wednesday, 4 Jun 2003
|
22:43 kris
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
 |
Sunday, 18 May 2003
|
09:28 kris
BROKEN on 5.1: bad C++
 |
Thursday, 20 Feb 2003
|
17:07 knu
De-pkg-comment.
 |
Thursday, 7 Nov 2002
|
03:10 adamw
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
 |
Thursday, 19 Sep 2002
|
21:40 ijliao
remove useless .la files
use REINPLACE_CMD
PR: 42699
Submitted by: Sergei Kolobov <sergei@kolobov.com>
 |
Saturday, 7 Sep 2002
|
03:13 ijliao
1. fix compile on GCC 3.2
2. add missing files in plist
3. drop maintainership
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (1) (2)
 |
Tuesday, 1 May 2001
|
18:28 ijliao
add clint Clint is a testbed for static source-code checking techniques. It is
currently designed to check C++ for common programmer errors and suggest
improvements.
 |
Number of commits found: 35 |