| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Requested by: imp
|
|
|
|
| |
which means that koffice should now work with it...
|
|
|
|
|
|
|
|
|
|
|
| |
-------
===> Building for gide-0.0.11
cd . && aclocal
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
gmake: *** [aclocal.m4] Error 1
*** Error code 2
Stop.
|
|
|
|
|
| |
PR: ports/8617
Submitted by: candy@kgc.co.jp <maintainer>
|
|
|
|
|
| |
PR: 8614
Submitted by: candy@kgc.co.jp <maintainer>
|
|
|
|
|
| |
PR: ports/8424
Submitted by: Makoto WATANABE <watanabe@z.phys.nagoya-u.ac.jp>
|
|
|
|
|
|
|
| |
It's not sane to require a completly different port (sniffit) just for two
simple header files, so I'm putting them in ${FILESDIR}.
Thanks to Anders Andersson <anders@sanyusan.se> for the remind.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
mistakes so most of the patches were deleted. Two of the patches were to
the same file, but changed so drastically, I just reimported them.
PR: 8292
|
|
|
|
|
| |
PR: 8652
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
|
| |
|
|
|
|
|
| |
PR: 8649
Submitted by: Don Croyle i<croyle@gelemna.ft-wayne.in.us>
|
|
|
|
| |
seperate from FreeBSD e-mail addresses.
|
|
|
|
|
|
|
|
| |
upgrade with only minor patch changes so I'm just going to commit it,
especially since the original was marked broken (can't fetch anymore).
PR: 8652
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
|
|
|
|
| |
Submitted by: roberto
|
|
|
|
|
|
|
| |
mico and gcc 2.7.2.1 ... not usable with koffice at this time, as it requires
you to disabl-mini-stl, but that will require either gcc 2.8.1 or egcs to
make that happen, and still working out bugs with the more stable version of
egcs then is in ports...
|
|
|
|
| |
Remind by: asami
|
|
|
|
|
| |
PR: ports/8224
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
|
| |
PR: ports/7721
Submitted by: yoshiaki@kt.rim.or.jp
|
| |
|
| |
|
|
|
|
| |
.../xemacs-20.4/...) to match reality.
|
|
|
|
|
| |
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> (maintainer)
PR: 8650
|
|
|
|
|
| |
Bill will also stop El Nino (if he has time after the ports). Welcome,
Bill!
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
|
|
|
|
|
|
|
| |
a few variables that could be used in the port Makefile for ".if exists()"
tests. bsd.port.post.mk defines the rest.
Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including
bsd.port.pre.mk. These are the only two variables used in the first part.
In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk
with special variables to turn part of it off.
|
|
|
|
|
| |
PR: 8644
Submitted by: Kostya Lukin <lukin@okbmei.msk.su> (maintainer)
|
| |
|
|
|
|
| |
Found by: Steve's little perl script
|
|
|
|
|
| |
PR: 8616
Submitted by: Daniel Eischen <eischen@vigrid.com>
|
|
|
|
| |
fails in patch.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
|
|
|
|
| |
PR: ports/7576
Submitted by: Yusuke NAWANO <azuki@azkey.org>
|
| |
|
|
|
|
|
| |
PR: ports/7344
Submitted by: Vladimir Kushnir <kushn@mail.kar.net>
|
| |
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Not broken for ELF, since xforms lib isn't broken anymore
Although xforms should be ok for ELF I got the following error message
at startup of lyx:
/usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found
Had to apply a symlink manually:
root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88
root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
|
| |
|
|
|
|
|
| |
PR: 8628
Submitted by: laskavy@gambit.msk.su
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I../intl -I../intl -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -O -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -Wall -c property-background.c
property-background.c: In function `background_read':
property-background.c:874: warning: unused variable `bgColor'
property-background.c: At top level:
property-background.c:925: parse error before `GdkEventDropDataAvailable'
property-background.c: In function `image_dnd_drop':
property-background.c:928: `event' undeclared (first use this function)
property-background.c:928: (Each undeclared identifier is reported only once
property-background.c:928: for each function it appears in.)
property-background.c: In function `connect_dnd':
property-background.c:945: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
property-background.c: At top level:
property-background.c:24: warning: `preview' defined but not used
*** Error code 1
Stop.
|
| |
|
|
|
|
|
|
|
| |
(I still intend to fix the bug in the script that misses an ELF system for
an a.out one)
Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c
GtkDefs.c: In function `Gtk_InstallTypedefs':
GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function)
GtkDefs.c:2559: (Each undeclared identifier is reported only once
GtkDefs.c:2559: for each function it appears in.)
GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function)
GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function)
*** Error code 1
Stop.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 8530
Reviewed by: maintainer
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
|
| |
|
| |
|
|
|
|
|
| |
PR: 8522
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
when I committed it. So here goes:
This port cleans up the layout of badly formatted HTML files.
Reminded by: asami
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE
-O -pipe -Wall -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/inclu
de/glib -c gui_channels.c
In file included from gui_channels.c:39:
intl.h:11: warning: `_' redefined
os.h:15: warning: this is the location of the previous definition
gui_channels.c: In function `sigchan_drag':
gui_channels.c:179: warning: implicit declaration of function `gtk_widget_dnd_data_set'
gui_channels.c: In function `sigchan_drop':
gui_channels.c:189: union has no member named `dropdataavailable'
gui_channels.c:185: warning: `from' might be used uninitialized in this function
gui_channels.c: In function `gui_private_add_channel_button':
gui_channels.c:219: warning: implicit declaration of function `gtk_widget_dnd_drag_set'
gui_channels.c:220: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
gmake[1]: *** [gui_channels.o] Error 1
gmake[1]: Leaving directory `/usr/ports/net/yagirc/work/yagirc-0.65.7/src'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
|
|
|
|
|
|
| |
bsd.port.mk.
Requested by: asami
|
|
|
|
|
| |
PR: ports/8035
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
| |
|
|
|
|
| |
Mistaken by: myself
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Satoshi
-------
cc -O -pipe -I/usr/X11R6/include -Wall -L/usr/X11R6/lib -o gnumeric main.o about.o cell.o cellspan.o clipboard.o color.o cursors.o dates.o dialog-cell-format.o dialog-goto-cell.o dialog-insert-cells.o dialog-delete-cells.o dialog-paste-special.o dialog-zoom.o dump.o eval.o expr.o file.o formats.o func.o fn-date.o fn-math.o fn-misc.o fn-sheet.o format.o gnumeric-sheet.o gnumeric-util.o item-bar.o item-cursor.o item-debug.o item-edit.o item-grid.o number-match.o parser.o pattern-selector.o plugin.o plugin-manager.o render-ascii.o sheet.o sheet-autofill.o sheet-object.o sheet-view.o str.o style.o symbol.o utils.o workbook.o xml-io.o -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui -lgdk_imlib -ltiff34 -ljpeg -lgif -lpng -lz -lSM -lICE -lgtk11 -lgdk11 -lgmodule11 -lXext -lX11 -lm -lgnome -lgnomesupport -lglib11 -lxml ../intl/libintl.a -L/usr/local/lib -L/usr/X11R6/lib -lxpg4
clipboard.o: Undefined symbol `_gtk_selection_add_handler' referenced from text segment
*** Error code 1
Stop.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 8503
Submitted by: Abel Chow <achow@transoft.net>
|
|
|
|
|
| |
PR: 8583
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8551
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8581
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 8468
Reviewed by: maintainer
Submitted by: Rasmus Kaj <kaj@interbizz.se>
|
|
|
|
| |
Requested by: maintainer
|
|
|
|
| |
group already exist.
|
|
|
|
| |
Pointed out by: Bill Fenner's distfile survey.
|
| |
|
|
|
|
|
|
| |
interface.
Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list. The old MAKE_FLAGS was a little hard to use since it had a weird
default ("-f").
Suggested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
(2) Add new targets clean-restricted and clean-for-cdrom, which will
delete RESTRICTED and NO_CDROM packages and distfiles from the top.
Reviewed by: jkh
(3) Add depends to list of things to recurse on. It will help people
who are trying to fetch some ports plus their dependencies.
Requested by: Chris Dillon <cdillon@wolves.k12.mo.us>
|
| |
|
|
|
|
|
| |
master pkg directory. No need to create pkg directories for all the mini-
ports for just one file each.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
===> Building for libgtop-0.26.2
Makefile:499: macros/macros.dep: No such file or directory
cd macros && gmake macros.dep
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
into a single patch for each source file).
|
|
|
|
| |
Prodded by: wosch
|
|
|
|
| |
Suggested by: asami
|
| |
|
|
|
|
| |
don't search apache config
|
|
|
|
|
|
| |
are tracked correctly. pkfonts300 is a repository copy from pkfonts, and
other pkfonts* directories only contain PLIST and a Makefile that sets
RESOLUTION and includes pkfonts300/Makefile.
|
|
|
|
|
|
|
| |
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.
Reported-by: jdp
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this
is not usable for compiling either corba or koffice, which is still being
worked on...
Please report any bugs on this to me, as I'm trying to work with the
MICO guys as far as getting FreeBSD recognized as an "official port" instead
of their current web page, which reports "somehow it works under FreeBSD"...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(one of the questions is about the domain name, which I assume is put in
setup files).
|
| |
|
| |
|
| |
|
|
|
|
| |
Alerted by: Satoshi Asami <asami@freebsd.org>
|
|
|
|
| |
fix CATEGORIES in mswordview/Makefile.
|
|
|
|
|
|
|
|
|
|
|
|
| |
binary file format (office97), it currently converts word into html,
which can then be read with a browser.
It is also capable of converting Japanese MS Word document
MSWordView HomePage is
http://www.csn.ul.ie/~caolan/docs/MSWordView.html
Reviewed by: itojun
Submitted by: sumikawa@kame.net
|
| |
|
|
|
|
|
|
| |
Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
| |
|
|
|
|
| |
Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
|
|
|
|
|
| |
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
|
|
|
|
|
| |
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
|
| |
|
|
|
|
|
| |
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
|
|
|
|
|
| |
Submitted by: Mikhail Teterin <mi@video-collage.com>
email Message-Id: <199811042059.PAA03130@video-collage.com>
|
| |
|
|
|
|
| |
Submitted by: Tom Jobbins <tom@tom.tj>
|
| |
|
| |
|
|
|
|
|
|
|
| |
current bug in the egcs port (its not a bug in the port, its a bug in egcs
itself)...
Change dependencies so that it will compile using --disable-mini-stl
|
|
|
|
| |
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
|
|
|
|
|
| |
get a little farther.
Requested by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
|
| |
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
|
| |
|
|
|
|
| |
Reported by: jmz
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
always put site cache locally
|
|
|
|
|
| |
PR: 8562
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
|
|
|
|
| |
kpilot includes its own copy of libpisock (aka libpilot), version 2.
|
| |
|
|
|
|
|
|
|
| |
Radius authenticated login.
PR: 7942
Submitted by: Maurice Castro <maurice@serc.rmit.edu.au>
|
|
|
|
|
| |
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
PR: 8558
|
|
|
|
|
|
| |
* updated for ELF
* correct patches so that we have only one patch per file
* give configure a hint so that it may find pilot-link libs
|
|
|
|
| |
name in the supplied configuration file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 8548
Submitted by: ripley@beng.org
|
|
|
|
| |
Submitted by: msmith
|
|
|
|
| |
Submitted by: ache
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(cd /usr/ports/devel/gide/work/gIDE-0.0.10; aclocal; automake)
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
*** Error code 1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
gcc -o replay dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o buffer.o audioIO.o position.o layer2.o rtbuf.o util.o getopt.o getopt1.o replay.o -lesd `"gtk11-config" --libs` -lesd
/usr/X11R6/lib/libgtk11.so: undefined reference to `g_datalist_set_destroy'
/usr/X11R6/lib/libgtk11.so: undefined reference to `g_datalist_id_set_destroy'
*** Error code 1
|
| |
|
| |
|
|
|
|
| |
instead of in /tmp because conflict in multiuser system
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
gcc -c -O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_BSD -DARCH_i386 audioIO.c
In file included from audioIO.c:11:
audioIO_Linux.c:29: parse error before `32768'
audioIO_Linux.c: In function `audioOpen':
audioIO_Linux.c:81: invalid lvalue in unary `&'
gmake: *** [audioIO.o] Error 1
*** Error code 2
|
| |
|
|
|
|
| |
PR: 8507
|
|
|
|
|
| |
PR: 8514
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8483
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8451
Submitted by: Stephen J. Roznowski <sjr@home.net>
|
|
|
|
|
| |
PR: 8449
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 8407
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Entry binding didn't work properly in XIM session.
- Widget path name that have kanji cound not be parsed when
internal kanji code is JIS.
PR: 8391
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8342
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Portcheckout(1) checks out a FreeBSD port and all runtime
and buildtime depending ports into the current working
directory. The output is written to stdout as an
executable shell-script.
Compiling a FreeBSD port usually require a full tree of ports
in /usr/port. A cvs checkout or a cvs update command takes
a very long time and need much free space.
With portcheckout, you checkout only the parts of the port
tree which you really need. This is a magnitude faster!
|
| |
|
|
|
|
| |
for other machines/installs, ppl have to try and build it...
|
|
|
|
|
|
|
| |
Replaced the --with-tcl=/usr/include with just --with-tcl
Left in BROKEN status...can someone test and let me know if there is
anything else I've overlooked?
|
| |
|
|
|
|
|
| |
Submitted by: shige@kuis.kyoto-u.ac.jp
PR: ports/8226
|
| |
|
| |
|
|
|
|
| |
Requested by: nik
|
|
|
|
| |
Submitted by: Andrew Maltsev <am@amsoft.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is definitely wrong.
===
cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a .
/usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc
c++ -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include -c qtmico.cc -o qtmico.o
In file included from qtmico.cc:25:
../include/mico/qtmico.h:32: qapp.h: No such file or directory
../include/mico/qtmico.h:35: qsocknot.h: No such file or directory
../include/mico/qtmico.h:36: qtimer.h: No such file or directory
In file included from qtmico.cc:266:
qtmico.moc:17: qmetaobject.h: No such file or directory
gmake[1]: *** [qtmico.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir'
gmake: *** [system] Error 1
*** Error code 2
Stop.
|
|
|
|
|
|
|
| |
glibc2 stuff.
The tarball is in freefall:~markm/linux_lib-2.6.tar.gz; please someone
move it over to ftp.freebsd.org. Ta!
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: posted to ports@freebsd.org
Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
|
|
|
|
|
| |
Please let me know of any problems, as I won't know until I move into
getting koffice built..
|
|
|
|
| |
actually looking for.
|
|
|
|
| |
Submitted by: rom_glsa@ein-hashofet.co.il
|
| |
|
| |
|
|
|
|
|
| |
make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages
a bit.
|
| |
|
| |
|
|
|
|
|
| |
I'm here, make a2ps43's Makefile detect the missing PAPERSIZE
correctly, and add -${PAPERSIZE} in lprps's PKGNAME.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
packages from a single port. LOOP_VAR is the name of the variable
and LOOP_OPTIONS is a space-separated list of values it should
take. When these are set, the target "package-loop" will go
through a clean and package loop for all the options. The
"package-loop" target is defined as "package" when LOOP_VAR is not
defined, so if you are in the business for building packages, you
should use "package-loop" all the time. (This target is added to
bsd.port.subdir.mk too.)
Also, the "describe" target prints out multiple lines so that all
options will go into the INDEX. (In other words, if you define
these variables, INDEX is going to look real silly if you don't
put ${${LOOP_VAR}} in PKGNAME.)
Seconded by: obrien ("ANYTHING")
(2) Turn off regexp support for LIB_DEPENDS. It is a fixed string of
the form <NAME>.<VER> now.
Tested by: several rounds of complete package builds
(3) Check checksum even if NO_EXTRACT is defined.
(4) Cosmetic fix for message in MANUAL_PACKAGE_BUILD case.
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Guys, it wouldn't hurt to TEST these things once in a while! ;)
|
|
|
|
| |
Requested by: Studded@gorean.org
|
|
|
|
|
|
|
|
| |
The port is marked BROKEN anyway...updating it to what I have so far that
appears to work, so that if I update ports, I don't lose it all again.
Hope to have it unBROKEN over the weekend ... so far, builds out of the
box with the stock cc 2.7.2.1 ...
|
|
|
|
|
| |
files in post-patch so "make deinstall" doesn't complain about non-empty
directories.
|
|
|
|
| |
PR: ports/7004, ports/7818
|
| |
|
|
|
|
|
|
|
|
| |
supporting english and russian.
PR: 8492
Reviewed by: jkoshy
Submitted by: Andrew Maltsev <am@amsoft.ru>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 8478
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
|
|
|
|
| |
Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
|