Porting Songbird (how to make a Linux port)

2009-06-04 Thread Eitan Adler
piling involved - just running the program. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Automatically generate symlinks for virtual categories.

2009-06-04 Thread Eitan Adler
license. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Automatically generate symlinks for virtual categories.

2009-06-05 Thread Eitan Adler
in the ports tree? Yes. A lot of programs have category/name and language/name for localized versions. > > [1] http://tx97.net/pub/files/auto-symlink-virtual.sh > Current version: http://isis.poly.edu/~eitan/files/auto-symlink-virtual-2.sh I'll be making a port of this soon ;)

Re: Porting Songbird (how to make a Linux port)

2009-06-05 Thread Eitan Adler
Martin Wilke wrote: > On Thu, Jun 04, 2009 at 06:51:56PM -0400, Eitan Adler wrote: >> Here is the start of a Makefile for Songbird >> http://isis.poly.edu/~eitan/files/Songbird-Makefile-v1 > >> The porter's handbook doesn't have a section on the Linux ports (a

Re: Automatically generate symlinks for virtual categories.

2009-06-05 Thread Eitan Adler
e? No - you still have the issue of languages. For example japanese/xchat and irc/xchat have the same name. This is the issue I was trying to avoid. > > [1] http://tx97.net/pub/files/auto-symlink-virtual.sh > Thanks for the ideas (and code)! -- Eitan Adl

Re: Automatically generate symlinks for virtual categories.

2009-06-05 Thread Eitan Adler
I fixed all known problems as well as moving things into maintainable functions: http://isis.poly.edu/~eitan/files/auto-symlink-virtual-3.sh -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jak

Re: Automatically generate symlinks for virtual categories.

2009-06-05 Thread Eitan Adler
Attached is the Makefile from the port. In order to save space I'm not attaching pkg-descr, or distinfo. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen # New ports collection makefile for: symlink # Date created:

Re: Automatically generate symlinks for virtual categories.

2009-06-06 Thread Eitan Adler
Newest version's Makefile is attached. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen # New ports collection makefile for: symlink # Date created:Fri Jun 05 2009 # Whom: Eitan Adler # # $FreeB

porting dash (the shell)

