Commit Graph

7198 Commits

Author SHA1 Message Date
brad
f22b2212e6 - Fake
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs
- respect CC and CFLAGS
- move RESDIR from share to share/netatalk
- move examples from lib/netatalk to share/examples/netatalk
- remove the need for having the source tree installed, just use the
headers in /usr/include/netatalk
2000-08-10 17:53:31 +00:00
naddy
5d97712ba2 update to 0.9.16 (bugfixes, shrinks our patches) 2000-08-10 12:16:43 +00:00
kevlo
1dd2b05ef3 - Update to version 0.0.6
- Update MASTER_SITES
- Bump NEED_VERSION
- Add @comment to PLIST
2000-08-10 10:31:40 +00:00
kevlo
a0c07b3741 - Update to version 0.61b
- Bump NEED_VERSION
2000-08-10 09:42:58 +00:00
kevlo
fe906b9d6b - Update to version 3.2.1
- GNU_CONFIGURE -> CONFIGURE_STYLE
- Add @comment to PLIST
- Bump NEED_VERSION
2000-08-10 08:48:07 +00:00
danh
459b0e408b updated patches to match names assigned by update-patches 2000-08-10 05:58:43 +00:00
danh
1618e64148 cleaned up Makefile 2000-08-10 05:52:14 +00:00
brad
ae91c1994c replace bad use of ${LOCALBASE} with ${PREFIX} in post-install target 2000-08-10 02:38:50 +00:00
matt
a521d0a427 - consolidate pre-build steps into post-patch
- eliminate XCONFIGF in Makefile to prevent multiple evaluations
- point mwm at PROJECTROOT (i.e. /usr/local) instead of XPROJECTROOT
  (i.e. /usr/X11R6) to find lib/X11/system.mwmrc
- tblize manpages
- break up patches and rename to match current convention
- prettify Makefile
2000-08-10 01:40:40 +00:00
brad
aac9f9745a - ensure eterm binary has suid bit when being installed
- add patches to fix suid handling in eterm
--
From: Opcode <opcode@skylab.2y.net>
2000-08-10 00:02:59 +00:00
brad
43a52f82eb - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- mkdir -> ${INSTALL_DATA_DIR}
- remove unnecessary ${LDCONFIG}
- use better filename for patch
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-08-09 21:41:19 +00:00
brad
2722ffd6b2 remove extra if loop and replace with elif 2000-08-09 00:45:27 +00:00
brad
029ccd5c7f - fixup notices, prevent some line wrapping as well
- remove extra if loop and replace with elif; pointed out by naddy@
2000-08-09 00:40:14 +00:00
brad
a24b717aee checksums have changed on this archive, doing a diff of the original
archive and new one shows absolutely no changes at all.; pointed out by
Jeff Nathan <jeff@hiverworld.com>
2000-08-08 22:03:49 +00:00
brad
d7a7a22afd finally double checked this myself, add a BUILD_DEPENDS on png.h 2000-08-08 21:55:57 +00:00
brad
4104bfed51 - enable XML support
- make use of SEPARATE_BUILD
2000-08-08 19:01:37 +00:00
brad
a4dbcc89f4 upgrade to libxml 2.2.1
NOTE: libxml 2.x is not source compatible with programs that use libxml
1.x but we don't have GNOME or anything for that matter that depends
on libxml then it isn't that big of a deal.
2000-08-08 18:55:00 +00:00
jakob
a0e8728ac6 add missing patch 2000-08-07 12:16:44 +00:00
jakob
ba72fc24d9 Upgrade to GateD v3.6 and remove BROKEN 2000-08-07 12:14:07 +00:00
brad
5bd074b327 add missing @dirrm 2000-08-07 11:50:40 +00:00
brad
48f5153109 move sample config files from lib/icb to share/examples/icb 2000-08-07 11:49:34 +00:00
brad
b8f24d5a8e use --quiet option with libtool 2000-08-07 11:18:39 +00:00
brad
f5207c5ef0 - upgrade pnmtopng to v2.37.4
- make use of DIST_SUBDIR
2000-08-07 10:05:05 +00:00
obecian
c310b0d01d updated to whisker 1.4.0 2000-08-07 04:34:05 +00:00
brad
627e4c19ff bump NEED_VERSION 2000-08-07 03:59:10 +00:00
brad
03b4b530e9 use better filenames for patches 2000-08-07 03:56:01 +00:00
brad
641ac6dc07 - move example config file from share/doc/dopewars to
share/examples/dopewars
- ${FOO} -> $FOO in INSTALL/DEINSTALL
- use $SCORE_FILE as part of do_install() in INSTALL
2000-08-07 03:54:15 +00:00
brad
122afd21b2 I was working with this port as well, sync with my local version. 2000-08-07 02:38:56 +00:00
matt
2c13f58b5f jason@ giving up maintainership to me 2000-08-07 02:32:42 +00:00
matt
e5b27e620a update to 2.9.1 (from maintainer) 2000-08-06 21:41:50 +00:00
brad
804b08c7e7 unified diff 2000-08-06 19:33:15 +00:00
brad
c0ff3477d4 upgrade to transfig 3.2.3c; From: ibrahim khalifa <maillist@val-axs.net> 2000-08-06 19:16:49 +00:00
brad
097a6e457e upgrade to xloadimage 4.1; from naddy@ 2000-08-06 11:51:34 +00:00
brad
1c1950a592 add patches to fix /tmp races with esound. From: FreeBSD
--
Fix EsounD daemon and library insecurities noted on BugTraq.
Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/.
Also, the ~/.esd/socket of course needs only be 0644.
2000-08-06 09:24:44 +00:00
form
dfc6640e4b fix PLIST 2000-08-06 09:01:19 +00:00
brad
022d46e0f0 esound has a configuration file, add INSTALL/DEINSTALL scripts to deal
with it
2000-08-06 08:42:09 +00:00
brad
4197bdcc9f upgrade to esound 0.2.19 2000-08-06 08:21:33 +00:00
brad
487387ba52 better 2000-08-06 07:03:02 +00:00
danh
a786e1dd69 fixed configure.in which was broken on sparc; now requires autoconf 2000-08-05 09:39:20 +00:00
brad
74a9ffd932 move sample files from lib/squid to share/examples/squid 2000-08-05 02:23:14 +00:00
brad
ed6db9c69e - move docs from share/doc/ntp to share/doc/xntpd
- use better filename for patch
2000-08-05 02:06:44 +00:00
matt
b6934a012d update to 1.0.4 2000-08-05 01:25:32 +00:00
rohee
bd900730ca more patches from the author 2000-08-05 00:34:49 +00:00
fgsch
b0e64527a1 Update to distrib. patch 20000708. 2000-08-05 00:28:37 +00:00
fgsch
e4f2646cb0 remove graphics from category. 2000-08-05 00:27:50 +00:00
fgsch
bb5e9603cd update to tin 1.4.4. 2000-08-05 00:26:42 +00:00
fgsch
c006a9bcd4 use CONFIGURE_STYLE, remove FAKE=yes and rearrange a bit. 2000-08-05 00:17:20 +00:00
rohee
b558e19cf3 New patch from the author, sixing a potential security problem
when displaying rogue Postscript files. Now ghostscript is called
safely.
2000-08-05 00:15:23 +00:00
fgsch
6f677d1b29 add tin flavor nntp_only. 2000-08-05 00:13:59 +00:00
fgsch
fff7c39361 add missing file. 2000-08-05 00:12:45 +00:00