| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=217682
|
|
|
|
|
|
|
|
|
|
|
| |
remakes makefiles but cycles on lib/Makefile from tvision sources.
GNU make does not consider a target that exists, has no commands, is
older than its sources as out-of-date if no sources were actually remade and
thus does not cycle on such Makefiles. The fix for make(1) is coming soon.
Notes:
svn path=/head/; revision=187326
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
|
|
|
| |
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170639
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
| |
Notes:
svn path=/head/; revision=149311
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
** Don't use alarms and signals, but use the timeout-feature of ncurses.
Submitted by: Erling Jacobsen <linuxcub@email.dk>
* Don't patch a sourcefile twice, move patch-ncurses-mouse into
patch-lib::system.cc
* As gcc33 is broken on AMD64 use gcc34 there
* Bump PORTREVISION
Notes:
svn path=/head/; revision=121333
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=120077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.
PR: 71544
Submitted by: Erling Jacobsen <linuxcub@email.dk>
Set maintainer back to ports, as libh is now officially a dead project
Compile with GCC 3.4
Bump PORTREVISION
Notes:
svn path=/head/; revision=119177
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=100677
|
|
|
|
| |
Notes:
svn path=/head/; revision=91424
|
|
|
|
| |
Notes:
svn path=/head/; revision=91379
|
|
|
|
|
|
|
|
|
|
| |
Switch to gcc 3.2, while I am here. Bump PORTREVISION
Reported by: kris
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=77263
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
Notes:
svn path=/head/; revision=73399
|
|
|
|
|
|
|
|
|
|
|
| |
Set Maintainer to libh@
Bump PORTREVISION
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Discussed on: libh
Notes:
svn path=/head/; revision=72863
|
|
|
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
Notes:
svn path=/head/; revision=69625
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
| |
Notes:
svn path=/head/; revision=68849
|
|
|
|
|
|
|
|
| |
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes:
svn path=/head/; revision=61964
|
|
|
|
|
|
|
| |
Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
Notes:
svn path=/head/; revision=60429
|
|
|
|
|
|
|
|
|
|
| |
install the header.
PR: 36800
Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
Notes:
svn path=/head/; revision=60063
|
|
|
|
|
|
|
|
| |
PR: 35789
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=55886
|
|
|
|
| |
Notes:
svn path=/head/; revision=54081
|
|
|
|
|
|
|
|
| |
PR: 31973
Submitted by: Andrew Milton <akm@theinternet.com.au>
Notes:
svn path=/head/; revision=50486
|
|
|
|
|
|
|
| |
Update MASTER_SITES for umatrix, while I'm here.
Notes:
svn path=/head/; revision=49732
|
|
|
|
| |
Notes:
svn path=/head/; revision=48244
|
|
|
|
| |
Notes:
svn path=/head/; revision=44229
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29613
|
|
|
|
| |
Notes:
svn path=/head/; revision=27505
|
|
|
|
|
|
|
| |
for them.
Notes:
svn path=/head/; revision=25296
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
| |
0.7 while I'm here.
Notes:
svn path=/head/; revision=20086
|
|
|
|
|
|
|
| |
the .la file.
Notes:
svn path=/head/; revision=19217
|
|
|
|
|
|
|
| |
Found by: bento
Notes:
svn path=/head/; revision=18631
|
|
|
|
|
|
|
|
|
|
|
|
| |
Creating package /usr/ports/packages/All/tvision-0.6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz'
tar: can't add file lib/libtvision.so.0 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
Notes:
svn path=/head/; revision=13920
|
|
|
|
| |
Notes:
svn path=/head/; revision=13185
|
|
|
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes:
svn path=/head/; revision=10860
|
|
|
|
| |
Notes:
svn path=/head/; revision=9050
|
|
|
|
| |
Notes:
svn path=/head/; revision=6616
|
|
|
|
| |
Notes:
svn path=/head/; revision=6369
|
|
|
|
| |
Notes:
svn path=/head/; revision=6296
|
|
it's pretty slick if a CUI is what you're in the market for (well, it
certainly makes libdialog look seriously weak by comparison, anyway).
I plan to use it for sysinstall's replacement.
Submitted by: Sergio Sigala <ssigala@globalnet.it>
Notes:
svn path=/head/; revision=5737
|