Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-toolkits/blt/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / blt

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:15 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:11 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
- update to jpeg-8

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jan 26 02:59:16 2010 UTC (2 years ago) by mi
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +7 -8 lines
Turns out, BLT had its own copies of some important structs, that
Tk does not normally export to extensions. Unfortunately, these
became slightly different in Tk-8.5 resulting in mistery crashes...

Fortunately, some of these structs are available on FreeBSD, where
we install some important headers, that Tcl/Tk themselves don't
install.  Use those, wherever possible.

Where it is not possible (Frame is defined in BLT's own tkFrame.c),
rename the struct (Frame becomes bltFrame) so that the discrepancy
is easier to catch in the future.

Bump PORTREVISION again.

Tested with: tkdesk, ttt

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jan 24 19:27:16 2010 UTC (2 years ago) by mi
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Fix parallel building. Patch up another run-time problem, that,
apparently, strikes only under Tk-8.5. Bump PORTREVISION.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Jan 24 01:18:31 2010 UTC (2 years ago) by mi
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Add one more hunk, without which BLT will not find Tk at run time and
not offer Tk-functionality. Bump PORTREVISION.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jan 22 05:13:21 2010 UTC (2 years ago) by mi
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +10 -3 lines
Allow to build with any Tcl/Tk-8.* version. Fix enough warning to allow
compile with -Wall -Werror. Enable JPEG-support. Bump PORTREVISION.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Aug 27 18:31:08 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)

