1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

11120 Commits

Author SHA1 Message Date
Vanilla I. Shu
2af025831c 1. Upgrade to 1.4.
2. Add another MASTER_SITES, because ftp.gimp.org is VERY busy).
PR:	ports/6876
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-06-07 02:05:44 +00:00
Satoshi Asami
43ddaec6d8 cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lXaw -lXmu -lXss -lXt -lSM -lICE -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt
ld: -lnsl: no match
*** Error code 1
1998-06-07 01:21:35 +00:00
Satoshi Asami
b2202ccbcc Mark this port broken if DISPLAY is not set, it needs to run xrdb. 1998-06-07 01:08:05 +00:00
Justin M. Seger
09c474435b Add missing dependency on graphics/xpm/ 1998-06-06 22:56:17 +00:00
Satoshi Asami
dbe56423bc Mark this port broken:
===
===>  Building package for zebra-980604
tar: can't add file sbin/ripngd : No such file or directory
tar: can't add file etc/zebra/ripngd.conf.sample : No such file or directory
===

While I'm here, clean it up a little (move comment and CFLAGS override down,
change += to = for variable defined only once).
1998-06-06 22:32:42 +00:00
John Polstra
76e8b0735d Automatically select the no-GUI version to build if X11 is not
installed.

PR:		closes ports/4178
1998-06-06 20:33:21 +00:00
John Polstra
e8b37db2f2 By popular demand, make the modula-3 ports build successfully even
if X11 is not installed.

PR:		closes ports/4178
1998-06-06 20:32:08 +00:00
Satoshi Asami
da55a9a064 Fix libc shlib version. 1998-06-06 19:30:46 +00:00
Satoshi Asami
67a76ac7de Add ".gz" to some compressed manpages. 1998-06-06 19:30:10 +00:00
Satoshi Asami
d095f4b007 Checksum changed.... 1998-06-06 19:26:07 +00:00
Andrey A. Chernov
6423762105 upgrade to 1.3.0 1998-06-06 19:09:33 +00:00
Steve Price
84c9959422 Make this port build again. 1998-06-06 17:41:18 +00:00
Robert Nordier
a2105f5390 Add link to homepage. 1998-06-06 12:42:38 +00:00
Robert Nordier
3150fff05a Change maintainer e-mail address. 1998-06-06 12:18:39 +00:00
Robert Nordier
f865cda094 Corrections to long long support.
Obtained from: Peter Edwards, DERA
1998-06-06 12:10:59 +00:00
Robert Nordier
bed0cd5e01 Exit 2 on fatal errors and 1 on non-fatal errors.
Obtained from: Robert Andrews, DERA
1998-06-06 12:09:22 +00:00
Andreas Klemm
f0e7b12ba6 Enable gtar 1998-06-06 10:35:21 +00:00
Andreas Klemm
9a13ed58e8 import new port GNU tar 1.12, latest version 1998-06-06 10:34:25 +00:00
Satoshi Asami
224f5fbf28 Add BUILD_DEPENDS and RUN_DEPENDS to gnuplot. (Actually I'm not
sure if I really need the latter, but since we're building the
required bits anyway....)
1998-06-06 09:21:25 +00:00
Satoshi Asami
5775bbc889 YACC (yet another checksum change...). 1998-06-06 09:18:55 +00:00
Satoshi Asami
4bc9eb2e9d Czechsum changed.... 1998-06-06 05:27:29 +00:00
Satoshi Asami
be8fd8a4ff for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _eh_compat _pure; \
do \
  echo ${name}; \
  ./xgcc -B./ -O2   -DIN_GCC    -g -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I. -I./config -c -DL${name} \
      ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
 :
_fixunsdfsi
In file included from include/limits.h:116,
                 from include/syslimits.h:7,
                 from include/limits.h:11,
                 from ./libgcc2.c:1085:
