| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=393316
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375548
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the process of staging this port:
* Rename patches
* Repurpose files/manpages to Makefile.manlinks to handle man page links
* Move manpages to pkg-plist
* Use PORTDOCS and PORTEXAMPLES (shortens pkg-plist tremendously)
* use COPYTREE_ macros instead of tar
* General modernization and cleanup
Notes:
svn path=/head/; revision=367814
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=276992
|
|
|
|
|
|
|
| |
No functional change.
Notes:
svn path=/head/; revision=256468
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
| |
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change in distfile was a typo fix, diff follows:
diff -ruN EZWGL-1.50.old/include/EZ.h EZWGL-1.50/include/EZ.h
--- EZWGL-1.50.old/include/EZ.h Sat Dec 11 06:27:24 1999
+++ EZWGL-1.50/include/EZ.h Tue Mar 1 15:02:31 2005
@@ -3453,7 +3453,7 @@
int x1, int y1, int flag));
EXTERN void EZ_MarkSSheetUsedTextProperties MY_ANSIARGS((EZ_Widget *widget));
EXTERN void EZ_SSheetPasteSelection MY_ANSIARGS((EZ_Widget *widget));
-EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret);)
+EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret));
#endif
#ifndef _EZ_WIDGET_THUM_WHEEL_C_
PR: 90374
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=151178
|
|
|
|
| |
Notes:
svn path=/head/; revision=149530
|
|
|
|
| |
Notes:
svn path=/head/; revision=148425
|
|
|
|
| |
Notes:
svn path=/head/; revision=106779
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Convert K&R style function declarations to ANSI C style.
o Add calls to EZ_WidgetExists() in several places to verify
existance of widgets before use.
- Bump PORTREVISION
PR: 56162
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Notes:
svn path=/head/; revision=88057
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
| |
Notes:
svn path=/head/; revision=75227
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes:
svn path=/head/; revision=67236
|
|
|
|
|
|
|
| |
Submitted by: kan
Notes:
svn path=/head/; revision=65800
|
|
|
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
Notes:
svn path=/head/; revision=52072
|
|
|
|
| |
Notes:
svn path=/head/; revision=47625
|
|
|
|
| |
Notes:
svn path=/head/; revision=39368
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=30165
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=29614
|
|
|
|
|
|
|
| |
Pointy hat: will
Notes:
svn path=/head/; revision=29481
|
|
|
|
|
|
|
|
| |
PR: 19150
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=29479
|
|
|
|
|
|
|
|
| |
PR: 18975
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=29183
|
|
|
|
|
|
|
|
| |
PR: 18049
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=27761
|
|
|
|
| |
Notes:
svn path=/head/; revision=27470
|
|
|
|
|
|
|
|
|
| |
have time to maintain them.
Approved by: andy
Notes:
svn path=/head/; revision=27113
|
|
|
|
| |
Notes:
svn path=/head/; revision=20951
|
|
|
|
|
|
|
|
|
| |
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
Notes:
svn path=/head/; revision=19801
|
|
|
|
|
|
|
|
| |
PR: 10073
Submitted by: maintainer
Notes:
svn path=/head/; revision=16844
|
|
|
|
|
|
|
|
| |
PR: 9216
Submitted by: maintainer
Notes:
svn path=/head/; revision=15783
|
|
|
|
|
|
|
| |
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=14734
|
|
|
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
Notes:
svn path=/head/; revision=14465
|
|
|
|
| |
Notes:
svn path=/head/; revision=13641
|