1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

12666 Commits

Author SHA1 Message Date
Justin M. Seger
3dcdb70972 Checksum changed 1998-08-27 06:17:48 +00:00
Justin M. Seger
d74c093e13 MASTER_SITE moved 1998-08-27 06:09:50 +00:00
Matthew Hunt
94570786bf Upgrade to 0.65.7. 1998-08-27 05:15:05 +00:00
Masafumi Max NAKANE
0bdc221d7d Update /etc/shells upon make install.
ln -> ${LN}
1998-08-27 02:34:07 +00:00
Masafumi Max NAKANE
7d889fa355 Update /etc/shells upon make install. 1998-08-27 02:33:51 +00:00
Satoshi Asami
a05991d1a2 Take out MANCOMPRESSED=yes (not needed anymore, implied by USE_IMAKE). 1998-08-27 02:20:47 +00:00
Satoshi Asami
bf50e68df8 Mark this port broken:
======
===>  Building package for BBBike-2.48
Creating package /usr/ports/packages/All/BBBike-2.48.tgz
Registering depends: perl-5.00502.
Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz'
tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory
tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
=======

While I'm here, adjust the p5-Tk dependency path (both .pm file and
p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE.
1998-08-27 01:34:53 +00:00
Satoshi Asami
00c30376f7 Hope I haven't missed anything or forgotten to credit anybody. (By
the way, most of the things below are "Reviewed by: hoek" as well.)

The changes are (roughly in order of appearance):

(1) Revamp comments at beginning of file.  Major rewrites.  Reorder
    them into more relevant sections.  Make clear which ones are user
    variables and not to be set in ports' Makefiles.
Reviewed by:	hoek (well, he's the only one who sent any comments)

(2) Include ${.CURDIR}/Makefile.local if it exists.  This is a local
    configuration file (ala rc.conf.local and make.conf.local) so
    please do not commit a file with this name to the repository.
Suggested by:	dillon

(3) MANCOMPRESSED now takes three possible values: "yes", "no" and
    "maybe".  (It used to be a binary variable -- the old behavior is
    now accomplished by "MANCOMPRESSED=yes".  Ports that defined this
    variable to other values have been corrected.)

    "yes" means the manpages are installed compressed, "no" means they
    are not, and "maybe" means the port already respects the value of
    NOMANCOMPRESS.  The default is "yes" for USE_IMAKE ports without
    NO_INSTALL_MANPAGES, and "no" otherwise.

    Add "compress-man" target and move manpage {,de}compression there.

Reviewed by:	hoek etc. and a full build of the ports tree

(4) Add LIBDIR="${LIBDIR}" to MAKE_ENV.  Makes easier to "fix" ports
    for /usr/lib/aout mess.
Submitted by:	ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)

(5) Change ${TMPPLIST} from ${WRKDIR}/PLIST.mktmp to
    ${WRKDIR}/.PLIST.mktmp.
Suggested by:		hoek
Strongly seconded by:	steve

(6) Change a couple more relative pathnames to absolute ones.
Submitted by:	hoek

(7) Move checksum into real-extract.

(8) Change way rules are chained.  Instead of:

build: configure ${BUILD_COOKIE}
${BUILD_COOKIE}:
	@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build

    we now have

build: ${BUILD_COOKIE}
${BUILD_COOKIE}:
	@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} configure
	@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build

    Other than being more PC (pmake clean), this really speeds up
    skipping ports already built.  For instance, "make package" on a
    fully packaged games subtree used to take 269 seconds on average,
    now it's 45 seconds on average.

    The flip side of this is that it will create more processes when
    the targets actually chain, but when you're actually compiling
    things, your make is creating half a bazzilion processes anyway so
    I don't think it matters.

(9) ${TMPPLIST} is now a real dependency.  Create "generate-plist"
    target to generate ${TMPPLIST}.  Make sure it's called when needed
    (usually between do-install and post-install), and that the
    required files exist.

(10) Change some messages so we can tell where "make index" failed.

(11) Check if LIB_DEPENDS really generated the required shared lib or
     not.
Seconded by: "Brent J. Nordquist" <bjn@visi.com>
1998-08-27 00:18:50 +00:00
Satoshi Asami
7f5b0c1e57 Add "deinstall" to list of targets. This is only fair since "install" and
"reinstall" are already here. :)
1998-08-26 23:46:13 +00:00
Satoshi Asami
36c4de4992 "ln" -> "ln -f" 1998-08-26 21:20:40 +00:00
Satoshi Asami
717bc37b79 modula-3 library is now at version 6. 1998-08-26 20:44:12 +00:00
Matthew Hunt
b2defd26b6 Add "USE_XLIB=yes". 1998-08-26 18:32:47 +00:00
Jun Kuriyama
ffb4db21fa Activate vje-trial. 1998-08-26 14:15:05 +00:00
Wolfram Schneider
ce681877b5 Added BBBike. 1998-08-26 09:57:06 +00:00
Wolfram Schneider
58102d225f A route-finder for cyclists in Berlin and Brandenburg (only german).
BBBike computes the shortes and fastest way between point A and B,
depending on the number of traffic lights, crosses, one way streets,
wind force, air temperature, mountains and human power.