Approved by:	portmgr (pav)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:39:21 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with X

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:19 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
-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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jul 7 06:48:54 2009 UTC (2 years, 7 months ago) by mm
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Feb 14 14:14:44 2009 UTC (2 years, 11 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Add tcl86 to unsupported tcl versions

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Apr 9 13:42:22 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Oct 1 11:09:26 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Maintainer no longer has time to work on FreeBSD.  We hope to see him
back again sometime.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Sep 9 07:45:34 2007 UTC (4 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Fix shared library dependencies

PR:		ports/116130
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Obtained from:	http://sourceforge.net/tracker/index.php?func=detail&aid=1470209&group_id=18616&atid=318616
Approved by:	Kenjiro Cho <kjc at iijlab.net> (maintainer)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Aug 24 19:41:04 2007 UTC (4 years, 5 months ago) by mm
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +11 -13 lines
- Use USE_TK=80+ and USE_XORG=x11

PR:		ports/115766
Submitted by:	mm
Approved by:	Kenijro Cho <kjc at iijlab.net> (maintainer)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat May 19 20:30:39 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 13 10:43:35 2007 UTC (4 years, 11 months ago) by rafan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -1 lines
- Fix build after objformat is gone

PR:		ports/108958
Submitted by:	CHAO Shin <quakelee at cn.freebsd.org>
Approved by:	Kenjiro Cho <kjc at iijlab.net> (maintainer)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Dec 2 21:51:03 2006 UTC (5 years, 2 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -1 lines
- Respect X11BASE

Approved by:	maintainer (implicit)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Nov 28 07:08:15 2005 UTC (6 years, 2 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Use PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.

Approved by:	Kenjiro Cho (MAINTAINEr)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Feb 26 16:04:30 2005 UTC (6 years, 11 months ago) by kjc
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -11 lines
do not install manpages for now to avoid conflicts.

update the maintainer's e-mail address while I'm here.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Apr 15 01:49:25 2004 UTC (7 years, 9 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2 lines
utilize MASTER_SITE_SOURCEFORGE

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 22 10:15:59 2003 UTC (8 years, 3 months ago) by kjc
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +26 -14 lines
update BLT to BLT2.4z, and switch to tcl/tk8.4.
bump the share lib version to libBLT24.so.3.

Submitted by Klaus Robert Suetterlin <robert@mpe.mpg.de> with minor tweak by me.
PR:	57960

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Aug 29 03:03:00 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -1 lines
Give more hints to configure to make it working on non-/usr/local/
LOCALBASE systems.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Feb 21 14:19:04 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
De-pkg-comment.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Apr 24 10:59:23 2001 UTC (10 years, 9 months ago) by kjc
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
instruct configure to respect PREFIX when looking for tcl/tk.

Submitted by: mwm@mired.org (Mike Meyer) via dirk.meyer@dinoex.sub.org (Dirk Meyer)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Feb 5 16:48:45 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Batch of style fixes for x11-toolkits.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Dec 21 11:56:47 2000 UTC (11 years, 1 month ago) by kjc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -6 lines
update BLT from 2.4s to 2.4u.
move from tcl8.2/tk8.2 to tcl8.3/tk8.3.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:15 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:19 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
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.

Hall of shame entry:	sobomax

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:12:43 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2 lines
Second round of INSTALL_SHLIBS=yes fixes.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 9 08:35:52 2000 UTC (11 years, 8 months ago) by kjc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -6 lines
upgrade BLT2.4m to BLT2.4s

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 10 01:10:13 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 29 10:01:47 2000 UTC (12 years ago) by kjc
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
add my copy to MASTER_SITES since distfile is gone from
the main master site.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 28 18:30:48 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -10 lines
Update to use Tcl/Tk version 8.2.

Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Nov 4 11:06:47 1999 UTC (12 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Don't change the "date created" line, that's for the original creation date.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 4 10:49:15 1999 UTC (12 years, 3 months ago) by kjc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +10 -10 lines
update: 2.4h to 2.4m

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:59:10 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Apr 12 22:54:11 1999 UTC (12 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Replace 8 spaces with a tab (cut-and-space-itis?).

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 12 10:16:38 1999 UTC (12 years, 10 months ago) by kjc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -5 lines
update: blt-2.4f -> blt-2.4h

(note: the BLT library name is changed from libBLT to libBLT24)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:29 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -6 lines
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Oct 20 01:24:32 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -4 lines
Convert to ELF.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 14 03:00:44 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Mark BROKEN for ELF:
===>  Building package for blt-2.4f
Creating package /usr/ports/packages/All/blt-2.4f.tgz
Registering depends: tcl-8.0.2 tk-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/blt-2.4f.tgz'
tar: can't add file lib/libBLT.so.2 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 25 10:05:13 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
tk80 has been ELFized.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 22 09:23:55 1998 UTC (13 years, 4 months ago) by kjc
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
update: BLT2.4c --> BLT2.4f (BLT2.4c is no longer available)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Aug 7 23:56:50 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix up dependencies for ports that moved into the x11-toolkits category.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 7 22:56:37 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 12 17:40:31 1998 UTC (13 years, 7 months ago) by kjc
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -13 lines
update: BLT2.1 --> BLT2.4c

also
  LIB_DEPENDS: tk41 --> tk80
  MAINTAINER:  lukin@okbmei.msk.su --> kjc@csl.sony.co.jp

Reviewed by: itojun@itojun.org

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Nov 22 11:22:00 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -3 lines
Unbreak this port (needed by others) by hacking at the configure
script.  Did I tell you that I absolutely hate these tcl/tk ports
with the humongous configure scripts that try to catch everything
from a rat's nest to a broken muffler? ;<

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 22 01:11:34 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 17 15:13:00 1997 UTC (14 years, 6 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
ldconfig -> ${LDCONFIG}.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 20 13:19:49 1997 UTC (14 years, 9 months ago) by wosch
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Add virtual category 'tk41'.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 2 00:24:18 1997 UTC (14 years, 10 months ago) by fenner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Distfile moved.

Found by:	distfile checker

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:42:48 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 13 12:41:36 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -7 lines
Fix Makefiles to work with new bsd.port.mk.  Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 16 08:32:05 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Make this compile with tcl75 in /usr/lib.  Remove LIB_DEPENDS.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 6 04:59:00 1996 UTC (15 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -6 lines
Makefile cleanup, i.e.,

(1) Use submitter's full address in Whom: line.

(2) Move WRKSRC down to where it belongs.

(3) Remove unnecessary ALL_TARGET.

(4) Use full pathname for ldconfig.

(5) Convert mega-command to compress manpages to a .for loop.  Also
    conditionalize it on NOMANCOMPRESS.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 5 04:00:33 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -9 lines
Update to version 2.1 of BLT.  Note:  I'm a little nervous about the
value of the MASTER_SITES line here and would like Kostya to keep an eye on
it in case they eventually move it out of "NEW" on neosoft's FTP server.
Submitted-By: Kostya Lukin <lukin@ns.okbmei.msk.su>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 2 00:21:03 1996 UTC (15 years, 7 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change MASTER_SITE addresses from ftp.aud.alcatel.com (which
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.

Pointed Out By:	jkh

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 24 11:42:19 1995 UTC (16 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Add

post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 12 20:30:53 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3 lines
And now the rest of the x11 ports Makefiles.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:50:43 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 11 13:51:16 1995 UTC (17 years ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Converted Makefiles as much as I could.

(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 14 21:21:35 1994 UTC (17 years, 2 months ago) by wollman
Branches: howlett
CVS tags: blt_1_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Port of BLT version 1.7

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 14 21:21:34 1994 UTC (17 years, 2 months ago) by wollman
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options