Commit graph

66 commits

Author SHA1 Message Date
Satoshi Asami
9938e91b30 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.
1996-08-06 04:59:00 +00:00
Satoshi Asami
74e2c4c84c Take out version number. 1996-08-06 04:20:41 +00:00
Jordan K. Hubbard
6cb47d00fd 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>
1996-08-05 04:00:39 +00:00
Chuck Robey
d89fcf92db Different fetch directory ... 1996-07-31 01:09:19 +00:00
Chuck Robey
6ec920fec5 New port, the 'qt' gui library.
Submitted by:	Michael Searle
1996-07-31 00:20:49 +00:00
Satoshi Asami
6e86fea775 Upgrade, 0.75 -> 0.81.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1996-07-12 11:39:21 +00:00
Gary Palmer
4fccf7d536 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
1996-07-02 00:21:03 +00:00
Satoshi Asami
4e44b46b25 Call files/xmkmf with sh, so that it works even if the x bit isn't set.
Pointed out in a different form by:	chuckr@glue.umd.edu
1996-05-15 23:30:26 +00:00
Jordan K. Hubbard
42085cdd79 Just a small tweak - the site carrying xforms has changed. 1996-05-08 06:11:12 +00:00
Satoshi Asami
d388462c78 Add XView.prog.
Noticed by:	workman port
1995-11-27 07:53:13 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
2271e717a6 Change name, libforms -> libxforms.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-10-05 12:34:28 +00:00
Satoshi Asami
de59da411d Makefile cleanup. Add "/sbin/" to ldconfig command lines in Makefile
and PLIST.
1995-10-03 06:48:31 +00:00
Jordan K. Hubbard
2c20e00949 xforms-0.75 port
Submitted by:	Gennady Sorokopud <gea@NetVision.net.il>
1995-10-03 01:17:55 +00:00
Satoshi Asami
715054334a Upgraded, 1.2 -> 1.2a. The bug I reported yesterday has been fixed, so
the "workaround" patch-ad is no longer necessary.
1995-08-26 09:15:13 +00:00
Satoshi Asami
27db7ac5a9 Upgrade, 1.1 -> 1.2. The shlib version number hasn't changed. 1995-08-25 06:53:28 +00:00
Satoshi Asami
3a55e39569 Remove "ldconfig -m" line, this port doesn't install shared libraries!
Hello, Jordan?!? ;)
1995-07-19 11:36:42 +00:00
Satoshi Asami
e9fec9a95f Clean up invocation of ar. 1995-07-18 12:22:38 +00:00
Jordan K. Hubbard
8b4dc8e4a0 Remove now obsolete X_NO_MAKE_MAKEFILES variable. 1995-07-17 16:22:21 +00:00
Andreas Schulz
01a87552d0 Add a missing trailing slash in the MASTER_SITE line. 1995-07-16 20:57:41 +00:00
Jordan K. Hubbard
387f0c5d9f Update this to enable more of the underlying functionality. Totally
redo the regex code to use POSIX regexps; the previous "abstraction" was
essentially a worthless hack.
1995-07-16 18:43:26 +00:00
Jordan K. Hubbard
5edd5e3bf0 The Free Widget Foundation's widget set. This is set to compile
only non-Motif widgets - if you have Motif and want the extensions in libfwf
then configure, edit and build in 3 steps.
1995-07-15 13:57:09 +00:00
Satoshi Asami
d530b271d9 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! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
0bcde877d5 Add CATEGORIES=x11. 1995-06-04 01:12:38 +00:00
Satoshi Asami
76d0bb7646 List all filenames, also add/delete symlinks from /usr/X11R6/lib
to make ldconfig happy.
1995-06-04 01:10:03 +00:00
Satoshi Asami
55ff694e69 Final piece of puzzle to make this compile!
Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
1995-05-31 06:02:26 +00:00
Satoshi Asami
ba30c3d3e1 Missing md5 file. 1995-05-31 06:02:01 +00:00
Satoshi Asami
7d52e87445 Add post-install target to make symbolic links for shared libraries
(to make ldconfig happy) and gzip manpages.
1995-05-31 06:01:49 +00:00
Satoshi Asami
fa7604dda2 Make it compile. Well, almost. ibuild and idraw get a lot of
undefined symbol messages, they seem to be missing the prefix "iv"
in the library (src/lib/IV/FREEBSD/libIV.a).

It probably has something to do with

#define _lib_iv(name) iv##name

in src/include/InterViews/iv.h, but I can't figure out for my life
how this entangled spaghetti of include files manage to compile
without swallowing their tails....

Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
1995-05-29 12:47:27 +00:00
Satoshi Asami
20e2c03912 Make it fetch. 1995-05-29 12:42:41 +00:00
Satoshi Asami
121377cadd Set USE_X11 instead of defining PREFIX explicitly. Among other things,
this will avoid calling of mtree.
1995-05-19 10:39:58 +00:00
Satoshi Asami
4b4356397f Add more CATEGORIES. packages/orphans is now empty. 1995-05-03 02:22:33 +00:00
Satoshi Asami
d5bd88729e Make the xview-* trilogy compile. I haven't tested them, but all
the patches applied without hitch so I assume they should work.  (ljo's
too busy to take a look now, so I went ahead and fixed them....)
1995-04-25 04:48:02 +00:00
Andrey A. Chernov
0b3473c58d Remove NCFTPFLAGS, ncftp default changed 1995-04-16 15:33:42 +00:00
Satoshi Asami
eabfc48a36 And now the rest of the x11 ports Makefiles. 1995-04-12 20:32:12 +00:00
Satoshi Asami
08f93b2bb4 Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
1995-04-12 15:22:43 +00:00
Satoshi Asami
923f89ae7c Spell out all the include file names. 1995-04-04 10:26:35 +00:00
Satoshi Asami
8f3b1c8030 Upgrade, 1.0 -> 1.1.
% patch-ab is not necessary anymore because the bug is now fixed in
. the original source.

% post-configure (which was doing "make includes") is not necessary
. because xmkmf is now called with "-a".  (Yeah, should have redefined
. XMKMF in Makefile in the first place....)
1995-04-04 09:25:26 +00:00
Jordan K. Hubbard
ac3066bf75 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.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Andreas Schulz
d2150c8f9c olwm:
Don't make the inclusion of sys/param.h a conditional of OW_I18N_L4.
Always include it, otherwise the BSD symbol is not defined and a
gethostname with three instead of two arguments is included.
1995-02-27 19:22:07 +00:00
Andreas Schulz
1566212ba8 Put an empty fetch target into the Makefile. Otherwise it tries to fetch
a xview-clients.tar.gz if someone runs a "make fetch" from /usr/ports.
1995-02-12 23:03:04 +00:00
Satoshi Asami
86793c984d 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!
1995-02-11 13:51:48 +00:00
Satoshi Asami
ce7a82fba0 Checksum! 1995-02-02 07:43:02 +00:00
Satoshi Asami
3319433d29 Minor cleanup. 1995-01-28 04:08:23 +00:00
Satoshi Asami
919fdc67a8 My patch to make arrow scrollbars look real 3-D. Already sent to
the original author.
1995-01-28 04:06:48 +00:00
Garrett Wollman
647ced5ced Port of BLT version 1.7 1994-12-14 21:21:36 +00:00
L Jonas Olsson
a502b4e94e Finally found why the package wasn't built. 1994-12-12 14:11:34 +00:00
L Jonas Olsson
dbf261e1a8 More correct PLIST. 1994-12-11 14:53:16 +00:00