| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/96907
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
PR: 80873
Submitted by: me
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/77523
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/63929
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Update to 1.6.2
- Pass maintainership to submitter
PR: ports/63252
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>
|
| |
|
|
|
|
|
| |
PR: 58335
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
|
|
|
|
|
| |
Configure/build tested on: -stable, -current
Notice from: kris via dosirak.kr
|
|
|
|
| |
resolve conflitcs with bsd.openssl.mk
|
|
|
|
|
|
| |
PR: 53044
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
|
|
| |
- Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly
- Strip binaries
PR: 40498
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
A New Generation of HDF
|
| |
|
|
|
|
| |
to the latest HDF4.1r5...
|
|
|
|
|
|
|
|
| |
software packages include patchlevel.h expecting their own, instead
of the HDF's.
PR: 27708
Submitted by: tobez@tobez.org
|
|
|
|
| |
NOPROFILE in the relevant Makefiles.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include/dfconvrt.h
include/dfivms.h
include/dir_mac.h
include/glist.h
include/hqueue.h
include/maldebug.h
include/mcache.h
include/patchlevel.h
include/sys_dir_mac.h
include/trace.h
include/vgint.h
lib/libdf_p.a
lib/libmfhdf_p.a
Submitted by: bento
|
|
|
|
| |
string so I fixed it.
|
|
|
|
|
| |
PR: 14717
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
| |
|
|
|
|
|
| |
true -> ${TRUE}
false -> ${FALSE}
|
| |
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
|
| |
|
| |
|
|
|
|
| |
will cause pkg_delete to fail.
|
|
|
|
| |
"cc /usr/lib/libz.a" to "cc -lz".
|
|
|
|
|
| |
PR: 6784
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
-I../../mfhdf/port -DSWAP -DNDEBUG -DHDF -O2 -pipe -ansi -DNDEBUG xdr.c
In file included from /usr/include/sys/types.h:96,
from types.h:54,
from xdr.c:22:
/usr/include/machine/endian.h:62: conflicting types for `htonl'
types.h:29: previous declaration of `htonl'
/usr/include/machine/endian.h:64: conflicting types for `ntohl'
types.h:28: previous declaration of `ntohl'
|
| |
|
|
PR: 4546
Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
|