| non port: devel/tvision/Makefile |
|
CVSWeb
|
Number of commits found: 29 |
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Sun, 27 Jul 2008
|
[ 18:11 arved ]
1.42 devel/tvision/Makefile
1.1 devel/tvision/files/patch-lib::TChDirDialog.cc
1.1 devel/tvision/files/patch-lib::TWindow.cc
1.1 devel/tvision/files/patch-lib::colorsel.cc
1.1 devel/tvision/files/patch-lib::tobjstrm.h
1.3 devel/tvision/files/patch-max
Use system compiler on amd64
|
|
Tue, 13 Mar 2007
|
[ 17:38 fjoe ]
1.41 devel/tvision/Makefile
USE_GMAKE as a temporary band-aid for make(1) in FreeBSD 7 that now
remakes makefiles but cycles on lib/Makefile from tvision sources.
GNU make does not consider a target that exists, has no commands, is
older than its sources as out-of-date if no sources were actually remade and
thus does not cycle on such Makefiles. The fix for make(1) is coming soon.
|
|
Thu, 1 Feb 2007
|
[ 02:42 kris ]
1.7 archivers/dynamite/Makefile
1.7 archivers/libmspack/Makefile
1.35 archivers/lzo/Makefile
1.39 archivers/lzo2/Makefile
1.19 archivers/ucl/Makefile
1.4 archivers/unshield/Makefile
1.21 archivers/xpk/Makefile
1.4 astro/gpsd/Makefile
1.9 astro/jday/Makefile
1.22 astro/libnova/Makefile
(Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
|
Mon, 14 Aug 2006
|
[ 23:55 clsung ]
1.23 comms/gsmlib/Makefile
1.12 comms/spandsp/Makefile
1.14 converters/libutf-8/Makefile
1.51 databases/clip/Makefile
1.39 databases/db2/Makefile
1.18 databases/dbh/Makefile
1.25 databases/libiodbc/Makefile
1.14 databases/libsdb/Makefile
1.25 databases/mdbtools/Makefile
1.51 databases/metakit/Makefile
(Only the first 10 of 102 ports in this commit are shown above. )
- 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>
|
|
Thu, 4 May 2006
|
[ 22:41 edwin ]
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
|
Wed, 10 Nov 2004
|
[ 20:50 arved ]
1.37 devel/tvision/Makefile
1.2 devel/tvision/files/patch-lib::system.cc
1.2 devel/tvision/files/patch-ncurses-mouse
* Integrate tvision-0.8-timeout.patch from PR: 71544
** Don't use alarms and signals, but use the timeout-feature of ncurses.
Submitted by: Erling Jacobsen <linuxcub@email.dk>
* Don't patch a sourcefile twice, move patch-ncurses-mouse into
patch-lib::system.cc
* As gcc33 is broken on AMD64 use gcc34 there
* Bump PORTREVISION
|
|
Sun, 24 Oct 2004
|
[ 16:05 arved ]
1.36 devel/tvision/Makefile
Go back to gcc3.3 to fix build.
Reported by: kris
|
|
Wed, 13 Oct 2004
|
[ 09:26 arved ]
1.35 devel/tvision/Makefile
1.1 devel/tvision/files/patch-ncurses-mouse
1.1 devel/tvision/files/patch-streambyteorder
1.1 devel/tvision/files/patch-tfiledialog
1.1 devel/tvision/files/patch-uchar
First round of patches from Erling Jacobsen:
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.
PR: 71544
Submitted by: Erling Jacobsen <linuxcub@email.dk>
Set maintainer back to ports, as libh is now officially a dead project
Compile with GCC 3.4
Bump PORTREVISION
|
|
Wed, 11 Feb 2004
|
[ 15:22 arved ]
1.34 devel/tvision/Makefile
USE_GCC 3.3, because it compiles fine with CURRENTS systemcompiler
|
|
Thu, 16 Oct 2003
|
[ 12:12 fjoe ]
1.33 devel/tvision/Makefile
1.2 devel/tvision/files/patch-max
Unbreak build on -CURRENT. Maintainer informed.
|
[ 02:14 kris ]
1.32 devel/tvision/Makefile
BROKEN on 5.x: does not compile
|
|
Sun, 23 Mar 2003
|
[ 15:40 arved ]
1.31 devel/tvision/Makefile
1.10 devel/tvision/pkg-plist
Remove an obsolete headerfile.
Switch to gcc 3.2, while I am here. Bump PORTREVISION
Reported by: kris
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
Fri, 7 Mar 2003
|
[ 06:01 ade ]
1.69 devel/ORBit/Makefile
1.83 devel/ORBit2/Makefile
1.7 devel/SN/Makefile
1.8 devel/a2dev/Makefile
1.10 devel/ac-archive/Makefile
1.21 devel/acpicatools/Makefile
1.4 devel/arch/Makefile
1.4 devel/as80/Makefile
1.5 devel/asmutils/Makefile
1.26 devel/atk/Makefile
(Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Sat, 18 Jan 2003
|
[ 14:56 arved ]
1.29 devel/tvision/Makefile
Fix build on STABLE, by adding USE_GCC=3.1.
Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
|
|
Fri, 10 Jan 2003
|
[ 22:28 arved ]
1.28 devel/tvision/Makefile
1.1 devel/tvision/files/patch-lib::Makefile.in
1.1 devel/tvision/files/patch-lib::tobjstrm.cc
1.1 devel/tvision/files/patch-max
Fix Build on CURRENT.
Set Maintainer to libh@
Bump PORTREVISION
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Discussed on: libh
|
|
Thu, 7 Nov 2002
|
[ 03:10 adamw ]
1.4 archivers/zipios++/Makefile
1.12 astro/pyweather/Makefile
1.12 audio/cam/Makefile
1.12 audio/gnump3d/Makefile
1.9 audio/mp3rename/Makefile
1.8 audio/nspmod/Makefile
1.13 audio/raproxy/Makefile
1.6 audio/rioutil/Makefile
1.7 benchmarks/nbench/Makefile
1.4 biology/libgenome/Makefile
(Only the first 10 of 193 ports in this commit are shown above. )
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
|
|
Sat, 26 Oct 2002
|
[ 03:50 kris ]
1.25 devel/tvision/Makefile
Mark BROKEN on 5.0
|
|
Tue, 25 Jun 2002
|
[ 19:36 ijliao ]
1.15 devel/SpecTcl/Makefile
1.11 devel/asl/Makefile
1.17 devel/boehm-gc/Makefile
1.3 devel/cvs2p4/Makefile
1.6 devel/dia2code/Makefile
1.9 devel/dmake/Makefile
1.11 devel/dotconf/Makefile
1.2 devel/elfio/Makefile
1.13 devel/flux/Makefile
1.5 devel/freescope/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
Sat, 1 Jun 2002
|
[ 15:46 petef ]
1.23 devel/tvision/Makefile
Bump PORTREVISION for the header file fixes in the last commit.
Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
|
|
Mon, 27 May 2002
|
[ 04:05 petef ]
1.22 devel/tvision/Makefile
1.9 devel/tvision/pkg-plist
Refer to "tvision/myendian.h" instead of just "myendian.h" and actually
install the header.
PR: 36800
Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
|
|
Mon, 11 Mar 2002
|
[ 21:24 pat ]
1.21 devel/tvision/Makefile
1.6 devel/tvision/distinfo
1.2 devel/tvision/files/patch-lib::dialogs.h
1.1 devel/tvision/files/patch-ltmain.sh
1.8 devel/tvision/pkg-plist
Update to 0.8
PR: 35789
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
Thu, 31 Jan 2002
|
[ 15:03 kevlo ]
unknown devel/tvision/Makefile
unknown devel/tvision/pkg-descr
Add WWW and MASTER_SITES
|
|
Sat, 24 Nov 2001
|
[ 18:09 ijliao ]
unknown devel/tvision/Makefile
unknown devel/tvision/files/patch-lib::system.cc
make it work with 80x50
|
|
Wed, 7 Nov 2001
|
[ 11:44 tg ]
unknown devel/tvision/Makefile
unknown math/umatrix/Makefile
New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
|
|
Fri, 28 Sep 2001
|
[ 15:45 alex ]
unknown devel/tvision/Makefile
unknown devel/tvision/files/patch-lib::TMenuView.cc
Don't crash if a menu contains no submenus.
|
|
Fri, 16 Jun 2000
|
[ 23:52 asami ]
unknown archivers/bzip2/Makefile
unknown archivers/lzo/Makefile
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown audio/libaudiofile/Makefile
unknown audio/libcdaudio/Makefile
unknown audio/libmikmod/Makefile
unknown audio/libshout/Makefile
unknown audio/libworkman/Makefile
unknown audio/nas/Makefile
(Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 10:19 sobomax ]
unknown archivers/bzip2/Makefile
unknown audio/sidplay/Makefile
unknown audio/sphinx/Makefile
unknown audio/wsoundserver/Makefile
unknown converters/recode/Makefile
unknown converters/uulib/Makefile
unknown databases/typhoon/Makefile
unknown databases/unixODBC/Makefile
unknown devel/ORBacus/Makefile
unknown devel/ORBit/Makefile
(Only the first 10 of 100 ports in this commit are shown above. )
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
|
Thu, 15 Jun 2000
|
[ 18:44 sobomax ]
unknown audio/wsoundserver/Makefile
unknown audio/xmms/Makefile
unknown chinese/libtabe/Makefile
unknown converters/uulib/Makefile
unknown databases/typhoon/Makefile
unknown databases/unixODBC/Makefile
unknown devel/tvision/Makefile
unknown emulators/twin/Makefile
unknown emulators/wine/Makefile
unknown graphics/twinlib/Makefile
(Only the first 10 of 61 ports in this commit are shown above. )
First round of INSTALL_SHLIB fixes.
|
Number of commits found: 29 |