Commit Graph

928 Commits

Author SHA1 Message Date
pvalchev
44f9859a62 fix build with gcc2 (function declaration inside a function
declaration? yuck), ok maintainer jasper
2006-03-12 17:28:24 +00:00
niallo
efa4bcd0f9 +dtach 2006-03-05 17:07:40 +00:00
niallo
3b0835794b Import dtach.
DESCR:

dtach is a tiny program that emulates the detach feature of screen,
allowing you to run a program in an environment that is protected from
the controlling terminal and attach to it later. dtach does not keep
track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.
2006-03-05 17:05:36 +00:00
david
4041514197 sort SUBDIR list; ok sturm@ 2006-02-12 16:24:50 +00:00
david
9923841b93 cleaning: remove commented nonexistent SUBDIR entries; ok sturm@ 2006-02-12 14:58:15 +00:00
aanriot
be8625cfd9 - Fix WANTLIB and add a dependency to print/ghostscript/gnu-fonts to
make things look better by default.
- Bump PKGNAME.

ok and help matthieu@ naddy@
2006-02-08 22:15:33 +00:00
david
f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
steven
114659edb9 remove MASTER_SITE_LOCAL, distfile is not there. 2006-02-04 23:18:20 +00:00
robert
01c5c5bfeb generate and install an example config file; bump PKGNAME
requested by frantisek holop <minusf@obiit.org>
2006-02-01 16:29:47 +00:00
alek
b7ba9ef98e Add gnuwatch 2006-01-28 11:11:37 +00:00
alek
25761ce767 Import gnuwatch 3.2.6
GNU watch runs a command repeatedly, displaying its output (the first
screenfull). This allows one to watch the program output change over time.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2006-01-28 11:04:08 +00:00
aanriot
04950fee3f remove MODGNU_SHARED_LIBS.
ok steven@ naddy@
2006-01-19 10:38:01 +00:00
steven
43d02a8079 fix WANTLIB after gtk+2 downgrade 2006-01-18 21:49:40 +00:00
steven
e834c3019d - remove unneeded MODGNU_SHARED_LIBS
- sync PLIST with new gettext
- SUBST_VARS help from espie@
- bump PKGNAME
2006-01-14 20:27:11 +00:00
steven
b01c0f7240 zap unneeded MODGNU_SHARED_LIBS and related patch 2006-01-14 20:05:49 +00:00
espie
544baa9568 SHARED_LIBS bump for C++, math -> multimedia 2006-01-14 00:28:45 +00:00
steven
03feb49bbb update to 1.10
from Jasper Lievisse Adriaanse
2006-01-09 23:13:11 +00:00
steven
4a9b8373a0 SHARED_LIBS, sync with update-patches 2005-12-30 23:25:56 +00:00
naddy
efe0cd25f3 restore comment line for lib, it's not in SHARED_LIBS anyway 2005-12-28 21:46:04 +00:00
brad
65cd91a8a1 upgrade to libutf8 0.8 2005-12-27 19:17:46 +00:00
steven
161d310795 SHARED_LIBS and USE_LIBTOOL
ok pvalchev@
2005-12-25 23:44:30 +00:00
steven
1ec348c316 SHARED_LIBS
ok pvalchev@
2005-12-25 23:42:09 +00:00
pvalchev
2f97f0f9a1 bump PKGNAME after USE_LIBTOOL to be safe per concensus... 2005-12-25 23:40:43 +00:00
steven
a349fa8ba5 SHARED_LIBS and USE_LIBTOOL
ok pvalchev@
2005-12-25 23:23:47 +00:00
steven
cc28e0febb SHARED_LIBS
ok pvalchev@
2005-12-25 23:21:57 +00:00
pvalchev
78b4cc62e9 shared libs/libtool 2005-12-25 22:56:32 +00:00
mbalmer
56744ba4bb Move plan(4) to plan(5) where it belongs to.
Bump package name.

From Matthias Kilian <kili@outback.escape.de>
2005-12-22 08:33:34 +00:00
alek
c99f830369 - Install manpages
- Bump PKGNAME

From Matthias Kilian <kili@outback.escape.de>
2005-12-11 18:45:17 +00:00
sturm
b22c24da2f update to File-MMagic 1.25
from jasper at nedbsd.nl via maintainer Alexander Bluhm
2005-12-06 20:26:23 +00:00
sturm
ec62dbfcd4 update to amanda 2.4.5p1, from maintainer
USE_LIBTOOL and add annotations for non-regular ownership/mode
2005-11-25 09:08:01 +00:00
alek
da1a4408c0 - Don't build included libintl or include its headers
- Fix libintl/libiconv detection
- Bump PKGNAME
2005-11-19 01:23:42 +00:00
naddy
3e966aa223 wantlib fix 2005-11-16 22:56:08 +00:00
wilfried
832cc2c6e7 fix wantlib + bump 2005-11-15 15:51:51 +00:00
wilfried
5630e1aa18 fix packages-specs brain fart from yesterday and bump 2005-11-15 09:21:50 +00:00
wilfried
4faa703a18 fix wantlib + bump 2005-11-14 12:13:34 +00:00
espie
f5d7844b9c This is *REALLY* a pile of shit 2005-11-05 09:28:42 +00:00
naddy
bfd5225608 Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
2005-11-03 18:28:55 +00:00
espie
87860dd76c regen patch
fix completely brain-dead formula for computing padding that worked by
accident (except for 32 bits display)
make sure we get our CFLAGS and not the shit it wants (especially since
we use -fno-strict-aliasing anyways).

and bump PKGNAME, of course...
2005-11-03 14:46:01 +00:00
naddy
fd27939d96 * don't insert line breaks into the middle of multibyte chars
* USE_LIBTOOL
* don't use included libintl, force -liconv to workaround broken gettext test
2005-11-03 13:18:23 +00:00
fgsch
ca8a220c97 working master site. 2005-11-01 21:33:56 +00:00
naddy
121408a09b - update to 1.6.5
- fix LP64 problems; fixes amd64 crash reported by Marcos Latas
2005-10-31 20:27:14 +00:00
fgsch
c5b44fec6e after querying brad@ he decided to drop maintainership for these. 2005-10-30 00:10:39 +00:00
mbalmer
c8c2453d49 Update to clex 3.13. From maintainer, Victor Sahlstedt, salan at legonet org
Changelog: http://www.clex.sk/download/ChangeLog
2005-10-09 16:05:02 +00:00
robert
e3893b5355 Ignore error messages from locale(1), as it does not exist on OpenBSD yet.
bump PKGNAME;

from q# <eth0@o2.pl>
2005-09-27 13:37:49 +00:00
pvalchev
c8d86ba556 remove maintainer Shell Hung due to years of inactivity 2005-09-23 19:41:43 +00:00
bernd
b82ec16a14 update MASTER_SITES, from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok robert@
2005-09-22 13:03:50 +00:00
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
marcm
de5ac92788 Switch MAINTAINER to Chris Kuethe. Since he's a gpsd committer, it seemd
to make sense.

Re-enable garmin support, from Chris Kuethe.  Bump package name.
2005-09-05 19:43:41 +00:00
espie
e2578872a2 fix manpage 2005-09-05 13:50:20 +00:00
espie
9763c8d7dd fix manpage 2005-09-05 12:42:32 +00:00