| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
| |
Use aspell-ispell instead of textproc/ispell
USE_GMAKE -> USES=gmake
Notes:
svn path=/head/; revision=341543
|
|
|
|
| |
Notes:
svn path=/head/; revision=329696
|
|
|
|
|
|
|
| |
editors)
Notes:
svn path=/head/; revision=327720
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
Notes:
svn path=/head/; revision=326307
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
starting with E,F
Notes:
svn path=/head/; revision=240069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154134
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=146178
|
|
|
|
|
|
|
| |
Pointy hat to: pav
Notes:
svn path=/head/; revision=146005
|
|
|
|
|
|
|
|
|
| |
PR: ports/80690
Submitted by: chinsan <chinsan@mail2000.com.tw>
Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
Notes:
svn path=/head/; revision=146001
|
|
|
|
|
|
|
|
|
|
|
| |
- Set LATEST_LINK, CONFLICTS
- Set chinese/joe to use editors/joe2
Suggested by: Kevin Day <toasty@dragondata.com> (maintainer)
Repocopy by: marcus
Notes:
svn path=/head/; revision=145991
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=91245
|
|
|
|
| |
Notes:
svn path=/head/; revision=76033
|
|
|
|
|
|
|
|
| |
PR: ports/46750
Submitted by: Kevin Day <toasty@dragondata.com>
Notes:
svn path=/head/; revision=72499
|
|
|
|
|
|
|
|
| |
PR: 42920
Submitted by: maintainer
Notes:
svn path=/head/; revision=66585
|
|
|
|
|
|
|
|
| |
PR: 34802
Submitted by: maintainer
Notes:
svn path=/head/; revision=54834
|
|
|
|
|
|
|
| |
Reminded by: Dan Peterson <danp@danp.net>
Notes:
svn path=/head/; revision=54128
|
|
|
|
|
|
|
|
| |
PR: 34540
Submitted by: maintainer
Notes:
svn path=/head/; revision=54120
|
|
|
|
|
|
|
|
|
| |
PR: 27710
Submitted by: Jung-an Fan <rafan@ck.tp.edu.tw> - the problem report
maintainer - the patch
Notes:
svn path=/head/; revision=43427
|
|
|
|
|
|
|
|
| |
would be able to insert their own entries (usually language category)
upfront.
Notes:
svn path=/head/; revision=42933
|
|
|
|
| |
Notes:
svn path=/head/; revision=39537
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Submitted by: brad@comstyle.com
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=38909
|
|
|
|
|
|
|
|
|
|
| |
- un-forbid
- bump PORTREVISION
Submitted by: maintainer
Notes:
svn path=/head/; revision=35627
|
|
|
|
|
|
|
|
|
| |
file which is hard-linked to a file writable by the user who is
running joe. Mark this forbidden until the maintainer decides what
to do.
Notes:
svn path=/head/; revision=35414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
creating a DEADJOE file (http://www.securityfocus.com/archive/1/145305)
- make DEADJOE files with 0600 permissions, rather than using the
user's umask (PR 12827)
- do the PORTREVISION thing
I am not sure whether the maintainer considers these ready. However,
they work for me.
Submitted by: maintainer
Notes:
svn path=/head/; revision=35407
|
|
|
|
|
|
|
|
| |
PR: 18165
Submitted by: Kevin Day <toasty@dragondata.com>
Notes:
svn path=/head/; revision=27908
|
|
|
|
| |
Notes:
svn path=/head/; revision=27501
|
|
|
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
Notes:
svn path=/head/; revision=26946
|
|
|
|
|
|
|
|
|
| |
PR: 15741
Submitted by: Sergey N. Voronkov <serg@dor.zaural.ru>
Reviewed by: maintainer
Notes:
svn path=/head/; revision=24319
|
|
|
|
|
|
|
|
| |
PR: 15330
Submitted by: Oliver Breuninger <ob@seicom.net>
Notes:
svn path=/head/; revision=24032
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
|
|
|
|
| |
PR: 12827
Submitted by: Maintainer
Notes:
svn path=/head/; revision=21104
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
|
| |
PR: 12405
Submitted by: andrews@technologist.com
Notes:
svn path=/head/; revision=19821
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
|
|
|
|
| |
emacsen (*mule-common, mule). That is left for someone more
familiar with their twisty incestuous relationships.
Notes:
svn path=/head/; revision=12575
|
|
|
|
|
|
|
|
| |
PR: ports/4521
Submitted by: Dan Nelson <dnelson@emsphone.com>
Notes:
svn path=/head/; revision=9406
|
|
|
|
| |
Notes:
svn path=/head/; revision=4534
|
|
|
|
| |
Notes:
svn path=/head/; revision=3982
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
Notes:
svn path=/head/; revision=3948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
JOE is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version.
=== ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Since it's not (only) under GPL1, there shouldn't be any problem
with us distributing it in any medium.
Notes:
svn path=/head/; revision=3195
|
|
Notes:
svn path=/head/; revision=1926
|