| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
palm)
|
|
|
|
|
|
|
|
| |
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
| |
|
|
|
|
|
|
| |
PR: ports/177600
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Approved by: portmgr (miwi), jpaetzel (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
| |
|
|
|
|
| |
PR: 145163
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
Submitted by: 144618
|
|
|
|
|
| |
PR: 144082
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
|
|
|
|
| |
PR: 138621
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
|
|
|
|
|
| |
PR: ports/135694
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 132265
Submitted by: Mel Flynn <mel at rachie dot is-a-geek dot net>
Approved by: Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer)
|
|
|
|
|
|
|
|
| |
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
|
|
|
|
|
|
| |
PR: ports/126772
Submitted by: miwi
Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
|
| |
PR: 114521
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
|
|
|
|
| |
PR: ports/104320 (partial)
Submitted by: "Alex Samorukov" <samm@os2.kiev.ua> (maintainer)
|
|
|
|
|
|
| |
- USB always needs threads turned on
PR: ports/104064
|
|
|
|
|
|
|
| |
add more master site
PR: 103504
Submitted by: maintainer
|
|
|
|
|
|
|
| |
take maintainership
PR: 103211
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
|
|
|
|
|
|
|
|
| |
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
backward compatible and is a prerelease too. Sorry.
Asked by: lofi
|
|
|
|
|
|
|
|
| |
- Add OPTIONS to THREAD, PNG and PERL
- Pass maintainership to submitter
PR: ports/92570
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
date assigned, but the trailing "\n" was missing.
|
|
|
|
|
| |
PR: ports/60374
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
|
|
|
|
|
| |
While doing so, fix tcl support; let the configure script do the
job of configuring tcl support.
|
|
|
|
|
|
|
| |
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
| |
The plist was wrong, the list of manpages was wrong. And initially,
it would not build. What happened to testing?
|
|
|
|
| |
port now for kdepim.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: dima
|
|
|
|
|
| |
Submitted by: kan
PR: ports/39440
|
|
|
|
| |
-liconv to -lgiconv.
|
| |
|
|
|
|
| |
libiconv.
|
|
|
|
|
| |
PORTREVISION;
- s/freebsd\.org/FreeBSD.org/ while I'm here.
|
|
|
|
| |
pilot-link and all dependents to build correctly on bento.
|
|
|
|
|
|
|
| |
conformance to the Porter's Handbook. Bump PORTREVISION to reflect
fixes in packaging.
Not reviewed/approved by: maintainer (mea culpa)
|
|
|
|
|
|
| |
the GNU's getopt really...
Submitted by: Ollivier Robert
|
| |
|
|
|
|
|
|
|
|
| |
by non-root users.
- Remove -O flag from CFLAGS due to c++'s optimization bug.
Approved by: maintainer
Requested by: hanai
|
|
|
|
|
| |
PR: ports/24123, ports/24304
Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
|
|
|
|
| |
Submitted by: rich@math.missouri.edu
|
|
|
|
| |
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
|
|
|
|
| |
Submitted by: joseph@randomnetworks.com
|
| |
|
| |
|
|
|
|
|
| |
libraries at system reboot, since they're installed in
a non-standard place.
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the .la droppings.
|
|
|
|
| |
Submitted by: lesnyj@informatik.tu-muenchen.de
|
|
|
|
|
| |
If you're going to use xterm cut'n'paste, please try running the
file through unexpand -a to get rid of xterm's tab expansion.
|
|
|
|
| |
Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs
|
| |
|
|
|
|
| |
Submitted by: Michael Reifenberg <root@nihil.plaut.de>
|
|
|
|
|
| |
PR: 11284
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
|
| |
|
|
|
|
| |
Reviewed by: the ports list
|
|
|
|
| |
Submitted by: dima
|
|
|
|
|
|
| |
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz'
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building package for pilot-link-0.8.13
Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz
Registering depends: tcl-8.0.2 tk-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz'
tar: can't add file bin/ietf2datebook : No such file or directory
tar: can't add file bin/pilot-undelete : No such file or directory
tar: can't add file bin/sync-plan : No such file or directory
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also make myself a maintainer.
|
| |
|
|
|
|
| |
don't worry about it here, it was too late anyway.)
|
| |
|
|
|
|
|
|
|
| |
/usr/local/pilot subhierarchy since this thing installs a *lot* of
executables and headers, many of which may well conflict with other
tools. This also makes it consistent with the prc-tools port.
Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Libraries and header files are included to allow the creation of custom
applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled
in this port).
|