BBBike has a cute GUI and map, including most streets, rivers and
lakes, railways stations, and subway stations. It has several
interface to other online database: phone book, zip code, Berlin city
map, eplus mobil phone map of Brandenburg.
1998-08-26 09:55:38 +00:00
David E. O'Brien
c36f11a763 * upgrade to 19980816 snapshot
* reduce maintance costs, advantage PLIST_SUB
1998-08-26 09:51:16 +00:00
David E. O'Brien
7d83638156 turn on bc-gcc 1998-08-26 09:42:48 +00:00
David E. O'Brien
5eaf164feb gcc with bounds checking support for pointers and memory 1998-08-26 09:41:56 +00:00
Vanilla I. Shu
3b0b5f5e10 Upgrade to 1.31. 1998-08-26 09:39:01 +00:00
Vanilla I. Shu
af4cd62f15 Change maintainer's email address, and add depends with rsaref.
PR:		ports/7740
Submitted by:	maintainer
1998-08-26 09:14:54 +00:00
Satoshi Asami
22a6ca1563 The RESTRICTED string will be printed out with a "." at the end. 1998-08-26 08:35:03 +00:00
Satoshi Asami
d09feb94a8 MANCOMPRESSED=maybe 1998-08-26 06:43:56 +00:00
Satoshi Asami
ff2cc1e113 No need to use += for a variable defined only once. 1998-08-26 06:40:27 +00:00
Satoshi Asami
1243759365 "mkdir" -> "mkdir -p" 1998-08-26 05:41:48 +00:00
Satoshi Asami
84f00a499f "ln -s" -> "ln -sf" 1998-08-26 05:29:36 +00:00
Jun Kuriyama
51b8ccb1f8 Add vje.tgz. 1998-08-25 22:08:03 +00:00
Jun Kuriyama
8eeb4abab5 VJE-Delta Ver 2.5 for Linux/FreeBSD is a Japanese
Imput-Method-Exchanger for X Window System Version 11 Rel.6(X11R6)
with Linux or FreeBSD operating system.

PR:		ports/7329
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-08-25 22:06:49 +00:00
Satoshi Asami
f40c16692b There was no newline at end of PLIST.
While I'm here, move manpage to MAN1.
1998-08-25 20:38:04 +00:00
Satoshi Asami
06fdd237c6 There was no newline at end of PLIST.
While I'm here, move manpage to MAN1.
1998-08-25 20:21:17 +00:00
Stefan Bethke
415cfc8efd Misplaced #include broke compile.
PR:		ports/7643
1998-08-25 20:08:06 +00:00
Jun Kuriyama
16c00b98a5 Activate gettext. 1998-08-25 16:14:05 +00:00
Jun Kuriyama
bbfa516de3 GNU gettext package.
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-08-25 16:13:04 +00:00
Jun Kuriyama
c6cf610ca0 Remove gettext. 1998-08-25 16:11:35 +00:00
Vanilla I. Shu
f22196f74b Activate slib. 1998-08-25 14:24:07 +00:00
Vanilla I. Shu
f162bf8b02 A portable scheme library for all standard scheme implementation.
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-08-25 14:22:27 +00:00
Vanilla I. Shu
5c80098b41 Correct pkg/PLIST. 1998-08-25 14:07:50 +00:00
Ralf S. Engelschall
716a59bbf6 Reanimate this port after the recent Perl 5 upgrade. 1998-08-25 11:18:06 +00:00
Joseph Koshy
1a7ef31db3 Update to v2.8.1.22
PR:		ports/7717
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
		(maintainer)
1998-08-25 11:12:27 +00:00
Joseph Koshy
41d34f751f Activate `cvslines'. 1998-08-25 10:34:23 +00:00
Joseph Koshy
9f3ac4d8ea A port of `cvslines'; a CVS wrapper that helps with merging changes
between various cvs branches, where the branches represent different
lines of development.
1998-08-25 10:32:47 +00:00
Satoshi Asami
60ba2bdb08 Drats. libjscript is still at 0.90. 1998-08-25 10:31:50 +00:00
Satoshi Asami
4819a1cb2a Dang, missed one. I hate it when this happens. :<
Anyway, change kde shlib version numbers.
1998-08-25 10:16:25 +00:00
Satoshi Asami
7147ee4f54 kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
1998-08-25 10:04:59 +00:00
Satoshi Asami
4d7d30052c kdecore and kdeui shared libraries are now at version 1.X. 1998-08-25 09:13:01 +00:00
Satoshi Asami
cfb2ac868e Mark this port BROKEN while it awaits an upgrade from thepish (who seems
to have dropped off the surface of the earth at the moment :p).
1998-08-25 08:30:34 +00:00
Satoshi Asami
469c5acb73 This port doesn't build.
Also, please fix the complilation flags so it will compile with some
optimization (ideally by respecting CFLAGS).

===
 :
g++ -g -Wall -I. -I../libXicq   -c io.cc -o io.o
io.cc: In function `int cmd_clear(char *)':
io.cc:53: warning: unused parameter `char * input'
g++ -g -Wall -I. -I../libXicq   -c help.cc -o help.o
g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq'
gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake[1]: *** No rule to make target `all'.  Stop.
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake: *** [kxicq] Error 2
*** Error code 2

Stop.
 :
1998-08-25 05:03:18 +00:00
Vanilla I. Shu
e0f8be2e89 Upgrade to 0.65.6,
Change depends to gtk11,
Fix thr problem of gtk(?).
Reminded by:	asami
1998-08-25 04:09:42 +00:00
Vanilla I. Shu
f3699121da Upgrade to 1.12, and change depends to gtk11. 1998-08-25 04:04:49 +00:00
Vanilla I. Shu
cd11629e58 Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX. 1998-08-25 03:48:00 +00:00
Satoshi Asami
4a9d89f895 This port is currently broken due to gtk11.m4 problems. 1998-08-25 02:28:37 +00:00