/usr/local/lib/gcc-lib/i386-unknown-freebsd2.2.6/2.8.1/include/limits.h:212: unbalanced `#endif'
1998-06-06 04:42:31 +00:00
Satoshi Asami
4b612766f9 Fix paths of two files. 1998-06-06 04:40:34 +00:00
Jun-ichiro itojun Hagino
68778a1bc1 japanese manpage path update (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:48:13 +00:00
Jun-ichiro itojun Hagino
d95e0712cd japamese manpage path update (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:47:25 +00:00
Jun-ichiro itojun Hagino
52a23c102b path to Japanese manpage updated (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:45:17 +00:00
Satoshi Asami
66ef991feb ===> Building package for amanda-2.4.0
tar: can't add file libexec/amanda/amcat.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.g : No such file or directory
tar: can't add file libexec/amanda/amplot.gp : No such file or directory
tar: can't add file sbin/amplot : No such file or directory
1998-06-05 22:13:19 +00:00
Satoshi Asami
f43d551b4e Remove non-existent file so this port packages. I'm not exactly sure
if it's supposed to be there or not, but there isn't any "kpilot.mo"
under /usr/local/share.
1998-06-05 20:21:02 +00:00
Satoshi Asami
0fe9fdc320 Seems like the bleeping md5 already changed. 1998-06-05 20:19:40 +00:00
Satoshi Asami
0bd62888b3 Seems the subdirectory name has changed during the upgrade.
Not tested enough by:	obrien :>
1998-06-05 20:03:13 +00:00
Andrey A. Chernov
47d0754fb7 upgrade to 1.3b7 1998-06-05 17:16:22 +00:00
John Fieber
36b616854f Upgrade from 1.1 to 1.1.1.
Bugfixes only, no new features.
1998-06-05 16:47:20 +00:00
John Fieber
9ff3f5045b Update to the April 1998 version of HTML 4.0.
Fix the problem where nsgmls would load parts of the HTML 4.0
DTD from www.w3.org rather than the local disk.
1998-06-05 16:33:15 +00:00
Steve Price
a6bd86c5e2 Argh! The checksum changed again! 1998-06-05 15:38:22 +00:00
Jun-ichiro itojun Hagino
e81c739d18 update to vesion 0.26.
PR:		6863
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1998-06-05 15:10:54 +00:00
Satoshi Asami
03334f2bea List all manpages in compressed form so this port packages. 1998-06-05 11:01:03 +00:00
Satoshi Asami
2760c6e473 Fix shlib version number so this one packages. 1998-06-05 09:37:47 +00:00
Satoshi Asami
300c0a3a28 Change "@exec [ ! foo ] && bar" to "@exec [ foo ] || bar" so there
won't be any spurious warning messages when the command bar isn't run.
1998-06-05 07:51:03 +00:00
Thomas Gellekum
e7ec8346d7 plat-freebsd3 doesn't have a regen script.
Noticed by:		Gianmarco Giovannelli <gmarco@scotty.masternet.it>
1998-06-05 07:09:01 +00:00
Thomas Gellekum
0a395adf10 Activate pmw. 1998-06-05 06:51:41 +00:00
Thomas Gellekum
57d114ddf3 New port pmw. The Python Mega Widgets are a set of high-level
graphics widget for Python's Tkinter.
1998-06-05 06:50:33 +00:00
Thomas Gellekum
4090cf268c Upgrade to 0.85. 1998-06-05 06:33:36 +00:00
Andreas Klemm
3ef19a0f9c correct install target which broke port 1998-06-05 06:21:03 +00:00
Steve Price
56c135d5ff Upgrade to version 3.5.1
PR:		6782
Submitted by:	maintainer
1998-06-04 23:59:17 +00:00
Steve Price
941c31fdb2 Update to version 4.1r2.
PR:		6784
Submitted by:	maintainer
1998-06-04 23:19:31 +00:00
Jun Kuriyama
640e394fad Change "man/ja_JP.EUC" to "man/ja".
Add "@dirrm"

Submitted by:		SADA Kenji <sada@e-mail.ne.jp>
1998-06-04 22:32:49 +00:00
Jun Kuriyama
4ad49bf304 Change "man/ja_JP.EUC" to "man/ja".
Portlint compliance.
Add "@dirrm share/doc/lipsf".
1998-06-04 22:31:31 +00:00
Steve Price
31c60f4c83 poppassd -> pop3pw
PR:		6761
Submitted by:	maintainer
1998-06-04 22:07:39 +00:00
Andreas Klemm
f063aadc5c Upgrade to new apsfilter release.
Teach Setup the new hp drivers.
Install the readme.hp8 files, which contains important infos about
features of the new drivers.
1998-06-04 21:43:41 +00:00
Steve Price
a208a68eab Convert all instances of nawk to awk.
PR:		6811
Submitted by:	Bill Trost <trost@cloud.rain.com>
1998-06-04 21:41:37 +00:00