| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
Notes:
svn path=/head/; revision=241308
|
|
|
|
|
|
|
|
|
| |
PR: ports/138052
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=240825
|
|
|
|
| |
Notes:
svn path=/head/; revision=239935
|
|
|
|
| |
Notes:
svn path=/head/; revision=234941
|
|
|
|
| |
Notes:
svn path=/head/; revision=225403
|
|
|
|
|
|
|
|
|
| |
PR: 128988
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=223315
|
|
|
|
|
|
|
|
|
| |
PR: 128962
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=223278
|
|
|
|
|
|
|
|
|
|
|
| |
- This also resulted in cleanups to the build
- No functional change
PR: 124785
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes:
svn path=/head/; revision=215443
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix NOPORTEXAMPLES
PR: 121731
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
miwi
Approved by: maintainer
Notes:
svn path=/head/; revision=214066
|
|
|
|
|
|
|
| |
(due to the maximum ftp.hdfgroup.org number of allowed clients is 20.)
Notes:
svn path=/head/; revision=208639
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
PR: ports/121195
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Notes:
svn path=/head/; revision=208193
|
|
|
|
| |
Notes:
svn path=/head/; revision=207903
|
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via pav
Approved by: stas (mentor, implicit)
Notes:
svn path=/head/; revision=203822
|
|
|
|
|
|
|
|
|
| |
PR: ports/118228
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer), stas (mentor, implicit)
Notes:
svn path=/head/; revision=203494
|
|
|
|
|
|
|
|
|
| |
the port can be upgraded to the newest version after the freeze.
Approved by: portmgr (self), Quincey Koziol <koziol@hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=202777
|
|
|
|
|
|
|
| |
to fix the fetch. This will also allow me to flush a bad distfile on ftp.
Notes:
svn path=/head/; revision=201941
|
|
|
|
| |
Notes:
svn path=/head/; revision=196877
|
|
|
|
|
|
|
|
|
| |
PR: 112245
Submitted by: CHAO Shin <quakelee@cn.FreeBSD.org>
Approved by: itetcu (mentor)
Notes:
svn path=/head/; revision=191335
|
|
|
|
|
|
|
| |
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer) via email
Notes:
svn path=/head/; revision=186917
|
|
|
|
|
|
|
|
| |
PR: ports/110043
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=186912
|
|
|
|
|
|
|
|
|
| |
PR: ports/108982
Submitted by: CHAO Shin <quake at cn.freebsd.org>
Approved by: alexbl (mentor, implicit), Quincey Koziol <koziol at hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=184793
|
|
|
|
|
|
|
|
|
| |
PR: ports/96907
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=161595
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
| |
PR: 80873
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=135033
|
|
|
|
|
|
|
|
| |
PR: ports/77523
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=128953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: ports/63929
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=103348
|
|
|
|
| |
Notes:
svn path=/head/; revision=103147
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6.2
- Pass maintainership to submitter
PR: ports/63252
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Notes:
svn path=/head/; revision=102143
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
PR: 58335
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes:
svn path=/head/; revision=93863
|
|
|
|
|
|
|
|
| |
Configure/build tested on: -stable, -current
Notice from: kris via dosirak.kr
Notes:
svn path=/head/; revision=91026
|
|
|
|
|
|
|
| |
resolve conflitcs with bsd.openssl.mk
Notes:
svn path=/head/; revision=88159
|
|
|
|
|
|
|
|
|
| |
PR: 53044
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=82530
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
| |
Notes:
svn path=/head/; revision=74977
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
|
| |
- Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly
- Strip binaries
PR: 40498
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=62898
|
|
|
|
| |
Notes:
svn path=/head/; revision=62555
|
|
|
|
|
|
|
| |
A New Generation of HDF
Notes:
svn path=/head/; revision=62554
|
|
|
|
| |
Notes:
svn path=/head/; revision=51950
|
|
|
|
|
|
|
| |
to the latest HDF4.1r5...
Notes:
svn path=/head/; revision=51949
|
|
|
|
|
|
|
|
|
|
|
| |
software packages include patchlevel.h expecting their own, instead
of the HDF's.
PR: 27708
Submitted by: tobez@tobez.org
Notes:
svn path=/head/; revision=43273
|
|
|
|
|
|
|
| |
NOPROFILE in the relevant Makefiles.
Notes:
svn path=/head/; revision=41145
|
|
|
|
| |
Notes:
svn path=/head/; revision=29347
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29346
|
|
|
|
|
|
|
| |
string so I fixed it.
Notes:
svn path=/head/; revision=27514
|