2009-06-06 Thread Eitan Adler
g: implicit declaration of function 'stat64' exec.c:317: warning: unused eitan 'statb' gmake[3]: *** [exec.o] Error 1 gmake[3]: Leaving directory `/home/eitan/dash-0.5.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/home/eitan/dash-0.5.1/src' gmake[1]: *

Re: porting dash (the shell)

2009-06-06 Thread Eitan Adler
Boris Kochergin wrote: > Eitan Adler wrote: >> if gcc -DBSD=1 -DSMALL -DSHELL -DGLOB_BROKEN -DFNMATCH_BROKEN >> -DIFS_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -D_DIAGASSERT\(x\)= -I. >> -I. -I.. -include ../config.h -g -O2 -Wall -MT exec.o -MD -MP -MF >> ".dep

updating the allegro-devel port

2009-06-21 Thread Eitan Adler
) run ./fix.sh unix 2) run gmake depend 3) run gmake 4) run gmake install 5) run gmake install-gzipped-man instead of #2 and #3 you could also run gmake full-build If someone could help me fix this Makefile it would really help ;) -- Eitan Adler # New ports collection makefile for:allegro #

port naming question

2009-06-22 Thread Eitan Adler
ow do I tell portscout to ignore 4.9.* in the allegro-devel branch? -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/m

Re: [RFC] New category proposal, i18n

2009-06-23 Thread Eitan Adler
> > I would like for it to be a real category, so we can unclutter the misc/ > folder, and encourage more local/internationalized stuff in the new category. I would like it to be a virtual category. Lets take a random i18n port: misc/koffice-i18n-th The port would get moved to editors/ and i18n

Re: [RFC] New category proposal, i18n

2009-06-24 Thread Eitan Adler
> I'm constantly involved in a fight between my 'evil' and 'good' side; > I can't stand the usual US spellings as a Brit, but I always end up > admitting to myself that US spellings generally: > >make more sense; Coming from an American: $make more sense; make: don't know how to make more. Sto

Delete a port I maintain

2009-10-07 Thread Eitan Adler
The upstream author no longer maintains this port and I don't have the time to fix it. This port could be removed from the ports tree. portname:           hebrew/geresh broken because:     needs update for the new fribidi paragraph API build errors: http://pointyhat.freebsd.org/errorlogs/i386-erro

Checking for parity of ports conflicts

2009-10-11 Thread Eitan Adler
http://isis.poly.edu/~eitan/files/conflict-partity.sh Is a simple script which checks to make sure that when port A conflicts with port B the reverse is also true. It is not entirely accurate. Any improvements are welcome. ___ freebsd-ports@freebsd.org m

using svn to fetch for ports (yet again!)

2009-11-04 Thread Eitan Adler
I have a small patch to bsd.port.mk which would allow a port to replace its do-fetch with a svn export of a /specific revision/ of a remote repo. I know there have been some attempts at trying this before and from what I've been reading I addressed some of the major concerns: 1) Past attempts didn

Re: using svn to fetch for ports (yet again!)

2009-11-05 Thread Eitan Adler
> I'd much rather see this used as something that reduced the amount of > code required for maintainers to build tarballs from SVN.  For example > something similar in spirit to what I've done in devel/llvm-devel.  That > means mirroring or otherwise transfering the source around is possible. Would

trouble porting dash shell (make errors)

2009-11-07 Thread Eitan Adler
I tried the dash mailing list with no reply. mksignames.c is attached. Here is the output from ./configure && gmake if gcc -DHAVE_CONFIG_H -I. -I. -I..  -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN  -Wall -g -O2 -MT nodes.o -MD -MP -MF ".deps/nodes.Tpo" -c -o nodes.o nodes.c; \        then m

RFC: svn for make fetch

2009-11-08 Thread Eitan Adler
I was hoping to get a bit more of a response to a recent posting of mine with regard to using svn to fetch files for ports My proposal: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23776.html A summary of what has been going on: http://wiki.freebsd.org/EitanAdler/ports-svn This is some

Re: make config in editors/vim port

2009-11-09 Thread Eitan Adler
> Defining WITH_OPTIONS or WITH_VIM_OPTIONS in /etc/make.conf will enable > the regular dialog configuration screen. Why does the vim port require extra configuration to get the options configuration screen? ___ freebsd-ports@freebsd.org mailing list http

Re: RFC: svn for make fetch

2009-11-09 Thread Eitan Adler
Correct me if I'm wrong but I thought that svn did its own checksumming. If so why do we need to our own? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-un

Re: RFC: svn for make fetch

2009-11-10 Thread Eitan Adler
Alright - I updated the wiki page to summarize the thread so far. I'd appreciate if people could comment on the "spec" part specifically. I'd like to see that section become much more specific (so that I could use it to unambiguously write something based off of it) I'm holding off on writing any

Re: RFC: svn for make fetch

2009-11-12 Thread Eitan Adler
Any problems with something like this in bsd.svn.mk Comments and suggestions welcome... x-svn-export: svn export -r${SVN_REV} ${SVN_URL} ${WRKSRC} x-svn-tar: ${TAR} -cjvf ${DISTNAME}.tar.bz2 ${WRKSRC} ${RM} -rf ${WRKSRC} x-svn-head: SVN_REV != svn info ${SVN_U

Re: RFC: svn for make fetch

2009-11-13 Thread Eitan Adler
Nov 10, 2009 at 10:28:17PM +0200, Eitan Adler wrote: > > Alright - I updated the wiki page to summarize the thread so far. > > I'd appreciate if people could comment on the "spec" part > > specifically. I'd like to see that section become much more specific >

Re: RFC: svn for make fetch

2009-11-17 Thread Eitan Adler
> Actually, I *had* a patch that got the source from svn, tarred it > and checksummed it, with little modification to the do-fetch target > and abusing FETCH_* variables. > The unsolvable problem I ran in to, is that svn doesn't adjust > timestamps for directories on export, so the checksum for the

Re: RFC: svn for make fetch

2009-11-18 Thread Eitan Adler
On Wed, Nov 18, 2009 at 2:19 AM, Scot Hetzel wrote: > On Tue, Nov 17, 2009 at 3:59 PM, Eitan Adler wrote: >>> Actually, I *had* a patch that got the source from svn, tarred it >>> and checksummed it, with little modification to the do-fetch target >>> and abus

devel/allegro 4.2.2 to 4.2.3.1

2009-11-19 Thread Eitan Adler
I was hoping to get some testing of this patch by people who use allegro (note the last line requires files to be removed). patch-allegro Description: Binary data ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Porting Songbird - what does it depend on?

2009-12-08 Thread Eitan Adler
While attempting to port Songbird to firefox I get /usr/local/lib/linux-songbird/songbird-bin /usr/local/lib/linux-songbird/songbird-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory What dependency am I missing?

Re: Porting Songbird - what does it depend on?

2009-12-09 Thread Eitan Adler
> Chances are that you just need to specify something like --disable-jemalloc > to Songbird's configure script.  FreeBSD's malloc implementation is pretty > much the same as the one embedded in Songbird, so there's no need to > override the system malloc. I'm using the precompiled Linux binary (li

[RFC] Tools/ script for automatically making a tar out of svn sources

2009-12-09 Thread Eitan Adler
The attached script is designed to work with the 20+ ports that currently have to resort to hacks to automatically figure out the head version, checkout from svn, make a tar file, and then upload the file to freefall. It is based on some my earlier work/proposals (http://wiki.freebsd.org/EitanAdle

Re: [RFC] Tools/ script for automatically making a tar out of svn sources

2009-12-10 Thread Eitan Adler
> I don't see the script. The attachment never made it through (not sure why: in my MUA it looks like it was sent) and after some more looking I decided I was probably a bit to fast. I'll send a repost when I improve it ___ freebsd-ports@freebsd.org mail

emulators/wine - failed to build

2010-01-16 Thread Eitan Adler
Here is the end of the wine build output: gmake[1]: Entering directory `/dta/ports/emulators/wine/work/wine-1.1.36/fonts' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/dta/ports/emulators/wine/work/wine-1.1.36/fonts' gmake[1]: Entering directory `/dta/ports/emulators/wine/w

using webcamd

2010-01-24 Thread Eitan Adler
Can anyone point me to instructions for using webcamd? After kldloading video4bsd webcamd still says "can't find USB device" ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail t

Re: Need help with new port math/ggobi

2010-01-28 Thread Eitan Adler
> > 1. The port needs libraries gtk2 and libxml2. > Is it ok how the port ensures they are installed? > Ports has a predefined method of doing this: USE_GNOME= gtk20 libxml2 > 3. ggobi authors suggest to create /etc/xdg/ggobi/ for resource file. > A better place would be /usr/local/etc/xdg/gg

Re: Porting question

2010-01-30 Thread Eitan Adler
Can't you do something like this? > > pre-everything: >@if [ ! -f /usr/src/sys/conf/newvers.sh ] ; then \ >${ECHO_MSG} "==> Error: Can't find kernel sources" ; \ >${FALSE} ; \ >fi > IMHO it is better to use I

webcamd requires restart after pwcview quits

2010-01-30 Thread Eitan Adler
If I run pwcview with -s vga it works. However if I quit pwcview and try to restart it I just get a green screen. The only way for me to get it to work again is to restart webcamd. Is this a known bug? Is there a way I could avoid this? ___ freebsd-ports

testing requested devel/allegro 4.2.2 to 4.2.3.1

2010-02-01 Thread Eitan Adler
I was hoping to get some testing of this patch by people who use allegro (note the last line requires files to be removed). I know that 4.4 is out but it changed build systems so it will take me a bit more time before I can get a port together patch-allegro Description: Binary data _

better way to handle required rebuild on library bump

2010-02-06 Thread Eitan Adler
The recent change to jpeg required a lot of changes to a lot of ports all just to bump a version number. It is easy to miss things this way and requires a lot of work and downloading. I propose that some kind of MAJORVERSION be stored in /var/db/ports. Then when a library's MAJORVERSION is changed

Re: better way to handle required rebuild on library bump

2010-02-06 Thread Eitan Adler
On Sun, Feb 7, 2010 at 12:27 AM, Edwin Groothuis wrote: > On Sat, Feb 06, 2010 at 11:48:33PM +0200, Eitan Adler wrote: > > The recent change to jpeg required a lot of changes to a lot of ports all > > just to bump a version number. > > That is true, there is a script fo

Re: better way to handle required rebuild on library bump

2010-02-07 Thread Eitan Adler
> This will accomplish exactly what you want: > >portmanager -u -p > How will portmanager -u -p avoid the need to bump the PORTREVISION (like the recent jpeg change)? > > It is in the port tree. > > -- > Jerry > ges...@yahoo.com > > |=== > |=== > |=== > |=

Re: better way to handle required rebuild on library bump

2010-02-07 Thread Eitan Adler
> > Then when a library's MAJORVERSION is changed it will prompt a rebuild on > any > port that relies on it will also get rebuilt. > > I assumed that you were looking for a program that would force an > update of any ports that were dependent upon a changed(updated) port. > The command I posted

Re: better way to handle required rebuild on library bump

2010-02-08 Thread Eitan Adler
With due respect to the creativity of the OP, the whole conversation is basically moot since in almost all cases a library major version change requires a change to the LIB_DEPENDS line in the port anyway, so a PORTREVISION bump is a very tiny bit of additional work. Ah, I did not realize this. As

Re: www/firefox: Firefox 3.6 crashes, Firefox 3.5.7 not

2010-02-08 Thread Eitan Adler
I have no idea if this is related but from pkg-message Firefox 3.6 and HTML5 Certain functions used to display HTML5 elements need the sem module. If your Firefox crashes with the following message while viewing a HTML5 page: "Bad system call (core dumped)" you need to load the sem module (kldlo

Re: My ports.

2010-02-28 Thread Eitan Adler
I'll take these: > sysutils/googlog > textproc/align > x11/xbindkeys ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

correct location for third party /var files

2010-03-16 Thread Eitan Adler
Are third party tools supposed to use /usr/local/var or /var ? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

help with sed for post-patch

2010-03-21 Thread Eitan Adler
I need to change set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib) to set(LIBRARY_OUTPUT_PATH libdata/lib) Here is what I have ${REINPLACE_CMD} -E 's/\$\{CMAKE_BINARY_DIR\}\/lib/libdata\/lib/' ${WRKSRC}/CMakeLists.txt how could I fix this? ___ freebsd-po

Re: help with sed for post-patch

2010-03-22 Thread Eitan Adler
> ${REINPLACE_CMD} -e 's,$${CMAKE_BINARY_DIR}/lib,libdata/lib,' > ${WRKSRC}/CMakeLists.txt > This works perfectly - I was missing the double $$ - thanks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: HEADS UP: Update for png14 in test on the cluster

2010-03-25 Thread Eitan Adler
> Current preview of the patchs (roughly 4500 ports). > http://people.freebsd.org/~dinoex/logs/png141-patch3 > I noticed that x11/xorg is modified but not x11/xorg-minimal - is there a reason for this? Index: ports/x11/xorg/Makefile

help with converting from configure to cmake (devel/allegro)

2010-03-25 Thread Eitan Adler
I'm currently the maintainer of devel/allegro which, due to my lack of time, is very outdated. The allegro team switched to cmake for the recent version. I do not know how to enable/disable specific options with cmake in the ports system. I attached the Makefile I am currently using (which builds p

help with converting from configure to cmake (devel/allegro)

2010-04-04 Thread Eitan Adler
I sent this march 26th with no response and after some more extensive googling I'm still at a loss as what to do. I'm currently the maintainer of devel/allegro which, due to my lack of time, is very outdated. The allegro team switched to cmake for the recent version. I do not know how to enable/di

drop devel/allegro and devel/allegro-devel

2010-04-19 Thread Eitan Adler
Since I no longer use allegro and don't have time to update them I'd like to drop maintainership of allegro. If anyone would like to take them feel free... Note to the next maintainer: devel/allegro needs to be updated to 4.4.1.1 and devel/allegro-devel needs to be updated to 4.9.19.

feature request for portmaster: check for permissions on --check-depends and friends

2010-04-25 Thread Eitan Adler
When I run portmaster with --check-depends or --check-port-dbdir as a non-root user portmaster will continue to attempt to write to the db dir. For example ===>>> Checking jpeg-8_1 ===>>> Updating +REQUIRED_BY install: /var/db/pkg/jpeg-8_1/+REQUIRED_BY: Permission denied portmaster should

Re: GSoC: Making ports work with clang

2010-05-02 Thread Eitan Adler
> Having tried clang++ I have a feeling that it's not quite ready to be a > generic c++ compiler. > It crashes a lot, fails on many quite simple c++ patterns. Very immature. > Don't you feel it's too early to start project like you are going to given > the state of clang with c++? > You will just k

Re: [HEADS UP] Xorg 7.5 merge comming tomorrow.

2010-05-02 Thread Eitan Adler
It all seems to work, I'm running iceWM with the new Xorg version. However if I try and run the friendly xeyes I get a segfault which brings down the entire X server - not just xeyes.FreeBSD 8.0-RELEASE-p2 i386 ___ freebsd-ports@freebsd.org mailing list h

gcc fails to build: math/gmp does not exist

2010-05-04 Thread Eitan Adler
Debug output: # pwd /usr/ports/lang/gcc46 # make ===> gcc-4.6.0.20100501 depends on file: /usr/local/bin/as - found ===> gcc-4.6.0.20100501 depends on executable: zip - found ===> gcc-4.6.0.20100501 depends on executable: gmake - found ===> gcc-4.6.0.20100501 depends on executable: bison

Re: pylint entry in UPDATING?

2010-05-17 Thread Eitan Adler
> personally, I do not think that (incompatibly) changed user options or > configuration settings for this port are 'worth' an entry in UPDATING, > thus I skipped it. UPDATING entries are cheap. It can't hurt to have this as an entry to help users of the port. _

Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread Eitan Adler
ith WITH_PARTICULAR. > At this point there isn't a "real" way to require this. One option however is to create a slave port with the options you need set and depend on that. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http:

Re: GPLv3-licensed ports

2010-05-19 Thread Eitan Adler
rn the user when installing a GPLv3 port is being installed? -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: GPLv3-licensed ports

2010-05-20 Thread Eitan Adler
o automate many tasks such as: restrict licenses, redistribution of files, identifying GPLv3 ports, etc. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: portmaster cannot find package

2010-05-21 Thread Eitan Adler
> Thanks for the suggestion, I'll definitely consider that for the next > version. I already have problems with the documentation being long and > detailed, whether it is too much of either is sort of in the eye of the > beholder. :) Detailed documentation is almost never a probl

Re: ports licenses

2010-05-30 Thread Eitan Adler
he second one. from bsd.licenses.mk # Case 2: license only known by the port (aka "unknown"). # # In this case LICENSE_{PERMS,NAME} are mandatory, in addition to # either LICENSE_FILE or LICENSE_TEXT. Optional variables are # LICENSE_{GROUPS,NOTES}. -- Eitan Adler _

Re: Data files and ports

2010-06-15 Thread Eitan Adler
ways for you to do this. I just want to bring to your attention the games/doom and games/doom-data ports as well as a few others % ls -d /usr/ports/*/*-data|wc -l 31 -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: mail/thunderbird3 does not build with gcc 4.5.1

2010-06-22 Thread Eitan Adler
ing but with lang/gcc46. Here are the ports that currently fail for me devel/llvm* develclang devel/icu devel/libexecinfo devel/gobject-introspection www/firefox* www/libxul lang/perl* irc/xchat Maybe it would be a good idea to make a wiki page with a table for which ports fail with which comp

flag to tell ports that you are only building for yourself

2010-06-27 Thread Eitan Adler
FLAGS += -mtune=native -march=native -mcpu=native +.endif + .if defined(USE_CSTD) CFLAGS:= ${CFLAGS:N-std=*} -std=${USE_CSTD} .endif -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-por

Re: flag to tell ports that you are only building for yourself

2010-06-28 Thread Eitan Adler
> Any case where it would be useful besides -march/-mtune/-mmmx/-msse*? > Not that I could think of at the moment. I think this solution works better. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Confirming a bug in clang++ (freeBSD

2010-06-28 Thread Eitan Adler
My bug report is here: http://llvm.org/bugs/show_bug.cgi?id=7489 I want to know if this is my problem or a clang++ problem or a bug somewhere else. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Confirming a bug in clang++ (freeBSD

2010-06-29 Thread Eitan Adler
ment and mine is that, according > to your bug report, your program links against > /usr/local/lib/gcc46/libstdc++.so.6, while mine links against > /usr/lib/libstdc++.so.6. > > -Boris > I forgot about that. I use gcc46 to build ports and have libstdc++.so.6 gcc46/libstdc++.so.6 in /etc

Re: Confirming a bug in clang++ (freeBSD

2010-07-01 Thread Eitan Adler
On Tue, Jun 29, 2010 at 11:00 PM, Anonymous wrote: > Eitan Adler writes: > >>> One difference I notice between your environment and mine is that, according >>> to your bug report, your program links against >>> /usr/local/lib/gcc46/libstdc++.so.6, while mine l

Re: Confirming a bug in clang++ (freeBSD

2010-07-01 Thread Eitan Adler
from same version of gcc by which the > program using it was compiled. Is it possible to determine which one? Is this something that is my fault for playing around too much or did I expose a bug ? -- Eitan Adler ___ freebsd-ports@freebsd.org mail

Re: gap

2010-07-11 Thread Eitan Adler
eBSD or not > more? > And the other question is the same but for K3b for KDE 4. > % make quicksearch key="gap"|grep -i gimp Port: gimp-gap-2.4.0_5 Path: /usr/ports/graphics/gimp-gap Info: GIMP Animation Package Is this what you mean? -- Eitan Adler

Re: Installing Ruby suggestion

2010-08-20 Thread Eitan Adler
stead of "make install"? > Generally its best to CC the maintainer as well. In this case the maintainer is s...@freebsd.org That being said: I second this request ;) -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://list

Re: man page style questions

2010-09-11 Thread Eitan Adler
It Ic C > Do the C thing. > .It Ic A > Do the A thing. > .El I think so - from the limited amount of man page writing I've done (and from looking at less's source) -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: porting: Linux to Freebsd

2010-10-02 Thread Eitan Adler
gLinuxisms If you ask a more specific question you will probably get more specific answers. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

legacy code in bsd.ports.mk

2010-10-22 Thread Eitan Adler
I was going through bsd.port.mk to learn how the ports system works. It seems quite complex - partly due to all the different configurations that need to be supported. 1) I noticed some hacks that were in place in 2004 and I was curious if they were fixed by now, and if so if the hacks should be

legacy code in bsd.port.mk

2010-10-22 Thread Eitan Adler
I was going through bsd.port.mk to learn how the ports system works. ... Sorry - my initial subject was wrong - I had an extra s. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: port for sysutils/fio update?

2010-10-24 Thread Eitan Adler
On Sun, Oct 24, 2010 at 5:46 PM, Anonymous wrote: > Julian Elischer writes: > >> ports complain about an empty patch file.. >> (not sure how one DOES remove a file using patch) > > patch -E ? cvs wouldn't know to delete the file. cvs rm is s

Re: sysutils/cfs

2011-09-05 Thread Eitan Adler
ible" -- since AFAIK we have no way of even _identifying_ more > than a tiny fraction of the user base. A) We need better statistics for ports in general B) We need better ways of communicating with our users to find out how people actually use the ports tree. -- Eitan Adler __

Re: x11/xvattr - why exoired?

2011-09-07 Thread Eitan Adler
ntainer as well). > > Heino > > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsu

Re: The cost of a source based package system

2011-09-07 Thread Eitan Adler
s a small error. Likely due to "build dependencies" which are not needed when installing via packages. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Standalone mksh

2011-09-09 Thread Eitan Adler
hing, the -static should be an OPTION. 5) Your change would require approval by the maintainer (m...@freebsd.org). I would hope he does not approve it based on points 2-4 above. Thanks for your contribution. Please don't take my criticism of this specific patch as reason not t

Re: x11/xset needs a direct dependency on xproto

2011-09-10 Thread Eitan Adler
> http://bugs.freebsd.org/160595 I've sent this patch to my mentors. When they approve I'll commit. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, sen

Re: Substitute dependencies?

2011-09-17 Thread Eitan Adler
e have been proposals in the past to deal with this but none have managed to make it into the tree. >Another case I think of is mysql as a dependency when the user might prefer >MariaDB or PostgreSQL. This may not always be possible, but I do understand the point you are trying to make --

Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV)

2011-09-18 Thread Eitan Adler
> So, what would be a good approach?  Any suggestions? Prepare a patch and get a committer to ask portmgr@ for approval. I volunteer if you need someone. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV)

2011-09-18 Thread Eitan Adler
(preferably generated with "cvs diff -Nu") -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: problem with port x11/xbitmaps in Current and 7.4 stable.

2011-09-21 Thread Eitan Adler
/bin/sleep $(/usr/bin/jot -r 1 1 3600) && . -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Eitan Adler
;> > > I am upgrading today and have an abort with bigreqsproto-1.1.1, >> > > What should I do? -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-27 Thread Eitan Adler
lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Shared libs problem with ports under 10-CURRENT

2011-09-27 Thread Eitan Adler
help. https://groups.google.com/group/muc.lists.freebsd.ports/msg/10c37925f4ee0341?dmode=source&output=gplain&noredirect -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscri

Re: Instafix for FreeBSD ports brokenness on 10.0?

2011-09-29 Thread Eitan Adler
fecting *every single port* is not a negligible risk. > In the meantime, if we don't fix this we're making it impossible for > any HEAD users to do any kind of productive work in ports. We will fix it, once 9-RELEASE is out the door. In the meantime

Re: TeXLive

2011-10-10 Thread Eitan Adler
now > exactly what you need, you may consider texlive-scheme-full ;-) > > Regards, > Romain > > -- > Romain Tartière        http://romain.blogreen.org/ > pgp: 8234 9A78 E7C0 B807 0B59  80FF BA4D 1D95 5112 336F (ID: 0x5112336F) > (plain text =non-HTML= PGP/GPG encrypted/sig

Re: Current problem reports assigned to po...@freebsd.org

2011-10-10 Thread Eitan Adler
On Mon, Oct 10, 2011 at 3:22 PM, Doug Barton wrote: > It's been quite a few weeks that this empty/pointless message has been > sent to the list, what needs to happen to make it stop? Assign bugs to ports@ - then it won't be empty anymore.

Re: Testing Wacom usb tablet with webcamd svn (and mypaint)

2011-10-11 Thread Eitan Adler
On Tue, Oct 11, 2011 at 3:39 PM, Hans Petter Selasky wrote: > In my talk at EuroBSDcon I said that webcamd might be renamed in the future. > Does anyone have any good suggestions? We even borrow camera and more drivers - webcamd -- Eitan

Re: Subversion 1.7 and usage of USE_SUBVERSION=16

2011-10-16 Thread Eitan Adler
ge existing one)? Please change it. Users should be taught to never touch USE_ variables. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: [UPDATE] Re: Update on ports on 10.0

2011-10-18 Thread Eitan Adler
to come up with the best solution, rather than quickly > committing a work-around that we spend the next decade regretting. This hack still has remnants in the tree: http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/155737 -- Eitan Adler ___ freebsd-por

Re: Update for x11-toolkits/swt-devel failed

2011-10-24 Thread Eitan Adler
roblem. Can you please try portdowngrade to see if the old version builds? -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: next clang -exp run, when? (Was: svn commit: r226890 - in stable/9:...)

2011-10-28 Thread Eitan Adler
Rs about ports broken with clang. This is an unsupported option as of now. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: gstat collision between sysutils/coreutils and base gstat

2011-10-31 Thread Eitan Adler
On Mon, Oct 31, 2011 at 1:43 PM, Chris Rees wrote: > Would anyone yell too much if I _just_ changed gstat to gnustat? > Probably, but you should ignore them. ;) -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freeb

Re: Ports not mentioned in their category's Makefile

2011-10-31 Thread Eitan Adler
to see if there's any interest in correcting this. > Please send the list to po...@freebsd.org. Keep in mind that some ports not listed may have been incomplete or aborted repocopies. There is no need to send patches, the fix is easy eno

Re: Ports missing in their categories' Makefiles

2011-10-31 Thread Eitan Adler
27;s the final list I got: > Other than dvi2tty none of these ports appear to exist in a recent ports tree. Where are you generating this list from? -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

  1   2   3   4   5   >